{"info":{"_postman_id":"bf1c9a8e-f7f5-4d8a-96d0-d3633b6e0cdd","name":"MaxCC API v.041 (specs)","description":"<html><head></head><body><p>Workflow:</p>\n<ul>\n<li>Synchronization works only one way: from OpenAPI (Definition / Spec) → to Collection,but not the other way around. </li>\n<li>Any changes to the endpoints must first be made in the documentation and then updated in the collection.</li>\n<li>Here guide how to create endpoint structure: \nCollections-&gt; API Documentation #reference -&gt; PostmanEndpointStructure(docs) -&gt; Documentation</li>\n</ul>\n<p>Authentication is done in different ways, depending on the endpoint:</p>\n<ul>\n<li>Supplying your API key</li>\n<li>Providing username and password in the body</li>\n</ul>\n<p>API keys can be found in Staff via '<em>Mijn profiel</em>', if you have no rights you can request them via <a href=\"mailto:support@staff.nl\">support@staff.nl</a>.</p>\n<p>Contact Support:\n Name: Staff Support B.V.\n Email: <a href=\"mailto:support@staff.nl\">support@staff.nl</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"49822057","collectionId":"bf1c9a8e-f7f5-4d8a-96d0-d3633b6e0cdd","publishedId":"2sBY4HT45o","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-07-02T09:05:31.000Z"},"item":[{"name":"Absence","item":[{"name":"AbsencesChanged","item":[{"name":"Get absences that were changed on or after changedate","id":"d8ae1404-ae57-42f0-9d93-17ef631d952e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/Absence/AbsencesChanged?changedate=2025-02-01","description":"<p>Retrieve all absence records that were created or modified on or after the specified change date</p>\n","urlObject":{"path":["Absence","AbsencesChanged"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>Date to filter absences that were changed on or after this date (format YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"changedate","value":"2025-02-01"}],"variable":[]}},"response":[{"id":"49949d2a-72ff-4666-a381-71b19dbafe01","name":"Successfully retrieved changed absences","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/Absence/AbsencesChanged?changedate=2025-02-01","host":["{{baseUrl}}"],"path":["Absence","AbsencesChanged"],"query":[{"description":"Date to filter absences that were changed on or after this date (format YYYY-MM-DD)","key":"changedate","value":"2025-02-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"PersonId\": \"A8E17BC6-7A83-494C-B4D2-12FB2EBCEB55\",\n    \"DataObjectId\": \"3BFF7DAD-8B78-40F4-A624-5FCD500F0C46\",\n    \"StartDate\": \"2024-12-02\",\n    \"EndDate\": \"2025-02-13\",\n    \"AbsenceTypeId\": \"9C6C02F1-1856-4929-AB48-424C457BAD88\",\n    \"AbsenceType\": \"Ziekte\",\n    \"AbsenceCodeId\": \"9E0A1BE5-2B7A-4CEA-9E9A-7F1A39A765B6\",\n    \"AbsenceCode\": \"Bedrijfsongeval\",\n    \"Percentages\": [\n      {\n        \"PercentageDate\": \"2024-12-02\",\n        \"Percentage\": 100\n      },\n      {\n        \"PercentageDate\": \"2025-02-03\",\n        \"Percentage\": 70\n      },\n      {\n        \"PercentageDate\": \"2025-02-13\",\n        \"Percentage\": 0\n      }\n    ],\n    \"ChangedCreated\": \"2025-02-17T14:01:24.550\"\n  },\n  {\n    \"PersonId\": \"0E1B412F-B437-429F-9C12-38A42E2B86C4\",\n    \"DataObjectId\": \"DCCA1547-1A35-4E0A-BEC1-0D41BA7F9463\",\n    \"StartDate\": \"2024-10-16\",\n    \"EndDate\": \"2025-02-14\",\n    \"AbsenceTypeId\": \"9C6C02F1-1856-4929-AB48-424C457BAD88\",\n    \"AbsenceType\": \"Ziekte\",\n    \"Percentages\": [\n      {\n        \"PercentageDate\": \"2024-10-16\",\n        \"Percentage\": 50\n      },\n      {\n        \"PercentageDate\": \"2025-02-03\",\n        \"Percentage\": 40\n      },\n      {\n        \"PercentageDate\": \"2025-02-10\",\n        \"Percentage\": 60\n      },\n      {\n        \"PercentageDate\": \"2025-02-14\",\n        \"Percentage\": 0\n      }\n    ],\n    \"ChangedCreated\": \"2025-02-17T13:59:52.497\"\n  }\n]"},{"id":"3d64e289-b627-4142-badb-c996235f9d15","name":"Bad request - invalid date format","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/Absence/AbsencesChanged?changedate=2025-02-01","host":["{{baseUrl}}"],"path":["Absence","AbsencesChanged"],"query":[{"description":"Date to filter absences that were changed on or after this date (format YYYY-MM-DD)","key":"changedate","value":"2025-02-01"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"},{"id":"f5bd8289-885d-4028-91ad-651e3f0c6257","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/Absence/AbsencesChanged?changedate=2025-02-01","host":["{{baseUrl}}"],"path":["Absence","AbsencesChanged"],"query":[{"description":"Date to filter absences that were changed on or after this date (format YYYY-MM-DD)","key":"changedate","value":"2025-02-01"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"d8ae1404-ae57-42f0-9d93-17ef631d952e"}],"id":"4c258a86-ae4e-4ca6-8e9b-2ecd1d63ab20","_postman_id":"4c258a86-ae4e-4ca6-8e9b-2ecd1d63ab20","description":""},{"name":"GetAbsences","item":[{"name":"Get info about a selection of absences","id":"3e2cec57-b3d8-4356-8d6d-42ed22776761","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": null\n  },\n  \"AbsenceEntry\": {\n    \"OrganisationalUnitId\": \"655374f2-2a26-dc6a-b1cc-79bbb10c4f8a\",\n    \"EmployeeId\": \"e64a6c08-3c96-4f28-8a4a-92a37e809675\",\n    \"StartDateAfter\": null,\n    \"StartDateBefore\": \"2026-05-31T00:00:00\",\n    \"EndDateAfter\": \"2026-05-01T00:00:00\",\n    \"EndDateBefore\": null,\n    \"MinAbsenceHours\": null,\n    \"MaxAbsenceHours\": null,\n    \"MinSickPercentage\": null,\n    \"MaxSickPercentage\": null,\n    \"AbsenceType\": null,\n    \"Description\": null,\n    \"SickCode\": null,\n    \"ThirdPartyClaim\": null,\n    \"CaseManager\": null,\n    \"ActionRequired\": null,\n    \"Page\": 1,\n    \"PageSize\": 1000\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Absence/GetAbsences","description":"<p>Returns filtered absences based on selection criteria</p>\n","urlObject":{"path":["Absence","GetAbsences"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0d19d9dc-a8ad-49ca-af3c-bb764e4480bc","name":"List of absences","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"f2bdfad9-2bbe-fbd5-f84e-4fe67b2ff304\",\n    \"DeviceId\": \"string\"\n  },\n  \"AbsenceEntry\": {\n    \"OrganisationalUnitId\": \"655374f2-2a26-dc6a-b1cc-79bbb10c4f8a\",\n    \"EmployeeId\": \"ea5f25ac-0dd5-58bc-3196-c86e5fbae1ba\",\n    \"StartDateAfter\": \"2018-02-12T19:57:24.314Z\",\n    \"StartDateBefore\": \"1979-11-20T22:08:28.232Z\",\n    \"EndDateAfter\": \"2008-05-18T13:16:43.571Z\",\n    \"EndDateBefore\": \"2022-01-28T01:17:21.769Z\",\n    \"MinAbsenceHours\": 7143.4428818078795,\n    \"MaxAbsenceHours\": 3678.0938261864303,\n    \"MinSickPercentage\": 2515,\n    \"MaxSickPercentage\": 9462,\n    \"AbsenceType\": \"string\",\n    \"Description\": \"string\",\n    \"SickCode\": \"string\",\n    \"ThirdPartyClaim\": false,\n    \"CaseManager\": \"string\",\n    \"ActionRequired\": \"string\",\n    \"Page\": 1,\n    \"PageSize\": 100\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Absence/GetAbsences"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"AbsenceId\": \"a3e6f2a9-651d-7b8a-debf-837430d2dff6\",\n    \"EmployeeId\": \"97387349-e426-3124-c4b6-8c85784c44d8\",\n    \"StartDate\": \"2016-08-04\",\n    \"EndDate\": \"2025-06-09\",\n    \"DepartmentId\": \"2ded86c1-ba6c-f8c9-5d41-70c3ca6e8264\",\n    \"Department\": \"string\",\n    \"HoursAbsent\": 2990.688283556686,\n    \"SickPercentage\": 6373,\n    \"AbsenceType\": \"string\",\n    \"Description\": \"string\",\n    \"SickCode\": \"string\",\n    \"ThirdPartyClaim\": false,\n    \"ExpectedReturnDate\": \"1958-02-19\",\n    \"ExpectedBirthDate\": \"1957-01-01\",\n    \"CaseManager\": \"string\",\n    \"ActionRequired\": \"string\"\n  },\n  {\n    \"AbsenceId\": \"52301a05-fece-c7e0-954d-8fa676863ce5\",\n    \"EmployeeId\": \"a89c7deb-095e-91b9-7233-e5c9c910e38f\",\n    \"StartDate\": \"1974-03-01\",\n    \"EndDate\": \"1964-10-05\",\n    \"DepartmentId\": \"c4598d2f-150d-83d6-5751-c6f3f2a62887\",\n    \"Department\": \"string\",\n    \"HoursAbsent\": 3679.6630408816422,\n    \"SickPercentage\": 6796,\n    \"AbsenceType\": \"string\",\n    \"Description\": \"string\",\n    \"SickCode\": \"string\",\n    \"ThirdPartyClaim\": false,\n    \"ExpectedReturnDate\": \"1961-10-26\",\n    \"ExpectedBirthDate\": \"2025-01-31\",\n    \"CaseManager\": \"string\",\n    \"ActionRequired\": \"string\"\n  }\n]"},{"id":"d7482e7f-15d8-49b8-9ca6-ca215d84871b","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"f2bdfad9-2bbe-fbd5-f84e-4fe67b2ff304\",\n    \"DeviceId\": \"string\"\n  },\n  \"AbsenceEntry\": {\n    \"OrganisationalUnitId\": \"655374f2-2a26-dc6a-b1cc-79bbb10c4f8a\",\n    \"EmployeeId\": \"ea5f25ac-0dd5-58bc-3196-c86e5fbae1ba\",\n    \"StartDateAfter\": \"2018-02-12T19:57:24.314Z\",\n    \"StartDateBefore\": \"1979-11-20T22:08:28.232Z\",\n    \"EndDateAfter\": \"2008-05-18T13:16:43.571Z\",\n    \"EndDateBefore\": \"2022-01-28T01:17:21.769Z\",\n    \"MinAbsenceHours\": 7143.4428818078795,\n    \"MaxAbsenceHours\": 3678.0938261864303,\n    \"MinSickPercentage\": 2515,\n    \"MaxSickPercentage\": 9462,\n    \"AbsenceType\": \"string\",\n    \"Description\": \"string\",\n    \"SickCode\": \"string\",\n    \"ThirdPartyClaim\": false,\n    \"CaseManager\": \"string\",\n    \"ActionRequired\": \"string\",\n    \"Page\": 1,\n    \"PageSize\": 100\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Absence/GetAbsences"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3e2cec57-b3d8-4356-8d6d-42ed22776761"}],"id":"69416754-37fb-48a0-892e-0115e620e367","_postman_id":"69416754-37fb-48a0-892e-0115e620e367","description":""},{"name":"GetAbsenceAndLeaveInPeriod","item":[{"name":"Get absence and leave status for employees in a period","id":"4dbce884-f32b-4e2c-8a57-c0cb935ad2d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": null\n  },\n  \"StartDate\": \"2026-05-18\",\n  \"EndDate\": \"2026-05-22\",\n  \"OrganisationalUnitId\": \"01459067-D649-4D87-B3AE-E1BC7D7D35B8\",\n  \"PersonId\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Absence/GetAbsenceAndLeaveInPeriod","description":"<p>Returns employees that are absent and/or on leave within the selected date range.</p>\n","urlObject":{"path":["Absence","GetAbsenceAndLeaveInPeriod"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a04de482-c282-4f36-bc3b-9eedc29f244c","name":"List of employee absence and leave statuses per date","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"c933548c-ca93-4953-5a71-20491e96addd\",\n    \"DeviceId\": \"string\"\n  },\n  \"StartDate\": \"2001-06-14\",\n  \"EndDate\": \"1962-02-06\",\n  \"OrganisationalUnitId\": \"89964135-df5d-bc5e-2cae-0223d668b2d9\",\n  \"PersonId\": \"18f4753f-690b-f8e2-9ed9-71ab8a722888\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Absence/GetAbsenceAndLeaveInPeriod"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"EmployeeId\": \"50e86346-a7a1-5553-1475-30f3d276f13e\",\n    \"FullName\": \"string\",\n    \"Date\": \"2002-11-27\",\n    \"IsAbsent\": true,\n    \"IsOnLeave\": true\n  },\n  {\n    \"EmployeeId\": \"24e7866e-4672-4484-10ca-88d69e928ac7\",\n    \"FullName\": \"string\",\n    \"Date\": \"2025-09-24\",\n    \"IsAbsent\": false,\n    \"IsOnLeave\": false\n  }\n]"},{"id":"9f6875dc-9458-4ae9-88b7-ad666e5b7fa1","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"c933548c-ca93-4953-5a71-20491e96addd\",\n    \"DeviceId\": \"string\"\n  },\n  \"StartDate\": \"2001-06-14\",\n  \"EndDate\": \"1962-02-06\",\n  \"OrganisationalUnitId\": \"89964135-df5d-bc5e-2cae-0223d668b2d9\",\n  \"PersonId\": \"18f4753f-690b-f8e2-9ed9-71ab8a722888\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Absence/GetAbsenceAndLeaveInPeriod"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b079cba8-eb98-4ecd-8cd0-2ad429958c58","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"c933548c-ca93-4953-5a71-20491e96addd\",\n    \"DeviceId\": \"string\"\n  },\n  \"StartDate\": \"2001-06-14\",\n  \"EndDate\": \"1962-02-06\",\n  \"OrganisationalUnitId\": \"89964135-df5d-bc5e-2cae-0223d668b2d9\",\n  \"PersonId\": \"18f4753f-690b-f8e2-9ed9-71ab8a722888\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Absence/GetAbsenceAndLeaveInPeriod"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4dbce884-f32b-4e2c-8a57-c0cb935ad2d1"}],"id":"be27692e-8267-43e3-bd98-68a65377bec7","_postman_id":"be27692e-8267-43e3-bd98-68a65377bec7","description":""},{"name":"MyBalancesOverview","item":[{"name":"Get my Absence data per day in a week","id":"f96c44bc-fd30-4573-80f7-2665fbc35ad3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISODate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Absence/MyBalancesOverview","urlObject":{"path":["Absence","MyBalancesOverview"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c9d444bc-86ba-4f70-9d46-26bed4d7309b","name":"JSON containing my absence data in a week","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISODate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Absence/MyBalancesOverview"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"Sequence\": 9964,\n    \"Categorie\": \"string\",\n    \"Total\": true,\n    \"VAK\": 9419.286165276446,\n    \"ATV\": 7650.795303994236,\n    \"TVT\": 2723.6008553915613,\n    \"Sparen\": 8298.832894162051,\n    \"Totaal\": 7595.664205970696\n  },\n  {\n    \"Sequence\": 4746,\n    \"Categorie\": \"string\",\n    \"Total\": true,\n    \"VAK\": 9004.060740889836,\n    \"ATV\": 7406.220508479375,\n    \"TVT\": 9597.411986449808,\n    \"Sparen\": 1743.2277446340106,\n    \"Totaal\": 4757.800820754077\n  }\n]"}],"_postman_id":"f96c44bc-fd30-4573-80f7-2665fbc35ad3"}],"id":"7eb978da-8c7a-4265-9209-11b27374d5c4","_postman_id":"7eb978da-8c7a-4265-9209-11b27374d5c4","description":""},{"name":"MyHoursInPeriod","item":[{"name":"Returns a functionresult with in the 'Result'-field a string with the number of hours","id":"67425253-01ac-4032-8c0d-7b277e33735f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Absence/MyHoursInPeriod","urlObject":{"path":["Absence","MyHoursInPeriod"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cc1d6621-b4ee-4794-a5d1-dbae68a59707","name":"A functionresult with in the 'Result'-field a string with the number of hours","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Absence/MyHoursInPeriod"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"291b03ad-956c-427a-a561-51d28c4fa148","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Absence/MyHoursInPeriod"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"67425253-01ac-4032-8c0d-7b277e33735f"}],"id":"6315b2dd-c152-41e3-ac89-41d4e13ed9e3","_postman_id":"6315b2dd-c152-41e3-ac89-41d4e13ed9e3","description":""},{"name":"TimesheetInsertLeaveRequest","item":[{"name":"Inserts a leaverequest","id":"9a3bfb31-78e2-4607-ab62-a708b9b1203d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\",\n  \"Hours\": 2602.19924020894,\n  \"Reason\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Absence/TimesheetInsertLeaveRequest","urlObject":{"path":["Absence","TimesheetInsertLeaveRequest"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"dd496c25-db4c-4740-a65e-00be39be9711","name":"A functionresult with in the 'Result'-field a string with the number of hours","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\",\n  \"Hours\": 2602.19924020894,\n  \"Reason\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Absence/TimesheetInsertLeaveRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"b868abc1-8340-439c-8429-e4e6ace94b90","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\",\n  \"Hours\": 2602.19924020894,\n  \"Reason\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Absence/TimesheetInsertLeaveRequest"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"9a3bfb31-78e2-4607-ab62-a708b9b1203d"}],"id":"8880613c-388e-4410-8bf7-36af5985f38c","_postman_id":"8880613c-388e-4410-8bf7-36af5985f38c","description":""},{"name":"TimesheetLeaveInYear","item":[{"name":"Returns an array of leaverecords for the user in the given year","id":"a5fa11f1-a3e2-4587-8e7e-06293f3cf21f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"Year\": 3468\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Absence/TimesheetLeaveInYear","urlObject":{"path":["Absence","TimesheetLeaveInYear"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"db79ac63-1368-4208-9139-7e77b724e14f","name":"Array of leaverecords","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"Year\": 3468\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Absence/TimesheetLeaveInYear"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"string\",\n    \"Soort verlof\": \"string\",\n    \"Begin\": \"1974-10-20\",\n    \"Einde\": \"2013-04-18\",\n    \"Uren aangevraagd\": 1123.7601451618361,\n    \"Uren geregistreerd\": 7722.846084307315,\n    \"Toestand\": \"string\",\n    \"Reden\": \"string\",\n    \"Invoerdatum\": \"1978-04-08\"\n  },\n  {\n    \"guid\": \"string\",\n    \"Soort verlof\": \"string\",\n    \"Begin\": \"1963-10-07\",\n    \"Einde\": \"1972-12-26\",\n    \"Uren aangevraagd\": 8989.10033845151,\n    \"Uren geregistreerd\": 1883.3389254396282,\n    \"Toestand\": \"string\",\n    \"Reden\": \"string\",\n    \"Invoerdatum\": \"1983-02-08\"\n  }\n]"},{"id":"97b60e55-1041-43dd-a229-81f789513d85","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"Year\": 3468\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Absence/TimesheetLeaveInYear"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"a5fa11f1-a3e2-4587-8e7e-06293f3cf21f"}],"id":"d9d8dc35-4fdb-4a09-aa3a-3d5f40ce5c5a","_postman_id":"d9d8dc35-4fdb-4a09-aa3a-3d5f40ce5c5a","description":""},{"name":"TimesheetLeaveTypes","item":[{"name":"Returns an array of leavetypes with their corresponding guid","id":"f705a153-6340-416a-bbe8-72f894594195","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Absence/TimesheetLeaveTypes","urlObject":{"path":["Absence","TimesheetLeaveTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"76fbee99-5170-43e8-8458-97ba8e4fa01f","name":"Array of leavetypes","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Absence/TimesheetLeaveTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"string\",\n    \"Title\": \"string\"\n  },\n  {\n    \"guid\": \"string\",\n    \"Title\": \"string\"\n  }\n]"},{"id":"6c002117-0561-4ee9-bb82-fbb85a6ed116","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Absence/TimesheetLeaveTypes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"f705a153-6340-416a-bbe8-72f894594195"}],"id":"a45fd30f-c4f5-4e1b-a510-81f228c9fa71","_postman_id":"a45fd30f-c4f5-4e1b-a510-81f228c9fa71","description":""}],"id":"c13aade9-b5fb-4d54-84c2-fa5d947b3584","_postman_id":"c13aade9-b5fb-4d54-84c2-fa5d947b3584","description":""},{"name":"Availability","item":[{"name":"GetAvailabilityInPeriod","item":[{"name":"Get availability data for employees in a period","id":"c7a08c5b-11c5-488a-b637-8fb756a68ebe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"414b4696-3604-4d9b-a4a3-199e4bb0fedd\"\n  },\n  \"StartDate\": \"2026-01-01\",\n  \"EndDate\": \"2026-01-10\",\n  \"OrganisationalUnitId\": \"c17238ad-5164-46e0-b443-6c921dd7746d\",\n  \"PersonId\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Availability/GetAvailabilityInPeriod","description":"<p>Returns availability records for a person or employees within an organisational unit for the selected date range.</p>\n","urlObject":{"path":["Availability","GetAvailabilityInPeriod"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d51bbcf3-aba1-470a-9093-d3ce487e36b9","name":"List of employee availability records per date","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"1965-10-20\",\n  \"EndDate\": \"1963-12-27\",\n  \"OrganisationalUnitId\": \"a5f25d4a-c337-eb13-f466-367b02c9c48d\",\n  \"PersonId\": \"e78fd0cb-cd56-87bd-3153-60cb636a46d5\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Availability/GetAvailabilityInPeriod"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"PersonId\": \"3d033b02-0c08-b135-6731-36ec3a3ef96a\",\n    \"FullName\": \"string\",\n    \"Date\": \"2006-11-29\",\n    \"FromTime\": \"09:00\",\n    \"ToTime\": \"17:00\",\n    \"Remark\": \"string\",\n    \"AvailabilityState\": true,\n    \"Availability\": \"09:00 - 17:00\"\n  },\n  {\n    \"PersonId\": \"a9cf3081-eeb0-84bd-3d42-8dbd7b52503e\",\n    \"FullName\": \"string\",\n    \"Date\": \"1978-09-29\",\n    \"FromTime\": \"09:00\",\n    \"ToTime\": \"17:00\",\n    \"Remark\": \"string\",\n    \"AvailabilityState\": true,\n    \"Availability\": \"09:00 - 17:00\"\n  }\n]"},{"id":"81003dbc-fc13-4bda-bccf-5e3760547609","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"1965-10-20\",\n  \"EndDate\": \"1963-12-27\",\n  \"OrganisationalUnitId\": \"a5f25d4a-c337-eb13-f466-367b02c9c48d\",\n  \"PersonId\": \"e78fd0cb-cd56-87bd-3153-60cb636a46d5\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Availability/GetAvailabilityInPeriod"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"78c5457d-8652-4b82-a7c7-dd40c43bd6d6","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"1965-10-20\",\n  \"EndDate\": \"1963-12-27\",\n  \"OrganisationalUnitId\": \"a5f25d4a-c337-eb13-f466-367b02c9c48d\",\n  \"PersonId\": \"e78fd0cb-cd56-87bd-3153-60cb636a46d5\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Availability/GetAvailabilityInPeriod"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c7a08c5b-11c5-488a-b637-8fb756a68ebe"}],"id":"d47456ab-e5d4-434e-992a-a62d1e759510","_postman_id":"d47456ab-e5d4-434e-992a-a62d1e759510","description":""},{"name":"MyAvailabilityYearWeek","item":[{"name":"Give a sumup for availability for the given week","id":"d5748d3c-fc89-4b3c-8f00-936223d0634b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202141\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Availability/MyAvailabilityYearWeek","urlObject":{"path":["Availability","MyAvailabilityYearWeek"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4d1a70a8-a9b6-436d-b35c-18dd914711ae","name":"Cumulative availabilitydata for the given week","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202141\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Availability/MyAvailabilityYearWeek"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ISOYearWeek\": \"202141\",\n  \"NumberOfServices\": 3376,\n  \"Remark\": \"string\",\n  \"Status\": \"string\",\n  \"EditRight\": false,\n  \"ShowAvailable\": false,\n  \"ShowNotAvailable\": false,\n  \"WeekDaysEdited\": true\n}"},{"id":"01f6ad82-82f7-4dd2-80c4-3c468e70069b","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202141\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Availability/MyAvailabilityYearWeek"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"d5748d3c-fc89-4b3c-8f00-936223d0634b"}],"id":"9ec8b4a1-67fa-4192-a681-65363f9c5e21","_postman_id":"9ec8b4a1-67fa-4192-a681-65363f9c5e21","description":""},{"name":"MyAvailabilityYearWeekDay","item":[{"name":"Give details for availability for the given week","id":"837782b4-bfdb-4d4a-ba6b-808b883509c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202141\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Availability/MyAvailabilityYearWeekDay","urlObject":{"path":["Availability","MyAvailabilityYearWeekDay"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"42a4bcb9-804d-4e08-ace8-d9cde7f58362","name":"Availabilitydata for the given week","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202141\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Availability/MyAvailabilityYearWeekDay"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ISOYearWeek\": \"202141\",\n    \"DayNumber\": 470,\n    \"RosterStartTime\": \"05:12\",\n    \"RosterEndTime\": \"23:02\",\n    \"ProhibitUnavailable\": false,\n    \"FromTime\": \"23:01\",\n    \"ToTime\": \"06:54\",\n    \"Remark\": \"string\",\n    \"AvailabilityState\": 313,\n    \"EditRight\": false,\n    \"ReasonClosed\": \"string\"\n  },\n  {\n    \"ISOYearWeek\": \"202141\",\n    \"DayNumber\": 160,\n    \"RosterStartTime\": \"18:07\",\n    \"RosterEndTime\": \"20:14\",\n    \"ProhibitUnavailable\": true,\n    \"FromTime\": \"17:50\",\n    \"ToTime\": \"09:39\",\n    \"Remark\": \"string\",\n    \"AvailabilityState\": 5773,\n    \"EditRight\": true,\n    \"ReasonClosed\": \"string\"\n  }\n]"},{"id":"6f32cc52-752b-491e-8937-94947d67a2fb","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202141\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Availability/MyAvailabilityYearWeekDay"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"837782b4-bfdb-4d4a-ba6b-808b883509c8"}],"id":"db5a3078-a3cc-4efa-9592-8bf7e6cf7e3f","_postman_id":"db5a3078-a3cc-4efa-9592-8bf7e6cf7e3f","description":""},{"name":"MyAvailabilityYearWeekDaySave","item":[{"name":"Save nr of services for a given week","id":"8d9a8484-cd4c-4c83-9316-d3db9a1eade9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202141\",\n  \"Availability\": [\n    {\n      \"DayNumber\": 760,\n      \"FromTime\": \"05:12\",\n      \"ToTime\": \"04:46\",\n      \"Remark\": \"string\",\n      \"AvailabilityState\": 2126\n    },\n    {\n      \"DayNumber\": 1252,\n      \"FromTime\": \"01:13\",\n      \"ToTime\": \"23:13\",\n      \"Remark\": \"string\",\n      \"AvailabilityState\": 8546\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Availability/MyAvailabilityYearWeekDaySave","urlObject":{"path":["Availability","MyAvailabilityYearWeekDaySave"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7dd0501b-e677-4f75-963b-12fb8c3c6af8","name":"A functionresult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202141\",\n  \"Availability\": [\n    {\n      \"DayNumber\": 760,\n      \"FromTime\": \"05:12\",\n      \"ToTime\": \"04:46\",\n      \"Remark\": \"string\",\n      \"AvailabilityState\": 2126\n    },\n    {\n      \"DayNumber\": 1252,\n      \"FromTime\": \"01:13\",\n      \"ToTime\": \"23:13\",\n      \"Remark\": \"string\",\n      \"AvailabilityState\": 8546\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Availability/MyAvailabilityYearWeekDaySave"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"27d02c80-a0e4-4851-b9b7-a27a3b507e02","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202141\",\n  \"Availability\": [\n    {\n      \"DayNumber\": 760,\n      \"FromTime\": \"05:12\",\n      \"ToTime\": \"04:46\",\n      \"Remark\": \"string\",\n      \"AvailabilityState\": 2126\n    },\n    {\n      \"DayNumber\": 1252,\n      \"FromTime\": \"01:13\",\n      \"ToTime\": \"23:13\",\n      \"Remark\": \"string\",\n      \"AvailabilityState\": 8546\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Availability/MyAvailabilityYearWeekDaySave"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"8d9a8484-cd4c-4c83-9316-d3db9a1eade9"}],"id":"9891a07b-5c08-441f-8c92-6f38b7432801","_postman_id":"9891a07b-5c08-441f-8c92-6f38b7432801","description":""},{"name":"MyAvailabilityYearWeekSave","item":[{"name":"Save nr of services for a given week","id":"44183e34-6df2-44a3-93d5-8001f830bfbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202141\",\n  \"NumberOfServices\": 3836,\n  \"Remark\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Availability/MyAvailabilityYearWeekSave","urlObject":{"path":["Availability","MyAvailabilityYearWeekSave"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"56b6492b-0b0d-4049-98bd-bd1b143e022c","name":"A functionresult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202141\",\n  \"NumberOfServices\": 3836,\n  \"Remark\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Availability/MyAvailabilityYearWeekSave"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"77a5654b-05e8-46f3-8bf8-00d130a95c23","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202141\",\n  \"NumberOfServices\": 3836,\n  \"Remark\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Availability/MyAvailabilityYearWeekSave"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"44183e34-6df2-44a3-93d5-8001f830bfbc"}],"id":"a3b0f916-e689-4fdf-99ad-65af9be164a9","_postman_id":"a3b0f916-e689-4fdf-99ad-65af9be164a9","description":""}],"id":"0746c8c5-fe58-448a-8f5e-ca7f89d0df65","_postman_id":"0746c8c5-fe58-448a-8f5e-ca7f89d0df65","description":""},{"name":"Clocking","item":[{"name":"ClockIn","item":[{"name":"Clock a user in. When already clocked-in the will be automatically clocked out","id":"b6273d98-f5f9-4671-9129-fb0248e5484e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"DepartmentId\": \"string\",\n  \"CostCenterId\": \"string\",\n  \"ClockLocation\": {\n    \"Latitude\": 38.294812146439924,\n    \"Longitude\": 1030.7104910741539\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Clocking/ClockIn","urlObject":{"path":["Clocking","ClockIn"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5d6f480a-cad5-4225-b1a9-f0a1c57e9a7c","name":"Functionresult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"DepartmentId\": \"string\",\n  \"CostCenterId\": \"string\",\n  \"ClockLocation\": {\n    \"Latitude\": 38.294812146439924,\n    \"Longitude\": 1030.7104910741539\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Clocking/ClockIn"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"8f27189f-feef-430a-9825-beead895abd1","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"DepartmentId\": \"string\",\n  \"CostCenterId\": \"string\",\n  \"ClockLocation\": {\n    \"Latitude\": 38.294812146439924,\n    \"Longitude\": 1030.7104910741539\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Clocking/ClockIn"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"b6273d98-f5f9-4671-9129-fb0248e5484e"}],"id":"adbbed22-8a9e-4c14-ac61-85029db5bbe6","_postman_id":"adbbed22-8a9e-4c14-ac61-85029db5bbe6","description":""},{"name":"ClockingCreate","item":[{"name":"Create a clocking entry with a specified clockin, clockout and breaktime","id":"3ced5338-faaa-41c1-a382-00e9bb5eb85f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"EmployeeId\": \"string\",\n  \"DepartmentId\": \"string\",\n  \"CostCenterId\": \"string\",\n  \"DateTimeFrom\": \"string\",\n  \"DateTimeUntil\": \"string\",\n  \"BreakMinutes\": 4779,\n  \"ServiceId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Clocking/ClockingCreate","urlObject":{"path":["Clocking","ClockingCreate"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7b995d9a-f495-4f45-925e-ea1a1d96c846","name":"Functionresult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"EmployeeId\": \"string\",\n  \"DepartmentId\": \"string\",\n  \"CostCenterId\": \"string\",\n  \"DateTimeFrom\": \"string\",\n  \"DateTimeUntil\": \"string\",\n  \"BreakMinutes\": 4779,\n  \"ServiceId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Clocking/ClockingCreate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"32f139b2-fe41-4317-97f5-61416d4ea98a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"EmployeeId\": \"string\",\n  \"DepartmentId\": \"string\",\n  \"CostCenterId\": \"string\",\n  \"DateTimeFrom\": \"string\",\n  \"DateTimeUntil\": \"string\",\n  \"BreakMinutes\": 4779,\n  \"ServiceId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Clocking/ClockingCreate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"3ced5338-faaa-41c1-a382-00e9bb5eb85f"}],"id":"8f0974d7-981d-4d1c-825b-6c5c5cb921a7","_postman_id":"8f0974d7-981d-4d1c-825b-6c5c5cb921a7","description":""},{"name":"ClockOut","item":[{"name":"Clock a user out.","id":"023a42b5-cb41-47c2-bb7f-49a24d06fe30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ClockingId\": \"string\",\n  \"NonTimeBoundCostCenterIds\": [\n    \"string\",\n    \"string\"\n  ],\n  \"Remark\": \"string\",\n  \"ClockLocation\": {\n    \"Latitude\": 5408.610481280478,\n    \"Longitude\": 7529.649670493736\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Clocking/ClockOut","urlObject":{"path":["Clocking","ClockOut"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"29772c47-2edc-4b83-98c0-73ee45fd1573","name":"Functionresult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ClockingId\": \"string\",\n  \"NonTimeBoundCostCenterIds\": [\n    \"string\",\n    \"string\"\n  ],\n  \"Remark\": \"string\",\n  \"ClockLocation\": {\n    \"Latitude\": 5408.610481280478,\n    \"Longitude\": 7529.649670493736\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Clocking/ClockOut"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"d7bf9958-2772-4c13-bf5a-efedf3c0d214","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ClockingId\": \"string\",\n  \"NonTimeBoundCostCenterIds\": [\n    \"string\",\n    \"string\"\n  ],\n  \"Remark\": \"string\",\n  \"ClockLocation\": {\n    \"Latitude\": 5408.610481280478,\n    \"Longitude\": 7529.649670493736\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Clocking/ClockOut"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"023a42b5-cb41-47c2-bb7f-49a24d06fe30"}],"id":"821201de-ed1c-413e-9bb9-744effb36a73","_postman_id":"821201de-ed1c-413e-9bb9-744effb36a73","description":""},{"name":"MyClockingStatus","item":[{"name":"Returns the clocking status of the user","id":"7c6edd60-8442-438b-9231-343c06effb87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Clocking/MyClockingStatus","urlObject":{"path":["Clocking","MyClockingStatus"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"dc6f78c8-d9d5-4832-9f26-c237cfc5a335","name":"Clocking-info for the user, all \"Last...\" fields will be null if not clocked in in the last 16 hours","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Clocking/MyClockingStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"DefaultCostDepartment\": \"string\",\n  \"DefaultBreakTime\": \"string\",\n  \"DefaultCostCenterId\": \"string\",\n  \"LastClockingId\": \"string\",\n  \"LastCostDepartmentId\": \"string\",\n  \"LastDate\": \"string\",\n  \"LastTimeFrom\": \"string\",\n  \"LastBreakTime\": \"string\",\n  \"LastCostCenterId\": \"string\"\n}"},{"id":"d2d26f6e-8421-489a-9970-f395c9768030","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Clocking/MyClockingStatus"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"7c6edd60-8442-438b-9231-343c06effb87"}],"id":"d401f012-6761-41af-a014-443f53629b6b","_postman_id":"d401f012-6761-41af-a014-443f53629b6b","description":""}],"id":"7c98ade2-cf9b-42d1-8006-fdee9429f288","_postman_id":"7c98ade2-cf9b-42d1-8006-fdee9429f288","description":""},{"name":"Declaration","item":[{"name":"DeclarationTypes","item":[{"name":"Get an array of declarationtypes","id":"255c4632-4c96-44df-b3ca-3866e5dd279f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/Declaration/DeclarationTypes","description":"<p>Get an array of declarationtypes</p>\n","urlObject":{"path":["Declaration","DeclarationTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6bb9efd4-803f-494d-82d9-965e82ecfb9e","name":"List of declarationtypes","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":"{{baseUrl}}/Declaration/DeclarationTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"DeclarationTypeId\": \"string\",\n    \"DeclarationType\": \"string\"\n  },\n  {\n    \"DeclarationTypeId\": \"string\",\n    \"DeclarationType\": \"string\"\n  }\n]"}],"_postman_id":"255c4632-4c96-44df-b3ca-3866e5dd279f"}],"id":"c1b0027a-da32-48fa-90cb-f0fc09b684b6","_postman_id":"c1b0027a-da32-48fa-90cb-f0fc09b684b6","description":""},{"name":"MyDeclarations","item":[{"name":"Get a list of declarations","id":"016fcc05-7de5-4735-a0d8-63f96f45c895","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Declaration/MyDeclarations","urlObject":{"path":["Declaration","MyDeclarations"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"30fa1b20-a8ff-4e43-ae1a-7b0bd668ea17","name":"An array of declarations","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Declaration/MyDeclarations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"DeclarationId\": \"string\",\n    \"Number\": 9485,\n    \"Date\": \"1976-06-03\",\n    \"TypeId\": \"string\",\n    \"Type\": \"1965-07-03\",\n    \"FileName\": \"string\",\n    \"FileSize\": 8244,\n    \"File\": \"string\",\n    \"Kilometers\": 519.1501869285919,\n    \"Costs\": 8603.153374378879,\n    \"Description\": \"1964-02-19\",\n    \"ProjectTaskId\": \"string\",\n    \"ProjectTask\": \"1999-08-21\",\n    \"StateId\": \"string\",\n    \"State\": \"1967-04-09\",\n    \"Created\": \"1964-08-10\",\n    \"Handled\": \"1949-04-02\"\n  },\n  {\n    \"DeclarationId\": \"string\",\n    \"Number\": 2282,\n    \"Date\": \"1970-07-25\",\n    \"TypeId\": \"string\",\n    \"Type\": \"2020-10-31\",\n    \"FileName\": \"string\",\n    \"FileSize\": 9021,\n    \"File\": \"string\",\n    \"Kilometers\": 1042.7487097438038,\n    \"Costs\": 3415.0328247797156,\n    \"Description\": \"2019-03-30\",\n    \"ProjectTaskId\": \"string\",\n    \"ProjectTask\": \"1949-09-27\",\n    \"StateId\": \"string\",\n    \"State\": \"1950-09-10\",\n    \"Created\": \"1999-04-12\",\n    \"Handled\": \"1984-11-10\"\n  }\n]"},{"id":"047a48f5-78b6-41f9-a57a-2523a99ce507","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Declaration/MyDeclarations"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"016fcc05-7de5-4735-a0d8-63f96f45c895"}],"id":"085de273-3c12-4899-b6b0-15097bec6a95","_postman_id":"085de273-3c12-4899-b6b0-15097bec6a95","description":""},{"name":"CreateDeclaration","item":[{"name":"Create a declaration","id":"77e83ce4-285d-42c0-94de-966716c0e170","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"Date\": \"1991-02-16\",\n  \"TypeId\": \"string\",\n  \"FileName\": \"string\",\n  \"FileSize\": 7459,\n  \"Attachment\": \"string\",\n  \"MimeType\": \"string\",\n  \"Kilometers\": 7944.321844079174,\n  \"Costs\": 3259.0893932712393,\n  \"Description\": \"string\",\n  \"ProjectTaskId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Declaration/CreateDeclaration","urlObject":{"path":["Declaration","CreateDeclaration"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ddf70b9e-41d6-43f4-88e9-fe5c16d9421e","name":"Functionresult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"Date\": \"1991-02-16\",\n  \"TypeId\": \"string\",\n  \"FileName\": \"string\",\n  \"FileSize\": 7459,\n  \"Attachment\": \"string\",\n  \"MimeType\": \"string\",\n  \"Kilometers\": 7944.321844079174,\n  \"Costs\": 3259.0893932712393,\n  \"Description\": \"string\",\n  \"ProjectTaskId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Declaration/CreateDeclaration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"5acdad2c-51e6-440a-88e8-3d3852273637","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"Date\": \"1991-02-16\",\n  \"TypeId\": \"string\",\n  \"FileName\": \"string\",\n  \"FileSize\": 7459,\n  \"Attachment\": \"string\",\n  \"MimeType\": \"string\",\n  \"Kilometers\": 7944.321844079174,\n  \"Costs\": 3259.0893932712393,\n  \"Description\": \"string\",\n  \"ProjectTaskId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Declaration/CreateDeclaration"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"77e83ce4-285d-42c0-94de-966716c0e170"}],"id":"359cf6e5-426a-4343-8dd6-0ea6092647b2","_postman_id":"359cf6e5-426a-4343-8dd6-0ea6092647b2","description":""}],"id":"6fcf9dd0-9c3c-4749-9fa9-faccc8627cc0","_postman_id":"6fcf9dd0-9c3c-4749-9fa9-faccc8627cc0","description":""},{"name":"Document","item":[{"name":"MyDocument","item":[{"name":"Get the info of a specific document","id":"85ee60c6-8739-41f0-9ca4-381e4e33f86b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"guid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Document/MyDocument","urlObject":{"path":["Document","MyDocument"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cf3cdc62-bf34-4a4e-b219-c70d02b5edf3","name":"A document with some info","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"guid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Document/MyDocument"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"FileId\": \"string\",\n  \"Name\": \"string\",\n  \"Description\": \"string\",\n  \"FileName\": \"string\",\n  \"FileContent\": \"string\",\n  \"CloudURL\": \"string\",\n  \"FileType\": \"string\"\n}"},{"id":"a6619136-2fd9-42e6-8ddb-9fd91523bfca","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"guid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Document/MyDocument"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"85ee60c6-8739-41f0-9ca4-381e4e33f86b"}],"id":"ad8dae81-55c9-4fe6-9364-16448e6b6c89","_postman_id":"ad8dae81-55c9-4fe6-9364-16448e6b6c89","description":""},{"name":"MyPaySlips","item":[{"name":"Get a list of all payslips","id":"fb24b247-e150-4358-9da5-ae538019c9fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Document/MyPaySlips","urlObject":{"path":["Document","MyPaySlips"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ce7ff592-5e00-4375-844b-1272e912a333","name":"An array of documentinfo","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Document/MyPaySlips"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"FileId\": \"string\",\n    \"Name\": \"string\",\n    \"DateTime\": \"1987-09-19\",\n    \"FileType\": \"string\"\n  },\n  {\n    \"FileId\": \"string\",\n    \"Name\": \"string\",\n    \"DateTime\": \"2002-09-15\",\n    \"FileType\": \"string\"\n  }\n]"},{"id":"bd909464-70bb-47b5-bd0f-c46a2a1ce721","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Document/MyPaySlips"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"fb24b247-e150-4358-9da5-ae538019c9fe"}],"id":"6efd1a9e-7db3-4af1-bcf9-e447faf86410","_postman_id":"6efd1a9e-7db3-4af1-bcf9-e447faf86410","description":""},{"name":"ProfilePhoto","item":[{"name":"Get the profilephoto of a user","id":"cea5f8f9-a9c7-4a9a-bf34-7a96bff0000c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"guid\": \"cf970b66-dc16-41e1-8faf-0edfa93b86d7\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Document/ProfilePhoto","urlObject":{"path":["Document","ProfilePhoto"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6240bfbf-db88-4378-b50a-2cd47cde4e04","name":"The profilephoto with some info","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"guid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Document/ProfilePhoto"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"FileId\": \"string\",\n  \"Name\": \"string\",\n  \"Description\": \"string\",\n  \"FileName\": \"string\",\n  \"FileContent\": \"string\",\n  \"FileType\": \"string\"\n}"},{"id":"fa17b325-4f4a-4741-9355-418ab3a4ca80","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"guid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Document/ProfilePhoto"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"cea5f8f9-a9c7-4a9a-bf34-7a96bff0000c"}],"id":"5f6542b6-6044-4f0d-89ea-205615031fde","_postman_id":"5f6542b6-6044-4f0d-89ea-205615031fde","description":""},{"name":"PublicDocument","item":[{"name":"Get the info of a specific document","id":"7933fb9d-d2d1-40e0-bea4-ec8caa57c1cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"guid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Document/PublicDocument","urlObject":{"path":["Document","PublicDocument"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b1ad1df6-9d6b-4f77-b4b6-1ec3babedb7c","name":"A document with some info","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"guid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Document/PublicDocument"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"FileId\": \"string\",\n  \"Name\": \"string\",\n  \"Description\": \"string\",\n  \"FileName\": \"string\",\n  \"FileContent\": \"string\",\n  \"CloudURL\": \"string\",\n  \"FileType\": \"string\"\n}"},{"id":"9d0ec35f-4578-459b-a2bb-083760951bec","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"guid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Document/PublicDocument"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"7933fb9d-d2d1-40e0-bea4-ec8caa57c1cf"}],"id":"3bd2fdbb-1b3d-458f-b6e4-c3a7a538ddd1","_postman_id":"3bd2fdbb-1b3d-458f-b6e4-c3a7a538ddd1","description":""},{"name":"SetMyProfilePhoto","item":[{"name":"Set the profilephoto for the given user","id":"65b5dae3-eb14-4a7f-9580-2fdf71f71dc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"Photo\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Document/SetMyProfilePhoto","urlObject":{"path":["Document","SetMyProfilePhoto"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"323f7f2b-1408-4459-8f11-27ea2aadd8f5","name":"A functionresult with the guid of the uploaded profilephoto","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"Photo\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Document/SetMyProfilePhoto"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"2e5724e7-77fb-492d-a34c-c4486e6bcce7","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"Photo\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Document/SetMyProfilePhoto"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"65b5dae3-eb14-4a7f-9580-2fdf71f71dc3"}],"id":"85c68678-2613-4bda-9fe1-7ccd652dc275","_postman_id":"85c68678-2613-4bda-9fe1-7ccd652dc275","description":""},{"name":"MyContracts","item":[{"name":"Get a list of employee contract files","id":"dbc8ebbe-e0c2-473b-8d32-42b8671f0868","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Document/MyContracts","description":"<p>Returns a list of employee-related contract documents (files and cloud files)for the authenticated user.</p>\n","urlObject":{"path":["Document","MyContracts"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8c413974-b098-42cb-b3fd-fa0200220bea","name":"An array of documentinfo","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Document/MyContracts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"FileId\": \"7beab9a7-62fc-c174-8399-9edf5ebd630c\",\n    \"Category\": \"string\",\n    \"FileType\": \"string\",\n    \"Name\": \"string\",\n    \"Description\": \"string\",\n    \"File size\": \"string\",\n    \"Expiration date\": \"1997-01-17\",\n    \"Created on\": null\n  },\n  {\n    \"FileId\": \"4644de37-0b86-5c3a-4a12-3e16d5539c05\",\n    \"Category\": \"string\",\n    \"FileType\": \"string\",\n    \"Name\": \"string\",\n    \"Description\": \"string\",\n    \"File size\": \"string\",\n    \"Expiration date\": \"1998-05-16\",\n    \"Created on\": null\n  }\n]"},{"id":"3a7b5cb8-7670-4a64-b57e-53ed8d639216","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Document/MyContracts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"dbc8ebbe-e0c2-473b-8d32-42b8671f0868"}],"id":"375a164e-12b6-4a18-8bb7-f9ad24f6caf1","_postman_id":"375a164e-12b6-4a18-8bb7-f9ad24f6caf1","description":""}],"id":"3b25f707-9c85-48b2-8b29-71604c8c48fb","_postman_id":"3b25f707-9c85-48b2-8b29-71604c8c48fb","description":""},{"name":"Employee","item":[{"name":"CreateAddress","item":[{"name":"Creates a new address record for an employee","id":"f1c3567a-4791-4c21-90e1-6c0e9a246be9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"dfb1be12-00ae-472a-8317-c4fe26e0f68f\",\n  \"AddressTypeId\": \"8c4d23cf-12d3-4d80-b3d6-7b7ef78d8c21\",\n  \"Street\": \"Keizersgracht\",\n  \"HouseNumber\": \"125\",\n  \"HouseNumberAddition\": \"A\",\n  \"PostalCode\": \"1015CJ\",\n  \"City\": \"Amsterdam\",\n  \"CountryId\": \"42225bae-3c08-4767-8ca7-8c95d4081ec3\",\n  \"StartDate\": \"2026-09-01\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateAddress","urlObject":{"path":["Employee","CreateAddress"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1826e03f-d932-43ba-a0c6-6d79c0cda3ca","name":"Employee address created successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"AddressTypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"Street\": \"Teststraat\",\n  \"HouseNumber\": \"10\",\n  \"HouseNumberAddition\": \"A\",\n  \"PostalCode\": \"1234AB\",\n  \"City\": \"Amsterdam\",\n  \"CountryId\": \"33333333-3333-3333-3333-333333333333\",\n  \"StartDate\": \"2026-08-01\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateAddress"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"AddressId\": \"44444444-4444-4444-4444-444444444444\",\n  \"Creator\": \"api.user@example.com\",\n  \"Created\": \"2026-07-21T10:30:00\"\n}"},{"id":"503c76c9-8a47-477e-a112-75067198f4b7","name":"Address could not be created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"AddressTypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"Street\": \"Teststraat\",\n  \"HouseNumber\": \"10\",\n  \"HouseNumberAddition\": \"A\",\n  \"PostalCode\": \"1234AB\",\n  \"City\": \"Amsterdam\",\n  \"CountryId\": \"33333333-3333-3333-3333-333333333333\",\n  \"StartDate\": \"2026-08-01\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateAddress"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"d56a4aba-cab2-418f-9c40-ea04a209033e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"AddressTypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"Street\": \"Teststraat\",\n  \"HouseNumber\": \"10\",\n  \"HouseNumberAddition\": \"A\",\n  \"PostalCode\": \"1234AB\",\n  \"City\": \"Amsterdam\",\n  \"CountryId\": \"33333333-3333-3333-3333-333333333333\",\n  \"StartDate\": \"2026-08-01\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateAddress"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"885facc3-c1e1-4e55-bf8b-dbd2b56e1290","name":"Address creation operation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"AddressTypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"Street\": \"Teststraat\",\n  \"HouseNumber\": \"10\",\n  \"HouseNumberAddition\": \"A\",\n  \"PostalCode\": \"1234AB\",\n  \"City\": \"Amsterdam\",\n  \"CountryId\": \"33333333-3333-3333-3333-333333333333\",\n  \"StartDate\": \"2026-08-01\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateAddress"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f1c3567a-4791-4c21-90e1-6c0e9a246be9"}],"id":"feb09c87-a085-4234-b3a0-2a33ff6df7f3","_postman_id":"feb09c87-a085-4234-b3a0-2a33ff6df7f3","description":""},{"name":"CreateCommunication","item":[{"name":"Adds a communication means to an employee","id":"fff0057e-d3ce-452a-ab99-5b0164775ff6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"55a26f7b-b8dc-4a17-a6ae-5d0c1abf2145\",\n  \"TypeId\": \"3b49fbc2-2f62-4caf-8a41-0d729de93618\",\n  \"RoleId\": \"1a07103e-e7f8-45ee-9cc7-fde3fcca0bed\",\n  \"Value\": \"employee.work@example.com\",\n  \"IsPrimary\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateCommunication","urlObject":{"path":["Employee","CreateCommunication"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d8822a6b-e073-42e4-97cf-3e93959a1609","name":"Communication means created successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"TypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"RoleId\": \"22222222-3333-2222-2222-222222222222\",\n  \"Value\": \"employee@example.com\",\n  \"IsPrimary\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateCommunication"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"CommunicationId\": \"33333333-3333-3333-3333-333333333333\",\n  \"Creator\": \"api.user@example.com\",\n  \"Created\": \"2026-07-21T10:30:00\"\n}"},{"id":"91671062-9d9e-4b53-a47a-412b931ef80f","name":"Communication means could not be created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"TypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"RoleId\": \"22222222-3333-2222-2222-222222222222\",\n  \"Value\": \"employee@example.com\",\n  \"IsPrimary\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateCommunication"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"19a21eb4-4b4d-4ca2-ad77-0b5b28aefb21","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"TypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"RoleId\": \"22222222-3333-2222-2222-222222222222\",\n  \"Value\": \"employee@example.com\",\n  \"IsPrimary\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateCommunication"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"4323bc78-c1e9-4f5a-8b1e-3b4f65ea1a2f","name":"Communication creation operation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"TypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"RoleId\": \"22222222-3333-2222-2222-222222222222\",\n  \"Value\": \"employee@example.com\",\n  \"IsPrimary\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateCommunication"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fff0057e-d3ce-452a-ab99-5b0164775ff6"}],"id":"88373835-fc21-4ba9-a03e-da802f87f822","_postman_id":"88373835-fc21-4ba9-a03e-da802f87f822","description":""},{"name":"CreateContract","item":[{"name":"Creates a new contract record for an employee","id":"e40e11a3-84d0-4956-b0c7-b0edb544b693","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": null\n  },\n  \"PersonId\": \"2581FEE5-64A6-444F-AC90-71849AE9E5AF\",\n  \"EmploymentId\": \"46441ac2-8d4f-4a58-bf94-30654d4d09e3\",\n  \"ContractStartDate\": \"2026-09-01\",\n  \"ContractEndDate\": null,\n  \"ContractDurationTypeId\": \"b9bd9672-0443-4d25-99df-ca95bd0b8874\",\n  \"ContractEmployeeTypeId\": \"51283db0-a58e-4bb5-8608-b241c915a469\",\n  \"ContractEmployeeRelationTypeId\": \"46ae17ba-3078-40ab-a12b-5ece1c24be65\",\n  \"ContractHoursPerWeek\": 40,\n  \"ContractDaysPerWeek\": 5,\n  \"CAOId\": \"bc076397-9e4e-42c1-900c-b8f7b69e50b7\",\n  \"ContractSequenceNumber\": 2,\n  \"ContractProbationDate\": \"2026-09-30\",\n  \"ReductionUnemploymentBenefit\": true,\n  \"ContractSigned\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateContract","urlObject":{"path":["Employee","CreateContract"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0a740846-acd5-46a0-833e-2da309f353a5","name":"Contract created successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"EmploymentId\": \"22222222-2222-2222-2222-222222222222\",\n  \"ContractStartDate\": \"2026-09-01\",\n  \"ContractEndDate\": \"2027-08-31\",\n  \"ContractDurationTypeId\": \"33333333-3333-3333-3333-333333333333\",\n  \"ContractEmployeeTypeId\": \"44444444-4444-4444-4444-444444444444\",\n  \"ContractEmployeeRelationTypeId\": \"55555555-5555-5555-5555-555555555555\",\n  \"ContractHoursPerWeek\": 40,\n  \"ContractDaysPerWeek\": 5,\n  \"CAOId\": \"66666666-6666-6666-6666-666666666666\",\n  \"ContractSequenceNumber\": 2,\n  \"ContractProbationDate\": \"2026-09-30\",\n  \"ReductionUnemploymentBenefit\": true,\n  \"ContractSigned\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateContract"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ContractId\": \"77777777-7777-7777-7777-777777777777\",\n  \"Creator\": \"api.user@example.com\",\n  \"Created\": \"2026-07-22T10:30:00\"\n}"},{"id":"f86a1b01-88e7-4da4-9069-7e5c42c01cb3","name":"Request validation failed or the contract could not be created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"EmploymentId\": \"22222222-2222-2222-2222-222222222222\",\n  \"ContractStartDate\": \"2026-09-01\",\n  \"ContractEndDate\": \"2027-08-31\",\n  \"ContractDurationTypeId\": \"33333333-3333-3333-3333-333333333333\",\n  \"ContractEmployeeTypeId\": \"44444444-4444-4444-4444-444444444444\",\n  \"ContractEmployeeRelationTypeId\": \"55555555-5555-5555-5555-555555555555\",\n  \"ContractHoursPerWeek\": 40,\n  \"ContractDaysPerWeek\": 5,\n  \"CAOId\": \"66666666-6666-6666-6666-666666666666\",\n  \"ContractSequenceNumber\": 2,\n  \"ContractProbationDate\": \"2026-09-30\",\n  \"ReductionUnemploymentBenefit\": true,\n  \"ContractSigned\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateContract"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"b08ca18a-2904-47d8-9aa0-d53608bd6d4d","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"EmploymentId\": \"22222222-2222-2222-2222-222222222222\",\n  \"ContractStartDate\": \"2026-09-01\",\n  \"ContractEndDate\": \"2027-08-31\",\n  \"ContractDurationTypeId\": \"33333333-3333-3333-3333-333333333333\",\n  \"ContractEmployeeTypeId\": \"44444444-4444-4444-4444-444444444444\",\n  \"ContractEmployeeRelationTypeId\": \"55555555-5555-5555-5555-555555555555\",\n  \"ContractHoursPerWeek\": 40,\n  \"ContractDaysPerWeek\": 5,\n  \"CAOId\": \"66666666-6666-6666-6666-666666666666\",\n  \"ContractSequenceNumber\": 2,\n  \"ContractProbationDate\": \"2026-09-30\",\n  \"ReductionUnemploymentBenefit\": true,\n  \"ContractSigned\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateContract"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6b968915-8cba-4338-af4e-c39c9e174af8","name":"Create contract operation returned no result","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"EmploymentId\": \"22222222-2222-2222-2222-222222222222\",\n  \"ContractStartDate\": \"2026-09-01\",\n  \"ContractEndDate\": \"2027-08-31\",\n  \"ContractDurationTypeId\": \"33333333-3333-3333-3333-333333333333\",\n  \"ContractEmployeeTypeId\": \"44444444-4444-4444-4444-444444444444\",\n  \"ContractEmployeeRelationTypeId\": \"55555555-5555-5555-5555-555555555555\",\n  \"ContractHoursPerWeek\": 40,\n  \"ContractDaysPerWeek\": 5,\n  \"CAOId\": \"66666666-6666-6666-6666-666666666666\",\n  \"ContractSequenceNumber\": 2,\n  \"ContractProbationDate\": \"2026-09-30\",\n  \"ReductionUnemploymentBenefit\": true,\n  \"ContractSigned\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateContract"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e40e11a3-84d0-4956-b0c7-b0edb544b693"}],"id":"caf8f810-302f-48fe-b9d3-fd4b44162976","_postman_id":"caf8f810-302f-48fe-b9d3-fd4b44162976","description":""},{"name":"CreateEmployee","item":[{"name":"Creates a full employee based on the Staff New Employee wizard","id":"ffa1d4d5-ec3d-4273-bf0b-0f96a05616ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"OrganisationId\": \"2F089038-BD9E-4B81-88F6-BBB41A6022E4\",\n  \"Personalia\": {\n    \"Initials\": \"T.\",\n    \"CallName\": \"TestApi5\",\n    \"LastName\": \"Employee5\",\n    \"NationalityId\": \"5ABDC2E8-F7FA-44A0-8D61-11433FD77156\",\n    \"GenderId\": \"4B19A0E9-08CD-4803-B5CF-8A3FF6D8D003\",\n    \"BirthDate\": \"1990-05-15\",\n    \"Bsn\": \"144905590\",\n    \"MiddleName\": null,\n    \"PreferredLanguageId\": \"EDCDE4BD-EEAF-4AD5-B8CC-DE6A7B9BC99F\",\n    \"BankAccountNumber\": \"NL91ABNA0417164300\"\n  },\n  \"Contract\": {\n    \"EmployeeTypeId\": \"51283DB0-A58E-4BB5-8608-B241C915A469\",\n    \"EmployeeRelationTypeId\": \"46AE17BA-3078-40AB-A12B-5ECE1C24BE65\",\n    \"LowUnemploymentPremium\": false,\n    \"StartDate\": \"2026-08-01\",\n    \"ContractTermTypeId\": \"B9BD9672-0443-4D25-99DF-CA95BD0B8874\",\n    \"ContractSequenceNumber\": 1,\n    \"ContractHoursPerWeek\": 40,\n    \"WorkDaysPerWeek\": 5,\n    \"AddWorkSchedule\": true,\n    \"DepartmentId\": \"01459067-D649-4D87-B3AE-E1BC7D7D35B8\",\n    \"FunctionId\": \"3D9DDAF2-9689-419F-92E7-3C573F97A7E6\",\n    \"SignedContractPresent\": false,\n    \"ContractEndDate\": \"2027-01-31\",\n    \"TrialPeriodEndDate\": \"2026-08-31\",\n    \"WorkPattern\": {\n      \"Mon\": 8,\n      \"Tue\": 8,\n      \"Wed\": 8,\n      \"Thu\": 8,\n      \"Fri\": 8,\n      \"Sat\": null,\n      \"Sun\": null\n    },\n    \"CaoId\": \"BC076397-9E4E-42C1-900C-B8F7B69E50B7\",\n    \"DefaultUrsActivityId\": \"BC719A92-024B-4316-A68B-061FD46B8372\",\n    \"TransportTypeId\": \"7592047D-579C-40CC-B6CA-B10AC0C39065\",\n    \"CommuteDistanceKm\": 12.5,\n    \"MileageAllowancePerKm\": 0.23\n  },\n  \"Salary\": {\n    \"GrossSalary\": 3200,\n    \"SalaryPeriodId\": \"2A285CF9-DBAF-4266-9EB5-FA36D09580BC\",\n    \"HolidayPayBuildUpId\": \"A88E5E4C-5F1D-47F9-9520-4C7AB629E01D\",\n    \"HolidayDaysBuildUpId\": \"679813BD-7682-4278-B503-A1EB2116D2E9\",\n    \"PayrollTaxCredit\": true,\n    \"TravelAllowanceNet\": true,\n    \"ExpenseAllowanceNet\": false,\n    \"TravelAllowance\": null,\n    \"TravelAllowancePeriodId\": null,\n    \"ExpenseAllowance\": null,\n    \"ExpenseAllowancePeriodId\": null,\n    \"PayrollAdminRemark\": \"Test employee created through API endpoint.\"\n  },\n  \"Communication\": {\n    \"WorkEmail\": \"test.api5.employee.20260715@example.com\",\n    \"Mobile\": \"+31612345678\"\n  },\n  \"Address\": {\n    \"Street\": \"Teststraat\",\n    \"HouseNumber\": \"10\",\n    \"HouseNumberAddition\": \"A\",\n    \"PostalCode\": \"1234AB\",\n    \"City\": \"Amsterdam\"\n  },\n  \"UserAccount\": {\n    \"CreateUserAccount\": false,\n    \"ExampleUserId\": null,\n    \"WelcomeEmailTemplateId\": null\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateEmployee","urlObject":{"path":["Employee","CreateEmployee"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d02934f7-505f-48dc-b3b8-a356a08a0979","name":"Employee created successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"OrganisationId\": \"2F089038-BD9E-4B81-88F6-BBB41A6022E4\",\n  \"Personalia\": {\n    \"Initials\": \"T.\",\n    \"CallName\": \"TestApi\",\n    \"LastName\": \"Employee\",\n    \"NationalityId\": \"5ABDC2E8-F7FA-44A0-8D61-11433FD77156\",\n    \"GenderId\": \"4B19A0E9-08CD-4803-B5CF-8A3FF6D8D003\",\n    \"BirthDate\": \"1990-05-15\",\n    \"Bsn\": \"144905590\",\n    \"MiddleName\": null,\n    \"PreferredLanguageId\": \"EDCDE4BD-EEAF-4AD5-B8CC-DE6A7B9BC99F\",\n    \"BankAccountNumber\": \"NL91ABNA0417164300\"\n  },\n  \"Contract\": {\n    \"EmployeeTypeId\": \"51283DB0-A58E-4BB5-8608-B241C915A469\",\n    \"EmployeeRelationTypeId\": \"46AE17BA-3078-40AB-A12B-5ECE1C24BE65\",\n    \"LowUnemploymentPremium\": false,\n    \"StartDate\": \"2026-08-01\",\n    \"ContractTermTypeId\": \"B9BD9672-0443-4D25-99DF-CA95BD0B8874\",\n    \"ContractSequenceNumber\": 1,\n    \"ContractHoursPerWeek\": 40,\n    \"WorkDaysPerWeek\": 5,\n    \"AddWorkSchedule\": true,\n    \"DepartmentId\": \"01459067-D649-4D87-B3AE-E1BC7D7D35B8\",\n    \"FunctionId\": \"3D9DDAF2-9689-419F-92E7-3C573F97A7E6\",\n    \"SignedContractPresent\": false,\n    \"ContractEndDate\": \"2027-01-31\",\n    \"TrialPeriodEndDate\": \"2026-08-31\",\n    \"WorkPattern\": {\n      \"Mon\": 8,\n      \"Tue\": 8,\n      \"Wed\": 8,\n      \"Thu\": 8,\n      \"Fri\": 8,\n      \"Sat\": null,\n      \"Sun\": null\n    },\n    \"CaoId\": \"BC076397-9E4E-42C1-900C-B8F7B69E50B7\",\n    \"DefaultUrsActivityId\": \"BC719A92-024B-4316-A68B-061FD46B8372\",\n    \"TransportTypeId\": \"7592047D-579C-40CC-B6CA-B10AC0C39065\",\n    \"CommuteDistanceKm\": 12.5,\n    \"MileageAllowancePerKm\": 0.23\n  },\n  \"Salary\": {\n    \"GrossSalary\": 3200,\n    \"SalaryPeriodId\": \"2A285CF9-DBAF-4266-9EB5-FA36D09580BC\",\n    \"HolidayPayBuildUpId\": \"A88E5E4C-5F1D-47F9-9520-4C7AB629E01D\",\n    \"HolidayDaysBuildUpId\": \"679813BD-7682-4278-B503-A1EB2116D2E9\",\n    \"PayrollTaxCredit\": true,\n    \"TravelAllowanceNet\": true,\n    \"ExpenseAllowanceNet\": false,\n    \"TravelAllowance\": null,\n    \"TravelAllowancePeriodId\": null,\n    \"ExpenseAllowance\": null,\n    \"ExpenseAllowancePeriodId\": null,\n    \"PayrollAdminRemark\": \"Test employee created through API endpoint.\"\n  },\n  \"Communication\": {\n    \"WorkEmail\": \"test.api.employee.20260714@example.com\",\n    \"Mobile\": \"+31612345678\"\n  },\n  \"Address\": {\n    \"Street\": \"Teststraat\",\n    \"HouseNumber\": \"10\",\n    \"HouseNumberAddition\": \"A\",\n    \"PostalCode\": \"1234AB\",\n    \"City\": \"Amsterdam\"\n  },\n  \"UserAccount\": {\n    \"CreateUserAccount\": false,\n    \"ExampleUserId\": null,\n    \"WelcomeEmailTemplateId\": null\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateEmployee"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"EmploymentId\": \"22222222-2222-2222-2222-222222222222\",\n  \"ContractId\": \"33333333-3333-3333-3333-333333333333\",\n  \"SalaryId\": \"44444444-4444-4444-4444-444444444444\",\n  \"FunctionRecordId\": \"55555555-5555-5555-5555-555555555555\",\n  \"WorkScheduleId\": \"66666666-6666-6666-6666-666666666666\",\n  \"UserId\": null,\n  \"EmployeeNumber\": \"EMP-10001\",\n  \"Creator\": \"24D6F408-37AF-42E1-858D-80E7CEC80D8D\",\n  \"Created\": \"2026-07-15T09:30:00\"\n}"},{"id":"2c1ec0f8-2d82-4b7a-9985-1819f9b80bb1","name":"Request validation failed or the employee could not be created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"OrganisationId\": \"2F089038-BD9E-4B81-88F6-BBB41A6022E4\",\n  \"Personalia\": {\n    \"Initials\": \"T.\",\n    \"CallName\": \"TestApi\",\n    \"LastName\": \"Employee\",\n    \"NationalityId\": \"5ABDC2E8-F7FA-44A0-8D61-11433FD77156\",\n    \"GenderId\": \"4B19A0E9-08CD-4803-B5CF-8A3FF6D8D003\",\n    \"BirthDate\": \"1990-05-15\",\n    \"Bsn\": \"144905590\",\n    \"MiddleName\": null,\n    \"PreferredLanguageId\": \"EDCDE4BD-EEAF-4AD5-B8CC-DE6A7B9BC99F\",\n    \"BankAccountNumber\": \"NL91ABNA0417164300\"\n  },\n  \"Contract\": {\n    \"EmployeeTypeId\": \"51283DB0-A58E-4BB5-8608-B241C915A469\",\n    \"EmployeeRelationTypeId\": \"46AE17BA-3078-40AB-A12B-5ECE1C24BE65\",\n    \"LowUnemploymentPremium\": false,\n    \"StartDate\": \"2026-08-01\",\n    \"ContractTermTypeId\": \"B9BD9672-0443-4D25-99DF-CA95BD0B8874\",\n    \"ContractSequenceNumber\": 1,\n    \"ContractHoursPerWeek\": 40,\n    \"WorkDaysPerWeek\": 5,\n    \"AddWorkSchedule\": true,\n    \"DepartmentId\": \"01459067-D649-4D87-B3AE-E1BC7D7D35B8\",\n    \"FunctionId\": \"3D9DDAF2-9689-419F-92E7-3C573F97A7E6\",\n    \"SignedContractPresent\": false,\n    \"ContractEndDate\": \"2027-01-31\",\n    \"TrialPeriodEndDate\": \"2026-08-31\",\n    \"WorkPattern\": {\n      \"Mon\": 8,\n      \"Tue\": 8,\n      \"Wed\": 8,\n      \"Thu\": 8,\n      \"Fri\": 8,\n      \"Sat\": null,\n      \"Sun\": null\n    },\n    \"CaoId\": \"BC076397-9E4E-42C1-900C-B8F7B69E50B7\",\n    \"DefaultUrsActivityId\": \"BC719A92-024B-4316-A68B-061FD46B8372\",\n    \"TransportTypeId\": \"7592047D-579C-40CC-B6CA-B10AC0C39065\",\n    \"CommuteDistanceKm\": 12.5,\n    \"MileageAllowancePerKm\": 0.23\n  },\n  \"Salary\": {\n    \"GrossSalary\": 3200,\n    \"SalaryPeriodId\": \"2A285CF9-DBAF-4266-9EB5-FA36D09580BC\",\n    \"HolidayPayBuildUpId\": \"A88E5E4C-5F1D-47F9-9520-4C7AB629E01D\",\n    \"HolidayDaysBuildUpId\": \"679813BD-7682-4278-B503-A1EB2116D2E9\",\n    \"PayrollTaxCredit\": true,\n    \"TravelAllowanceNet\": true,\n    \"ExpenseAllowanceNet\": false,\n    \"TravelAllowance\": null,\n    \"TravelAllowancePeriodId\": null,\n    \"ExpenseAllowance\": null,\n    \"ExpenseAllowancePeriodId\": null,\n    \"PayrollAdminRemark\": \"Test employee created through API endpoint.\"\n  },\n  \"Communication\": {\n    \"WorkEmail\": \"test.api.employee.20260714@example.com\",\n    \"Mobile\": \"+31612345678\"\n  },\n  \"Address\": {\n    \"Street\": \"Teststraat\",\n    \"HouseNumber\": \"10\",\n    \"HouseNumberAddition\": \"A\",\n    \"PostalCode\": \"1234AB\",\n    \"City\": \"Amsterdam\"\n  },\n  \"UserAccount\": {\n    \"CreateUserAccount\": false,\n    \"ExampleUserId\": null,\n    \"WelcomeEmailTemplateId\": null\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateEmployee"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"928ef5cf-ef83-4fb0-9a0b-a93a0c1f0a05","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"OrganisationId\": \"2F089038-BD9E-4B81-88F6-BBB41A6022E4\",\n  \"Personalia\": {\n    \"Initials\": \"T.\",\n    \"CallName\": \"TestApi\",\n    \"LastName\": \"Employee\",\n    \"NationalityId\": \"5ABDC2E8-F7FA-44A0-8D61-11433FD77156\",\n    \"GenderId\": \"4B19A0E9-08CD-4803-B5CF-8A3FF6D8D003\",\n    \"BirthDate\": \"1990-05-15\",\n    \"Bsn\": \"144905590\",\n    \"MiddleName\": null,\n    \"PreferredLanguageId\": \"EDCDE4BD-EEAF-4AD5-B8CC-DE6A7B9BC99F\",\n    \"BankAccountNumber\": \"NL91ABNA0417164300\"\n  },\n  \"Contract\": {\n    \"EmployeeTypeId\": \"51283DB0-A58E-4BB5-8608-B241C915A469\",\n    \"EmployeeRelationTypeId\": \"46AE17BA-3078-40AB-A12B-5ECE1C24BE65\",\n    \"LowUnemploymentPremium\": false,\n    \"StartDate\": \"2026-08-01\",\n    \"ContractTermTypeId\": \"B9BD9672-0443-4D25-99DF-CA95BD0B8874\",\n    \"ContractSequenceNumber\": 1,\n    \"ContractHoursPerWeek\": 40,\n    \"WorkDaysPerWeek\": 5,\n    \"AddWorkSchedule\": true,\n    \"DepartmentId\": \"01459067-D649-4D87-B3AE-E1BC7D7D35B8\",\n    \"FunctionId\": \"3D9DDAF2-9689-419F-92E7-3C573F97A7E6\",\n    \"SignedContractPresent\": false,\n    \"ContractEndDate\": \"2027-01-31\",\n    \"TrialPeriodEndDate\": \"2026-08-31\",\n    \"WorkPattern\": {\n      \"Mon\": 8,\n      \"Tue\": 8,\n      \"Wed\": 8,\n      \"Thu\": 8,\n      \"Fri\": 8,\n      \"Sat\": null,\n      \"Sun\": null\n    },\n    \"CaoId\": \"BC076397-9E4E-42C1-900C-B8F7B69E50B7\",\n    \"DefaultUrsActivityId\": \"BC719A92-024B-4316-A68B-061FD46B8372\",\n    \"TransportTypeId\": \"7592047D-579C-40CC-B6CA-B10AC0C39065\",\n    \"CommuteDistanceKm\": 12.5,\n    \"MileageAllowancePerKm\": 0.23\n  },\n  \"Salary\": {\n    \"GrossSalary\": 3200,\n    \"SalaryPeriodId\": \"2A285CF9-DBAF-4266-9EB5-FA36D09580BC\",\n    \"HolidayPayBuildUpId\": \"A88E5E4C-5F1D-47F9-9520-4C7AB629E01D\",\n    \"HolidayDaysBuildUpId\": \"679813BD-7682-4278-B503-A1EB2116D2E9\",\n    \"PayrollTaxCredit\": true,\n    \"TravelAllowanceNet\": true,\n    \"ExpenseAllowanceNet\": false,\n    \"TravelAllowance\": null,\n    \"TravelAllowancePeriodId\": null,\n    \"ExpenseAllowance\": null,\n    \"ExpenseAllowancePeriodId\": null,\n    \"PayrollAdminRemark\": \"Test employee created through API endpoint.\"\n  },\n  \"Communication\": {\n    \"WorkEmail\": \"test.api.employee.20260714@example.com\",\n    \"Mobile\": \"+31612345678\"\n  },\n  \"Address\": {\n    \"Street\": \"Teststraat\",\n    \"HouseNumber\": \"10\",\n    \"HouseNumberAddition\": \"A\",\n    \"PostalCode\": \"1234AB\",\n    \"City\": \"Amsterdam\"\n  },\n  \"UserAccount\": {\n    \"CreateUserAccount\": false,\n    \"ExampleUserId\": null,\n    \"WelcomeEmailTemplateId\": null\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateEmployee"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"string"},{"id":"470723dd-46c4-46b4-a955-5e015eb5a188","name":"Employee creation returned no result","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"OrganisationId\": \"2F089038-BD9E-4B81-88F6-BBB41A6022E4\",\n  \"Personalia\": {\n    \"Initials\": \"T.\",\n    \"CallName\": \"TestApi\",\n    \"LastName\": \"Employee\",\n    \"NationalityId\": \"5ABDC2E8-F7FA-44A0-8D61-11433FD77156\",\n    \"GenderId\": \"4B19A0E9-08CD-4803-B5CF-8A3FF6D8D003\",\n    \"BirthDate\": \"1990-05-15\",\n    \"Bsn\": \"144905590\",\n    \"MiddleName\": null,\n    \"PreferredLanguageId\": \"EDCDE4BD-EEAF-4AD5-B8CC-DE6A7B9BC99F\",\n    \"BankAccountNumber\": \"NL91ABNA0417164300\"\n  },\n  \"Contract\": {\n    \"EmployeeTypeId\": \"51283DB0-A58E-4BB5-8608-B241C915A469\",\n    \"EmployeeRelationTypeId\": \"46AE17BA-3078-40AB-A12B-5ECE1C24BE65\",\n    \"LowUnemploymentPremium\": false,\n    \"StartDate\": \"2026-08-01\",\n    \"ContractTermTypeId\": \"B9BD9672-0443-4D25-99DF-CA95BD0B8874\",\n    \"ContractSequenceNumber\": 1,\n    \"ContractHoursPerWeek\": 40,\n    \"WorkDaysPerWeek\": 5,\n    \"AddWorkSchedule\": true,\n    \"DepartmentId\": \"01459067-D649-4D87-B3AE-E1BC7D7D35B8\",\n    \"FunctionId\": \"3D9DDAF2-9689-419F-92E7-3C573F97A7E6\",\n    \"SignedContractPresent\": false,\n    \"ContractEndDate\": \"2027-01-31\",\n    \"TrialPeriodEndDate\": \"2026-08-31\",\n    \"WorkPattern\": {\n      \"Mon\": 8,\n      \"Tue\": 8,\n      \"Wed\": 8,\n      \"Thu\": 8,\n      \"Fri\": 8,\n      \"Sat\": null,\n      \"Sun\": null\n    },\n    \"CaoId\": \"BC076397-9E4E-42C1-900C-B8F7B69E50B7\",\n    \"DefaultUrsActivityId\": \"BC719A92-024B-4316-A68B-061FD46B8372\",\n    \"TransportTypeId\": \"7592047D-579C-40CC-B6CA-B10AC0C39065\",\n    \"CommuteDistanceKm\": 12.5,\n    \"MileageAllowancePerKm\": 0.23\n  },\n  \"Salary\": {\n    \"GrossSalary\": 3200,\n    \"SalaryPeriodId\": \"2A285CF9-DBAF-4266-9EB5-FA36D09580BC\",\n    \"HolidayPayBuildUpId\": \"A88E5E4C-5F1D-47F9-9520-4C7AB629E01D\",\n    \"HolidayDaysBuildUpId\": \"679813BD-7682-4278-B503-A1EB2116D2E9\",\n    \"PayrollTaxCredit\": true,\n    \"TravelAllowanceNet\": true,\n    \"ExpenseAllowanceNet\": false,\n    \"TravelAllowance\": null,\n    \"TravelAllowancePeriodId\": null,\n    \"ExpenseAllowance\": null,\n    \"ExpenseAllowancePeriodId\": null,\n    \"PayrollAdminRemark\": \"Test employee created through API endpoint.\"\n  },\n  \"Communication\": {\n    \"WorkEmail\": \"test.api.employee.20260714@example.com\",\n    \"Mobile\": \"+31612345678\"\n  },\n  \"Address\": {\n    \"Street\": \"Teststraat\",\n    \"HouseNumber\": \"10\",\n    \"HouseNumberAddition\": \"A\",\n    \"PostalCode\": \"1234AB\",\n    \"City\": \"Amsterdam\"\n  },\n  \"UserAccount\": {\n    \"CreateUserAccount\": false,\n    \"ExampleUserId\": null,\n    \"WelcomeEmailTemplateId\": null\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateEmployee"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Employee creation returned no result."}],"_postman_id":"ffa1d4d5-ec3d-4273-bf0b-0f96a05616ec"}],"id":"ad434604-c0fc-4005-917e-3ee07ae22a94","_postman_id":"ad434604-c0fc-4005-917e-3ee07ae22a94","description":""},{"name":"CreateFunction","item":[{"name":"Creates a new function record for an employee","id":"bd02a0ee-1375-4b66-9ba1-3779808de433","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": null\n  },\n  \"PersonId\": \"55a26f7b-b8dc-4a17-a6ae-5d0c1abf2145\",\n  \"EmploymentId\": \"aaa27dd6-6ac8-475e-8cda-4447b42688fa\",\n  \"FunctionId\": \"3d9ddaf2-9689-419f-92e7-3c573f97a7e6\",\n  \"DepartmentId\": \"01459067-d649-4d87-b3ae-e1bc7d7d35b8\",\n  \"StartDate\": \"2026-09-01\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateFunction","urlObject":{"path":["Employee","CreateFunction"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"449700da-f785-40e1-8151-9b4d423ddec3","name":"Function record created successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"EmploymentId\": \"22222222-2222-2222-2222-222222222222\",\n  \"FunctionId\": \"33333333-3333-3333-3333-333333333333\",\n  \"DepartmentId\": \"44444444-4444-4444-4444-444444444444\",\n  \"StartDate\": \"2026-09-01\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateFunction"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"EmploymentFormationId\": \"55555555-5555-5555-5555-555555555555\",\n  \"Creator\": \"api.user@example.com\",\n  \"Created\": \"2026-07-22T12:30:00\"\n}"},{"id":"189efb5b-0ba9-4ab9-b709-1cd133214c78","name":"Request validation failed or the function record could not be created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"EmploymentId\": \"22222222-2222-2222-2222-222222222222\",\n  \"FunctionId\": \"33333333-3333-3333-3333-333333333333\",\n  \"DepartmentId\": \"44444444-4444-4444-4444-444444444444\",\n  \"StartDate\": \"2026-09-01\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateFunction"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"5e14bc91-4512-4efb-a9f8-bdb3aff692b1","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"EmploymentId\": \"22222222-2222-2222-2222-222222222222\",\n  \"FunctionId\": \"33333333-3333-3333-3333-333333333333\",\n  \"DepartmentId\": \"44444444-4444-4444-4444-444444444444\",\n  \"StartDate\": \"2026-09-01\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateFunction"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"277286aa-f4d1-4fe5-b396-7cfa6a23261e","name":"Function record creation operation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"EmploymentId\": \"22222222-2222-2222-2222-222222222222\",\n  \"FunctionId\": \"33333333-3333-3333-3333-333333333333\",\n  \"DepartmentId\": \"44444444-4444-4444-4444-444444444444\",\n  \"StartDate\": \"2026-09-01\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateFunction"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Create function operation returned no result."}],"_postman_id":"bd02a0ee-1375-4b66-9ba1-3779808de433"}],"id":"512a137b-0dd0-4f43-887c-461c445b2041","_postman_id":"512a137b-0dd0-4f43-887c-461c445b2041","description":""},{"name":"CreateMinimalEmployee","item":[{"name":"Creates a minimal employee","id":"0bb48a90-f912-453d-8e83-c17b27486834","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"Email\": \"Max2TestEmail@gmail.com\",\n  \"CallName\": \"TestMinimalEmployeeName\",\n  \"MiddleName\": \"\",\n  \"LastName\": \"TestMinimalEmployeeSurName\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateMinimalEmployee","urlObject":{"path":["Employee","CreateMinimalEmployee"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a7b96efd-47a4-4e18-ad07-a0f433118e84","name":"Minimal employee created successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"Email\": \"cqxkhzEQrhzxie@AevAbUyzKYRcNZihesuuaK.ro\",\n  \"CallName\": \"string\",\n  \"MiddleName\": \"string\",\n  \"LastName\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateMinimalEmployee"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"Medewerker is aangemaakt.\",\n  \"NewGuid\": \"a32d6fa1-4b9d-7f30-d94a-e5451681bdcc\"\n}"},{"id":"ee2d3626-f983-4c6a-a325-cdc18e5f5f68","name":"Bad request. Email is required, already exists, is not unique, or required default employee data is missing.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"Email\": \"cqxkhzEQrhzxie@AevAbUyzKYRcNZihesuuaK.ro\",\n  \"CallName\": \"string\",\n  \"MiddleName\": \"string\",\n  \"LastName\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateMinimalEmployee"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ba70f62f-1a58-4f86-96d5-223eb5889fec","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"Email\": \"cqxkhzEQrhzxie@AevAbUyzKYRcNZihesuuaK.ro\",\n  \"CallName\": \"string\",\n  \"MiddleName\": \"string\",\n  \"LastName\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateMinimalEmployee"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0bb48a90-f912-453d-8e83-c17b27486834"}],"id":"27a95373-e7ed-4410-9d01-c4059fe694aa","_postman_id":"27a95373-e7ed-4410-9d01-c4059fe694aa","description":""},{"name":"CreateSalary","item":[{"name":"Creates a new salary record for an employee","id":"60879828-c70b-440b-82dd-46b7c96b4c17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": null\n  },\n  \"PersonId\": \"44AF9077-EBF8-4E8D-833A-54B0DCA0ABBB\",\n  \"EmploymentId\": \"5b5a5c29-2b97-4985-8396-477d3d1d1680\",\n  \"Salary\": 1900.00,\n  \"SalaryPeriodId\": \"2a285cf9-dbaf-4266-9eb5-fa36d09580bc\",\n  \"VacationPaymentTypeId\": null,\n  \"VacationDaysTypeId\": null,\n  \"PayrollTaxCredit\": true,\n  \"TravelCostPayment\": 0.23,\n  \"TravelCostPaymentNet\": true,\n  \"TravelCostPaymentPeriodId\": \"5dd9be1b-5370-4653-a9f8-d71de3da35b4\",\n  \"CostPayment\": 75.00,\n  \"CostPaymentNet\": true,\n  \"CostPaymentPeriodId\": \"2a285cf9-dbaf-4266-9eb5-fa36d09580bc\",\n  \"StartDate\": \"2026-08-01\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateSalary","urlObject":{"path":["Employee","CreateSalary"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"42392faf-7e67-4e28-9486-878a595ac767","name":"Salary record created successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"EmploymentId\": \"22222222-2222-2222-2222-222222222222\",\n  \"Salary\": 3500,\n  \"SalaryPeriodId\": \"33333333-3333-3333-3333-333333333333\",\n  \"VacationPaymentTypeId\": \"44444444-4444-4444-4444-444444444444\",\n  \"VacationDaysTypeId\": \"55555555-5555-5555-5555-555555555555\",\n  \"PayrollTaxCredit\": true,\n  \"TravelCostPayment\": 150,\n  \"TravelCostPaymentNet\": true,\n  \"TravelCostPaymentPeriodId\": \"66666666-6666-6666-6666-666666666666\",\n  \"CostPayment\": 50,\n  \"CostPaymentNet\": false,\n  \"CostPaymentPeriodId\": \"77777777-7777-7777-7777-777777777777\",\n  \"StartDate\": \"2026-09-01\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateSalary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"SalaryId\": \"88888888-8888-8888-8888-888888888888\",\n  \"Creator\": \"api.user@example.com\",\n  \"Created\": \"2026-07-22T16:00:00\"\n}"},{"id":"080c42c5-31b6-4682-b7fc-7ffc0b3c4cde","name":"Request validation failed or the salary record could not be created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"EmploymentId\": \"22222222-2222-2222-2222-222222222222\",\n  \"Salary\": 3500,\n  \"SalaryPeriodId\": \"33333333-3333-3333-3333-333333333333\",\n  \"VacationPaymentTypeId\": \"44444444-4444-4444-4444-444444444444\",\n  \"VacationDaysTypeId\": \"55555555-5555-5555-5555-555555555555\",\n  \"PayrollTaxCredit\": true,\n  \"TravelCostPayment\": 150,\n  \"TravelCostPaymentNet\": true,\n  \"TravelCostPaymentPeriodId\": \"66666666-6666-6666-6666-666666666666\",\n  \"CostPayment\": 50,\n  \"CostPaymentNet\": false,\n  \"CostPaymentPeriodId\": \"77777777-7777-7777-7777-777777777777\",\n  \"StartDate\": \"2026-09-01\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateSalary"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"e16dfe68-3c86-4400-a1db-062b61410a37","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"EmploymentId\": \"22222222-2222-2222-2222-222222222222\",\n  \"Salary\": 3500,\n  \"SalaryPeriodId\": \"33333333-3333-3333-3333-333333333333\",\n  \"VacationPaymentTypeId\": \"44444444-4444-4444-4444-444444444444\",\n  \"VacationDaysTypeId\": \"55555555-5555-5555-5555-555555555555\",\n  \"PayrollTaxCredit\": true,\n  \"TravelCostPayment\": 150,\n  \"TravelCostPaymentNet\": true,\n  \"TravelCostPaymentPeriodId\": \"66666666-6666-6666-6666-666666666666\",\n  \"CostPayment\": 50,\n  \"CostPaymentNet\": false,\n  \"CostPaymentPeriodId\": \"77777777-7777-7777-7777-777777777777\",\n  \"StartDate\": \"2026-09-01\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateSalary"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"f07b7447-693d-45e3-899b-d80228cd099b","name":"Salary creation operation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"EmploymentId\": \"22222222-2222-2222-2222-222222222222\",\n  \"Salary\": 3500,\n  \"SalaryPeriodId\": \"33333333-3333-3333-3333-333333333333\",\n  \"VacationPaymentTypeId\": \"44444444-4444-4444-4444-444444444444\",\n  \"VacationDaysTypeId\": \"55555555-5555-5555-5555-555555555555\",\n  \"PayrollTaxCredit\": true,\n  \"TravelCostPayment\": 150,\n  \"TravelCostPaymentNet\": true,\n  \"TravelCostPaymentPeriodId\": \"66666666-6666-6666-6666-666666666666\",\n  \"CostPayment\": 50,\n  \"CostPaymentNet\": false,\n  \"CostPaymentPeriodId\": \"77777777-7777-7777-7777-777777777777\",\n  \"StartDate\": \"2026-09-01\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateSalary"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Create salary operation returned no result."}],"_postman_id":"60879828-c70b-440b-82dd-46b7c96b4c17"}],"id":"2436fbb6-5ee9-4934-b246-bc4395875697","_postman_id":"2436fbb6-5ee9-4934-b246-bc4395875697","description":""},{"name":"CreateWorkSchedule","item":[{"name":"Creates a work schedule for an employee","id":"2bb29442-275c-489f-b152-d7c22d9f6989","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"PersonId\": \"4a089866-0647-d918-14c4-742e80c4334f\",\n  \"StartDate\": \"2026-08-01\",\n  \"Pattern\": {\n    \"Mon\": 8,\n    \"Tue\": 8,\n    \"Wed\": 8,\n    \"Thu\": 8,\n    \"Fri\": 8,\n    \"Sat\": null,\n    \"Sun\": null\n  },\n  \"EndDate\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateWorkSchedule","urlObject":{"path":["Employee","CreateWorkSchedule"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5a9ac9fa-b24e-455c-9904-5493c1b40503","name":"Work schedule created successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"PersonId\": \"4a089866-0647-d918-14c4-742e80c4334f\",\n  \"StartDate\": \"1986-01-21\",\n  \"Pattern\": {\n    \"Mon\": 7721.347571857839,\n    \"Tue\": 5493.264187365347,\n    \"Wed\": 9178.32338792391,\n    \"Thu\": 6632.123432277721,\n    \"Fri\": 450.45715663204476,\n    \"Sat\": 1120.747767231911,\n    \"Sun\": 5619.467981468553\n  },\n  \"EndDate\": \"1953-10-21\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateWorkSchedule"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"WorkScheduleId\": \"22222222-2222-2222-2222-222222222222\",\n  \"Creator\": \"api.user@example.com\",\n  \"Created\": \"2026-07-17T10:30:00\"\n}"},{"id":"bb06fb7c-d3ed-4878-9f40-a2d596245ed1","name":"Request validation failed or the work schedule could not be created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"PersonId\": \"4a089866-0647-d918-14c4-742e80c4334f\",\n  \"StartDate\": \"1986-01-21\",\n  \"Pattern\": {\n    \"Mon\": 7721.347571857839,\n    \"Tue\": 5493.264187365347,\n    \"Wed\": 9178.32338792391,\n    \"Thu\": 6632.123432277721,\n    \"Fri\": 450.45715663204476,\n    \"Sat\": 1120.747767231911,\n    \"Sun\": 5619.467981468553\n  },\n  \"EndDate\": \"1953-10-21\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateWorkSchedule"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"3fb43380-3ebc-407d-9ddf-82ca05f91161","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"PersonId\": \"4a089866-0647-d918-14c4-742e80c4334f\",\n  \"StartDate\": \"1986-01-21\",\n  \"Pattern\": {\n    \"Mon\": 7721.347571857839,\n    \"Tue\": 5493.264187365347,\n    \"Wed\": 9178.32338792391,\n    \"Thu\": 6632.123432277721,\n    \"Fri\": 450.45715663204476,\n    \"Sat\": 1120.747767231911,\n    \"Sun\": 5619.467981468553\n  },\n  \"EndDate\": \"1953-10-21\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateWorkSchedule"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"string"},{"id":"7ddb8678-26f9-4b6c-83af-7461e94ed1bd","name":"Work-schedule creation returned no result","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"PersonId\": \"4a089866-0647-d918-14c4-742e80c4334f\",\n  \"StartDate\": \"1986-01-21\",\n  \"Pattern\": {\n    \"Mon\": 7721.347571857839,\n    \"Tue\": 5493.264187365347,\n    \"Wed\": 9178.32338792391,\n    \"Thu\": 6632.123432277721,\n    \"Fri\": 450.45715663204476,\n    \"Sat\": 1120.747767231911,\n    \"Sun\": 5619.467981468553\n  },\n  \"EndDate\": \"1953-10-21\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/CreateWorkSchedule"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Work-schedule creation returned no result."}],"_postman_id":"2bb29442-275c-489f-b152-d7c22d9f6989"}],"id":"3967c071-6d7d-419f-a20a-470ed11e1e1f","_postman_id":"3967c071-6d7d-419f-a20a-470ed11e1e1f","description":""},{"name":"DeleteCommunication","item":[{"name":"Deletes an existing communication means","id":"14eee87a-f8f0-4543-98f2-19da6c103df3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": null\n  },\n  \"CommunicationId\": \"2d4838e1-f22f-46a6-a7a1-d7de19ad8c57\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/DeleteCommunication","urlObject":{"path":["Employee","DeleteCommunication"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c407af3e-5468-4b74-8795-977cfe3911be","name":"Communication means deleted successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"CommunicationId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/DeleteCommunication"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Deleted\": true\n}"},{"id":"bbf74843-a33d-461d-b9a1-a372f69ac6c1","name":"Request validation failed or the communication means could not be deleted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"CommunicationId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/DeleteCommunication"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"418b13e6-1c6a-420d-97a2-729b17ba6576","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"CommunicationId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/DeleteCommunication"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"02092f72-c495-433f-9e0d-20dfa95c35ee","name":"Delete communication operation returned no result","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"CommunicationId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/DeleteCommunication"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"14eee87a-f8f0-4543-98f2-19da6c103df3"}],"id":"951d02cf-70e2-4375-b844-4ba9cab623d3","_postman_id":"951d02cf-70e2-4375-b844-4ba9cab623d3","description":""},{"name":"GetAddresses","item":[{"name":"Returns all address records of an employee, including historical records","id":"e1ebaf1d-6932-444f-9733-a59aeac5ba82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"0e1b412f-b437-429f-9c12-38a42e2b86c4\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetAddresses","urlObject":{"path":["Employee","GetAddresses"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"71185e94-2fd7-4c96-9c32-cc5e1f21a201","name":"List of current and historical employee address records","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetAddresses"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"AddressId\": \"22222222-2222-2222-2222-222222222222\",\n    \"AddressTypeId\": \"33333333-3333-3333-3333-333333333333\",\n    \"AddressType\": \"Home\",\n    \"Street\": \"Teststraat\",\n    \"HouseNumber\": \"10\",\n    \"HouseNumberAddition\": \"A\",\n    \"PostalCode\": \"1234AB\",\n    \"City\": \"Amsterdam\",\n    \"Country\": \"Netherlands\",\n    \"StartDate\": \"2025-01-01\",\n    \"EndDate\": null,\n    \"Active\": true\n  },\n  {\n    \"AddressId\": \"44444444-4444-4444-4444-444444444444\",\n    \"AddressTypeId\": \"33333333-3333-3333-3333-333333333333\",\n    \"AddressType\": \"Home\",\n    \"Street\": \"Old Street\",\n    \"HouseNumber\": \"5\",\n    \"HouseNumberAddition\": null,\n    \"PostalCode\": \"5678CD\",\n    \"City\": \"Rotterdam\",\n    \"Country\": \"Netherlands\",\n    \"CountryId\": \"44444444-5555-4444-4444-444444444444\",\n    \"StartDate\": \"2020-01-01\",\n    \"EndDate\": \"2024-12-31\",\n    \"Active\": false\n  }\n]"},{"id":"23fa68d6-e566-427a-a9d4-a35a44d4453f","name":"Request validation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetAddresses"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"44c5c18c-ac8c-4360-b46d-e4c12c978e22","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetAddresses"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"e1ebaf1d-6932-444f-9733-a59aeac5ba82"}],"id":"bd3a38fe-c19d-4b1b-940d-16df4e4a879a","_postman_id":"bd3a38fe-c19d-4b1b-940d-16df4e4a879a","description":""},{"name":"GetCommunication","item":[{"name":"Returns all communication means of an employee","id":"6ed8c1d5-c38d-4255-8be2-bab561b61123","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": null\n  },\n  \"PersonId\": \"E64A6C08-3C96-4F28-8A4A-92A37E809675\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetCommunication","urlObject":{"path":["Employee","GetCommunication"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"03e65f22-4b6e-401e-94b2-d7c6f641d295","name":"List of employee communication records","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetCommunication"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"CommunicationId\": \"22222222-2222-2222-2222-222222222222\",\n    \"TypeId\": \"33333333-3333-3333-3333-333333333333\",\n    \"Type\": \"E-mail\",\n    \"RoleId\": \"66666666-6666-6666-6666-666666666666\",\n    \"Role\": \"Work\",\n    \"Value\": \"employee@example.com\",\n    \"IsPrimary\": true\n  },\n  {\n    \"CommunicationId\": \"44444444-4444-4444-4444-444444444444\",\n    \"TypeId\": \"55555555-5555-5555-5555-555555555555\",\n    \"Type\": \"Mobile\",\n    \"RoleId\": \"77777777-7777-7777-7777-777777777777\",\n    \"Role\": \"Private\",\n    \"Value\": \"+31612345678\",\n    \"IsPrimary\": true\n  }\n]"},{"id":"603eda89-7e3c-4f88-97fa-5c6b418b4966","name":"Request validation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetCommunication"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"624af9c2-4030-4d7e-8f61-a8f9e5b0c5be","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetCommunication"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6ed8c1d5-c38d-4255-8be2-bab561b61123"}],"id":"42064cc5-fd22-4d42-8be1-ac38caed9256","_postman_id":"42064cc5-fd22-4d42-8be1-ac38caed9256","description":""},{"name":"GetContract","item":[{"name":"Get the data of a contract","id":"39623b5d-c46d-489e-a9ce-264ea1aeba90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/Employee/GetContract?ContractId=752dcacf-b122-bb99-0d4e-9cbb9998cb3b","description":"<p>Retrieve a specific contract record by its ContractId (guid of the contract from GetEmployee)</p>\n","urlObject":{"path":["Employee","GetContract"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>GUID of the contract from GetEmployee</p>\n","type":"text/plain"},"key":"ContractId","value":"752dcacf-b122-bb99-0d4e-9cbb9998cb3b"}],"variable":[]}},"response":[{"id":"97703aa1-1ba4-4175-824b-a926b371a049","name":"Successfully retrieved contract record","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/Employee/GetContract?ContractId=752dcacf-b122-bb99-0d4e-9cbb9998cb3b","host":["{{baseUrl}}"],"path":["Employee","GetContract"],"query":[{"description":"GUID of the contract from GetEmployee","key":"ContractId","value":"752dcacf-b122-bb99-0d4e-9cbb9998cb3b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"DataObjectId\": \"58f8f053-982a-4194-baf1-f0127fa3c23e\",\n    \"ContractTypeId\": \"a1b2c3d4-e5f6-7890-abcd-ef1234567890\",\n    \"ContractType\": \"Arbeidsovereenkomst\",\n    \"ContractDurationTypeId\": \"1602ede9-34d6-4302-88db-2b11563fb7f4\",\n    \"ContractDuration\": \"Onbepaalde tijd\",\n    \"ContractEmployeeTypeId\": \"51283db0-a58e-4bb5-8608-b241c915a469\",\n    \"ContractEmployeeType\": \"Medewerker\",\n    \"ContractEmployeeRelationTypeId\": \"46ae17ba-3078-40ab-a12b-5ece1c24be65\",\n    \"ContractEmployeeRelationType\": \"Vaste medewerker\",\n    \"EmployeeDisabledStatus\": false,\n    \"EmployeeDisabledUnit4\": false,\n    \"ContractStartDate\": \"2021-02-01T00:00:00\",\n    \"ContractEndDate\": \"2023-11-30T00:00:00\",\n    \"ContractProbationDate\": \"2021-04-01T00:00:00\",\n    \"ContractHoursPerWeek\": 40,\n    \"ContractDaysPerWeek\": 5,\n    \"DifferentStandardHoursCalculation\": false,\n    \"ContractVacationHoursPerYear\": 160,\n    \"ContractATVHoursPerYear\": 24,\n    \"ContractSigned\": true,\n    \"ReductionUnemploymentBenefit\": false,\n    \"ReductionUnemploymentBenefitConditionsMismatched\": \"2023-12-07T13:20:12.703\",\n    \"ContractSequenceNumber\": 16,\n    \"EmploymentId\": \"edada30a-a0b4-4915-aeaa-bd9328cc1857\",\n    \"CAOId\": \"7329110b-963e-4886-be77-5e65730cff32\",\n    \"CAO\": \"Gehandicaptenzorg\",\n    \"ContractFTEFactor\": 1.11111116,\n    \"MinHours\": 32,\n    \"MinHoursPeriodId\": \"e2f902e2-e152-4c74-9874-ecf5297be5d7\",\n    \"MinHoursPeriod\": \"Week\",\n    \"MaxHours\": 48,\n    \"MaxHoursPeriodId\": \"e2f902e2-e152-4c74-9874-ecf5297be5d7\",\n    \"MaxHoursPeriod\": \"Week\",\n    \"SubstituteEmployee\": false,\n    \"ApplySavingHours\": false,\n    \"MarkedAsCallEmployeeInAFAS\": false,\n    \"AllInContract\": false,\n    \"ClosedWeeksPerYear\": 17,\n    \"SavingFactor\": 1,\n    \"SavingHours\": 0,\n    \"RegistrationHours\": true,\n    \"RegistrationTime\": true,\n    \"AdministratorComment\": \"Standard contract\",\n    \"KilometerAllowance\": 0.21,\n    \"Created\": \"2023-11-29T13:06:11.36\",\n    \"Changed\": \"2023-11-29T13:06:31.347\"\n  }\n]"},{"id":"cfa48bda-aeda-4f07-bd73-d1e94d09a546","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/Employee/GetContract?ContractId=752dcacf-b122-bb99-0d4e-9cbb9998cb3b","host":["{{baseUrl}}"],"path":["Employee","GetContract"],"query":[{"description":"GUID of the contract from GetEmployee","key":"ContractId","value":"752dcacf-b122-bb99-0d4e-9cbb9998cb3b"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"},{"id":"ef52c66c-be92-42de-99ca-bebe08b3cf03","name":"Contract not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/Employee/GetContract?ContractId=752dcacf-b122-bb99-0d4e-9cbb9998cb3b","host":["{{baseUrl}}"],"path":["Employee","GetContract"],"query":[{"description":"GUID of the contract from GetEmployee","key":"ContractId","value":"752dcacf-b122-bb99-0d4e-9cbb9998cb3b"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"39623b5d-c46d-489e-a9ce-264ea1aeba90"}],"id":"4cfc6931-7cec-4854-aa1d-8923562f765a","_postman_id":"4cfc6931-7cec-4854-aa1d-8923562f765a","description":""},{"name":"GetContracts","item":[{"name":"Returns all contract records of an employee, including historical records","id":"e14741a6-ad3e-469f-baef-40c352c95f6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": null\n  },\n  \"PersonId\": \"E64A6C08-3C96-4F28-8A4A-92A37E809675\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetContracts","urlObject":{"path":["Employee","GetContracts"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b5a1dc59-c942-40d3-9b57-b8b745f2870c","name":"List of current and historical employee contract records","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetContracts"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ContractId\": \"22222222-2222-2222-2222-222222222222\",\n    \"EmploymentId\": \"33333333-3333-3333-3333-333333333333\",\n    \"ContractStartDate\": \"2026-01-01\",\n    \"ContractEndDate\": null,\n    \"ContractDurationTypeId\": \"44444444-4444-4444-4444-444444444444\",\n    \"ContractDuration\": \"Permanent\",\n    \"ContractEmployeeTypeId\": \"55555555-5555-5555-5555-555555555555\",\n    \"ContractEmployeeType\": \"Employee\",\n    \"ContractEmployeeRelationTypeId\": \"66666666-6666-6666-6666-666666666666\",\n    \"ContractEmployeeRelationType\": \"Permanent employee\",\n    \"ContractHoursPerWeek\": 40,\n    \"ContractDaysPerWeek\": 5,\n    \"CAOId\": \"77777777-7777-7777-7777-777777777777\",\n    \"CAO\": \"Healthcare\",\n    \"ContractFTEFactor\": 1,\n    \"ContractSequenceNumber\": 2,\n    \"ContractSigned\": true,\n    \"TrialPeriodEndDate\": \"2026-01-31\",\n    \"LowUnemploymentPremium\": true,\n    \"Created\": \"2025-12-15T10:30:00\",\n    \"Changed\": \"2026-01-05T09:15:00\",\n    \"Active\": true\n  }\n]"},{"id":"5b4f9631-a3e2-443c-94e2-77c816dc3df0","name":"Request validation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetContracts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"83833a09-237b-4fa8-b777-db4ec2d73b08","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetContracts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"e14741a6-ad3e-469f-baef-40c352c95f6b"}],"id":"e12e2253-7262-4195-a0b2-3d6694acb9d2","_postman_id":"e12e2253-7262-4195-a0b2-3d6694acb9d2","description":""},{"name":"GetDocument","item":[{"name":"Returns a single employee document including its content","id":"15125a0e-098f-4a2c-9497-2749cbb435c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": null\n  },\n  \"FileId\": \"9f9e1a79-dfce-4832-b205-9fa71bf6ef26\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetDocument","urlObject":{"path":["Employee","GetDocument"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8c85107d-c190-467a-baf3-c7ceaba6f0c4","name":"Employee document retrieved successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"FileId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetDocument"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"FileId\": \"11111111-1111-1111-1111-111111111111\",\n  \"Name\": \"Employment contract\",\n  \"FileName\": \"employment-contract.pdf\",\n  \"FileContent\": \"JVBERi0xLjQKJcfs...\",\n  \"CloudURL\": null,\n  \"FileType\": \"Employment contract\"\n}"},{"id":"2a65c274-a0dd-451f-b13d-94a7a0bfe7f4","name":"Request validation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"FileId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetDocument"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"801e61d5-9d37-45e9-8c64-705e03408061","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"FileId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetDocument"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"d972c009-f3ff-4ae1-9c56-6d29e035ed03","name":"Document was not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"FileId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetDocument"},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Document was not found."}],"_postman_id":"15125a0e-098f-4a2c-9497-2749cbb435c9"}],"id":"e998eb74-f4e8-426b-a451-bc8d1032a2c5","_postman_id":"e998eb74-f4e8-426b-a451-bc8d1032a2c5","description":""},{"name":"GetDocumentFileTypes","item":[{"name":"Returns file types available for employee document uploads","id":"e706fe5c-b06a-4148-b37e-62cb7c943edb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": null\n  },\n  \"OrganisationId\": \"2f089038-bd9e-4b81-88f6-bbb41a6022e4\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetDocumentFileTypes","urlObject":{"path":["Employee","GetDocumentFileTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"261d888b-cd90-4995-9ebf-851628c416b6","name":"List of file types available for employee document uploads","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"OrganisationId\": \"2F089038-BD9E-4B81-88F6-BBB41A6022E4\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetDocumentFileTypes"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"FileTypeId\": \"11111111-1111-1111-1111-111111111111\",\n    \"Title\": \"Employment contract\",\n    \"Dossier\": \"HR\"\n  },\n  {\n    \"FileTypeId\": \"22222222-2222-2222-2222-222222222222\",\n    \"Title\": \"Certificate\",\n    \"Dossier\": \"Shared\"\n  }\n]"},{"id":"1ce74b15-a592-4f1e-a014-bf8e10e67cc2","name":"Request validation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"OrganisationId\": \"2F089038-BD9E-4B81-88F6-BBB41A6022E4\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetDocumentFileTypes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"d5e320a2-437e-48d5-b235-0ffdd39d048e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"OrganisationId\": \"2F089038-BD9E-4B81-88F6-BBB41A6022E4\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetDocumentFileTypes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e706fe5c-b06a-4148-b37e-62cb7c943edb"}],"id":"8e547d4c-c248-4273-a5f6-390d732fb788","_postman_id":"8e547d4c-c248-4273-a5f6-390d732fb788","description":""},{"name":"GetDocuments","item":[{"name":"Returns all documents of an employee","id":"5b38983c-73ec-48f4-955b-67f28e4cf7b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": null\n  },\n  \"PersonId\": \"55a26f7b-b8dc-4a17-a6ae-5d0c1abf2145\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetDocuments","urlObject":{"path":["Employee","GetDocuments"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1894500c-3cf1-4287-84c4-50047e1feed9","name":"List of employee documents","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetDocuments"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"FileId\": \"22222222-2222-2222-2222-222222222222\",\n    \"Name\": \"Employment contract\",\n    \"FileName\": \"employment-contract.pdf\",\n    \"FileType\": \"Employment contract\",\n    \"Dossier\": \"HR\",\n    \"DateTime\": \"2026-07-21T12:30:00\"\n  },\n  {\n    \"FileId\": \"33333333-3333-3333-3333-333333333333\",\n    \"Name\": \"Certificate\",\n    \"FileName\": \"certificate.pdf\",\n    \"FileType\": \"Certificate\",\n    \"Dossier\": \"Shared\",\n    \"DateTime\": \"2026-07-10T09:15:00\"\n  }\n]"},{"id":"0ff77f02-060e-429e-9798-f11ba29a6ff3","name":"Request validation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetDocuments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"544b78f9-5d4b-45ee-a16b-83dcda8dd7c2","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetDocuments"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5b38983c-73ec-48f4-955b-67f28e4cf7b8"}],"id":"4e0b8ba8-d246-49ca-8b39-6b19e90cdc6c","_postman_id":"4e0b8ba8-d246-49ca-8b39-6b19e90cdc6c","description":""},{"name":"GetEmployee","item":[{"name":"Get the data of an employee","id":"da9ebe10-ea09-4b0e-9e48-d91b7555e41b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/Employee/GetEmployee?PersonId=55a26f7b-b8dc-4a17-a6ae-5d0c1abf2145","description":"<p>Retrieve a specific employee record by their PersonId (guid of the employee from AbsencesChanged)</p>\n","urlObject":{"path":["Employee","GetEmployee"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>GUID of the employee from AbsencesChanged</p>\n","type":"text/plain"},"key":"PersonId","value":"55a26f7b-b8dc-4a17-a6ae-5d0c1abf2145"}],"variable":[]}},"response":[{"id":"05a1ba12-4602-4eb8-a1f7-7ba7b2432306","name":"Successfully retrieved employee record","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/Employee/GetEmployee?PersonId=752dcacf-b122-bb99-0d4e-9cbb9998cb3b","host":["{{baseUrl}}"],"path":["Employee","GetEmployee"],"query":[{"description":"GUID of the employee from AbsencesChanged","key":"PersonId","value":"752dcacf-b122-bb99-0d4e-9cbb9998cb3b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"PersonId\": \"a8e17bc6-7a83-494c-b4d2-12fb2ebceb55\",\n    \"EmployeeNumber\": \"321536\",\n    \"Initials\": \"C.J.\",\n    \"FirstName\": \"Corrie\",\n    \"CallName\": \"Corrie\",\n    \"MiddleName\": \"van der\",\n    \"LastName\": \"Aart\",\n    \"BirthDate\": \"1999-04-11T00:00:00\",\n    \"NationalityId\": \"5abdc2e8-f7fa-44a0-8d61-11433fd77156\",\n    \"Nationality\": \"Dutch\",\n    \"PreferredLanguageId\": \"edcde4bd-eeaf-4ad5-b8cc-de6a7b9bc99f\",\n    \"PreferredLanguage\": \"Dutch\",\n    \"GenderId\": \"4b19a0e9-08cd-4803-b5cf-8a3ff6d8d003\",\n    \"Gender\": \"Female\",\n    \"SocialSecurityNumber\": \"123456789\",\n    \"BankAccountNumber\": \"NL91ABNA0417164300\",\n    \"Phone\": \"+31201234567\",\n    \"Mobile\": \"+31612345678\",\n    \"Email\": \"c.j.aart@staff.nl\",\n    \"Street\": \"Main Street\",\n    \"Number\": \"123\",\n    \"NumberAddOn\": \"A\",\n    \"ZipCode\": \"1234AB\",\n    \"City\": \"Amsterdam\",\n    \"Country\": \"Netherlands\",\n    \"DepartmentId\": \"a0cadb72-059b-4be3-b776-a253b9c8db13\",\n    \"Department\": \"Development\",\n    \"RegionId\": \"f1c3c3f9-89e6-453e-9c3b-b9be337924d6\",\n    \"Region\": \"Nederland van Arcencus\",\n    \"OrganisationId\": \"4fb783f9-c336-4f95-b407-d5a02bbed820\",\n    \"Organisation\": \"Arcencus B.V.\",\n    \"EmploymentStartDate\": \"2024-04-01T00:00:00\",\n    \"EmploymentEndDate\": \"9999-12-31T00:00:00\",\n    \"EmploymentId\": \"ad3a3fe6-00a9-45c3-84e8-4081957d3c84\",\n    \"ContractId\": \"269cd319-4e98-49e4-90cd-d9c0c3a57126\",\n    \"EmploymentFormationId\": \"41887e72-cbfd-47dd-bf55-1800df79513c\",\n    \"SalaryId\": \"d5966bac-1a16-4953-b99c-0d3d6397f5da\",\n    \"AlternativeClockingNumber\": \"999\"\n  }\n]"},{"id":"e195b058-9368-41e8-bf3e-d0ac7603b365","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/Employee/GetEmployee?PersonId=752dcacf-b122-bb99-0d4e-9cbb9998cb3b","host":["{{baseUrl}}"],"path":["Employee","GetEmployee"],"query":[{"description":"GUID of the employee from AbsencesChanged","key":"PersonId","value":"752dcacf-b122-bb99-0d4e-9cbb9998cb3b"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"},{"id":"28be4f05-d280-4f23-9618-41f13a7cae46","name":"Employee not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/Employee/GetEmployee?PersonId=752dcacf-b122-bb99-0d4e-9cbb9998cb3b","host":["{{baseUrl}}"],"path":["Employee","GetEmployee"],"query":[{"description":"GUID of the employee from AbsencesChanged","key":"PersonId","value":"752dcacf-b122-bb99-0d4e-9cbb9998cb3b"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"da9ebe10-ea09-4b0e-9e48-d91b7555e41b"}],"id":"392e3d06-cd5f-42ad-b28c-3d8e3f0284e2","_postman_id":"392e3d06-cd5f-42ad-b28c-3d8e3f0284e2","description":""},{"name":"GetEmployeeWorkSchedules","item":[{"name":"Returns all work-schedule records of an employee, including historical records","id":"3f4c084b-261c-45d8-afda-f32ccb639f1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"PersonId\": \"E64A6C08-3C96-4F28-8A4A-92A37E809675\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetEmployeeWorkSchedules","urlObject":{"path":["Employee","GetEmployeeWorkSchedules"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7245cf9c-5c44-4a29-8ba1-e6f7005228f0","name":"List of current and historical employee work schedules","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetEmployeeWorkSchedules"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"WorkScheduleId\": \"22222222-2222-2222-2222-222222222222\",\n    \"StartDate\": \"2026-01-01\",\n    \"EndDate\": null,\n    \"Pattern\": {\n      \"Mon\": 8,\n      \"Tue\": 8,\n      \"Wed\": 8,\n      \"Thu\": 8,\n      \"Fri\": 8,\n      \"Sat\": 0,\n      \"Sun\": 0,\n      \"Total\": 40\n    },\n    \"Active\": true\n  }\n]"},{"id":"01e40c22-236d-4be8-85e3-299157536ed1","name":"Request validation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetEmployeeWorkSchedules"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"5a2c1d4f-f5a5-4622-b5f6-4037caabccc9","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetEmployeeWorkSchedules"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"3f4c084b-261c-45d8-afda-f32ccb639f1e"}],"id":"5fb57610-91af-48f6-bcf9-98da7e43843a","_postman_id":"5fb57610-91af-48f6-bcf9-98da7e43843a","description":""},{"name":"GetEmployees","item":[{"name":"Get employees with filtering options","id":"043f5aaa-4158-4574-9742-7fa6e6194a9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"OrganisationalUnitId\": null,\n  \"Page\": 1,\n  \"PageSize\": 25,\n  \"IncludeEmployed\": false,\n  \"IncludeFormerEmployed\": false,\n  \"City\": null,\n  \"Country\": null,\n  \"AddressLastChangedFrom\": null,\n  \"AddressLastChangedTo\": null,\n  \"EmployeeLastChangedFrom\": null,\n  \"EmployeeLastChangedTo\": null,\n  \"EmployeeType\": null,\n  \"EmployeeRelationType\": null,\n  \"EmploymentStartDateFrom\": null,\n  \"EmploymentStartDateTo\": null,\n  \"EmploymentEndDateFrom\": null,\n  \"EmploymentEndDateTo\": null,\n  \"EmploymentLastChangedFrom\": null,\n  \"EmploymentLastChangedTo\": null,\n  \"EmploymentLastDayPeriodStartDate\": null,\n  \"EmploymentLastDayPeriodEndDate\": null,\n  \"EmploymentPeriodStartDate\": null,\n  \"EmploymentPeriodEndDate\": null,\n  \"Function\": null,\n  \"ContractStartDateFrom\": null,\n  \"ContractStartDateTo\": null,\n  \"ContractEndDateFrom\": null,\n  \"ContractEndDateTo\": null,\n  \"MinContractHours\": null,\n  \"MaxContractHours\": null,\n  \"ContractLastChangedFrom\": null,\n  \"ContractLastChangedTo\": null,\n  \"HasActiveContract\": false,\n  \"MinSalary\": null,\n  \"MaxSalary\": null,\n  \"SalaryLastChangedFrom\": null,\n  \"SalaryLastChangedTo\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetEmployees","description":"<p>Endpoint to retrieve employee records with various filtering options including pagination, employment status, address, contract, and salary filters</p>\n","urlObject":{"path":["Employee","GetEmployees"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"db5f95cd-cc4c-4370-b93c-f615202bcdcc","name":"Successfully retrieved employee records","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"OrganisationalUnitId\": null,\n  \"Page\": 1,\n  \"PageSize\": 25,\n  \"IncludeEmployed\": false,\n  \"IncludeFormerEmployed\": false,\n  \"City\": null,\n  \"Country\": null,\n  \"AddressLastChangedFrom\": null,\n  \"AddressLastChangedTo\": null,\n  \"EmployeeLastChangedFrom\": null,\n  \"EmployeeLastChangedTo\": null,\n  \"EmployeeType\": null,\n  \"EmployeeRelationType\": null,\n  \"EmploymentStartDateFrom\": null,\n  \"EmploymentStartDateTo\": null,\n  \"EmploymentEndDateFrom\": null,\n  \"EmploymentEndDateTo\": null,\n  \"EmploymentLastChangedFrom\": null,\n  \"EmploymentLastChangedTo\": null,\n  \"EmploymentLastDayPeriodStartDate\": null,\n  \"EmploymentLastDayPeriodEndDate\": null,\n  \"EmploymentPeriodStartDate\": null,\n  \"EmploymentPeriodEndDate\": null,\n  \"Function\": null,\n  \"ContractStartDateFrom\": null,\n  \"ContractStartDateTo\": null,\n  \"ContractEndDateFrom\": null,\n  \"ContractEndDateTo\": null,\n  \"MinContractHours\": null,\n  \"MaxContractHours\": null,\n  \"ContractLastChangedFrom\": null,\n  \"ContractLastChangedTo\": null,\n  \"HasActiveContract\": false,\n  \"MinSalary\": null,\n  \"MaxSalary\": null,\n  \"SalaryLastChangedFrom\": null,\n  \"SalaryLastChangedTo\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetEmployees"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"PersonId\": \"a8e17bc6-7a83-494c-b4d2-12fb2ebceb55\",\n    \"FirstName\": \"Corrie\",\n    \"CallName\": \"Corrie\",\n    \"MiddleName\": \"van der\",\n    \"LastName\": \"Aart\",\n    \"BirthDate\": \"1999-04-11T00:00:00\",\n    \"Gender\": \"Female\",\n    \"SocialSecurityNumber\": \"123456789\",\n    \"Mobile\": \"+31612345678\",\n    \"Email\": \"c.j.aart@staff.nl\",\n    \"DepartmentId\": \"a0cadb72-059b-4be3-b776-a253b9c8db13\",\n    \"Department\": \"Development\",\n    \"RegionId\": \"f1c3c3f9-89e6-453e-9c3b-b9be337924d6\",\n    \"Region\": \"Nederland van Arcencus\",\n    \"OrganisationId\": \"4fb783f9-c336-4f95-b407-d5a02bbed820\",\n    \"Organisation\": \"Arcencus B.V.\",\n    \"Created\": \"2024-01-15T10:30:00\",\n    \"Changed\": \"2024-12-01T14:20:00\",\n    \"AlternativeClockingNumber\": \"999\",\n    \"Addresses\": [\n      {\n        \"Street\": \"Main Street\",\n        \"Number\": \"123\",\n        \"NumberAddOn\": \"A\",\n        \"ZipCode\": \"1234AB\",\n        \"City\": \"Amsterdam\",\n        \"Country\": \"Netherlands\",\n        \"StartDate\": \"2024-01-01T00:00:00\",\n        \"EndDate\": \"9999-12-31T00:00:00\",\n        \"Created\": \"2024-01-15T10:30:00\",\n        \"Changed\": \"2024-01-15T10:30:00\"\n      }\n    ],\n    \"Employments\": [\n      {\n        \"EmploymentId\": \"ad3a3fe6-00a9-45c3-84e8-4081957d3c84\",\n        \"EmploymentStartDate\": \"2024-04-01T00:00:00\",\n        \"EmploymentEndDate\": \"9999-12-31T00:00:00\",\n        \"EmployeeNumber\": \"321536\",\n        \"Created\": \"2024-03-20T09:00:00\",\n        \"Changed\": \"2024-03-20T09:00:00\"\n      }\n    ],\n    \"Contracts\": [\n      {\n        \"ContractId\": \"269cd319-4e98-49e4-90cd-d9c0c3a57126\",\n        \"EmploymentId\": \"ad3a3fe6-00a9-45c3-84e8-4081957d3c84\",\n        \"ContractStartDate\": \"2024-04-01T00:00:00\",\n        \"ContractEndDate\": \"9999-12-31T00:00:00\",\n        \"ContractHoursPerWeek\": 40,\n        \"EmployeeType\": \"Medewerker\",\n        \"EmployeeRelationType\": \"Vaste medewerker\",\n        \"Created\": \"2024-03-20T09:15:00\",\n        \"Changed\": \"2024-03-20T09:15:00\"\n      }\n    ],\n    \"EmploymentFormations\": [\n      {\n        \"EmploymentFormationId\": \"41887e72-cbfd-47dd-bf55-1800df79513c\",\n        \"EmploymentId\": \"ad3a3fe6-00a9-45c3-84e8-4081957d3c84\",\n        \"StartDate\": \"2024-04-01T00:00:00\",\n        \"EndDate\": \"9999-12-31T00:00:00\",\n        \"Function\": \"Software Developer\",\n        \"DepartmentId\": \"a0cadb72-059b-4be3-b776-a253b9c8db13\",\n        \"Department\": \"Development\",\n        \"RegionId\": \"f1c3c3f9-89e6-453e-9c3b-b9be337924d6\",\n        \"Region\": \"Nederland van Arcencus\",\n        \"OrganisationId\": \"4fb783f9-c336-4f95-b407-d5a02bbed820\",\n        \"Organisation\": \"Arcencus B.V.\",\n        \"Created\": \"2024-03-20T09:20:00\",\n        \"Changed\": \"2024-03-20T09:20:00\"\n      }\n    ],\n    \"Salaries\": [\n      {\n        \"SalaryId\": \"d5966bac-1a16-4953-b99c-0d3d6397f5da\",\n        \"EmploymentId\": \"ad3a3fe6-00a9-45c3-84e8-4081957d3c84\",\n        \"Salary\": 3500,\n        \"SalaryPeriod\": \"Month\",\n        \"StartDate\": \"2024-04-01T00:00:00\",\n        \"EndDate\": \"9999-12-31T00:00:00\",\n        \"Created\": \"2024-03-20T09:25:00\",\n        \"Changed\": \"2024-03-20T09:25:00\"\n      }\n    ]\n  }\n]"},{"id":"9e3257f5-6054-42dd-8454-1f5f78c6dca3","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"OrganisationalUnitId\": null,\n  \"Page\": 1,\n  \"PageSize\": 25,\n  \"IncludeEmployed\": false,\n  \"IncludeFormerEmployed\": false,\n  \"City\": null,\n  \"Country\": null,\n  \"AddressLastChangedFrom\": null,\n  \"AddressLastChangedTo\": null,\n  \"EmployeeLastChangedFrom\": null,\n  \"EmployeeLastChangedTo\": null,\n  \"EmployeeType\": null,\n  \"EmployeeRelationType\": null,\n  \"EmploymentStartDateFrom\": null,\n  \"EmploymentStartDateTo\": null,\n  \"EmploymentEndDateFrom\": null,\n  \"EmploymentEndDateTo\": null,\n  \"EmploymentLastChangedFrom\": null,\n  \"EmploymentLastChangedTo\": null,\n  \"EmploymentLastDayPeriodStartDate\": null,\n  \"EmploymentLastDayPeriodEndDate\": null,\n  \"EmploymentPeriodStartDate\": null,\n  \"EmploymentPeriodEndDate\": null,\n  \"Function\": null,\n  \"ContractStartDateFrom\": null,\n  \"ContractStartDateTo\": null,\n  \"ContractEndDateFrom\": null,\n  \"ContractEndDateTo\": null,\n  \"MinContractHours\": null,\n  \"MaxContractHours\": null,\n  \"ContractLastChangedFrom\": null,\n  \"ContractLastChangedTo\": null,\n  \"HasActiveContract\": false,\n  \"MinSalary\": null,\n  \"MaxSalary\": null,\n  \"SalaryLastChangedFrom\": null,\n  \"SalaryLastChangedTo\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetEmployees"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"043f5aaa-4158-4574-9742-7fa6e6194a9d"}],"id":"634228cb-0799-4463-ae28-2f14b2aa42c1","_postman_id":"634228cb-0799-4463-ae28-2f14b2aa42c1","description":""},{"name":"GetFunctions","item":[{"name":"Returns all function records of an employee, including historical records","id":"bd78973d-c34f-496b-8938-d8e7864a3d47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": null\n  },\n  \"PersonId\": \"55a26f7b-b8dc-4a17-a6ae-5d0c1abf2145\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetFunctions","urlObject":{"path":["Employee","GetFunctions"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"92fc4ea9-ff96-46ad-b94b-8e0e366976a9","name":"List of current and historical employee function records","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetFunctions"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"FunctionRecordId\": \"11111111-1111-1111-1111-111111111111\",\n    \"FunctionId\": \"22222222-2222-2222-2222-222222222222\",\n    \"Function\": \"Software Developer\",\n    \"DepartmentId\": \"33333333-3333-3333-3333-333333333333\",\n    \"Department\": \"Development\",\n    \"StartDate\": \"2026-01-01\",\n    \"EndDate\": null,\n    \"Active\": true\n  },\n  {\n    \"FunctionRecordId\": \"44444444-4444-4444-4444-444444444444\",\n    \"FunctionId\": \"55555555-5555-5555-5555-555555555555\",\n    \"Function\": \"Junior Developer\",\n    \"DepartmentId\": \"33333333-3333-3333-3333-333333333333\",\n    \"Department\": \"Development\",\n    \"StartDate\": \"2025-01-01\",\n    \"EndDate\": \"2025-12-31\",\n    \"Active\": false\n  }\n]"},{"id":"86851ad2-e8f0-4ebc-8608-1fe699735a44","name":"Request validation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetFunctions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"8ad79d60-90e7-4870-b42d-d2b1276546ed","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetFunctions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"bd78973d-c34f-496b-8938-d8e7864a3d47"}],"id":"07a35154-1c0c-487d-92e7-b4e6ff04ca1e","_postman_id":"07a35154-1c0c-487d-92e7-b4e6ff04ca1e","description":""},{"name":"GetSalaries","item":[{"name":"Returns all salary records of an employee, including historical records","id":"1e6f9318-9b1c-42e1-b657-8e6d1da59c93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": null\n  },\n  \"PersonId\": \"55a26f7b-b8dc-4a17-a6ae-5d0c1abf2145\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetSalaries","urlObject":{"path":["Employee","GetSalaries"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a7311daa-6030-4f08-b83f-b1b43beb5c62","name":"List of current and historical employee salary records","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetSalaries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"SalaryId\": \"22222222-2222-2222-2222-222222222222\",\n    \"Salary\": 3500,\n    \"SalaryPeriodId\": \"33333333-3333-3333-3333-333333333333\",\n    \"Period\": \"Month\",\n    \"FTSalary\": 3500,\n    \"MonthlySalary\": 3500,\n    \"VacationPayment\": true,\n    \"VacationPaymentTypeId\": \"44444444-4444-4444-4444-444444444444\",\n    \"VacationPaymentType\": \"Monthly accrual\",\n    \"VacationDaysTypeId\": \"55555555-5555-5555-5555-555555555555\",\n    \"VacationDaysType\": \"Standard accrual\",\n    \"PayrollTaxCredit\": true,\n    \"TravelCostPayment\": 150,\n    \"TravelCostPaymentNet\": true,\n    \"TravelCostPaymentPeriodId\": \"66666666-6666-6666-6666-666666666666\",\n    \"TravelCostPaymentPeriod\": \"Month\",\n    \"CostPayment\": 50,\n    \"CostPaymentNet\": false,\n    \"CostPaymentPeriodId\": \"77777777-7777-7777-7777-777777777777\",\n    \"CostPaymentPeriod\": \"Month\",\n    \"StartDate\": \"2026-01-01T00:00:00\",\n    \"EndDate\": null,\n    \"IsActive\": true,\n    \"Created\": \"2025-12-15T10:30:00\",\n    \"Changed\": \"2026-01-05T09:15:00\"\n  }\n]"},{"id":"abed0d1a-65fa-439b-adf7-08930e91d4b4","name":"Request validation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetSalaries"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"6339d33b-650a-41f4-a6a2-a6e14abf5bd5","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/GetSalaries"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1e6f9318-9b1c-42e1-b657-8e6d1da59c93"}],"id":"5f5d6cb6-f2ab-4b2c-b3cd-fff6b0554703","_postman_id":"5f5d6cb6-f2ab-4b2c-b3cd-fff6b0554703","description":""},{"name":"ReEmploy","item":[{"name":"Reports a former employee back in service","id":"73d2f381-013b-4694-8245-e50bb8a317be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": null\n  },\n  \"PersonId\": \"EEC763FA-5BD0-420A-B8DC-594A461D1FE3\",\n  \"OrganisationId\": \"2F089038-BD9E-4B81-88F6-BBB41A6022E4\",\n  \"Contract\": {\n    \"EmployeeTypeId\": \"51283DB0-A58E-4BB5-8608-B241C915A469\",\n    \"EmployeeRelationTypeId\": \"46AE17BA-3078-40AB-A12B-5ECE1C24BE65\",\n    \"LowUnemploymentPremium\": false,\n    \"StartDate\": \"2026-08-01\",\n    \"ContractEndDate\": null,\n    \"ContractTermTypeId\": \"B9BD9672-0443-4D25-99DF-CA95BD0B8874\",\n    \"TrialPeriodEndDate\": null,\n    \"ContractSequenceNumber\": 2,\n    \"ContractHoursPerWeek\": 40,\n    \"WorkDaysPerWeek\": 5,\n    \"AddWorkSchedule\": true,\n    \"WorkPattern\": {\n      \"Mon\": 8,\n      \"Tue\": 8,\n      \"Wed\": 8,\n      \"Thu\": 8,\n      \"Fri\": 8,\n      \"Sat\": null,\n      \"Sun\": null\n    },\n    \"CaoId\": \"BC076397-9E4E-42C1-900C-B8F7B69E50B7\",\n    \"DepartmentId\": \"01459067-D649-4D87-B3AE-E1BC7D7D35B8\",\n    \"FunctionId\": \"3D9DDAF2-9689-419F-92E7-3C573F97A7E6\",\n    \"DefaultUrsActivityId\": \"BC719A92-024B-4316-A68B-061FD46B8372\",\n    \"SignedContractPresent\": false,\n    \"TransportTypeId\": null,\n    \"CommuteDistanceKm\": null,\n    \"MileageAllowancePerKm\": null\n  },\n  \"Salary\": {\n    \"GrossSalary\": 3200,\n    \"SalaryPeriodId\": \"2A285CF9-DBAF-4266-9EB5-FA36D09580BC\",\n    \"HolidayPayBuildUpId\": \"A88E5E4C-5F1D-47F9-9520-4C7AB629E01D\",\n    \"HolidayDaysBuildUpId\": \"679813BD-7682-4278-B503-A1EB2116D2E9\",\n    \"PayrollTaxCredit\": true,\n    \"TravelAllowance\": null,\n    \"TravelAllowanceNet\": true,\n    \"TravelAllowancePeriodId\": null,\n    \"ExpenseAllowance\": null,\n    \"ExpenseAllowanceNet\": false,\n    \"ExpenseAllowancePeriodId\": null,\n    \"PayrollAdminRemark\": \"Employee re-employed through API.\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/ReEmploy","description":"<p>Creates a new employment, contract, salary, function record and optionally a work-schedule record.</p>\n","urlObject":{"path":["Employee","ReEmploy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"648faf4a-cc25-4db1-8dbf-a5044337d96a","name":"Employee re-employed successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"OrganisationId\": \"22222222-2222-2222-2222-222222222222\",\n  \"Contract\": {\n    \"EmployeeTypeId\": \"33333333-3333-3333-3333-333333333333\",\n    \"EmployeeRelationTypeId\": \"44444444-4444-4444-4444-444444444444\",\n    \"LowUnemploymentPremium\": false,\n    \"StartDate\": \"2026-09-01\",\n    \"ContractEndDate\": \"2027-08-31\",\n    \"ContractTermTypeId\": \"55555555-5555-5555-5555-555555555555\",\n    \"TrialPeriodEndDate\": \"2026-09-30\",\n    \"ContractSequenceNumber\": 2,\n    \"ContractHoursPerWeek\": 40,\n    \"WorkDaysPerWeek\": 5,\n    \"AddWorkSchedule\": true,\n    \"WorkPattern\": {\n      \"Mon\": 8,\n      \"Tue\": 8,\n      \"Wed\": 8,\n      \"Thu\": 8,\n      \"Fri\": 8,\n      \"Sat\": null,\n      \"Sun\": null\n    },\n    \"CaoId\": \"66666666-6666-6666-6666-666666666666\",\n    \"DepartmentId\": \"77777777-7777-7777-7777-777777777777\",\n    \"FunctionId\": \"88888888-8888-8888-8888-888888888888\",\n    \"DefaultUrsActivityId\": null,\n    \"SignedContractPresent\": true,\n    \"TransportTypeId\": null,\n    \"CommuteDistanceKm\": null,\n    \"MileageAllowancePerKm\": null\n  },\n  \"Salary\": {\n    \"GrossSalary\": 3500,\n    \"SalaryPeriodId\": \"99999999-9999-9999-9999-999999999999\",\n    \"HolidayPayBuildUpId\": \"AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA\",\n    \"HolidayDaysBuildUpId\": \"BBBBBBBB-BBBB-BBBB-BBBB-BBBBBBBBBBBB\",\n    \"PayrollTaxCredit\": true,\n    \"TravelAllowance\": null,\n    \"TravelAllowanceNet\": false,\n    \"TravelAllowancePeriodId\": null,\n    \"ExpenseAllowance\": null,\n    \"ExpenseAllowanceNet\": false,\n    \"ExpenseAllowancePeriodId\": null,\n    \"PayrollAdminRemark\": \"Employee re-employed through API.\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/ReEmploy"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"EmploymentId\": \"CCCCCCCC-CCCC-CCCC-CCCC-CCCCCCCCCCCC\",\n  \"ContractId\": \"DDDDDDDD-DDDD-DDDD-DDDD-DDDDDDDDDDDD\",\n  \"SalaryId\": \"EEEEEEEE-EEEE-EEEE-EEEE-EEEEEEEEEEEE\",\n  \"FunctionRecordId\": \"FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF\",\n  \"WorkScheduleId\": \"12121212-1212-1212-1212-121212121212\",\n  \"Creator\": \"api.user@example.com\",\n  \"Created\": \"2026-07-17T15:30:00\"\n}"},{"id":"d9ba81ca-626f-4ce3-b43c-ce1a2b14969a","name":"Request validation failed or the employee could not be re-employed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"OrganisationId\": \"22222222-2222-2222-2222-222222222222\",\n  \"Contract\": {\n    \"EmployeeTypeId\": \"33333333-3333-3333-3333-333333333333\",\n    \"EmployeeRelationTypeId\": \"44444444-4444-4444-4444-444444444444\",\n    \"LowUnemploymentPremium\": false,\n    \"StartDate\": \"2026-09-01\",\n    \"ContractEndDate\": \"2027-08-31\",\n    \"ContractTermTypeId\": \"55555555-5555-5555-5555-555555555555\",\n    \"TrialPeriodEndDate\": \"2026-09-30\",\n    \"ContractSequenceNumber\": 2,\n    \"ContractHoursPerWeek\": 40,\n    \"WorkDaysPerWeek\": 5,\n    \"AddWorkSchedule\": true,\n    \"WorkPattern\": {\n      \"Mon\": 8,\n      \"Tue\": 8,\n      \"Wed\": 8,\n      \"Thu\": 8,\n      \"Fri\": 8,\n      \"Sat\": null,\n      \"Sun\": null\n    },\n    \"CaoId\": \"66666666-6666-6666-6666-666666666666\",\n    \"DepartmentId\": \"77777777-7777-7777-7777-777777777777\",\n    \"FunctionId\": \"88888888-8888-8888-8888-888888888888\",\n    \"DefaultUrsActivityId\": null,\n    \"SignedContractPresent\": true,\n    \"TransportTypeId\": null,\n    \"CommuteDistanceKm\": null,\n    \"MileageAllowancePerKm\": null\n  },\n  \"Salary\": {\n    \"GrossSalary\": 3500,\n    \"SalaryPeriodId\": \"99999999-9999-9999-9999-999999999999\",\n    \"HolidayPayBuildUpId\": \"AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA\",\n    \"HolidayDaysBuildUpId\": \"BBBBBBBB-BBBB-BBBB-BBBB-BBBBBBBBBBBB\",\n    \"PayrollTaxCredit\": true,\n    \"TravelAllowance\": null,\n    \"TravelAllowanceNet\": false,\n    \"TravelAllowancePeriodId\": null,\n    \"ExpenseAllowance\": null,\n    \"ExpenseAllowanceNet\": false,\n    \"ExpenseAllowancePeriodId\": null,\n    \"PayrollAdminRemark\": \"Employee re-employed through API.\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/ReEmploy"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"6717bf65-0431-45de-92fd-182b7dde2deb","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"OrganisationId\": \"22222222-2222-2222-2222-222222222222\",\n  \"Contract\": {\n    \"EmployeeTypeId\": \"33333333-3333-3333-3333-333333333333\",\n    \"EmployeeRelationTypeId\": \"44444444-4444-4444-4444-444444444444\",\n    \"LowUnemploymentPremium\": false,\n    \"StartDate\": \"2026-09-01\",\n    \"ContractEndDate\": \"2027-08-31\",\n    \"ContractTermTypeId\": \"55555555-5555-5555-5555-555555555555\",\n    \"TrialPeriodEndDate\": \"2026-09-30\",\n    \"ContractSequenceNumber\": 2,\n    \"ContractHoursPerWeek\": 40,\n    \"WorkDaysPerWeek\": 5,\n    \"AddWorkSchedule\": true,\n    \"WorkPattern\": {\n      \"Mon\": 8,\n      \"Tue\": 8,\n      \"Wed\": 8,\n      \"Thu\": 8,\n      \"Fri\": 8,\n      \"Sat\": null,\n      \"Sun\": null\n    },\n    \"CaoId\": \"66666666-6666-6666-6666-666666666666\",\n    \"DepartmentId\": \"77777777-7777-7777-7777-777777777777\",\n    \"FunctionId\": \"88888888-8888-8888-8888-888888888888\",\n    \"DefaultUrsActivityId\": null,\n    \"SignedContractPresent\": true,\n    \"TransportTypeId\": null,\n    \"CommuteDistanceKm\": null,\n    \"MileageAllowancePerKm\": null\n  },\n  \"Salary\": {\n    \"GrossSalary\": 3500,\n    \"SalaryPeriodId\": \"99999999-9999-9999-9999-999999999999\",\n    \"HolidayPayBuildUpId\": \"AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA\",\n    \"HolidayDaysBuildUpId\": \"BBBBBBBB-BBBB-BBBB-BBBB-BBBBBBBBBBBB\",\n    \"PayrollTaxCredit\": true,\n    \"TravelAllowance\": null,\n    \"TravelAllowanceNet\": false,\n    \"TravelAllowancePeriodId\": null,\n    \"ExpenseAllowance\": null,\n    \"ExpenseAllowanceNet\": false,\n    \"ExpenseAllowancePeriodId\": null,\n    \"PayrollAdminRemark\": \"Employee re-employed through API.\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/ReEmploy"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"string"},{"id":"ea60c007-df63-4a64-8d2f-1734b625c9b4","name":"Re-employ operation returned no result","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"OrganisationId\": \"22222222-2222-2222-2222-222222222222\",\n  \"Contract\": {\n    \"EmployeeTypeId\": \"33333333-3333-3333-3333-333333333333\",\n    \"EmployeeRelationTypeId\": \"44444444-4444-4444-4444-444444444444\",\n    \"LowUnemploymentPremium\": false,\n    \"StartDate\": \"2026-09-01\",\n    \"ContractEndDate\": \"2027-08-31\",\n    \"ContractTermTypeId\": \"55555555-5555-5555-5555-555555555555\",\n    \"TrialPeriodEndDate\": \"2026-09-30\",\n    \"ContractSequenceNumber\": 2,\n    \"ContractHoursPerWeek\": 40,\n    \"WorkDaysPerWeek\": 5,\n    \"AddWorkSchedule\": true,\n    \"WorkPattern\": {\n      \"Mon\": 8,\n      \"Tue\": 8,\n      \"Wed\": 8,\n      \"Thu\": 8,\n      \"Fri\": 8,\n      \"Sat\": null,\n      \"Sun\": null\n    },\n    \"CaoId\": \"66666666-6666-6666-6666-666666666666\",\n    \"DepartmentId\": \"77777777-7777-7777-7777-777777777777\",\n    \"FunctionId\": \"88888888-8888-8888-8888-888888888888\",\n    \"DefaultUrsActivityId\": null,\n    \"SignedContractPresent\": true,\n    \"TransportTypeId\": null,\n    \"CommuteDistanceKm\": null,\n    \"MileageAllowancePerKm\": null\n  },\n  \"Salary\": {\n    \"GrossSalary\": 3500,\n    \"SalaryPeriodId\": \"99999999-9999-9999-9999-999999999999\",\n    \"HolidayPayBuildUpId\": \"AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA\",\n    \"HolidayDaysBuildUpId\": \"BBBBBBBB-BBBB-BBBB-BBBB-BBBBBBBBBBBB\",\n    \"PayrollTaxCredit\": true,\n    \"TravelAllowance\": null,\n    \"TravelAllowanceNet\": false,\n    \"TravelAllowancePeriodId\": null,\n    \"ExpenseAllowance\": null,\n    \"ExpenseAllowanceNet\": false,\n    \"ExpenseAllowancePeriodId\": null,\n    \"PayrollAdminRemark\": \"Employee re-employed through API.\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/ReEmploy"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Re-employ operation returned no result"}],"_postman_id":"73d2f381-013b-4694-8245-e50bb8a317be"}],"id":"efeca1e6-62f0-4fe3-ae40-6916a720f187","_postman_id":"efeca1e6-62f0-4fe3-ae40-6916a720f187","description":""},{"name":"ReportOutOfService","item":[{"name":"Reports an employee out of service","id":"28d1959a-e9d9-4939-a185-40054377a3a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"8EBFACD1-6FC8-47DE-83E8-83B44263AB9A\",\n  \"LastWorkingDay\": \"2026-07-18\",\n  \"ExitReasonId\": \"3AE0B3B7-7BC8-4432-8E85-EC5D3ADBA3F5\",\n  \"ResetHoursBalance\": true,\n  \"ExtraInfo\": \"Employee leaves the organisation at own request.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/ReportOutOfService","description":"<p>Sets the employment end date, exit reason and optionally resets the employee's hours balance.</p>\n","urlObject":{"path":["Employee","ReportOutOfService"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"de3770a8-170b-41f9-834b-b1b2668eb2ba","name":"Employee reported out of service successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"LastWorkingDay\": \"2026-08-31\",\n  \"ExitReasonId\": \"22222222-2222-2222-2222-222222222222\",\n  \"ResetHoursBalance\": true,\n  \"ExtraInfo\": \"Employee leaves the organisation by mutual agreement.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/ReportOutOfService"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"EmploymentId\": \"33333333-3333-3333-3333-333333333333\",\n  \"EmploymentEndDate\": \"2026-08-31\",\n  \"Changer\": \"api.user@example.com\",\n  \"Changed\": \"2026-07-17T14:30:00\"\n}"},{"id":"05ef3882-60b0-4f91-8581-d83cd56b818b","name":"Request validation failed or the employee could not be reported out of service","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"LastWorkingDay\": \"2026-08-31\",\n  \"ExitReasonId\": \"22222222-2222-2222-2222-222222222222\",\n  \"ResetHoursBalance\": true,\n  \"ExtraInfo\": \"Employee leaves the organisation by mutual agreement.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/ReportOutOfService"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"160416e7-32e5-49f8-97c5-1cf95f161600","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"LastWorkingDay\": \"2026-08-31\",\n  \"ExitReasonId\": \"22222222-2222-2222-2222-222222222222\",\n  \"ResetHoursBalance\": true,\n  \"ExtraInfo\": \"Employee leaves the organisation by mutual agreement.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/ReportOutOfService"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"string"},{"id":"eb92286e-2d46-4675-9bcd-6992c3ca73d5","name":"Report out-of-service operation returned no result","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"LastWorkingDay\": \"2026-08-31\",\n  \"ExitReasonId\": \"22222222-2222-2222-2222-222222222222\",\n  \"ResetHoursBalance\": true,\n  \"ExtraInfo\": \"Employee leaves the organisation by mutual agreement.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/ReportOutOfService"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Report out-of-service operation returned no result."}],"_postman_id":"28d1959a-e9d9-4939-a185-40054377a3a4"}],"id":"879961cc-797f-425f-8796-16116439387a","_postman_id":"879961cc-797f-425f-8796-16116439387a","description":""},{"name":"TransferOrganisation","item":[{"name":"Transfers an employee to another organisation","id":"297cc5ae-1c6e-4798-86fc-4f3ad943c6ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": null\n  },\n  \"PersonId\": \"EEC763FA-5BD0-420A-B8DC-594A461D1FE3\",\n  \"NewOrganisationId\": \"2F089038-BD9E-4B81-88F6-BBB41A6022E4\",\n  \"StartDate\": \"2026-09-01\",\n  \"Contract\": {\n    \"EmployeeTypeId\": \"51283DB0-A58E-4BB5-8608-B241C915A469\",\n    \"EmployeeRelationTypeId\": \"46AE17BA-3078-40AB-A12B-5ECE1C24BE65\",\n    \"LowUnemploymentPremium\": false,\n    \"StartDate\": \"2026-09-01\",\n    \"ContractEndDate\": null,\n    \"ContractTermTypeId\": \"B9BD9672-0443-4D25-99DF-CA95BD0B8874\",\n    \"TrialPeriodEndDate\": null,\n    \"ContractSequenceNumber\": 1,\n    \"ContractHoursPerWeek\": 40,\n    \"WorkDaysPerWeek\": 5,\n    \"AddWorkSchedule\": true,\n    \"WorkPattern\": {\n      \"Mon\": 8,\n      \"Tue\": 8,\n      \"Wed\": 8,\n      \"Thu\": 8,\n      \"Fri\": 8,\n      \"Sat\": null,\n      \"Sun\": null\n    },\n    \"CaoId\": \"BC076397-9E4E-42C1-900C-B8F7B69E50B7\",\n    \"DepartmentId\": \"01459067-D649-4D87-B3AE-E1BC7D7D35B8\",\n    \"FunctionId\": \"3D9DDAF2-9689-419F-92E7-3C573F97A7E6\",\n    \"DefaultUrsActivityId\": \"BC719A92-024B-4316-A68B-061FD46B8372\",\n    \"SignedContractPresent\": false,\n    \"TransportTypeId\": null,\n    \"CommuteDistanceKm\": null,\n    \"MileageAllowancePerKm\": null\n  },\n  \"Salary\": {\n    \"GrossSalary\": 3400,\n    \"SalaryPeriodId\": \"2A285CF9-DBAF-4266-9EB5-FA36D09580BC\",\n    \"HolidayPayBuildUpId\": \"A88E5E4C-5F1D-47F9-9520-4C7AB629E01D\",\n    \"HolidayDaysBuildUpId\": \"679813BD-7682-4278-B503-A1EB2116D2E9\",\n    \"PayrollTaxCredit\": true,\n    \"TravelAllowance\": null,\n    \"TravelAllowanceNet\": true,\n    \"TravelAllowancePeriodId\": null,\n    \"ExpenseAllowance\": null,\n    \"ExpenseAllowanceNet\": false,\n    \"ExpenseAllowancePeriodId\": null,\n    \"PayrollAdminRemark\": \"Transferred to another organisation.\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/TransferOrganisation","description":"<p>Closes the current employment and creates a new employment, contract, salary, function record and optionally a work schedule.</p>\n","urlObject":{"path":["Employee","TransferOrganisation"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"af985793-1c37-4edb-a438-b1cec302a762","name":"Employee transferred successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"NewOrganisationId\": \"22222222-2222-2222-2222-222222222222\",\n  \"StartDate\": \"2026-09-01\",\n  \"Contract\": {\n    \"EmployeeTypeId\": \"33333333-3333-3333-3333-333333333333\",\n    \"EmployeeRelationTypeId\": \"44444444-4444-4444-4444-444444444444\",\n    \"LowUnemploymentPremium\": false,\n    \"StartDate\": \"2026-09-01\",\n    \"ContractEndDate\": \"2027-08-31\",\n    \"ContractTermTypeId\": \"55555555-5555-5555-5555-555555555555\",\n    \"TrialPeriodEndDate\": \"2026-09-30\",\n    \"ContractSequenceNumber\": 2,\n    \"ContractHoursPerWeek\": 40,\n    \"WorkDaysPerWeek\": 5,\n    \"AddWorkSchedule\": true,\n    \"WorkPattern\": {\n      \"Mon\": 8,\n      \"Tue\": 8,\n      \"Wed\": 8,\n      \"Thu\": 8,\n      \"Fri\": 8,\n      \"Sat\": null,\n      \"Sun\": null\n    },\n    \"CaoId\": \"66666666-6666-6666-6666-666666666666\",\n    \"DepartmentId\": \"77777777-7777-7777-7777-777777777777\",\n    \"FunctionId\": \"88888888-8888-8888-8888-888888888888\",\n    \"DefaultUrsActivityId\": null,\n    \"SignedContractPresent\": true,\n    \"TransportTypeId\": null,\n    \"CommuteDistanceKm\": null,\n    \"MileageAllowancePerKm\": null\n  },\n  \"Salary\": {\n    \"GrossSalary\": 3500,\n    \"SalaryPeriodId\": \"99999999-9999-9999-9999-999999999999\",\n    \"HolidayPayBuildUpId\": \"AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA\",\n    \"HolidayDaysBuildUpId\": \"BBBBBBBB-BBBB-BBBB-BBBB-BBBBBBBBBBBB\",\n    \"PayrollTaxCredit\": true,\n    \"TravelAllowance\": null,\n    \"TravelAllowanceNet\": false,\n    \"TravelAllowancePeriodId\": null,\n    \"ExpenseAllowance\": null,\n    \"ExpenseAllowanceNet\": false,\n    \"ExpenseAllowancePeriodId\": null,\n    \"PayrollAdminRemark\": \"Employee transferred through API.\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/TransferOrganisation"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"EmploymentId\": \"CCCCCCCC-CCCC-CCCC-CCCC-CCCCCCCCCCCC\",\n  \"PreviousEmploymentEndDate\": \"2026-08-31\",\n  \"ContractId\": \"DDDDDDDD-DDDD-DDDD-DDDD-DDDDDDDDDDDD\",\n  \"SalaryId\": \"EEEEEEEE-EEEE-EEEE-EEEE-EEEEEEEEEEEE\",\n  \"FunctionRecordId\": \"FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF\",\n  \"WorkScheduleId\": \"12121212-1212-1212-1212-121212121212\",\n  \"Creator\": \"api.user@example.com\",\n  \"Created\": \"2026-07-17T15:30:00\"\n}"},{"id":"a60631a6-0bfe-4e67-9785-8e4457f4938f","name":"Request validation failed or the employee could not be transferred","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"NewOrganisationId\": \"22222222-2222-2222-2222-222222222222\",\n  \"StartDate\": \"2026-09-01\",\n  \"Contract\": {\n    \"EmployeeTypeId\": \"33333333-3333-3333-3333-333333333333\",\n    \"EmployeeRelationTypeId\": \"44444444-4444-4444-4444-444444444444\",\n    \"LowUnemploymentPremium\": false,\n    \"StartDate\": \"2026-09-01\",\n    \"ContractEndDate\": \"2027-08-31\",\n    \"ContractTermTypeId\": \"55555555-5555-5555-5555-555555555555\",\n    \"TrialPeriodEndDate\": \"2026-09-30\",\n    \"ContractSequenceNumber\": 2,\n    \"ContractHoursPerWeek\": 40,\n    \"WorkDaysPerWeek\": 5,\n    \"AddWorkSchedule\": true,\n    \"WorkPattern\": {\n      \"Mon\": 8,\n      \"Tue\": 8,\n      \"Wed\": 8,\n      \"Thu\": 8,\n      \"Fri\": 8,\n      \"Sat\": null,\n      \"Sun\": null\n    },\n    \"CaoId\": \"66666666-6666-6666-6666-666666666666\",\n    \"DepartmentId\": \"77777777-7777-7777-7777-777777777777\",\n    \"FunctionId\": \"88888888-8888-8888-8888-888888888888\",\n    \"DefaultUrsActivityId\": null,\n    \"SignedContractPresent\": true,\n    \"TransportTypeId\": null,\n    \"CommuteDistanceKm\": null,\n    \"MileageAllowancePerKm\": null\n  },\n  \"Salary\": {\n    \"GrossSalary\": 3500,\n    \"SalaryPeriodId\": \"99999999-9999-9999-9999-999999999999\",\n    \"HolidayPayBuildUpId\": \"AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA\",\n    \"HolidayDaysBuildUpId\": \"BBBBBBBB-BBBB-BBBB-BBBB-BBBBBBBBBBBB\",\n    \"PayrollTaxCredit\": true,\n    \"TravelAllowance\": null,\n    \"TravelAllowanceNet\": false,\n    \"TravelAllowancePeriodId\": null,\n    \"ExpenseAllowance\": null,\n    \"ExpenseAllowanceNet\": false,\n    \"ExpenseAllowancePeriodId\": null,\n    \"PayrollAdminRemark\": \"Employee transferred through API.\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/TransferOrganisation"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"69639ebf-3d36-4091-9eaa-15424849acb4","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"NewOrganisationId\": \"22222222-2222-2222-2222-222222222222\",\n  \"StartDate\": \"2026-09-01\",\n  \"Contract\": {\n    \"EmployeeTypeId\": \"33333333-3333-3333-3333-333333333333\",\n    \"EmployeeRelationTypeId\": \"44444444-4444-4444-4444-444444444444\",\n    \"LowUnemploymentPremium\": false,\n    \"StartDate\": \"2026-09-01\",\n    \"ContractEndDate\": \"2027-08-31\",\n    \"ContractTermTypeId\": \"55555555-5555-5555-5555-555555555555\",\n    \"TrialPeriodEndDate\": \"2026-09-30\",\n    \"ContractSequenceNumber\": 2,\n    \"ContractHoursPerWeek\": 40,\n    \"WorkDaysPerWeek\": 5,\n    \"AddWorkSchedule\": true,\n    \"WorkPattern\": {\n      \"Mon\": 8,\n      \"Tue\": 8,\n      \"Wed\": 8,\n      \"Thu\": 8,\n      \"Fri\": 8,\n      \"Sat\": null,\n      \"Sun\": null\n    },\n    \"CaoId\": \"66666666-6666-6666-6666-666666666666\",\n    \"DepartmentId\": \"77777777-7777-7777-7777-777777777777\",\n    \"FunctionId\": \"88888888-8888-8888-8888-888888888888\",\n    \"DefaultUrsActivityId\": null,\n    \"SignedContractPresent\": true,\n    \"TransportTypeId\": null,\n    \"CommuteDistanceKm\": null,\n    \"MileageAllowancePerKm\": null\n  },\n  \"Salary\": {\n    \"GrossSalary\": 3500,\n    \"SalaryPeriodId\": \"99999999-9999-9999-9999-999999999999\",\n    \"HolidayPayBuildUpId\": \"AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA\",\n    \"HolidayDaysBuildUpId\": \"BBBBBBBB-BBBB-BBBB-BBBB-BBBBBBBBBBBB\",\n    \"PayrollTaxCredit\": true,\n    \"TravelAllowance\": null,\n    \"TravelAllowanceNet\": false,\n    \"TravelAllowancePeriodId\": null,\n    \"ExpenseAllowance\": null,\n    \"ExpenseAllowanceNet\": false,\n    \"ExpenseAllowancePeriodId\": null,\n    \"PayrollAdminRemark\": \"Employee transferred through API.\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/TransferOrganisation"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"string"},{"id":"54fbadbe-aca9-49ad-8915-b32acafa28a1","name":"Transfer organisation operation returned no result","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"NewOrganisationId\": \"22222222-2222-2222-2222-222222222222\",\n  \"StartDate\": \"2026-09-01\",\n  \"Contract\": {\n    \"EmployeeTypeId\": \"33333333-3333-3333-3333-333333333333\",\n    \"EmployeeRelationTypeId\": \"44444444-4444-4444-4444-444444444444\",\n    \"LowUnemploymentPremium\": false,\n    \"StartDate\": \"2026-09-01\",\n    \"ContractEndDate\": \"2027-08-31\",\n    \"ContractTermTypeId\": \"55555555-5555-5555-5555-555555555555\",\n    \"TrialPeriodEndDate\": \"2026-09-30\",\n    \"ContractSequenceNumber\": 2,\n    \"ContractHoursPerWeek\": 40,\n    \"WorkDaysPerWeek\": 5,\n    \"AddWorkSchedule\": true,\n    \"WorkPattern\": {\n      \"Mon\": 8,\n      \"Tue\": 8,\n      \"Wed\": 8,\n      \"Thu\": 8,\n      \"Fri\": 8,\n      \"Sat\": null,\n      \"Sun\": null\n    },\n    \"CaoId\": \"66666666-6666-6666-6666-666666666666\",\n    \"DepartmentId\": \"77777777-7777-7777-7777-777777777777\",\n    \"FunctionId\": \"88888888-8888-8888-8888-888888888888\",\n    \"DefaultUrsActivityId\": null,\n    \"SignedContractPresent\": true,\n    \"TransportTypeId\": null,\n    \"CommuteDistanceKm\": null,\n    \"MileageAllowancePerKm\": null\n  },\n  \"Salary\": {\n    \"GrossSalary\": 3500,\n    \"SalaryPeriodId\": \"99999999-9999-9999-9999-999999999999\",\n    \"HolidayPayBuildUpId\": \"AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA\",\n    \"HolidayDaysBuildUpId\": \"BBBBBBBB-BBBB-BBBB-BBBB-BBBBBBBBBBBB\",\n    \"PayrollTaxCredit\": true,\n    \"TravelAllowance\": null,\n    \"TravelAllowanceNet\": false,\n    \"TravelAllowancePeriodId\": null,\n    \"ExpenseAllowance\": null,\n    \"ExpenseAllowanceNet\": false,\n    \"ExpenseAllowancePeriodId\": null,\n    \"PayrollAdminRemark\": \"Employee transferred through API.\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/TransferOrganisation"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Transfer organisation operation returned no result."}],"_postman_id":"297cc5ae-1c6e-4798-86fc-4f3ad943c6ff"}],"id":"dca64d9a-d2e8-48fa-adfd-948ee8b701ac","_postman_id":"dca64d9a-d2e8-48fa-adfd-948ee8b701ac","description":""},{"name":"UpdateAddress","item":[{"name":"Updates an existing employee address record","id":"45936e87-5f07-4029-a764-4b5f6fd0a95b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"AddressId\": \"0bf8c3b8-5116-4192-adaa-da929f3582de\",\n  \"AddressTypeId\": \"7F14B042-67D4-42E6-A4FB-C74B8F8450A1\",\n  \"Street\": \"Nieuwe Teststraat\",\n  \"HouseNumber\": \"15\",\n  \"HouseNumberAddition\": \"B\",\n  \"PostalCode\": \"1234CD\",\n  \"City\": \"Amsterdam\",\n  \"Country\": \"Nederland\",\n  \"StartDate\": \"2026-08-01\",\n  \"EndDate\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateAddress","urlObject":{"path":["Employee","UpdateAddress"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7f32339e-fc88-4356-8bc4-6af775990e73","name":"Employee address updated successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"AddressId\": \"11111111-1111-1111-1111-111111111111\",\n  \"AddressTypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"Street\": \"Teststraat\",\n  \"HouseNumber\": \"10\",\n  \"HouseNumberAddition\": \"A\",\n  \"PostalCode\": \"1234AB\",\n  \"City\": \"Amsterdam\",\n  \"Country\": \"Netherlands\",\n  \"StartDate\": \"2026-01-01\",\n  \"EndDate\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateAddress"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Changer\": \"api.user@example.com\",\n  \"Changed\": \"2026-07-20T14:30:00\"\n}"},{"id":"09102399-18ed-4963-9a41-4ae736b0916c","name":"Address could not be updated","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"AddressId\": \"11111111-1111-1111-1111-111111111111\",\n  \"AddressTypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"Street\": \"Teststraat\",\n  \"HouseNumber\": \"10\",\n  \"HouseNumberAddition\": \"A\",\n  \"PostalCode\": \"1234AB\",\n  \"City\": \"Amsterdam\",\n  \"Country\": \"Netherlands\",\n  \"StartDate\": \"2026-01-01\",\n  \"EndDate\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateAddress"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"a5842626-8d4b-44f0-af22-a201f65e5a41","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"AddressId\": \"11111111-1111-1111-1111-111111111111\",\n  \"AddressTypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"Street\": \"Teststraat\",\n  \"HouseNumber\": \"10\",\n  \"HouseNumberAddition\": \"A\",\n  \"PostalCode\": \"1234AB\",\n  \"City\": \"Amsterdam\",\n  \"Country\": \"Netherlands\",\n  \"StartDate\": \"2026-01-01\",\n  \"EndDate\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateAddress"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"956273a6-4800-4bc8-a303-230afa600bbd","name":"Update address operation returned no result","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"AddressId\": \"11111111-1111-1111-1111-111111111111\",\n  \"AddressTypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"Street\": \"Teststraat\",\n  \"HouseNumber\": \"10\",\n  \"HouseNumberAddition\": \"A\",\n  \"PostalCode\": \"1234AB\",\n  \"City\": \"Amsterdam\",\n  \"Country\": \"Netherlands\",\n  \"StartDate\": \"2026-01-01\",\n  \"EndDate\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateAddress"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"45936e87-5f07-4029-a764-4b5f6fd0a95b"}],"id":"72d40395-b6aa-447d-b270-5fcf83d507e2","_postman_id":"72d40395-b6aa-447d-b270-5fcf83d507e2","description":""},{"name":"UpdateCommunication","item":[{"name":"Updates an existing communication means","id":"a7513923-7677-46b1-800b-b0ff0f159eff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"CommunicationId\": \"2d4838e1-f22f-46a6-a7a1-d7de19ad8c57\",\n  \"TypeId\": \"3b49fbc2-2f62-4caf-8a41-0d729de93618\",\n  \"RoleId\": \"1a07103e-e7f8-45ee-9cc7-fde3fcca0bed\",\n  \"Value\": \"employee.new@example.com\",\n  \"IsPrimary\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateCommunication","urlObject":{"path":["Employee","UpdateCommunication"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"afe80f4e-5114-4695-b08d-3b8c1e4b6b9a","name":"Communication means updated successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"CommunicationId\": \"11111111-1111-1111-1111-111111111111\",\n  \"TypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"RoleId\": \"22222222-3333-2222-2222-222222222222\",\n  \"Value\": \"updated.employee@example.com\",\n  \"IsPrimary\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateCommunication"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Changer\": \"api.user@example.com\",\n  \"Changed\": \"2026-07-21T11:15:00\"\n}"},{"id":"052c89a7-48ac-4c0b-a9b3-c794fbceca15","name":"Communication means could not be updated","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"CommunicationId\": \"11111111-1111-1111-1111-111111111111\",\n  \"TypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"RoleId\": \"22222222-3333-2222-2222-222222222222\",\n  \"Value\": \"updated.employee@example.com\",\n  \"IsPrimary\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateCommunication"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"75878063-98fe-4aeb-93ca-7fcead45dc3c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"CommunicationId\": \"11111111-1111-1111-1111-111111111111\",\n  \"TypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"RoleId\": \"22222222-3333-2222-2222-222222222222\",\n  \"Value\": \"updated.employee@example.com\",\n  \"IsPrimary\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateCommunication"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"66eeda1a-93a1-4198-b6e0-e1f874c3b7ec","name":"Update communication operation returned no result","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"CommunicationId\": \"11111111-1111-1111-1111-111111111111\",\n  \"TypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"RoleId\": \"22222222-3333-2222-2222-222222222222\",\n  \"Value\": \"updated.employee@example.com\",\n  \"IsPrimary\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateCommunication"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a7513923-7677-46b1-800b-b0ff0f159eff"}],"id":"20192f2f-55cd-453e-8b62-e0a7a8fdb4b7","_postman_id":"20192f2f-55cd-453e-8b62-e0a7a8fdb4b7","description":""},{"name":"UpdateContract","item":[{"name":"Updates an existing contract record","id":"d0a10b46-9774-4ae5-a78d-b9c9d44d095c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": null\n  },\n  \"ContractId\": \"c15d5d69-f21b-49b1-9142-e53d82c46a9a\",\n  \"ContractStartDate\": \"2026-09-15\",\n  \"ContractEndDate\": \"2027-06-30\",\n  \"ContractDurationTypeId\": \"1602EDE9-34D6-4302-88DB-2B11563FB7F4\",\n  \"ContractEmployeeTypeId\": \"51283db0-a58e-4bb5-8608-b241c915a469\",\n  \"ContractEmployeeRelationTypeId\": \"46ae17ba-3078-40ab-a12b-5ece1c24be65\",\n  \"ContractHoursPerWeek\": 38,\n  \"ContractDaysPerWeek\": 5,\n  \"CAOId\": \"E8299110-F334-4E95-ACFB-5B2915223ADC\",\n  \"ContractSequenceNumber\": 3,\n  \"ContractProbationDate\": \"2026-09-30\",\n  \"ReductionUnemploymentBenefit\": true,\n  \"ContractSigned\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateContract","urlObject":{"path":["Employee","UpdateContract"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"63949878-5363-4459-b976-6d0d938fb0b6","name":"Contract updated successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"ContractId\": \"11111111-1111-1111-1111-111111111111\",\n  \"ContractStartDate\": \"2026-09-01\",\n  \"ContractEndDate\": \"2027-08-31\",\n  \"ContractDurationTypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"ContractEmployeeTypeId\": \"33333333-3333-3333-3333-333333333333\",\n  \"ContractEmployeeRelationTypeId\": \"44444444-4444-4444-4444-444444444444\",\n  \"ContractHoursPerWeek\": 36,\n  \"ContractDaysPerWeek\": 4,\n  \"CAOId\": \"55555555-5555-5555-5555-555555555555\",\n  \"ContractSequenceNumber\": 3,\n  \"ContractProbationDate\": \"2026-09-30\",\n  \"ReductionUnemploymentBenefit\": true,\n  \"ContractSigned\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateContract"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Changer\": \"api.user@example.com\",\n  \"Changed\": \"2026-07-22T11:30:00\"\n}"},{"id":"10613db5-ca72-4a5f-9043-65e325c1927d","name":"Request validation failed or the contract could not be updated","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"ContractId\": \"11111111-1111-1111-1111-111111111111\",\n  \"ContractStartDate\": \"2026-09-01\",\n  \"ContractEndDate\": \"2027-08-31\",\n  \"ContractDurationTypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"ContractEmployeeTypeId\": \"33333333-3333-3333-3333-333333333333\",\n  \"ContractEmployeeRelationTypeId\": \"44444444-4444-4444-4444-444444444444\",\n  \"ContractHoursPerWeek\": 36,\n  \"ContractDaysPerWeek\": 4,\n  \"CAOId\": \"55555555-5555-5555-5555-555555555555\",\n  \"ContractSequenceNumber\": 3,\n  \"ContractProbationDate\": \"2026-09-30\",\n  \"ReductionUnemploymentBenefit\": true,\n  \"ContractSigned\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateContract"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"3a1ffa4e-b5c8-4601-8ba0-c2e3f68bc60a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"ContractId\": \"11111111-1111-1111-1111-111111111111\",\n  \"ContractStartDate\": \"2026-09-01\",\n  \"ContractEndDate\": \"2027-08-31\",\n  \"ContractDurationTypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"ContractEmployeeTypeId\": \"33333333-3333-3333-3333-333333333333\",\n  \"ContractEmployeeRelationTypeId\": \"44444444-4444-4444-4444-444444444444\",\n  \"ContractHoursPerWeek\": 36,\n  \"ContractDaysPerWeek\": 4,\n  \"CAOId\": \"55555555-5555-5555-5555-555555555555\",\n  \"ContractSequenceNumber\": 3,\n  \"ContractProbationDate\": \"2026-09-30\",\n  \"ReductionUnemploymentBenefit\": true,\n  \"ContractSigned\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateContract"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b1bfc97f-67fb-4145-9158-e34cb6126a0f","name":"Update contract operation returned no result","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"ContractId\": \"11111111-1111-1111-1111-111111111111\",\n  \"ContractStartDate\": \"2026-09-01\",\n  \"ContractEndDate\": \"2027-08-31\",\n  \"ContractDurationTypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"ContractEmployeeTypeId\": \"33333333-3333-3333-3333-333333333333\",\n  \"ContractEmployeeRelationTypeId\": \"44444444-4444-4444-4444-444444444444\",\n  \"ContractHoursPerWeek\": 36,\n  \"ContractDaysPerWeek\": 4,\n  \"CAOId\": \"55555555-5555-5555-5555-555555555555\",\n  \"ContractSequenceNumber\": 3,\n  \"ContractProbationDate\": \"2026-09-30\",\n  \"ReductionUnemploymentBenefit\": true,\n  \"ContractSigned\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateContract"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d0a10b46-9774-4ae5-a78d-b9c9d44d095c"}],"id":"4afbe6a5-8554-49d6-8033-8a622fe7a627","_postman_id":"4afbe6a5-8554-49d6-8033-8a622fe7a627","description":""},{"name":"UpdateFunction","item":[{"name":"Updates an existing function record","id":"e36c2217-22e9-4ba5-98f1-0b1131548740","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": null\n  },\n  \"EmploymentFormationId\": \"11111111-1111-1111-1111-111111111111\",\n  \"FunctionId\": \"3d9ddaf2-9689-419f-92e7-3c573f97a7e6\",\n  \"DepartmentId\": \"01459067-d649-4d87-b3ae-e1bc7d7d35b8\",\n  \"StartDate\": \"2026-09-01\",\n  \"EndDate\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateFunction","urlObject":{"path":["Employee","UpdateFunction"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a032295d-90d2-4462-a048-f4ae6004ed5d","name":"Function record updated successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"EmploymentFormationId\": \"11111111-1111-1111-1111-111111111111\",\n  \"FunctionId\": \"22222222-2222-2222-2222-222222222222\",\n  \"DepartmentId\": \"33333333-3333-3333-3333-333333333333\",\n  \"StartDate\": \"2026-09-01\",\n  \"EndDate\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateFunction"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Changer\": \"api.user@example.com\",\n  \"Changed\": \"2026-07-22T13:15:00\"\n}"},{"id":"a8ab89d9-34bb-4435-9c30-697f4350650a","name":"Request validation failed or the function record could not be updated","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"EmploymentFormationId\": \"11111111-1111-1111-1111-111111111111\",\n  \"FunctionId\": \"22222222-2222-2222-2222-222222222222\",\n  \"DepartmentId\": \"33333333-3333-3333-3333-333333333333\",\n  \"StartDate\": \"2026-09-01\",\n  \"EndDate\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateFunction"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"5958a306-8475-4153-a9b2-433918c12743","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"EmploymentFormationId\": \"11111111-1111-1111-1111-111111111111\",\n  \"FunctionId\": \"22222222-2222-2222-2222-222222222222\",\n  \"DepartmentId\": \"33333333-3333-3333-3333-333333333333\",\n  \"StartDate\": \"2026-09-01\",\n  \"EndDate\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateFunction"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"e817c2a5-e499-4f89-a5ee-18c518ca402a","name":"Update function operation returned no result","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"EmploymentFormationId\": \"11111111-1111-1111-1111-111111111111\",\n  \"FunctionId\": \"22222222-2222-2222-2222-222222222222\",\n  \"DepartmentId\": \"33333333-3333-3333-3333-333333333333\",\n  \"StartDate\": \"2026-09-01\",\n  \"EndDate\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateFunction"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e36c2217-22e9-4ba5-98f1-0b1131548740"}],"id":"d93da0c6-386d-4849-a43e-18bbf852b6fc","_postman_id":"d93da0c6-386d-4849-a43e-18bbf852b6fc","description":""},{"name":"UpdatePersonalia","item":[{"name":"Updates the master personal data of an employee","id":"7c22352e-21c2-4d5e-881a-3c092540e1c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"8EBFACD1-6FC8-47DE-83E8-83B44263AB9A\",\n  \"Bsn\": \"144905590\",\n  \"Initials\": \"R.\",\n  \"CallName\": \"Remmert\",\n  \"MiddleName\": \"van\",\n  \"LastName\": \"Verloop\",\n  \"NationalityId\": \"5ABDC2E8-F7FA-44A0-8D61-11433FD77156\",\n  \"PreferredLanguageId\": \"EDCDE4BD-EEAF-4AD5-B8CC-DE6A7B9BC99F\",\n  \"GenderId\": \"4B19A0E9-08CD-4803-B5CF-8A3FF6D8D003\",\n  \"BirthDate\": \"1990-05-15\",\n  \"BankAccountNumber\": \"NL91ABNA0417164300\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdatePersonalia","urlObject":{"path":["Employee","UpdatePersonalia"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e94579dd-def7-4bb2-bf74-8c92bb80d174","name":"Employee personal data updated successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"Bsn\": \"144905590\",\n  \"Initials\": \"T.\",\n  \"CallName\": \"TestApi\",\n  \"MiddleName\": null,\n  \"LastName\": \"Employee\",\n  \"NationalityId\": \"5ABDC2E8-F7FA-44A0-8D61-11433FD77156\",\n  \"PreferredLanguageId\": \"EDCDE4BD-EEAF-4AD5-B8CC-DE6A7B9BC99F\",\n  \"GenderId\": \"4B19A0E9-08CD-4803-B5CF-8A3FF6D8D003\",\n  \"BirthDate\": \"1990-05-15\",\n  \"BankAccountNumber\": \"NL91ABNA0417164300\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdatePersonalia"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Changer\": \"api.user@example.com\",\n  \"Changed\": \"2026-07-20T14:30:00\"\n}"},{"id":"10840015-3d0e-4a29-b954-83aa3031f57b","name":"Request validation failed or the employee personal data could not be updated","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"Bsn\": \"144905590\",\n  \"Initials\": \"T.\",\n  \"CallName\": \"TestApi\",\n  \"MiddleName\": null,\n  \"LastName\": \"Employee\",\n  \"NationalityId\": \"5ABDC2E8-F7FA-44A0-8D61-11433FD77156\",\n  \"PreferredLanguageId\": \"EDCDE4BD-EEAF-4AD5-B8CC-DE6A7B9BC99F\",\n  \"GenderId\": \"4B19A0E9-08CD-4803-B5CF-8A3FF6D8D003\",\n  \"BirthDate\": \"1990-05-15\",\n  \"BankAccountNumber\": \"NL91ABNA0417164300\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdatePersonalia"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"93b88a65-1247-4bc7-b9ce-0c9775d1ed75","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"Bsn\": \"144905590\",\n  \"Initials\": \"T.\",\n  \"CallName\": \"TestApi\",\n  \"MiddleName\": null,\n  \"LastName\": \"Employee\",\n  \"NationalityId\": \"5ABDC2E8-F7FA-44A0-8D61-11433FD77156\",\n  \"PreferredLanguageId\": \"EDCDE4BD-EEAF-4AD5-B8CC-DE6A7B9BC99F\",\n  \"GenderId\": \"4B19A0E9-08CD-4803-B5CF-8A3FF6D8D003\",\n  \"BirthDate\": \"1990-05-15\",\n  \"BankAccountNumber\": \"NL91ABNA0417164300\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdatePersonalia"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"333866a2-30d0-4397-8b3e-24be2073712b","name":"Update personalia operation returned no result","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"Bsn\": \"144905590\",\n  \"Initials\": \"T.\",\n  \"CallName\": \"TestApi\",\n  \"MiddleName\": null,\n  \"LastName\": \"Employee\",\n  \"NationalityId\": \"5ABDC2E8-F7FA-44A0-8D61-11433FD77156\",\n  \"PreferredLanguageId\": \"EDCDE4BD-EEAF-4AD5-B8CC-DE6A7B9BC99F\",\n  \"GenderId\": \"4B19A0E9-08CD-4803-B5CF-8A3FF6D8D003\",\n  \"BirthDate\": \"1990-05-15\",\n  \"BankAccountNumber\": \"NL91ABNA0417164300\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdatePersonalia"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7c22352e-21c2-4d5e-881a-3c092540e1c7"}],"id":"db6aa9f1-b8f3-4420-bf18-5c37a402dc99","_postman_id":"db6aa9f1-b8f3-4420-bf18-5c37a402dc99","description":""},{"name":"UpdateSalary","item":[{"name":"Updates an existing salary record","id":"314393ee-9488-4f9c-8af8-bbb0603ec515","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": null\n  },\n  \"SalaryId\": \"5462b887-1226-48ec-a21f-d3ba0a94e066\",\n  \"Salary\": 4250.00,\n  \"SalaryPeriodId\": \"2a285cf9-dbaf-4266-9eb5-fa36d09580bc\",\n  \"VacationPaymentTypeId\": null,\n  \"VacationDaysTypeId\": null,\n  \"PayrollTaxCredit\": true,\n  \"TravelCostPayment\": 0.23,\n  \"TravelCostPaymentNet\": true,\n  \"TravelCostPaymentPeriodId\": \"5dd9be1b-5370-4653-a9f8-d71de3da35b4\",\n  \"CostPayment\": 75.00,\n  \"CostPaymentNet\": true,\n  \"CostPaymentPeriodId\": \"2a285cf9-dbaf-4266-9eb5-fa36d09580bc\",\n  \"StartDate\": \"2026-08-01\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateSalary","urlObject":{"path":["Employee","UpdateSalary"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d7a1491b-e853-4425-953a-2d44d7a834d3","name":"Salary record updated successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"SalaryId\": \"11111111-1111-1111-1111-111111111111\",\n  \"Salary\": 3500,\n  \"SalaryPeriodId\": \"22222222-2222-2222-2222-222222222222\",\n  \"VacationPaymentTypeId\": \"33333333-3333-3333-3333-333333333333\",\n  \"VacationDaysTypeId\": \"44444444-4444-4444-4444-444444444444\",\n  \"PayrollTaxCredit\": true,\n  \"TravelCostPayment\": 150,\n  \"TravelCostPaymentNet\": true,\n  \"TravelCostPaymentPeriodId\": \"55555555-5555-5555-5555-555555555555\",\n  \"CostPayment\": 50,\n  \"CostPaymentNet\": false,\n  \"CostPaymentPeriodId\": \"66666666-6666-6666-6666-666666666666\",\n  \"StartDate\": \"2026-09-01\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateSalary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Changer\": \"api.user@example.com\",\n  \"Changed\": \"2026-07-22T15:00:00\"\n}"},{"id":"13073d49-7ddb-403a-9adc-baf2cb11b716","name":"Request validation failed or the salary record could not be updated","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"SalaryId\": \"11111111-1111-1111-1111-111111111111\",\n  \"Salary\": 3500,\n  \"SalaryPeriodId\": \"22222222-2222-2222-2222-222222222222\",\n  \"VacationPaymentTypeId\": \"33333333-3333-3333-3333-333333333333\",\n  \"VacationDaysTypeId\": \"44444444-4444-4444-4444-444444444444\",\n  \"PayrollTaxCredit\": true,\n  \"TravelCostPayment\": 150,\n  \"TravelCostPaymentNet\": true,\n  \"TravelCostPaymentPeriodId\": \"55555555-5555-5555-5555-555555555555\",\n  \"CostPayment\": 50,\n  \"CostPaymentNet\": false,\n  \"CostPaymentPeriodId\": \"66666666-6666-6666-6666-666666666666\",\n  \"StartDate\": \"2026-09-01\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateSalary"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"24abb95b-9b20-4abb-be92-a0038c13237a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"SalaryId\": \"11111111-1111-1111-1111-111111111111\",\n  \"Salary\": 3500,\n  \"SalaryPeriodId\": \"22222222-2222-2222-2222-222222222222\",\n  \"VacationPaymentTypeId\": \"33333333-3333-3333-3333-333333333333\",\n  \"VacationDaysTypeId\": \"44444444-4444-4444-4444-444444444444\",\n  \"PayrollTaxCredit\": true,\n  \"TravelCostPayment\": 150,\n  \"TravelCostPaymentNet\": true,\n  \"TravelCostPaymentPeriodId\": \"55555555-5555-5555-5555-555555555555\",\n  \"CostPayment\": 50,\n  \"CostPaymentNet\": false,\n  \"CostPaymentPeriodId\": \"66666666-6666-6666-6666-666666666666\",\n  \"StartDate\": \"2026-09-01\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateSalary"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"70d9207d-cd1d-4e96-b88a-dea71c625e8f","name":"Update salary operation returned no result","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"SalaryId\": \"11111111-1111-1111-1111-111111111111\",\n  \"Salary\": 3500,\n  \"SalaryPeriodId\": \"22222222-2222-2222-2222-222222222222\",\n  \"VacationPaymentTypeId\": \"33333333-3333-3333-3333-333333333333\",\n  \"VacationDaysTypeId\": \"44444444-4444-4444-4444-444444444444\",\n  \"PayrollTaxCredit\": true,\n  \"TravelCostPayment\": 150,\n  \"TravelCostPaymentNet\": true,\n  \"TravelCostPaymentPeriodId\": \"55555555-5555-5555-5555-555555555555\",\n  \"CostPayment\": 50,\n  \"CostPaymentNet\": false,\n  \"CostPaymentPeriodId\": \"66666666-6666-6666-6666-666666666666\",\n  \"StartDate\": \"2026-09-01\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateSalary"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"314393ee-9488-4f9c-8af8-bbb0603ec515"}],"id":"8addb5bd-12c8-4792-ba22-06376f13ecd1","_postman_id":"8addb5bd-12c8-4792-ba22-06376f13ecd1","description":""},{"name":"UpdateWorkSchedule","item":[{"name":"Updates an existing work-schedule record","id":"3ac5f6c6-f0c3-4a0d-a360-a4f2a0e519e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": null\n  },\n  \"WorkScheduleId\": \"57be2cde-7d03-47c5-b4ff-dcb2ed7487a8\",\n  \"StartDate\": \"2026-08-01\",\n  \"EndDate\": \"2026-12-31\",\n  \"Pattern\": {\n    \"Mon\": 8,\n    \"Tue\": 8,\n    \"Wed\": 8,\n    \"Thu\": 8,\n    \"Fri\": 8,\n    \"Sat\": 0,\n    \"Sun\": 0\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateWorkSchedule","urlObject":{"path":["Employee","UpdateWorkSchedule"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"aed9c792-6293-4641-82ea-109664a5f77e","name":"Work schedule updated successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"WorkScheduleId\": \"11111111-1111-1111-1111-111111111111\",\n  \"StartDate\": \"2026-09-01\",\n  \"EndDate\": null,\n  \"Pattern\": {\n    \"Mon\": 8,\n    \"Tue\": 8,\n    \"Wed\": 8,\n    \"Thu\": 8,\n    \"Fri\": 8,\n    \"Sat\": null,\n    \"Sun\": null\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateWorkSchedule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Changer\": \"api.user@example.com\",\n  \"Changed\": \"2026-07-22T14:00:00\"\n}"},{"id":"7714383b-7da5-4a16-8222-5731e8f3347d","name":"Request validation failed or the work schedule could not be updated","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"WorkScheduleId\": \"11111111-1111-1111-1111-111111111111\",\n  \"StartDate\": \"2026-09-01\",\n  \"EndDate\": null,\n  \"Pattern\": {\n    \"Mon\": 8,\n    \"Tue\": 8,\n    \"Wed\": 8,\n    \"Thu\": 8,\n    \"Fri\": 8,\n    \"Sat\": null,\n    \"Sun\": null\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateWorkSchedule"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"fcc2d5d3-aeaf-4a80-812b-5b32d6a15f51","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"WorkScheduleId\": \"11111111-1111-1111-1111-111111111111\",\n  \"StartDate\": \"2026-09-01\",\n  \"EndDate\": null,\n  \"Pattern\": {\n    \"Mon\": 8,\n    \"Tue\": 8,\n    \"Wed\": 8,\n    \"Thu\": 8,\n    \"Fri\": 8,\n    \"Sat\": null,\n    \"Sun\": null\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateWorkSchedule"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5f4c3b33-92a1-42ce-8de6-3b0d599d4b4d","name":"Update work-schedule operation returned no result","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"WorkScheduleId\": \"11111111-1111-1111-1111-111111111111\",\n  \"StartDate\": \"2026-09-01\",\n  \"EndDate\": null,\n  \"Pattern\": {\n    \"Mon\": 8,\n    \"Tue\": 8,\n    \"Wed\": 8,\n    \"Thu\": 8,\n    \"Fri\": 8,\n    \"Sat\": null,\n    \"Sun\": null\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UpdateWorkSchedule"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3ac5f6c6-f0c3-4a0d-a360-a4f2a0e519e6"}],"id":"39f865ee-5cc3-413c-b2a8-e82d54588f70","_postman_id":"39f865ee-5cc3-413c-b2a8-e82d54588f70","description":""},{"name":"UploadDocument","item":[{"name":"Uploads a document to an employee","id":"01fe47ac-6274-4c1c-86a8-f23fa745a176","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": null\n  },\n  \"PersonId\": \"1DA5C91F-61B5-4F0D-B221-F49E5CB55048\",\n  \"FileTypeId\": \"2195c497-5972-43c8-b5d7-0344b884106e\",\n  \"Name\": \"Test document\",\n  \"FileName\": \"Testfile.pdf\",\n  \"FileContent\": \"JVBERi0xLjQKJcOkw7zDtsOfCjIgMCBvYmoKPDwvTGVuZ3RoIDMgMCBSL0ZpbHRlci9GbGF0ZURlY29kZT4+CnN0cmVhbQp4nD2OywoCMQxF9/mKu3YRk7bptDAIDuh+oOAP+AAXgrOZ37etjmSTe3ISIljpDYGwwrKxRwrKGcsNlx1e31mt5UFTIYucMFiqcrlif1ZobP0do6g48eIPKE+ydk6aM0roJG/RegwcNhDr5tChd+z+miTJnWqoT/3oUabOToVmmvEBy5IoCgplbmRzdHJlYW0KZW5kb2JqCgozIDAgb2JqCjEzNAplbmRvYmoKCjUgMCBvYmoKPDwvTGVuZ3RoIDYgMCBSL0ZpbHRlci9GbGF0ZURlY29kZS9MZW5ndGgxIDIzMTY0Pj4Kc3RyZWFtCnic7Xx5fFvVlf+59z0tdrzIu7xFz1G8Kl7i2HEWE8vxQlI3iRM71A6ksSwrsYptKZYUE9omYStgloZhaSlMMbTsbSPLAZwEGgNlusxQ0mHa0k4Z8muhlJb8ynQoZVpi/b736nkjgWlnfn/8Pp9fpNx3zz33bPecc899T4oVHA55KIEOkUJO96DLvyQxM5WI/omIpbr3BbU/3J61FPBpItOa3f49g1948t/vI4rLIzL8dM/A/t3vn77ZSpT0LlH8e/0eV98jn3k0mSj7bchY2Q/EpdNXm4hyIIOW9g8Gr+gyrq3EeAPGVQM+t+uw5VrQ51yBcc6g6wr/DywvGAHegbE25Br0bFR/ezPGR4kq6/y+QPCnVBYl2ijka/5hjz95S8kmok8kEFl8wDG8xQtjZhRjrqgGo8kcF7+I/r98GY5TnmwPU55aRIhb9PWZNu2Nvi7mRM9/C2flx5r+itA36KeshGk0wf5MWfQ+y2bLaSOp9CdkyxE6S3dSOnXSXSyVllImbaeNTAWNg25m90T3Rd+ii+jv6IHoU+zq6GOY/yL9A70PC/5NZVRHm0G/nTz0lvIGdUe/Qma6nhbRWtrGMslFP8H7j7DhdrqDvs0+F30fWtPpasirp0ZqjD4b/YDK6Gb1sOGVuCfoNjrBjFF31EuLaQmNckf0J9HXqIi66Wv0DdjkYFPqBiqgy+k6+jLLVv4B0J30dZpmCXyn0mQ4CU0b6RIaohEapcfoByyVtRteMbwT/Wz0TTJSGpXAJi+9xWrZJv6gmhBdF/05XUrH6HtYr3hPqZeqDxsunW6I/n30Ocqgp1g8e5o9a6g23Hr2quj90W8hI4toOTyyGXp66Rp6lr5P/05/4AejB2kDdUDzCyyfaawIHv8Jz+YH+AHlZarAanfC2hDdR2FE5DidoGfgm3+l0/QGS2e57BOsl93G/sATeB9/SblHOar8i8rUR+FvOxXCR0F6kJ7Efn6RXmIGyK9i7ewzzMe+xP6eneZh/jb/k2pWr1H/op41FE2fnv5LdHP0j2SlHPokXUkH4duv0QQdpR/Sj+kP9B/0HrOwVayf3c/C7DR7m8fxJXwL9/O7+IP8m8pm5TblWbVWXa9err6o/tzwBcNNJpdp+oOHpm+f/ub0j6JPRX+E3EmC/CJqhUevQlY8SCfpZUj/Gb1KvxT5A/lr2Q72aWgJsBvYHeyb7AX2I/ZbrJLkewlfy5uh1ceH4aer+e38Dmh/Ce9T/Of8Vf47/kfFoCxRVip7lfuVsDKpnFJ+rVrUIrVCXa5uUXeoUUSm2nCxocPwiOFxw3OGd4z1xj6j3/gb09Wma83/dLbs7L9N03T/dHh6ArlrRiZdCU98lR5A3h9FDH4Aj/4QFp+mdxGFHFbAimH3atbK2tgm9il2GfOwq9n17O/Yl9k97AH2LawAa+Am2O7gjbyDu7iHX8uv57fwo3gf59/nP+Gv8DOwPEuxKw5lubJR2aFcqgxhDUHlgHItPHub8pjykvKy8qbyG+UMopalLlZD6pXq3erD6lH1R4ZPGgbxfsBw0jBl+JHhA8MHRm7MMeYZK42fMT5i/KXJaFppajfdaPoX03+Y/SyPlcFybX614NnYg4v5YzxdPcjOAJHPVErGyh2IQwd2xX9QgzKNuCSJediWwbPVNMFpdKph8AfZCaplL9BBI1dQidXTFGG/4KfV5/lF9GPWw7LVh5Uhww94AT2OanSYP81PsPV0lNfzS/i9CrE32CP0BvL9CrqDXc4C9Dg7w9awz7M6dpD+hWcqHexaqo8+wFUWxzaydwgW0FVqH33646sgW02/oLemv6omqp9DfZqkuxDRb9Br7FH6MzNE30Z1U1CNXKgyNyPfryNR9XZinx3EfsxGBRkwvkRHxYliqjOuU6+kd+g/6S3DcWTUelTSN6e96lfVX0XrouXYYdhl9Aj2XT9djB3zBrLkGYzF6DLs9HjUkmrs6nbaQX30eVS926Lh6L3Ra6L7oz76R/D+mS1jf2Zj2BGT4Kin7+H9RfoZuwn78OL/3ikw3UdT9FtmZYWsGvvhjGGf4bDhMcNRw7cNLxqXw9vX0j3I6F8im+OxAjf9iH5Lf2JmxCabllEN7F0F27togHcrz1ATyyE/9mwJ6vh6fSUBSLka3rsX+/kZ7I13UCcuo2/TK4yzLKzIDf1myGmDn3eB+iFE8Bo2AUwfqnYZ/Q7rTmKreBD6nJB0F6rWFGz6Bf0a3o5Ku5ahLjSzSyDrT/Qp6oOGldTOxhGBJ2k1Kmuz8k/w91JmofVsCfs6+HqwQ5Mon1YbfsU4LZveHF3FvcozOGOiwI/h9Mqli9heWJGMdZylDLaFaqe3wYaXiZyNnc6GdRfVr12zelVdbc2K6uVVlRXlyxxlpSXFRYVL7UsKNNvi/LzcnGxrVmZGelpqiiU5KTFhUXyc2WQ0qApntKzF3tqjhYt6wmqRfcOGcjG2u4BwzUP0hDWgWhfShLUeSaYtpHSCcveHKJ0xSucsJbNo9VRfvkxrsWvhF5vt2iTbsbUL8C3N9m4tfEbCmyR8WMKJgAsKwKC1WPubtTDr0VrCrfv6R1t6miFufFF8k73JE1++jMbjFwFcBCicZfePs6x1TAI8q2XNOCdzIowK59ibW8LZ9mZhQVgpbHH1hdu3drU05xYUdJcvC7Mmt703TPb14WSHJKEmqSZsbAqbpBrNK1ZDN2njy6ZGb560UG+PI6HP3ue6rCusuLqFjhQH9DaHs6583To3hPDUpq7r58/mKqMtVq8mhqOj12vhqa1d82cLxLW7GzLAywtbe0ZbofpmOLGtQ4M2fl13V5hdB5WaWIlYVWx9HnuLwPR8RgvH2dfb+0c/04PQ5IyGadv+gkhOjvNY9DTltGijnV32gnBDrr3b1Zw3nk6j2/ZPZDu17IUz5cvGLSkxx44nJetAQuJ8wDM7JyFJLqC2bbOeZcIi+0YkRFhza7Cky441rRIXzyoada8CGV7dDFzhPkTEG45r6hm1rBF4wR82FFrs2ugfCRlgP/P2QoxLxxgLLX8kAYo8mU01zM/AYYcjXFYmUsTUhJjCxnVyXFu+bN8kX2n3WzR0cB+1w7eu7jWVcH9BgQjwTZNO6sUgfGhrV2ysUW9uhJyVju4w7xEzUzMzGdvFzKGZmVn2Hjsy+ah8EMgIm4tm/yVbMtNa+teEWebHTHti820d9ratO7q0ltEe3bdtnQtGsflVs3M6FE5r6lJyuQ7xXEXOIikvmyUWg66EsFqIf0aZ1H1hBUkpEUxrDVt6NsSu3fEFBR/JM2kyz2OajL4juGQ3x6ZbGV7jWDheu2C8wLqEUQX2qkW8rXPH6Gj8grlWFKDR0Va71jraM+qajB7qtWsW++gx/jB/eNTf0jMT0Mno8Ztyw603d2MR/WwNkpXT+nE7u2HruJPd0LGj65gFT283dHZFOONNPeu7x5dirusYbkWcEstnsWKkiRG1MSR6hJvlVO4xJ9EhOatKhBy7JxlJnHkGx8g9yWM4i8ThVY7bFBF8A9449U20/ihn00bTJG9wppFBnVYo3qROM8o2Gw3TXHmaFVEcbnatZHVY3qs/W7/Z8m79prP11ADY8gEuy6sKUgpSCnFhuIH4QFOmPnAa6C+kqVPQhScYMrjwnGUhGx10rigxlMRfnOVRPQmGsqzVWRsyuzP7Mw2rs1bmXp97t+GuRQZbSiEjnpZamGwxZxcfMTHTZHRqIm5RDUy82Zl2qIBpBVUFvCAlVSPNUmXhlkl+04S2vMPqgGk7hW2bLDv3vufYu+mMNLJB2kg797KdaQXVWZmZqRnpuBfE217AUlZU163jtTVFRcVF9jt4/lM9V032lNft3nRN79fPvsxKXv1c3YZd9fUDHeueMBzPK3pu+s0fPnHNmLutzKY+90FtUuolLzz22JO7U5PEs/ct0d+oHbivy6R7nVmfStmTcpdBiTNmG+t5fUobb0t5k5uSJ3nQmaIuyqT4jPT0+DhjWnpRRgZNslJnUqZTW1pzJJNFM1lmjhWLdmYuWVpz2Dpm5X7rO1b+eyuzxi8qijOLqWTQjpnZO2Zmzs5qqJdr3zvsEKvfjNUPO95D23Sm3iIjVW+BFxrOCC+wnQW1RqN9SVFRLaKWnpm5onrlSgEqm9c84738sU+ybNu2hg3DZSz7vu29n37sLj42bT3tWbsl9Dqb+svPxToP4H73y+o6KmZrj1EpjNmZEt9gMBoTMoyZCTVKjbnGWmNv5i3mFmuzPUFTKks74npKD5XeV/p148OmhxKeMD6REC49VXq6NIlKK0vbMXGy9LVSY6kzJ6+mAeNDctJgKlBNOfmZcFkk3lQgPLdYNVlSUopz8/KKiuMZGZMtRakpzh21PSnMl8JSJnmrMzkntyg/DzhfHuvJY3nAHS1EdBl8HCEqFsmUHNcgeudK2F0M0mJnI1o92tLimmLnmotqKotfKn6tWEkuthUfKlaoWCuuKo4Wq8XZJb+K+Vq4OPZCtp2Bl9/budeBRHtv707RwefS6+LdcKbhDEtJXU1oy6vYsGPvToTBkVaQsXJFdWbWSnnNzEAIapCDS4xGCRbNgAeYctPU7ruqWh+4LPRASf70m/nFW9f2V0y/ubhhZWN/+fSbatFtj3Zu396567LmL5/t5ru+WlG/4aa7pjlvvWfHstZr7z77AWKWNL1V3YbcTGM1R1NLDCxtMnraaU1IrjFnJibXmMTFKC6GTOC4cI4tZ00NgqomLkoyWjilGdU0rioKg9vTeizMMsmOOFMXJSdWJpWQllGV0ZOhvJPBMoR/lxTViN6Zmre4JiMrK0ddrTit2TUHFaZMsmJnHJcjVD8xSsXTiTNvZY1GVagW2enfGYs52LHpbDau+Gc9u7nF0/xrh2Pv8CbLu69Tw5mdlQ3StSx1dYr0a+pqAKYki9joDibjsrMtbOloC69BxY+oFjoefYdY9J1xBc/veHXjRDlGhuhvnEmJKQ1plrRsXFKtDQacIRMYiD6CcUxWd1pBWloBMyUp9iXFxWLL1CUxx/T7zD59Y1Nh06cOtm/dnL2+tvfT2WrR2ST+hw/4sZ29Fy1J+UVioFvUwDvxLPg+amAy7rdHnIVGw7H0Y1blYgPbY/iJgaemFCYmJVGupRAuSSZz5jlVL9OWX5Xfk+/PP5RvyLckayzmLFH48hYWvtm6J6pe6urKudq3IqVAQ/HLSDeKymfP5nLj14i6dyf7V5a07cBjvV/a/JnvP/vAkX1Nn95QO2Y4nlnw6pHrJ70pGWd/qj433VPR29jenxiPbPoS1nMt1hNHw84Gs0E1GgpNmrnKfNL8mlmtNB82c7OZFFWsJ47MpgbjFjyKb1Nw8vAcbVHVIr5IjZu/iPj5i0D9eg8ABnPL2LkXvWKw1GM1WEhGgWxfUs6cXcv7zt5rOP7+9IPvn71NVCcrHP5rw8uowpPO6pUqK1M1i5bSrR6yGszqSSvPyEzh6amZKUlpyWRJSmNk4elx5uRFbNeiKAwTZSbeyFKSY4VYVh2c13jYFomPkr2iwbzF3G5WzCWWypRdKTxlkqnOxKS0Ip6+i8YypzJ5JkL3ZFxCTWZ21hXHuJfk0hx76zeJ0/KDnfXv7sx+naxYm1gVWgMuq6uT8UJ5EMUhbUVtjSgLWSZRBDIyVmTYURLs1ntX3x26IlDUtO6i2n/+5+k371WL2r9wbcfS71hWb2179YOnlI0i126Hsd9AbMTZPnKM4rAPG1DnnHHtcfxQXDhuKu5U3O/jDLa4nriDcWNAGBSjCQe/kkzMSafwxKjQTtwiGA1GkxrPTUVMFXs5rmBpjZpt1o8ah34LIAOEJcjQyOhgAcOONJjL0G5n2dNvsmz1SaZOf/CXT6hFOEDYPAs7xBaccpYK+wztBn7IEDZMGU4Zfm8w2Aw9hoOGMSAMMAY3JVwpYjRjCWWr51ii614R02s4/udWeKMRZ3Ixzqp0ymNfO0aW6PvO1kWr7477SuJdlkcMD8efiDuROJljNqezDfxiY2v8lsWPJD5pfDLnu/HfS/hJ/CsJ75v+lJiYl5yX4czNr8lwJqXUJGeczHgpQ5GFLnlxg+yTstDzW5wJyUmp7Uk9STzJmspEFmTn1rAVqcLsiXytRvZLSmO9ozzWW/Nk70xOSq4ZE/flFpi9KzUVmTehLkq1igxcushEBawyo2BLEkvKqVy8a7Fv8X2L1cXJBWYnirY5O9/bGPPGpjNy+2w68y6KwBkUOWe61VmS3mB1Lk7GJdeCS15KgyxqDWdlEUyFEaBIFcaASPagE31khhTnnSyEkoEwgeNMzGeJLjwRF79ODhsLGhwk6F93oCjvlOqTnPBSklCaJNQnOeEskkJRnBwOHKP1uAtD8HbupZ0OhiPHrhUX1VpoRTUpBfL+JE0chiZjFv8zs65868j0767zsvSXz7BU41mncrVr/Y5i5YpLLquvZ2xb5Vfuf+K2V5kZ1fm70898/qYNbODKg01NAfkxmPiI79d7nvlx/8ldyfV/NGeb5adDD/yqfu5Tf5reavwyqgdDbWMzH58RmdZNb6amuQ/UPvQBU4IRKMN36Q71V3SLKZ8OqAFK4qtx53sJ3Qncl/hjZMX4dtEw1wielfQ4s7H/5JN8UtGUIeV/qw1qyPBZXXoClSANxIsjISppO+65Nlt82AgCu0u9ksTduzRYXhXJFy9HiuTCnaEOK9TFLDqsUjrr12EDWdnndNgI+A4dNtF32Dd02ExF3K/DcTTK79LhePU5RdPhRdRr+qUOJ9Buc7MOJxqPmh/T4SS6LPnTs347mHxch+E2y2od5qRa1umwQsss63VYpXjLkA4bKMFyhQ4bAV+rwybqtRzWYTOlWf6gw3HUkmLQ4XjuSvmEDi+i5WmPz35btiLtFzqcqOxIT9bhJKrI8sISpgqvJ2V9SYdVysl6UMIG4OOzTuqwSplZ35ewEXhj1ms6rFJq1hsSNom4ZP1JhxGLrKiEzcAnWNN0WCWr1SbhOBFfa50OI77ZtToMOdkNOoz4Zl+sw5CZfZ8OI77ZEzqM+Gb/ow4jvtm/0mHEN+dhHUZ8c17UYcQ391M6jPhq2TqM+Gqf1WHEV/tfOoz4Ft8p4Xjhq+J/12H4qji2xkXAp5Zk67BKi0scEk4QaynZqMOwv2SrhJNE5pd4dFilvJKQhC1Szm06LOR8TcJpwuclz+owfF7yXQmnC3tKfqbDsKfkTQlnAJ9eynRYJa00Q8KZgr60VodBX9ok4WxJv1OHBf1eCeeKHCi9TYeRA6X3SDhf2FM6rsOwp/QpCdsk/fd1WNC/LOGlIgdK39Jh5EDpHyVcJvxTlqjD8E9ZzM5yUQnKSnVYnYHN0v+zMOwvk/ljlusq26rDAr9LwAkx+v06LPDXS1jGpex+HRZ6H6VO2k9+8tBucpEbvUaPonVSv4Q3kY+G0II6lYaK6aNhwOLqAt4rKTRgBsBfAahZ4l3/Q0mVs5Zp1IGZAQrN0gSA24g+pm85rca7isp1qFpiG8ExgH4bePbAhqDk2gZ5AbRh2odrH6iGMe8C5Xqpo+8cO9fMo9FmqdbQJVJKYNbqFdBahbeGKr8JWDdmfZj3wbNBKj2vlI+SMUdbPs+uznn4b0nPCr/1QcYg+mG6HDih7b/vcw1YD7zlhU1BaZvwkYaxoAnqUrcjHhq1S36NiqS+Tbhuge7d0vcu0As+D6QKb49ITiGt4jw2xeLsg15hkx+0+z+SyiPzS9CNSKv2zOr16tlbLqPso17d6s1ypl960QVrls3aPixnvDJTO3ANSatjEYll1SrkUpO0JCi9POO3Ydiigcql52Iso7zS930yw0TODUld8+Pu1mW5pG2Cc1BKFHb3Q/+glBjzviatdkl9bj0asRlhdUCPh0uuMca3fzb+Xj3b/XoEPdI3AZmNsdXNRMil2x+S2jSpYb5VM5EXvhHjESm7f142CFqflBXTPYOPeTuoe8StZ2rgHLogZHqkV7zoY7LdOiYkPS0yai6nfXLnDkuPDkh+YamI56DONaPBLfn36Vq9+kpj+1FImPPCblAKaTHsnF+9und9+kq8kj4kR3NRDcgsHZDWnT8nZmprYHYtYm5QypuTIerF5bq1Lt3/bln1NH2XzvisT+reI7ExfrHDvHoM++W+8+s54sNV7Oh9urdjEuaqvUvGKpYdmvShW1+/V0ZtQNL45d6LZeOQ5IytZH52e2czS+z8K/TIDEprRG7u0/dWrO4MzNoxKEdz2Rv80IkU+ND63LqOXikhJD3dtyA3PbQX+BnPitx2z65wt8xtTebAFdK3AZl3wdl6Eou6sD2234N61YjtpoCeZXPVMzY7KCPioislf8xqIdctZ+cyLaa9T3rLL3fJ/tlVzOgekjVTzLukJ4Z1HWIPxbwYlPwzFs9I98scGpR1c8a2Cnn2BTG3BmdqJeSKd4Wkml9hK2R1GgRFv9xLA4AGAQ3JCHnkKEC7ZA7EIl4xS/l/V8OIzJgYrWeels2o9J0491vRmpB5At4CrDgBWnH9pMS3ANOBq8jNi3EStOC9SWI7KRFPU6J1ymwKnCfXtFl8bJ/EPOrXfT6Xo3/dKTYXmZmKPBPnXjm7H/ShWZ3u2doWy+e582h+tYxVjrk6Gtu/Xr1mBvQ9vUdK8czWRLFbu3VtYnfv02tp7+xpFNMZ/BjPzNTOkdnq5NF3nGc2p4dl/Qjq+3m3no/n89fMLhQe88yTMreLz9XXp5+AIgN7ZWWMWd2rR2ZIl3y+CBXLVS30VKwin5sV52qeqW2iirnkvagLWgd0bwf0GvJRuoX3twMzV2f3nxMLj36XMf+eK1a9XdIiv/SsV7/T+Wtirum5ODSvts3oFZWkT3raO+8UGZ53r7xslnp4Xt7Ond0f7ylh3aCUP5NXvgXyRmT8L5fRnH8fOlMf5yh9oI3doYakx4X8/tn1xOyan92DekWN+T+2q/x6fsxV3oU59HErmsuPjXLt50Zu5t5LnDke/Q4ttprY/Z5bRnXoQzEY/pC/5yQH5N1qSN71x86hffLeaITm313919GfkTes3/959Wee893FnRvHmLfm7ljdUua5+3gmYq4P+Xr332TtnJfP1bDwvF9okUe/iw3i7JmRIJ5PGin2JFCCe/gaqsPzl4brcozK8XxVI5+yxKcj26lNp6zC7HLM1OhwHZ7G6iTXSqrFs4BoQvrfdtb990/GmbnKD3lv9jzs3O/37Ha5PdqjWme/R9vkG/IFgdKafMN+37Ar6PUNaf4Bd4XW7Aq6/guiSiFM6/ANhAQmoG0cAt/y1aurynGprtAaBwa0bd49/cGAts0T8Azv8/Q1DntdA+t9A30zMtdIjCZQay7xDAeE6BUVVVVaySave9gX8O0Ols6RzKeQ2HIpq1PCj2idw64+z6Br+HLNt/tjLdeGPXu8gaBn2NOneYe0IEi3d2jtrqBWpHVu0rbs3l2huYb6NM9AwDPSD7KKWUlYs2/PsMvfv38+yqM1D7tGvEN7BK8X7i3Xtvl6IXqz193vG3AFlgnpw16316V1uEJDfVgIXLWqusk3FPQMCtuG92sBF7wIR3l3a32egHfP0DIttnY3qFxeTA76hj1af2jQNQTzNXe/a9jlxjIw8LoDWIdrSMPcfrF+L9zuxwI9bk8g4IM6sSAX5Ifc/ZpXFyUWHxryaCPeYL90w6DP1ye4BQyzgzDEDacGZnDBEc9Q0OsBtRtAaHh/hSY97dvnGXYh3sFhjys4iCnB4A4h5gGhTMTRMyxN2B0aGAAobYX6QR+UeIf6QoGgXGoguH/AM98TIlsDQotneNA7JCmGfZdDrAv2u0NQFAtgn9e1xyfmR/rhc63fM+CHR3zaHu8+jySQae/SBuAObdAD3w153SB3+f0euHHI7YGSmLu9wlma5wosZtAzsF/D2gLInQEhY9A7IN0b1DdSQNfnBkevRwsFkFLSm569IWFsyC38r+32YcmQiEUFgyJPsPRhD+IeRGogTAG4TKYnhoOuPa4rvUMQ7Qm6l8WcBvY+b8A/4NovVAjuIc9IwO/ywzSQ9MHEoDcgBAty/7Bv0CelVfQHg/41lZUjIyMVg3rCVrh9g5X9wcGBysGg+NuSysHALpdYeIVA/pUMI54BYD2SZfOWzo2tG5saOzdu2axtadU+ubGpZXNHi9Z48baWlk0tmzsT4xPjO/vh1hmvCReLmMBQrCAoPXqeLSYXIxJZrLl3v7bfFxKcbpFt8LPcR7G0RHLIHEV8sf2GQO7aM+zxiEys0LrB1u9CGvh6xTYCZ3CBMSI7R0Q6eRA4j/D0sMcdRJx3w49zdokQ+vZ4JIkM8SwfQoPs7Q0FIRpm+rCj5i2oODBjFBJ51hWzzCLbtH2ugZCrFxnmCiBD5nNXaNuHZM7un1kF1qRXLqS3Swv4PW4vis65K9fgxSGZbYLX1dfnFTmBrByWVXmZQA9L38rd/SGjBryDXrEgKJF0I77hywOxJJX5KJG+ERTUUO+AN9Av9EBWzN2DSFTYj1D592ux5NU9tFCR9MfG3XOLE9Vrb8gTkGpQ99ye4SF9BcO63ZI40O8LDfRhD+3zekZi5eqc5Qs6RNKDCtA3V+Jm1wizZGF1B+diLBbm0q3efX6x0uRZBn3f64KgxxVcIwi2dzTiEChZVVNXqtUtX1VeVVNVFRe3vQ3IquXLa2pwrVtRp9WtrF1duzox/iN23cduRjGq1M2T+xCPqx79Jknc6sz/mGXhTJBCLBG3Bm8toJnD7qaFH3NrOqZV/9Bj/oyOU25QnlG+o5zEdXz+/AL8ha8NLnxtcOFrgwtfG1z42uDC1wYXvja48LXBha8NLnxtcOFrgwtfG1z42uDC1wYXvjb4f/hrg9nPD7z0UZ8sxGY+iT6WrT6JCS2gPXf2Ylk1AguoZnCt9BbGl9N7oH8LuIWfOiycm+GZub/ynVfi3OwlEppPE8NskKN98vOOhfMLZ9r10zckn/18clfOpz7f/HxP+T7Shz7Vpq5T16pN6kp1lepUL1Lb1NXzqc8733neT3TmsK3nrCeGaRMjthw08+fmsG36venlH7J4Hp6l0C8VO7Jk3vws7q/Nm7/SN3+1vI/LK/3/y1O0mH5K53l9mzqVr1AyY2SLTilfnrCkVzsnlbsnktOqnY0W5U5qR+MUVjbRFBonn3IbHUTjIG+LlC+vPiaAifikagvobyIN7RCaQmO4Mjl2ogn6mybSMoX4ayLJKZLvs5GqmhgwYbFWtzemK1cQUzzKENnJphxAvxi9G30++l6lD5VC2OmcSLZUH4K+BpA3KBkoQzalUcmkavTNSg7lSrJQJCmmJxQpKatujFeaFKskSVYSUY9silkxRapt2glF/NmwU7lhIm6RsO+GiCWj+hnlOsVE6aA6BKosW/IzSjxVoomVdE7EJVYfbkxQOrHMTrjFpoj/rH+fvDqVoQgEQV+LkkeZmLtcyacM9K3K4kiGbeqEcrsk+zshBfrWRcwrRDeRmFQ91RiniL8HCCu3wuO3Sm2HJ4pWVVNjkVJCVYr4EwlNOQjooPjP4soooFGEaRShGUVoRmHFKBkR+RsxcyNoKpUrya+M0GG0+wCrEJkRgQePSWBpSfUxJVuxwhOWE/AdAzZnIi5JWGaNpKZJMutEQlJ1wzNKgLagcRgfnMiyVvtOKGVyKcsmrLmCwR+JS4DrsmKxAGOmiMEzSp6yWHoiX3og3GjDmFGyYiPGf8BPCe/wl/mPRXzFT/rI/h/1/kW9/2Gsj07xUxPQ4pzk/yz60415/A0I28VfpfsAcX6CP4+jxsZ/zieFFfxn/Bg1oH8F4z70x9CvQH88UvA92ySfnEAH2++JJGaKxfLnI45KHbAV6kBWrg6kZlY3FvLn+LOUBxE/Rb8U/bN8ipagP4nein6KB+l76J/gtbQW/VG9/w5/WuQ0f4o/iTPTxiciScKEcMQkuiMRo+i+FaHYqL3S9jT/Fn+cckD6zUhRDrCPTBQttSWfgDzGH+TBSL4ttTGe38+62LsgGqNXRE+p/IFInRByOPK0ZjvGD/PDTmuds9BZ7nxIqSqsKq96SNEKtXKtTntIa7TwW8kA52HD8ptwxfnMkT1oTrTD/MaIWhduPIs1iXVxOoTrmIR6cPVLiHC1zM6+I6EGfh1tQeOQcQDtINohtKtIxfVKtM+ifQ7t8xITRAuhjaB8+MHhB4cfHH7J4QeHHxx+cPglh19qD6EJjh5w9ICjBxw9kqMHHD3g6AFHj+QQ9vaAo0dytIOjHRzt4GiXHO3gaAdHOzjaJUc7ONrB0S45nOBwgsMJDqfkcILDCQ4nOJySwwkOJzickqMKHFXgqAJHleSoAkcVOKrAUSU5qsBRBY4qyaGBQwOHBg5Ncmjg0MChgUOTHBo4NHBoksMCDgs4LOCwSA4LOCzgsIDDIjksMj4hNMFxGhynwXEaHKclx2lwnAbHaXCclhynwXEaHKf5yLhyqvEFsJwCyymwnJIsp8ByCiynwHJKspwCyymwnNKXHpTO4EibA2gH0Q6hCd4p8E6Bdwq8U5J3SqZXCE3whsERBkcYHGHJEQZHGBxhcIQlRxgcYXCEJccYOMbAMQaOMckxBo4xcIyBY0xyjMnEDaEJjr89Kf/m0PCrWJcZhys/xEplf5Delv0BekX2n6dx2X+OHpL9Z+lq2V9JdbIfoSLZQ57sg2Qzs4itLrkxEyVgC9ouNB/afWhH0E6imST0EtpraFFe61yiJpu2mO4zHTGdNBmOmE6beLJxi/E+4xHjSaPhiPG0kWuNuTxR1lGUFvqivB7E9fdoOERwbZBQA6+B3hrU2Vq8a3iNM+WM9vsy9lIZO1nGjpSxL5axxjh+MVNlpcOdPofhrMuZULTO9gpaXVHxOlSmW598O8sWKVppm2RPx7pSpwP922jjaA+hXY1Wh1aNVo5WiGaTuDLQdzmX6CKfRitGK0DThArKzMTdTWqK2XmMJ7KHJl5IpDihp7gEfCcixVXoJiPFW9A9FSnutTXGsSepWNwGsScQucfRH4nYXsf0N2PdNyK2E+geidhq0O2MFFeguzRS/KKtMZFtJ5sqWDv1vgPrFv22iO0SkG2N2ErROSLFRYK6DIoKMVvKuuh19IU619KYJnvEthbdkohttaA2U7EIPDNSuTTPgCZ6ZQIG/f4Y61KZc5HtjO1229tg/x0ci/T4mTaponupcJJd4oy3PV3+VRA32iKN8YIe58O43odF/4TtocIbbfdAFit80na3rcJ2a/mkGehbYPeNUkXEdrU2yR93ptkO2apswfLXbQHbJ2wu2zbbzkLgI7bLbE8LM6mbdfHHn7S1Q+BGrKIwYru4cFKa2Grbb3Paim2rtaeFf2lVTG5d+dPCA1Qd074M/i0rnBQ5vr1ukqU4y0zvmA6bLjWtN6012U1LTItN+aZ0c6rZYk4yJ5jjzWaz0ayauZnM6eLnHRzizyvTjeKv18moiqsqYQsXVx77S1POzJw+QeE0pY23daxnbeEpN7X1auH3OuyTLH7rjrDBvp6FU9uorXN9eJWjbdIU3Rauc7SFTe2Xdo0zdms3sGF+wySjzq5JFhWo63LFD1GNM7rultxjxFj2dbd0d5M1c1+DtSF1Xcrq1ubzXHr0q2PuZZ0P5ofvauvoCj+W3x2uFkA0v7stfJX4mapjPJkntjQf40mi6+46pvp5css2gVf9zd0ge12SIZuTQEbFogOZeT1pggz1ZL0gQ4xidEVgB12B6EAXn0hFkq4oPlHSqUzQjb+itTSPa5qkKSR6RdK8UkjzaJAx4G0eLyqSVHaNdQkq1mXXpGGlUpDNBpJymyTBk5tNCrIxqSxcOUdSqJPUzpLUSl0Km6OxxWjSS2Zo0ktA4/gfvjzrHWxieejA8+KXv3rsLR60nvBN+/qt4UO9mjZ+IKT/JFhRT6+7X/QuTzhk9zSHD9ibtfHlz59n+nkxvdzePE7Pt3R2jT/v9DRHljuXt9hdzd0TDfVdjQt03Tirq6v+PMLqhbAuoauh8TzTjWK6QehqFLoaha4GZ4PU1eIVed/eNW6m9eJ3QWQ/wRfFI4d7cgu612da/OtEQh9bW2A9kHtcJfYILXJ0hxPs68OJaGKqvLG8UUxhn4mpJPHzbvqU9cDagtzj7BF9ygJ0in09zbiWBFFbuHZrW7igY0eXSJWw03X+mAXES05bqcXbjH8YB2XDez4lBc77Cp7vFQqFAuIScuApuS1c1tEWXrkVlphMUNXT3A1cxQxOUSRuPC6uZTI6hUkHjGBBoU5ADiZ+I8AZj6cuEx8zjpm4eFQITuTkV/uewQl+EA3PcXwkUimfl/nIxJJC8fwSnKisjfV4PhV9JKegWvwUQR1YRV8Y650p5QAOFx4uP1w3VjhWPlZnFD+08BCQtofEURqpfEihoCMw4wiAwW6K/XQB9N0fycuXiscE4HB0OwLyN17ow6526L8jA6fPOjagSw1I8cGZgMTwAYoRxyYdoRmmkM4iJ0OSRSr8P1jbNhMKZW5kc3RyZWFtCmVuZG9iagoKNiAwIG9iagoxMDgyNQplbmRvYmoKCjcgMCBvYmoKPDwvVHlwZS9Gb250RGVzY3JpcHRvci9Gb250TmFtZS9CQUFBQUErQXJpYWwtQm9sZE1UCi9GbGFncyA0Ci9Gb250QkJveFstNjI3IC0zNzYgMjAwMCAxMDExXS9JdGFsaWNBbmdsZSAwCi9Bc2NlbnQgOTA1Ci9EZXNjZW50IDIxMQovQ2FwSGVpZ2h0IDEwMTAKL1N0ZW1WIDgwCi9Gb250RmlsZTIgNSAwIFI+PgplbmRvYmoKCjggMCBvYmoKPDwvTGVuZ3RoIDI3Mi9GaWx0ZXIvRmxhdGVEZWNvZGU+PgpzdHJlYW0KeJxdkc9uhCAQxu88BcftYQNadbuJMdm62cRD/6S2D6AwWpKKBPHg2xcG2yY9QH7DzDf5ZmB1c220cuzVzqIFRwelpYVlXq0A2sOoNElSKpVwe4S3mDpDmNe22+JgavQwlyVhbz63OLvRw0XOPdwR9mIlWKVHevioWx+3qzFfMIF2lJOqohIG3+epM8/dBAxVx0b6tHLb0Uv+Ct43AzTFOIlWxCxhMZ0A2+kRSMl5RcvbrSKg5b9cskv6QXx21pcmvpTzLKs8p8inPPA9cnENnMX3c+AcOeWBC+Qc+RT7FIEfohb5HBm1l8h14MfIOZrc3QS7YZ8/a6BitdavAJeOs4eplYbffzGzCSo83zuVhO0KZW5kc3RyZWFtCmVuZG9iagoKOSAwIG9iago8PC9UeXBlL0ZvbnQvU3VidHlwZS9UcnVlVHlwZS9CYXNlRm9udC9CQUFBQUErQXJpYWwtQm9sZE1UCi9GaXJzdENoYXIgMAovTGFzdENoYXIgMTEKL1dpZHRoc1s3NTAgNzIyIDYxMCA4ODkgNTU2IDI3NyA2NjYgNjEwIDMzMyAyNzcgMjc3IDU1NiBdCi9Gb250RGVzY3JpcHRvciA3IDAgUgovVG9Vbmljb2RlIDggMCBSCj4+CmVuZG9iagoKMTAgMCBvYmoKPDwKL0YxIDkgMCBSCj4+CmVuZG9iagoKMTEgMCBvYmoKPDwvRm9udCAxMCAwIFIKL1Byb2NTZXRbL1BERi9UZXh0XT4+CmVuZG9iagoKMSAwIG9iago8PC9UeXBlL1BhZ2UvUGFyZW50IDQgMCBSL1Jlc291cmNlcyAxMSAwIFIvTWVkaWFCb3hbMCAwIDU5NSA4NDJdL0dyb3VwPDwvUy9UcmFuc3BhcmVuY3kvQ1MvRGV2aWNlUkdCL0kgdHJ1ZT4+L0NvbnRlbnRzIDIgMCBSPj4KZW5kb2JqCgoxMiAwIG9iago8PC9Db3VudCAxL0ZpcnN0IDEzIDAgUi9MYXN0IDEzIDAgUgo+PgplbmRvYmoKCjEzIDAgb2JqCjw8L1RpdGxlPEZFRkYwMDQ0MDA3NTAwNkQwMDZEMDA3OTAwMjAwMDUwMDA0NDAwNDYwMDIwMDA2NjAwNjkwMDZDMDA2NT4KL0Rlc3RbMSAwIFIvWFlaIDU2LjcgNzczLjMgMF0vUGFyZW50IDEyIDAgUj4+CmVuZG9iagoKNCAwIG9iago8PC9UeXBlL1BhZ2VzCi9SZXNvdXJjZXMgMTEgMCBSCi9NZWRpYUJveFsgMCAwIDU5NSA4NDIgXQovS2lkc1sgMSAwIFIgXQovQ291bnQgMT4+CmVuZG9iagoKMTQgMCBvYmoKPDwvVHlwZS9DYXRhbG9nL1BhZ2VzIDQgMCBSCi9PdXRsaW5lcyAxMiAwIFIKPj4KZW5kb2JqCgoxNSAwIG9iago8PC9BdXRob3I8RkVGRjAwNDUwMDc2MDA2MTAwNkUwMDY3MDA2NTAwNkMwMDZGMDA3MzAwMjAwMDU2MDA2QzAwNjEwMDYzMDA2ODAwNkYwMDY3MDA2OTAwNjEwMDZFMDA2RTAwNjkwMDczPgovQ3JlYXRvcjxGRUZGMDA1NzAwNzIwMDY5MDA3NDAwNjUwMDcyPgovUHJvZHVjZXI8RkVGRjAwNEYwMDcwMDA2NTAwNkUwMDRGMDA2NjAwNjYwMDY5MDA2MzAwNjUwMDJFMDA2RjAwNzIwMDY3MDAyMDAwMzIwMDJFMDAzMT4KL0NyZWF0aW9uRGF0ZShEOjIwMDcwMjIzMTc1NjM3KzAyJzAwJyk+PgplbmRvYmoKCnhyZWYKMCAxNgowMDAwMDAwMDAwIDY1NTM1IGYgCjAwMDAwMTE5OTcgMDAwMDAgbiAKMDAwMDAwMDAxOSAwMDAwMCBuIAowMDAwMDAwMjI0IDAwMDAwIG4gCjAwMDAwMTIzMzAgMDAwMDAgbiAKMDAwMDAwMDI0NCAwMDAwMCBuIAowMDAwMDExMTU0IDAwMDAwIG4gCjAwMDAwMTExNzYgMDAwMDAgbiAKMDAwMDAxMTM2OCAwMDAwMCBuIAowMDAwMDExNzA5IDAwMDAwIG4gCjAwMDAwMTE5MTAgMDAwMDAgbiAKMDAwMDAxMTk0MyAwMDAwMCBuIAowMDAwMDEyMTQwIDAwMDAwIG4gCjAwMDAwMTIxOTYgMDAwMDAgbiAKMDAwMDAxMjQyOSAwMDAwMCBuIAowMDAwMDEyNDk0IDAwMDAwIG4gCnRyYWlsZXIKPDwvU2l6ZSAxNi9Sb290IDE0IDAgUgovSW5mbyAxNSAwIFIKL0lEIFsgPEY3RDc3QjNEMjJCOUY5MjgyOUQ0OUZGNUQ3OEI4RjI4Pgo8RjdENzdCM0QyMkI5RjkyODI5RDQ5RkY1RDc4QjhGMjg+IF0KPj4Kc3RhcnR4cmVmCjEyNzg3CiUlRU9GCg==\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UploadDocument","urlObject":{"path":["Employee","UploadDocument"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"90acea11-5b1f-4012-9bda-82729ceedc12","name":"Employee document uploaded successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"FileTypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"Name\": \"Employment contract\",\n  \"FileName\": \"employment-contract.pdf\",\n  \"FileContent\": \"JVBERi0xLjQKJcfs...\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UploadDocument"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"FileId\": \"33333333-3333-3333-3333-333333333333\",\n  \"Creator\": \"api.user@example.com\",\n  \"Created\": \"2026-07-21T12:30:00\"\n}"},{"id":"6d898056-7674-49d2-9322-f24bdfa04f1a","name":"Request validation failed or the document could not be uploaded","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"FileTypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"Name\": \"Employment contract\",\n  \"FileName\": \"employment-contract.pdf\",\n  \"FileContent\": \"JVBERi0xLjQKJcfs...\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UploadDocument"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"fb107a3e-93d4-4916-b7e3-7b577244be9d","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"FileTypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"Name\": \"Employment contract\",\n  \"FileName\": \"employment-contract.pdf\",\n  \"FileContent\": \"JVBERi0xLjQKJcfs...\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UploadDocument"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"18aa04ba-6465-4929-9794-b69d198b80cb","name":"Document upload operation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"APIKey\": \"{{apiKey}}\",\n    \"DeviceId\": \"\"\n  },\n  \"PersonId\": \"11111111-1111-1111-1111-111111111111\",\n  \"FileTypeId\": \"22222222-2222-2222-2222-222222222222\",\n  \"Name\": \"Employment contract\",\n  \"FileName\": \"employment-contract.pdf\",\n  \"FileContent\": \"JVBERi0xLjQKJcfs...\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/UploadDocument"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Upload document operation returned no result."}],"_postman_id":"01fe47ac-6274-4c1c-86a8-f23fa745a176"}],"id":"5c40f933-ebfc-412f-b282-4c36b60e769c","_postman_id":"5c40f933-ebfc-412f-b282-4c36b60e769c","description":""},{"name":"WriteEmployees","item":[{"name":"Create an employee record","id":"365b2f62-1235-4d4c-b85b-c4f5ff8902da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"OrganisationId\": \"string\",\n  \"Employees\": [\n    {\n      \"personeelsnummer\": \"string\",\n      \"achternaam\": \"string\",\n      \"Voorletters\": \"string\",\n      \"tussenvoegsels\": \"string\",\n      \"Roepnaam\": \"string\",\n      \"sofinummer\": \"string\",\n      \"Geboortedatum\": \"1998-01-01\",\n      \"Geslacht\": \"V\",\n      \"Email_werk\": \"MROI@r.ei\",\n      \"Straat\": \"string\",\n      \"Huisnummer\": \"10\",\n      \"Huisnummer_toevoeging\": \"a\",\n      \"Postcode\": \"string\",\n      \"Woonplaats\": \"string\",\n      \"Brutoloon\": \"19.95\",\n      \"Begindatum_Brutoloon\": \"2022-08-24\",\n      \"Type_contract\": \"OT\",\n      \"Begindatum_contract\": \"2022-08-24\",\n      \"Type_relatie\": \"OK\",\n      \"CaoCode\": \"0\",\n      \"Aantal_dagen_per_week\": \"0\",\n      \"Aantal_uren_per_week\": \"24.00\",\n      \"Salarisperiode_code\": \"U\",\n      \"CostPricePerHour\": \"24.99\",\n      \"CostPricePerHourStartDate\": \"2022-08-24\",\n      \"CostPricePerHourEndDate\": \"2022-12-31\",\n      \"Functie\": \"string\",\n      \"Begindatum_functie\": \"2022-08-24\",\n      \"Organisatorische_eenheid\": \"string\",\n      \"ExternId\": \"string\"\n    },\n    {\n      \"personeelsnummer\": \"string\",\n      \"achternaam\": \"string\",\n      \"Voorletters\": \"string\",\n      \"tussenvoegsels\": \"string\",\n      \"Roepnaam\": \"string\",\n      \"sofinummer\": \"string\",\n      \"Geboortedatum\": \"1998-01-01\",\n      \"Geslacht\": \"V\",\n      \"Email_werk\": \"FvkJSM6zHeSMZas@cLShrhbALcvpAkBft.btwz\",\n      \"Straat\": \"string\",\n      \"Huisnummer\": \"10\",\n      \"Huisnummer_toevoeging\": \"a\",\n      \"Postcode\": \"string\",\n      \"Woonplaats\": \"string\",\n      \"Brutoloon\": \"19.95\",\n      \"Begindatum_Brutoloon\": \"2022-08-24\",\n      \"Type_contract\": \"OT\",\n      \"Begindatum_contract\": \"2022-08-24\",\n      \"Type_relatie\": \"OK\",\n      \"CaoCode\": \"0\",\n      \"Aantal_dagen_per_week\": \"0\",\n      \"Aantal_uren_per_week\": \"24.00\",\n      \"Salarisperiode_code\": \"U\",\n      \"CostPricePerHour\": \"24.99\",\n      \"CostPricePerHourStartDate\": \"2022-08-24\",\n      \"CostPricePerHourEndDate\": \"2022-12-31\",\n      \"Functie\": \"string\",\n      \"Begindatum_functie\": \"2022-08-24\",\n      \"Organisatorische_eenheid\": \"string\",\n      \"ExternId\": \"string\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/WriteEmployees","description":"<p>Endpoint to add an employee with address and employment data</p>\n","urlObject":{"path":["Employee","WriteEmployees"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"494f4d78-5871-41ac-a3c5-ffb66d1c4739","name":"Functionresult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"OrganisationId\": \"string\",\n  \"Employees\": [\n    {\n      \"personeelsnummer\": \"string\",\n      \"achternaam\": \"string\",\n      \"Voorletters\": \"string\",\n      \"tussenvoegsels\": \"string\",\n      \"Roepnaam\": \"string\",\n      \"sofinummer\": \"string\",\n      \"Geboortedatum\": \"1998-01-01\",\n      \"Geslacht\": \"V\",\n      \"Email_werk\": \"MROI@r.ei\",\n      \"Straat\": \"string\",\n      \"Huisnummer\": \"10\",\n      \"Huisnummer_toevoeging\": \"a\",\n      \"Postcode\": \"string\",\n      \"Woonplaats\": \"string\",\n      \"Brutoloon\": \"19.95\",\n      \"Begindatum_Brutoloon\": \"2022-08-24\",\n      \"Type_contract\": \"OT\",\n      \"Begindatum_contract\": \"2022-08-24\",\n      \"Type_relatie\": \"OK\",\n      \"CaoCode\": \"0\",\n      \"Aantal_dagen_per_week\": \"0\",\n      \"Aantal_uren_per_week\": \"24.00\",\n      \"Salarisperiode_code\": \"U\",\n      \"CostPricePerHour\": \"24.99\",\n      \"CostPricePerHourStartDate\": \"2022-08-24\",\n      \"CostPricePerHourEndDate\": \"2022-12-31\",\n      \"Functie\": \"string\",\n      \"Begindatum_functie\": \"2022-08-24\",\n      \"Organisatorische_eenheid\": \"string\",\n      \"ExternId\": \"string\"\n    },\n    {\n      \"personeelsnummer\": \"string\",\n      \"achternaam\": \"string\",\n      \"Voorletters\": \"string\",\n      \"tussenvoegsels\": \"string\",\n      \"Roepnaam\": \"string\",\n      \"sofinummer\": \"string\",\n      \"Geboortedatum\": \"1998-01-01\",\n      \"Geslacht\": \"V\",\n      \"Email_werk\": \"FvkJSM6zHeSMZas@cLShrhbALcvpAkBft.btwz\",\n      \"Straat\": \"string\",\n      \"Huisnummer\": \"10\",\n      \"Huisnummer_toevoeging\": \"a\",\n      \"Postcode\": \"string\",\n      \"Woonplaats\": \"string\",\n      \"Brutoloon\": \"19.95\",\n      \"Begindatum_Brutoloon\": \"2022-08-24\",\n      \"Type_contract\": \"OT\",\n      \"Begindatum_contract\": \"2022-08-24\",\n      \"Type_relatie\": \"OK\",\n      \"CaoCode\": \"0\",\n      \"Aantal_dagen_per_week\": \"0\",\n      \"Aantal_uren_per_week\": \"24.00\",\n      \"Salarisperiode_code\": \"U\",\n      \"CostPricePerHour\": \"24.99\",\n      \"CostPricePerHourStartDate\": \"2022-08-24\",\n      \"CostPricePerHourEndDate\": \"2022-12-31\",\n      \"Functie\": \"string\",\n      \"Begindatum_functie\": \"2022-08-24\",\n      \"Organisatorische_eenheid\": \"string\",\n      \"ExternId\": \"string\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/WriteEmployees"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"90958cb9-0a49-4f7f-a6cc-f3d1add553b6","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"OrganisationId\": \"string\",\n  \"Employees\": [\n    {\n      \"personeelsnummer\": \"string\",\n      \"achternaam\": \"string\",\n      \"Voorletters\": \"string\",\n      \"tussenvoegsels\": \"string\",\n      \"Roepnaam\": \"string\",\n      \"sofinummer\": \"string\",\n      \"Geboortedatum\": \"1998-01-01\",\n      \"Geslacht\": \"V\",\n      \"Email_werk\": \"MROI@r.ei\",\n      \"Straat\": \"string\",\n      \"Huisnummer\": \"10\",\n      \"Huisnummer_toevoeging\": \"a\",\n      \"Postcode\": \"string\",\n      \"Woonplaats\": \"string\",\n      \"Brutoloon\": \"19.95\",\n      \"Begindatum_Brutoloon\": \"2022-08-24\",\n      \"Type_contract\": \"OT\",\n      \"Begindatum_contract\": \"2022-08-24\",\n      \"Type_relatie\": \"OK\",\n      \"CaoCode\": \"0\",\n      \"Aantal_dagen_per_week\": \"0\",\n      \"Aantal_uren_per_week\": \"24.00\",\n      \"Salarisperiode_code\": \"U\",\n      \"CostPricePerHour\": \"24.99\",\n      \"CostPricePerHourStartDate\": \"2022-08-24\",\n      \"CostPricePerHourEndDate\": \"2022-12-31\",\n      \"Functie\": \"string\",\n      \"Begindatum_functie\": \"2022-08-24\",\n      \"Organisatorische_eenheid\": \"string\",\n      \"ExternId\": \"string\"\n    },\n    {\n      \"personeelsnummer\": \"string\",\n      \"achternaam\": \"string\",\n      \"Voorletters\": \"string\",\n      \"tussenvoegsels\": \"string\",\n      \"Roepnaam\": \"string\",\n      \"sofinummer\": \"string\",\n      \"Geboortedatum\": \"1998-01-01\",\n      \"Geslacht\": \"V\",\n      \"Email_werk\": \"FvkJSM6zHeSMZas@cLShrhbALcvpAkBft.btwz\",\n      \"Straat\": \"string\",\n      \"Huisnummer\": \"10\",\n      \"Huisnummer_toevoeging\": \"a\",\n      \"Postcode\": \"string\",\n      \"Woonplaats\": \"string\",\n      \"Brutoloon\": \"19.95\",\n      \"Begindatum_Brutoloon\": \"2022-08-24\",\n      \"Type_contract\": \"OT\",\n      \"Begindatum_contract\": \"2022-08-24\",\n      \"Type_relatie\": \"OK\",\n      \"CaoCode\": \"0\",\n      \"Aantal_dagen_per_week\": \"0\",\n      \"Aantal_uren_per_week\": \"24.00\",\n      \"Salarisperiode_code\": \"U\",\n      \"CostPricePerHour\": \"24.99\",\n      \"CostPricePerHourStartDate\": \"2022-08-24\",\n      \"CostPricePerHourEndDate\": \"2022-12-31\",\n      \"Functie\": \"string\",\n      \"Begindatum_functie\": \"2022-08-24\",\n      \"Organisatorische_eenheid\": \"string\",\n      \"ExternId\": \"string\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Employee/WriteEmployees"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"365b2f62-1235-4d4c-b85b-c4f5ff8902da"}],"id":"cb67e670-c862-41db-b56d-3eaf39573e7f","_postman_id":"cb67e670-c862-41db-b56d-3eaf39573e7f","description":""}],"id":"ce76106f-63f5-4d6a-8194-bc488cdb896c","_postman_id":"ce76106f-63f5-4d6a-8194-bc488cdb896c","description":""},{"name":"Profit","item":[{"name":"FixedCostsPerDay","item":[{"name":"Returns an array with totals for fixed costs per day per Administration","id":"d59550a2-a61f-463e-8692-63892af879ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"20211201\",\n  \"EndDate\": \"20211201\",\n  \"AdministrationId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Profit/FixedCostsPerDay","urlObject":{"path":["Profit","FixedCostsPerDay"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"25e70b51-327f-497c-bb74-e182657e72e7","name":"An array of Turnover totals","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"20211201\",\n  \"EndDate\": \"20211201\",\n  \"AdministrationId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Profit/FixedCostsPerDay"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"AdministrationId\": \"string\",\n    \"Date\": \"1982-03-07\",\n    \"AmountRealised\": 4601.722141784672,\n    \"AmountBudget\": 1750.9115545699271,\n    \"AmountForecast\": 2664.9096624186973\n  },\n  {\n    \"AdministrationId\": \"string\",\n    \"Date\": \"1959-10-17\",\n    \"AmountRealised\": 3735.7751112941305,\n    \"AmountBudget\": 6456.133692355368,\n    \"AmountForecast\": 1432.8302733503651\n  }\n]"},{"id":"15c646ae-bb71-4b39-958e-4c9f5ff366c4","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"20211201\",\n  \"EndDate\": \"20211201\",\n  \"AdministrationId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Profit/FixedCostsPerDay"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"d59550a2-a61f-463e-8692-63892af879ac"}],"id":"f0379bbb-febf-4eb8-b172-b65fac75e2fd","_postman_id":"f0379bbb-febf-4eb8-b172-b65fac75e2fd","description":""}],"id":"43299212-0c08-4df6-af74-90e70c40765a","_postman_id":"43299212-0c08-4df6-af74-90e70c40765a","description":""},{"name":"Helper","item":[{"name":"ChoiceLists","item":[{"name":"Returns a list of available choicelists. Only standard choicelists are shown.","id":"55cf6774-509d-4395-b562-8d82ab6a783b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/Helper/ChoiceLists","urlObject":{"path":["Helper","ChoiceLists"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2e1fc5ee-59b4-427f-b5b3-4b9b8fbffa4b","name":"An array of choicelists","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":"{{baseUrl}}/Helper/ChoiceLists"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"00000000-0000-0000-0000-000000000000\",\n    \"Title\": \"Restaurant\",\n    \"Description\": \"string\",\n    \"Active\": false\n  },\n  {\n    \"guid\": \"00000000-0000-0000-0000-000000000000\",\n    \"Title\": \"Restaurant\",\n    \"Description\": \"string\",\n    \"Active\": false\n  }\n]"},{"id":"7c3c984d-8010-42bc-9ade-9a729287f9df","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":"{{baseUrl}}/Helper/ChoiceLists"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"55cf6774-509d-4395-b562-8d82ab6a783b"}],"id":"ed8b3d2e-ff79-40a2-8f1c-39f332574e2b","_postman_id":"ed8b3d2e-ff79-40a2-8f1c-39f332574e2b","description":""},{"name":"Choices","item":[{"name":"Returns a list of available choices from a given choicelist. Only standard choicelists are shown.","id":"f1407556-4737-4b2e-a310-78d12fbd9550","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ChoiceListId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Helper/Choices","urlObject":{"path":["Helper","Choices"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"72bf9710-547d-419f-9bfb-e7ced8a1c29f","name":"An array of choices","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"ChoiceListId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Helper/Choices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"00000000-0000-0000-0000-000000000000\",\n    \"Title\": \"Restaurant\",\n    \"OrganisationId\": \"string\",\n    \"Sequence\": 5246,\n    \"Active\": false\n  },\n  {\n    \"guid\": \"00000000-0000-0000-0000-000000000000\",\n    \"Title\": \"Restaurant\",\n    \"OrganisationId\": \"string\",\n    \"Sequence\": 9089,\n    \"Active\": true\n  }\n]"},{"id":"40b187f7-e0ee-4d05-8549-0dae87921266","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"ChoiceListId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Helper/Choices"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"f1407556-4737-4b2e-a310-78d12fbd9550"}],"id":"63fb1b54-5e3c-4245-923f-85887efd79c5","_postman_id":"63fb1b54-5e3c-4245-923f-85887efd79c5","description":""},{"name":"OrganisationalUnits","item":[{"name":"Returns a hierarchical list of organisational units the user is entitled to","id":"53b9915b-e8f7-4b1e-b18c-ea08c371dea4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"DeviceId\": \"string\",\n  \"APIKey\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Helper/OrganisationalUnits","urlObject":{"path":["Helper","OrganisationalUnits"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"701ac99b-baf9-42d1-977b-6e94692ef6f8","name":"An array of organisational units","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"DeviceId\": \"string\",\n  \"APIKey\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Helper/OrganisationalUnits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"00000000-0000-0000-0000-000000000000\",\n    \"Naam\": \"Restaurant\",\n    \"dgCell\": \"Afdeling\",\n    \"Type\": \"Afdeling\",\n    \"Actief\": true\n  },\n  {\n    \"guid\": \"00000000-0000-0000-0000-000000000000\",\n    \"Naam\": \"Restaurant\",\n    \"dgCell\": \"Afdeling\",\n    \"Type\": \"Afdeling\",\n    \"Actief\": true\n  }\n]"},{"id":"ed14573d-50e4-4613-a87e-757a6e4d8208","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"DeviceId\": \"string\",\n  \"APIKey\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Helper/OrganisationalUnits"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"53b9915b-e8f7-4b1e-b18c-ea08c371dea4"}],"id":"69bde54b-04a8-446c-96e1-613d37fd7fc3","_postman_id":"69bde54b-04a8-446c-96e1-613d37fd7fc3","description":""},{"name":"Skin","item":[{"name":"Returns skindatetime and cssSetting","id":"62d762fe-b821-4217-af71-01323526ed01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"SkinId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Helper/Skin","urlObject":{"path":["Helper","Skin"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"fbd69e4c-5ede-46ca-a8bf-003e807e2dcc","name":"SkinDateTime and CssSetting","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"SkinId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Helper/Skin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"SkinDateTime\": \"1963-03-10\",\n  \"CssSetting\": \"string\"\n}"},{"id":"da0bcd5d-ec16-4466-ab27-b92eaae83bbc","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"SkinId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Helper/Skin"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"62d762fe-b821-4217-af71-01323526ed01"}],"id":"138b8c07-35a7-4f58-9d3e-9efcc39e2efb","_postman_id":"138b8c07-35a7-4f58-9d3e-9efcc39e2efb","description":""}],"id":"11bf0204-aba3-4404-9b7b-2aa15c4ea80a","_postman_id":"11bf0204-aba3-4404-9b7b-2aa15c4ea80a","description":""},{"name":"HoursCommon","item":[{"name":"CalendarItemsPerson","item":[{"name":"Returns an array of calendaritems for the given person and period","id":"e96b62bf-0bba-4251-aa26-c8ff0a4eb453","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/CalendarItemsPerson","urlObject":{"path":["HoursCommon","CalendarItemsPerson"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cdf49c52-d8e6-4e8b-8e29-b2983654df8a","name":"An array of calendaritems","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/CalendarItemsPerson"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"CalendarEntryId\": \"string\",\n    \"Date\": \"20211201\",\n    \"OrganisationalUnitId\": \"string\",\n    \"ID\": \"string\",\n    \"Relation\": \"string\",\n    \"Description\": \"string\",\n    \"ContactMedia\": \"string\",\n    \"Remark\": \"string\",\n    \"TimeFrom\": \"string\",\n    \"TimeUntil\": \"string\",\n    \"Amount\": 9820.09544682595\n  },\n  {\n    \"CalendarEntryId\": \"string\",\n    \"Date\": \"20211201\",\n    \"OrganisationalUnitId\": \"string\",\n    \"ID\": \"string\",\n    \"Relation\": \"string\",\n    \"Description\": \"string\",\n    \"ContactMedia\": \"string\",\n    \"Remark\": \"string\",\n    \"TimeFrom\": \"string\",\n    \"TimeUntil\": \"string\",\n    \"Amount\": 6614.740930462078\n  }\n]"},{"id":"8d533faf-15a7-4de0-8693-5484b073733d","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/CalendarItemsPerson"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"e96b62bf-0bba-4251-aa26-c8ff0a4eb453"}],"id":"92e01767-effa-4320-a846-8ebccb1d4425","_postman_id":"92e01767-effa-4320-a846-8ebccb1d4425","description":""},{"name":"CostCenters","item":[{"name":"Returns an array of costcenters for the given person and period","id":"18790f2c-8cee-4ca2-ad8f-951f21f9d995","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/CostCenters","urlObject":{"path":["HoursCommon","CostCenters"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"82aa664a-e4ab-4a23-9a3c-3d337472211b","name":"An array of costcenters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/CostCenters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"CostCenterId\": \"string\",\n    \"Title\": \"string\",\n    \"Abbreviation\": \"string\",\n    \"Productive\": true,\n    \"TimeBound\": false,\n    \"StartDate\": \"2020-12-04\",\n    \"EndDate\": \"2011-08-02\",\n    \"OrganisationalUnitId\": \"string\",\n    \"Sequence\": 6703,\n    \"CssClass\": \"string\",\n    \"Valid\": true,\n    \"NonStandard\": [\n      {\n        \"DepartmentId\": \"string\",\n        \"Title\": \"string\",\n        \"StartDate\": \"20211201\",\n        \"EndDate\": \"20211201\",\n        \"RemarkRequired\": false\n      },\n      {\n        \"DepartmentId\": \"string\",\n        \"Title\": \"string\",\n        \"StartDate\": \"20211201\",\n        \"EndDate\": \"20211201\",\n        \"RemarkRequired\": true\n      }\n    ]\n  },\n  {\n    \"CostCenterId\": \"string\",\n    \"Title\": \"string\",\n    \"Abbreviation\": \"string\",\n    \"Productive\": true,\n    \"TimeBound\": true,\n    \"StartDate\": \"1962-08-19\",\n    \"EndDate\": \"1967-04-13\",\n    \"OrganisationalUnitId\": \"string\",\n    \"Sequence\": 5924,\n    \"CssClass\": \"string\",\n    \"Valid\": false,\n    \"NonStandard\": [\n      {\n        \"DepartmentId\": \"string\",\n        \"Title\": \"string\",\n        \"StartDate\": \"20211201\",\n        \"EndDate\": \"20211201\",\n        \"RemarkRequired\": false\n      },\n      {\n        \"DepartmentId\": \"string\",\n        \"Title\": \"string\",\n        \"StartDate\": \"20211201\",\n        \"EndDate\": \"20211201\",\n        \"RemarkRequired\": true\n      }\n    ]\n  }\n]"},{"id":"2f3793d5-37ae-4530-ab81-6577c210ba5f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/CostCenters"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"18790f2c-8cee-4ca2-ad8f-951f21f9d995"}],"id":"6428b206-4c50-436e-a532-d17a19818fab","_postman_id":"6428b206-4c50-436e-a532-d17a19818fab","description":""},{"name":"CostCentersExclusions","item":[{"name":"Returns an array of costcenters/organisationalunit which are excluded. This means the costcenter may not be used in the organisational unit","id":"d85a03ba-4a51-41c7-8b3d-e54eada801a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/CostCentersExclusions","urlObject":{"path":["HoursCommon","CostCentersExclusions"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1bc25787-0936-426d-9262-4a51e5759e52","name":"An array of costcenters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/CostCentersExclusions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"CostCenterId\": \"string\",\n    \"OrganisationalUnitId\": \"string\"\n  },\n  {\n    \"CostCenterId\": \"string\",\n    \"OrganisationalUnitId\": \"string\"\n  }\n]"},{"id":"a838973c-9a79-4af9-b287-75e4ea1db084","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/CostCentersExclusions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"d85a03ba-4a51-41c7-8b3d-e54eada801a1"}],"id":"90ed1655-1943-418f-a7d5-ea917eac13d8","_postman_id":"90ed1655-1943-418f-a7d5-ea917eac13d8","description":""},{"name":"CostCentersNonTimeboundPerson","item":[{"name":"Returns an array of costcenters for the given person and period","id":"28cbf999-1144-47a3-8967-4cfae6407388","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/CostCentersNonTimeboundPerson","urlObject":{"path":["HoursCommon","CostCentersNonTimeboundPerson"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7b9621bd-d2a7-4ee6-be62-9fc4cf8c0169","name":"An array of costcenters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/CostCentersNonTimeboundPerson"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ntbCCId1\": \"string\",\n    \"ntbCCId2\": \"string\",\n    \"ntbCCId3\": \"string\",\n    \"ntbCCId4\": \"string\",\n    \"ntbName1\": \"string\",\n    \"ntbName2\": \"string\",\n    \"ntbName3\": \"string\",\n    \"ntbName4\": \"string\",\n    \"ntbAbbreviation1\": \"string\",\n    \"ntbAbbreviation2\": \"string\",\n    \"ntbAbbreviation3\": \"string\",\n    \"ntbAbbreviation4\": \"string\"\n  },\n  {\n    \"ntbCCId1\": \"string\",\n    \"ntbCCId2\": \"string\",\n    \"ntbCCId3\": \"string\",\n    \"ntbCCId4\": \"string\",\n    \"ntbName1\": \"string\",\n    \"ntbName2\": \"string\",\n    \"ntbName3\": \"string\",\n    \"ntbName4\": \"string\",\n    \"ntbAbbreviation1\": \"string\",\n    \"ntbAbbreviation2\": \"string\",\n    \"ntbAbbreviation3\": \"string\",\n    \"ntbAbbreviation4\": \"string\"\n  }\n]"},{"id":"c7018f8b-0f4e-4aa6-82af-185ce468f814","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/CostCentersNonTimeboundPerson"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"28cbf999-1144-47a3-8967-4cfae6407388"}],"id":"99ddebbc-db07-45de-a013-b090c8d0e952","_postman_id":"99ddebbc-db07-45de-a013-b090c8d0e952","description":""},{"name":"DepartmentSettings","item":[{"name":"Returns an array of departments with settings. When TimesheetRegistration is set to false only non-productive costcenters may be used for this department.","id":"294254bc-e7c0-4a1f-9fdf-c014f990d573","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/DepartmentSettings","urlObject":{"path":["HoursCommon","DepartmentSettings"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1bf3261f-2f05-4413-a055-59f9e0cbc4c7","name":"An array of costcenters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/DepartmentSettings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"string\",\n    \"Title\": \"string\",\n    \"TimesheetRegistration\": false,\n    \"BreakSettings\": [\n      {\n        \"StartTime\": \"09:33\",\n        \"EndTime\": \"03:42\",\n        \"BreakTime\": \"11:00\"\n      },\n      {\n        \"StartTime\": \"22:37\",\n        \"EndTime\": \"08:32\",\n        \"BreakTime\": \"22:12\"\n      }\n    ],\n    \"TimesheetApproval\": false,\n    \"UserHasApprovalRight\": true,\n    \"UserHasResetApprovalRight\": false,\n    \"TimesheetBreakSettingTimeAdjustable\": false,\n    \"TimesheetProhibitOverlap\": true\n  },\n  {\n    \"guid\": \"string\",\n    \"Title\": \"string\",\n    \"TimesheetRegistration\": true,\n    \"BreakSettings\": [\n      {\n        \"StartTime\": \"21:02\",\n        \"EndTime\": \"02:46\",\n        \"BreakTime\": \"21:09\"\n      },\n      {\n        \"StartTime\": \"15:59\",\n        \"EndTime\": \"04:39\",\n        \"BreakTime\": \"05:18\"\n      }\n    ],\n    \"TimesheetApproval\": true,\n    \"UserHasApprovalRight\": false,\n    \"UserHasResetApprovalRight\": true,\n    \"TimesheetBreakSettingTimeAdjustable\": true,\n    \"TimesheetProhibitOverlap\": true\n  }\n]"},{"id":"9d5b04f3-a8e0-421b-bd7a-123954866d1a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/DepartmentSettings"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"294254bc-e7c0-4a1f-9fdf-c014f990d573"}],"id":"7a3671b0-b45b-48db-967c-488b094b4416","_postman_id":"7a3671b0-b45b-48db-967c-488b094b4416","description":""},{"name":"DepartmentsWithRightPerson","item":[{"name":"Returns an array departments with in addition TimesheetRegistration. When set to false only non-productive costcenters may be used for this department. This is a subset of DepartmentSettings where you get all data in one call.","id":"5db9abba-fc0f-4c09-9513-3e86fef39bb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/DepartmentsWithRightPerson","urlObject":{"path":["HoursCommon","DepartmentsWithRightPerson"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bc5bff03-cb9f-423d-86f8-94aed9af5ee6","name":"An array of costcenters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/DepartmentsWithRightPerson"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"string\",\n    \"Title\": \"string\",\n    \"TimesheetRegistration\": true\n  },\n  {\n    \"guid\": \"string\",\n    \"Title\": \"string\",\n    \"TimesheetRegistration\": false\n  }\n]"},{"id":"4eccb060-62ec-41d7-bd7c-cb5ccc9a4689","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/DepartmentsWithRightPerson"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"5db9abba-fc0f-4c09-9513-3e86fef39bb0"}],"id":"7f445116-5a0d-492e-afe3-85377dfe3ace","_postman_id":"7f445116-5a0d-492e-afe3-85377dfe3ace","description":""},{"name":"Hours","item":[{"name":"Returns an array of hourregistrations","id":"76e8f6ad-141c-455f-a033-f8f5ca092b91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"StartDate\": \"20260518\",\n  \"EndDate\": \"20260518\",\n  \"OrganisationId\": \"2F089038-BD9E-4B81-88F6-BBB41A6022E4\",\n  \"OrganisationalUnitId\": null,\n  \"PersonId\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/Hours","urlObject":{"path":["HoursCommon","Hours"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9000d0c2-681e-4df6-aba7-a28954c3ad73","name":"An array of HourRegistrations","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"20211201\",\n  \"EndDate\": \"20211201\",\n  \"OrganisationId\": \"string\",\n  \"OrganisationalUnitId\": \"1994eaa7-e7e6-d364-b42d-f5094bcb12d4\",\n  \"PersonId\": \"163f7e23-408b-7d5a-a135-2d908b88efbf\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/Hours"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"Date\": \"1956-08-16\",\n    \"Week\": 5185,\n    \"EmployeeNumber\": \"string\",\n    \"CallName\": \"string\",\n    \"MiddleName\": \"string\",\n    \"LastName\": \"string\",\n    \"OrganisationCode\": \"string\",\n    \"Organisation\": \"string\",\n    \"RegionCode\": \"string\",\n    \"Region\": \"string\",\n    \"DepartmentCode\": \"string\",\n    \"Department\": \"string\",\n    \"ContractHours\": 4983.726861771862,\n    \"ScheduleStandardHours\": 6751.94681482421,\n    \"ZipCodeEmployee\": \"string\",\n    \"ZipCodeLocation\": \"string\",\n    \"ActiveScheduleRegions\": \"string\",\n    \"TravelingCosts\": 7325.211706154515,\n    \"PersonalAddition\": 9599.718966811886,\n    \"Source\": \"string\",\n    \"WorkDepartmentCode\": \"string\",\n    \"WorkDepartment\": \"string\",\n    \"StartTime\": \"2008-07-28T20:06:36.919Z\",\n    \"EndTime\": \"22:19\",\n    \"BreakDuration\": \"23:08\",\n    \"WorkTime\": \"22:59\",\n    \"Remark\": \"string\",\n    \"DurationActivity_1\": \"17:19\",\n    \"Activity_1\": \"string\",\n    \"DurationActivity_2\": \"23:31\",\n    \"Activity_2\": \"string\",\n    \"DurationActivity_3\": \"20:29\",\n    \"Activity_3\": \"string\",\n    \"NotTimeBound_1\": \"string\",\n    \"NotTimeBound_2\": \"string\",\n    \"NotTimeBound_3\": \"string\",\n    \"NotTimeBound_4\": \"string\",\n    \"Service\": \"string\",\n    \"Approved\": true\n  },\n  {\n    \"Date\": \"1955-09-07\",\n    \"Week\": 7567,\n    \"EmployeeNumber\": \"string\",\n    \"CallName\": \"string\",\n    \"MiddleName\": \"string\",\n    \"LastName\": \"string\",\n    \"OrganisationCode\": \"string\",\n    \"Organisation\": \"string\",\n    \"RegionCode\": \"string\",\n    \"Region\": \"string\",\n    \"DepartmentCode\": \"string\",\n    \"Department\": \"string\",\n    \"ContractHours\": 9501.7378939778,\n    \"ScheduleStandardHours\": 1937.056997944273,\n    \"ZipCodeEmployee\": \"string\",\n    \"ZipCodeLocation\": \"string\",\n    \"ActiveScheduleRegions\": \"string\",\n    \"TravelingCosts\": 7276.598840227351,\n    \"PersonalAddition\": 1914.7020944066085,\n    \"Source\": \"string\",\n    \"WorkDepartmentCode\": \"string\",\n    \"WorkDepartment\": \"string\",\n    \"StartTime\": \"1955-09-30T23:28:13.327Z\",\n    \"EndTime\": \"5:49\",\n    \"BreakDuration\": \"16:53\",\n    \"WorkTime\": \"3:14\",\n    \"Remark\": \"string\",\n    \"DurationActivity_1\": \"13:12\",\n    \"Activity_1\": \"string\",\n    \"DurationActivity_2\": \"9:49\",\n    \"Activity_2\": \"string\",\n    \"DurationActivity_3\": \"20:44\",\n    \"Activity_3\": \"string\",\n    \"NotTimeBound_1\": \"string\",\n    \"NotTimeBound_2\": \"string\",\n    \"NotTimeBound_3\": \"string\",\n    \"NotTimeBound_4\": \"string\",\n    \"Service\": \"string\",\n    \"Approved\": true\n  }\n]"},{"id":"cda721d6-d9b8-4bb9-942a-5553847680d1","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"20211201\",\n  \"EndDate\": \"20211201\",\n  \"OrganisationId\": \"string\",\n  \"OrganisationalUnitId\": \"1994eaa7-e7e6-d364-b42d-f5094bcb12d4\",\n  \"PersonId\": \"163f7e23-408b-7d5a-a135-2d908b88efbf\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/Hours"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"76e8f6ad-141c-455f-a033-f8f5ca092b91"}],"id":"a72e35a1-ba57-4745-8628-39b1c20bb08d","_postman_id":"a72e35a1-ba57-4745-8628-39b1c20bb08d","description":""},{"name":"HoursPerDay","item":[{"name":"Returns an array with totals for hours per day per Administration","id":"075bf3b7-832e-4149-9db7-1fd84b043cd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"StartDate\": \"20211201\",\n  \"EndDate\": \"20211201\",\n  \"AdministrationId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/HoursPerDay","urlObject":{"path":["HoursCommon","HoursPerDay"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"60aa5847-c872-48ee-9a78-fe24e4d52748","name":"An array of HourTotals","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"20211201\",\n  \"EndDate\": \"20211201\",\n  \"AdministrationId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/HoursPerDay"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"AdministrationId\": \"string\",\n    \"Date\": \"1968-04-30\",\n    \"HoursRealised\": 8583.20431091059,\n    \"CostsRealised\": 4447.696995700503,\n    \"HoursBudget\": 7050.52957259769,\n    \"CostsBudget\": 6016.184202681127,\n    \"HoursForecast\": 7989.60607263014,\n    \"CostsForecast\": 4377.895754144088\n  },\n  {\n    \"AdministrationId\": \"string\",\n    \"Date\": \"1962-02-13\",\n    \"HoursRealised\": 8246.689876882558,\n    \"CostsRealised\": 2617.46818225042,\n    \"HoursBudget\": 8101.4428145084175,\n    \"CostsBudget\": 2897.6586473996613,\n    \"HoursForecast\": 6114.161057200591,\n    \"CostsForecast\": 1339.7826317518202\n  }\n]"},{"id":"7302da1e-210e-4420-a823-9fbba93805e0","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"20211201\",\n  \"EndDate\": \"20211201\",\n  \"AdministrationId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/HoursPerDay"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"075bf3b7-832e-4149-9db7-1fd84b043cd8"}],"id":"5368c9d0-18a4-4d4e-ac4b-d3640597e63d","_postman_id":"5368c9d0-18a4-4d4e-ac4b-d3640597e63d","description":""},{"name":"MissingRegistrations","item":[{"name":"Returns a list of missing timesheet registrations per organisational unit per period","id":"d3056c5f-7278-484a-a4f2-2260e4185356","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": null,\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"StartDate\": \"2026-05-01T00:00:00\",\n  \"EndDate\": \"2026-05-31T00:00:00\",\n  \"Page\": 1,\n  \"PageSize\": 1000,\n  \"OrganisationalUnitId\": \"2F089038-BD9E-4B81-88F6-BBB41A6022E4\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/MissingRegistrations","urlObject":{"path":["HoursCommon","MissingRegistrations"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"628de656-4f62-4e57-b8aa-e0d16a63e77a","name":"List of missing registrations per organisational unit per period","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"2026-05-01T00:00:00\",\n  \"EndDate\": \"2026-05-31T00:00:00\",\n  \"Page\": 1,\n  \"PageSize\": 1000,\n  \"OrganisationalUnitId\": \"59bfb41a-1f6b-839a-3544-2c833e8b1817\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/MissingRegistrations"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"DepartmentId\": \"65efa56e-ee3a-285a-f06b-3b416b57bb64\",\n    \"DepartmentTitle\": \"string\",\n    \"NofMissingRegistrations\": 4228\n  },\n  {\n    \"DepartmentId\": \"d2c6de46-d7fa-feb3-da3d-69e2070f4acb\",\n    \"DepartmentTitle\": \"string\",\n    \"NofMissingRegistrations\": 2208\n  }\n]"},{"id":"91939a48-d79b-4a25-8fe7-2201eafed9d7","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"2026-05-01T00:00:00\",\n  \"EndDate\": \"2026-05-31T00:00:00\",\n  \"Page\": 1,\n  \"PageSize\": 1000,\n  \"OrganisationalUnitId\": \"59bfb41a-1f6b-839a-3544-2c833e8b1817\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/HoursCommon/MissingRegistrations"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d3056c5f-7278-484a-a4f2-2260e4185356"}],"id":"cb10001c-6241-43bb-b9d8-8ab9c7b340d6","_postman_id":"cb10001c-6241-43bb-b9d8-8ab9c7b340d6","description":""}],"id":"6c45b458-c9d8-4171-9149-263034b801a8","_postman_id":"6c45b458-c9d8-4171-9149-263034b801a8","description":""},{"name":"Info","item":[{"name":"AddNewsItem","item":[{"name":"Add a news items","id":"cd249a70-18ff-4a08-b788-61376df985dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"Title\": \"string\",\n  \"Intro\": \"string\",\n  \"Content\": \"string\",\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\",\n  \"Sequence\": 7010,\n  \"IncludeOrganisationalUnits\": true,\n  \"Files\": [\n    {\n      \"Title\": \"string\",\n      \"Content\": \"string\",\n      \"FileName\": \"string\",\n      \"FileTypeId\": \"string\",\n      \"FileType\": \"string\",\n      \"FileRightId\": \"string\"\n    },\n    {\n      \"Title\": \"string\",\n      \"Content\": \"string\",\n      \"FileName\": \"string\",\n      \"FileTypeId\": \"string\",\n      \"FileType\": \"string\",\n      \"FileRightId\": \"string\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Info/AddNewsItem","urlObject":{"path":["Info","AddNewsItem"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8adffb59-59e9-49de-aa50-c120d7f9da2d","name":"A functionresult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"Title\": \"string\",\n  \"Intro\": \"string\",\n  \"Content\": \"string\",\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\",\n  \"Sequence\": 7010,\n  \"IncludeOrganisationalUnits\": true,\n  \"Files\": [\n    {\n      \"Title\": \"string\",\n      \"Content\": \"string\",\n      \"FileName\": \"string\",\n      \"FileTypeId\": \"string\",\n      \"FileType\": \"string\",\n      \"FileRightId\": \"string\"\n    },\n    {\n      \"Title\": \"string\",\n      \"Content\": \"string\",\n      \"FileName\": \"string\",\n      \"FileTypeId\": \"string\",\n      \"FileType\": \"string\",\n      \"FileRightId\": \"string\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Info/AddNewsItem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"c1163579-2b2d-4d97-9153-4399ee68becc","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"Title\": \"string\",\n  \"Intro\": \"string\",\n  \"Content\": \"string\",\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\",\n  \"Sequence\": 7010,\n  \"IncludeOrganisationalUnits\": true,\n  \"Files\": [\n    {\n      \"Title\": \"string\",\n      \"Content\": \"string\",\n      \"FileName\": \"string\",\n      \"FileTypeId\": \"string\",\n      \"FileType\": \"string\",\n      \"FileRightId\": \"string\"\n    },\n    {\n      \"Title\": \"string\",\n      \"Content\": \"string\",\n      \"FileName\": \"string\",\n      \"FileTypeId\": \"string\",\n      \"FileType\": \"string\",\n      \"FileRightId\": \"string\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Info/AddNewsItem"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"cd249a70-18ff-4a08-b788-61376df985dc"}],"id":"35e57869-96cf-4aa3-b25b-83a499ad2227","_postman_id":"35e57869-96cf-4aa3-b25b-83a499ad2227","description":""},{"name":"AutoOpenNewsRead","item":[{"name":"Mark all AutoOpen newsitems as read for this user","id":"988e8dea-397c-4929-90ac-1cc84065d0dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Info/AutoOpenNewsRead","urlObject":{"path":["Info","AutoOpenNewsRead"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"482741a6-4db6-4d6f-ae71-bac2da80f24a","name":"A functionresult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Info/AutoOpenNewsRead"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"b8673eaf-d5ec-4412-ac86-af9fe6c34235","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Info/AutoOpenNewsRead"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"988e8dea-397c-4929-90ac-1cc84065d0dd"}],"id":"3dcc10d8-a584-46d0-a042-c0f2d57fbb92","_postman_id":"3dcc10d8-a584-46d0-a042-c0f2d57fbb92","description":""},{"name":"MyAutoOpenNews","item":[{"name":"Returns an array of Newsobjects which are important and are not opened by the user","id":"8ec6eb84-6ecd-4279-8d2d-c40c16147d02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Info/MyAutoOpenNews","urlObject":{"path":["Info","MyAutoOpenNews"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0586c98f-698d-4687-b5af-4dc786781308","name":"An array of newsobjects","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Info/MyAutoOpenNews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"DataObjectId\": \"string\",\n    \"Title\": \"string\",\n    \"Intro\": \"string\",\n    \"Content\": \"string\",\n    \"StartDate\": \"2023-01-27\",\n    \"EndDate\": \"2023-05-07\",\n    \"Author\": \"string\",\n    \"AutoOpen\": false,\n    \"Files\": [\n      {\n        \"DataObjectId\": \"string\",\n        \"Title\": \"string\",\n        \"FileType\": \"string\",\n        \"Creator\": \"string\",\n        \"Date\": \"1966-04-27\"\n      },\n      {\n        \"DataObjectId\": \"string\",\n        \"Title\": \"string\",\n        \"FileType\": \"string\",\n        \"Creator\": \"string\",\n        \"Date\": \"2020-02-22\"\n      }\n    ]\n  },\n  {\n    \"DataObjectId\": \"string\",\n    \"Title\": \"string\",\n    \"Intro\": \"string\",\n    \"Content\": \"string\",\n    \"StartDate\": \"1953-01-15\",\n    \"EndDate\": \"1968-04-12\",\n    \"Author\": \"string\",\n    \"AutoOpen\": true,\n    \"Files\": [\n      {\n        \"DataObjectId\": \"string\",\n        \"Title\": \"string\",\n        \"FileType\": \"string\",\n        \"Creator\": \"string\",\n        \"Date\": \"1968-06-17\"\n      },\n      {\n        \"DataObjectId\": \"string\",\n        \"Title\": \"string\",\n        \"FileType\": \"string\",\n        \"Creator\": \"string\",\n        \"Date\": \"2021-08-10\"\n      }\n    ]\n  }\n]"},{"id":"88c0c768-b7f1-4b28-be59-1d83a686493e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Info/MyAutoOpenNews"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"8ec6eb84-6ecd-4279-8d2d-c40c16147d02"}],"id":"39123861-6e16-4b23-b8b7-13d2a722165b","_postman_id":"39123861-6e16-4b23-b8b7-13d2a722165b","description":""},{"name":"MyNews","item":[{"name":"Returns an array of Newsobjects","id":"94755a37-af83-45aa-8dc5-024f32dddda5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Info/MyNews","urlObject":{"path":["Info","MyNews"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"19df19d6-6858-4221-adce-e9570cca406a","name":"An array of newsobjects","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Info/MyNews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"DataObjectId\": \"string\",\n    \"Title\": \"string\",\n    \"Intro\": \"string\",\n    \"Content\": \"string\",\n    \"StartDate\": \"2023-01-27\",\n    \"EndDate\": \"2023-05-07\",\n    \"Author\": \"string\",\n    \"AutoOpen\": false,\n    \"Files\": [\n      {\n        \"DataObjectId\": \"string\",\n        \"Title\": \"string\",\n        \"FileType\": \"string\",\n        \"Creator\": \"string\",\n        \"Date\": \"1966-04-27\"\n      },\n      {\n        \"DataObjectId\": \"string\",\n        \"Title\": \"string\",\n        \"FileType\": \"string\",\n        \"Creator\": \"string\",\n        \"Date\": \"2020-02-22\"\n      }\n    ]\n  },\n  {\n    \"DataObjectId\": \"string\",\n    \"Title\": \"string\",\n    \"Intro\": \"string\",\n    \"Content\": \"string\",\n    \"StartDate\": \"1953-01-15\",\n    \"EndDate\": \"1968-04-12\",\n    \"Author\": \"string\",\n    \"AutoOpen\": true,\n    \"Files\": [\n      {\n        \"DataObjectId\": \"string\",\n        \"Title\": \"string\",\n        \"FileType\": \"string\",\n        \"Creator\": \"string\",\n        \"Date\": \"1968-06-17\"\n      },\n      {\n        \"DataObjectId\": \"string\",\n        \"Title\": \"string\",\n        \"FileType\": \"string\",\n        \"Creator\": \"string\",\n        \"Date\": \"2021-08-10\"\n      }\n    ]\n  }\n]"},{"id":"6a36aad6-b06e-4237-9f27-e321b4520d3b","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Info/MyNews"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"94755a37-af83-45aa-8dc5-024f32dddda5"}],"id":"96a67513-6d4b-41d9-9ed5-bee6449f181b","_postman_id":"96a67513-6d4b-41d9-9ed5-bee6449f181b","description":""}],"id":"c6e2da89-dd34-4ed7-9ecc-6cb9576b5ca6","_postman_id":"c6e2da89-dd34-4ed7-9ecc-6cb9576b5ca6","description":""},{"name":"Invoicing","item":[{"name":"ListInvoiceDetails","item":[{"name":"Returns an array of rows to invoice","id":"7ea7a6c8-4055-4bb1-ad55-82d31cff488a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Credentials\": {\n    \"UserName\": \"string\",\n    \"Password\": \"string\"\n  },\n  \"OrganisationalUnitId\": \"string\",\n  \"StartDate\": \"2022-01-01\",\n  \"EndDate\": \"2022-01-31\",\n  \"Filter\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Invoicing/ListInvoiceDetails","urlObject":{"path":["Invoicing","ListInvoiceDetails"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f161d9ac-134c-48b7-8d2f-6ca7d836cb6e","name":"Ok, an array of rows to invoice","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Credentials\": {\n    \"UserName\": \"string\",\n    \"Password\": \"string\"\n  },\n  \"OrganisationalUnitId\": \"string\",\n  \"StartDate\": \"2022-01-01\",\n  \"EndDate\": \"2022-01-31\",\n  \"Filter\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Invoicing/ListInvoiceDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"AfdelingsCode\": \"string\",\n    \"Afdeling\": \"string\",\n    \"Datum\": \"1993-12-30\",\n    \"VanafTijd\": \"01:26\",\n    \"TotTijd\": \"05:38\",\n    \"PersNr\": \"string\",\n    \"Naam\": \"string\",\n    \"Activiteit\": \"string\",\n    \"Standaard Uren\": 678.4498334134526,\n    \"Uren > Budget\": 4782.626397074885,\n    \"Regie Uren\": 1055.0242744484506,\n    \"Totaal Uren\": 7144.836851690819,\n    \"Standaard\": 817.5429555842162,\n    \"ORT\": 6449.229217349657,\n    \"Regie\": 911.1351531380008,\n    \"/> Budget\": 9769.700653975775,\n    \"Totaal Bedrag\": 4997.539676775075,\n    \"Tarief\": 9426.509936378196,\n    \"Reiskosten\": 3529.197206196113,\n    \"Facturatie\": 8777.697389338247,\n    \"Opmerking\": \"string\",\n    \"Kostprijs\": 1685.5313513977733,\n    \"DoorbelastingsTarief\": 4564.226497981458,\n    \"Uitzendbureau\": false\n  },\n  {\n    \"AfdelingsCode\": \"string\",\n    \"Afdeling\": \"string\",\n    \"Datum\": \"1973-04-09\",\n    \"VanafTijd\": \"22:22\",\n    \"TotTijd\": \"10:44\",\n    \"PersNr\": \"string\",\n    \"Naam\": \"string\",\n    \"Activiteit\": \"string\",\n    \"Standaard Uren\": 1781.248247647491,\n    \"Uren > Budget\": 1506.7292834151513,\n    \"Regie Uren\": 5358.024318935517,\n    \"Totaal Uren\": 257.4084133985277,\n    \"Standaard\": 4530.91571705319,\n    \"ORT\": 7081.496255833568,\n    \"Regie\": 3320.2956506044925,\n    \"/> Budget\": 1757.8815908066515,\n    \"Totaal Bedrag\": 9121.849323166125,\n    \"Tarief\": 3020.1181992121737,\n    \"Reiskosten\": 1135.2810102276223,\n    \"Facturatie\": 8764.04045398296,\n    \"Opmerking\": \"string\",\n    \"Kostprijs\": 8202.801269212197,\n    \"DoorbelastingsTarief\": 9293.078887732887,\n    \"Uitzendbureau\": false\n  }\n]"}],"_postman_id":"7ea7a6c8-4055-4bb1-ad55-82d31cff488a"}],"id":"b6c4e681-bf77-4a1b-bdd3-ae387742791b","_postman_id":"b6c4e681-bf77-4a1b-bdd3-ae387742791b","description":""}],"id":"a8193ba3-9c76-4071-b257-bfe2fac65405","_postman_id":"a8193ba3-9c76-4071-b257-bfe2fac65405","description":""},{"name":"JobApplications","item":[{"name":"AddJobApplication","item":[{"name":"Write a job application","id":"28d37922-86ef-4ad5-92ed-f77a1f748c2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"OrganisationalUnitId\": \"string\",\n  \"CallName\": \"string\",\n  \"LastName\": \"string\",\n  \"Email\": \"string\",\n  \"Description\": \"string\",\n  \"ContactPersonId\": \"string\",\n  \"MiddleName\": \"string\",\n  \"EmployeeTypeId\": \"string\",\n  \"EmployeeRelationId\": \"string\",\n  \"StartDate\": \"1948-08-29\",\n  \"ContractDuration\": 71,\n  \"EndDate\": \"2009-09-21\",\n  \"ProbationPeriodEndDate\": \"2007-10-05\",\n  \"ContractHoursPerWeek\": 3704.604969599952,\n  \"WorkdaysPerWeek\": 2537,\n  \"CAOId\": \"string\",\n  \"FunctionId\": \"string\",\n  \"FunctionProfileId\": \"string\",\n  \"DepartmentId\": \"string\",\n  \"Salary\": 76.21815254551967,\n  \"SalaryPeriodId\": \"string\",\n  \"LoonheffingsKorting\": true,\n  \"ApplySavingHours\": true,\n  \"ClosingWeeks\": 9296,\n  \"TravelCosts\": 5560.3096814546825,\n  \"TravelCostsPeriodId\": \"string\",\n  \"KilometerAllowance\": 4120.104939340054,\n  \"Note\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/JobApplications/AddJobApplication","urlObject":{"path":["JobApplications","AddJobApplication"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"10bda47a-bf2e-4501-88b5-5c3c83458446","name":"A functionresult with in the 'NewGuid'-field the guid of the created JobApplication, to be used with /JobApplications/AddJobApplicationFile and /JobApplications/AddJobApplicationNote","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"OrganisationalUnitId\": \"string\",\n  \"CallName\": \"string\",\n  \"LastName\": \"string\",\n  \"Email\": \"string\",\n  \"Description\": \"string\",\n  \"ContactPersonId\": \"string\",\n  \"MiddleName\": \"string\",\n  \"EmployeeTypeId\": \"string\",\n  \"EmployeeRelationId\": \"string\",\n  \"StartDate\": \"1948-08-29\",\n  \"ContractDuration\": 71,\n  \"EndDate\": \"2009-09-21\",\n  \"ProbationPeriodEndDate\": \"2007-10-05\",\n  \"ContractHoursPerWeek\": 3704.604969599952,\n  \"WorkdaysPerWeek\": 2537,\n  \"CAOId\": \"string\",\n  \"FunctionId\": \"string\",\n  \"FunctionProfileId\": \"string\",\n  \"DepartmentId\": \"string\",\n  \"Salary\": 76.21815254551967,\n  \"SalaryPeriodId\": \"string\",\n  \"LoonheffingsKorting\": true,\n  \"ApplySavingHours\": true,\n  \"ClosingWeeks\": 9296,\n  \"TravelCosts\": 5560.3096814546825,\n  \"TravelCostsPeriodId\": \"string\",\n  \"KilometerAllowance\": 4120.104939340054,\n  \"Note\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/JobApplications/AddJobApplication"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"d5dc8a31-a3ee-4c33-8152-7daa9b056085","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"OrganisationalUnitId\": \"string\",\n  \"CallName\": \"string\",\n  \"LastName\": \"string\",\n  \"Email\": \"string\",\n  \"Description\": \"string\",\n  \"ContactPersonId\": \"string\",\n  \"MiddleName\": \"string\",\n  \"EmployeeTypeId\": \"string\",\n  \"EmployeeRelationId\": \"string\",\n  \"StartDate\": \"1948-08-29\",\n  \"ContractDuration\": 71,\n  \"EndDate\": \"2009-09-21\",\n  \"ProbationPeriodEndDate\": \"2007-10-05\",\n  \"ContractHoursPerWeek\": 3704.604969599952,\n  \"WorkdaysPerWeek\": 2537,\n  \"CAOId\": \"string\",\n  \"FunctionId\": \"string\",\n  \"FunctionProfileId\": \"string\",\n  \"DepartmentId\": \"string\",\n  \"Salary\": 76.21815254551967,\n  \"SalaryPeriodId\": \"string\",\n  \"LoonheffingsKorting\": true,\n  \"ApplySavingHours\": true,\n  \"ClosingWeeks\": 9296,\n  \"TravelCosts\": 5560.3096814546825,\n  \"TravelCostsPeriodId\": \"string\",\n  \"KilometerAllowance\": 4120.104939340054,\n  \"Note\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/JobApplications/AddJobApplication"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Result\": \"string\"\n}"},{"id":"eeb3e1b9-6519-4fae-b6f3-1e6782e730d3","name":"ExpectationFailed (see Result for reason)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"OrganisationalUnitId\": \"string\",\n  \"CallName\": \"string\",\n  \"LastName\": \"string\",\n  \"Email\": \"string\",\n  \"Description\": \"string\",\n  \"ContactPersonId\": \"string\",\n  \"MiddleName\": \"string\",\n  \"EmployeeTypeId\": \"string\",\n  \"EmployeeRelationId\": \"string\",\n  \"StartDate\": \"1948-08-29\",\n  \"ContractDuration\": 71,\n  \"EndDate\": \"2009-09-21\",\n  \"ProbationPeriodEndDate\": \"2007-10-05\",\n  \"ContractHoursPerWeek\": 3704.604969599952,\n  \"WorkdaysPerWeek\": 2537,\n  \"CAOId\": \"string\",\n  \"FunctionId\": \"string\",\n  \"FunctionProfileId\": \"string\",\n  \"DepartmentId\": \"string\",\n  \"Salary\": 76.21815254551967,\n  \"SalaryPeriodId\": \"string\",\n  \"LoonheffingsKorting\": true,\n  \"ApplySavingHours\": true,\n  \"ClosingWeeks\": 9296,\n  \"TravelCosts\": 5560.3096814546825,\n  \"TravelCostsPeriodId\": \"string\",\n  \"KilometerAllowance\": 4120.104939340054,\n  \"Note\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/JobApplications/AddJobApplication"},"status":"Expectation Failed","code":417,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Result\": \"string\"\n}"}],"_postman_id":"28d37922-86ef-4ad5-92ed-f77a1f748c2d"}],"id":"efdbe1c8-0ad1-4ac8-abb2-983ec8228578","_postman_id":"efdbe1c8-0ad1-4ac8-abb2-983ec8228578","description":""},{"name":"AddJobApplicationFile","item":[{"name":"Add a file to a job application","id":"060db910-1392-4ce9-9119-ec13fffb24db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"JobApplicationId\": \"string\",\n  \"FileName\": \"string\",\n  \"FileContent\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/JobApplications/AddJobApplicationFile","urlObject":{"path":["JobApplications","AddJobApplicationFile"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"edd57431-f2c2-4fa7-a300-9e2802a21332","name":"The result of the write","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"JobApplicationId\": \"string\",\n  \"FileName\": \"string\",\n  \"FileContent\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/JobApplications/AddJobApplicationFile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Result\": \"string\"\n}"},{"id":"a3784ffb-db77-4de4-8438-17a745108244","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"JobApplicationId\": \"string\",\n  \"FileName\": \"string\",\n  \"FileContent\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/JobApplications/AddJobApplicationFile"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Result\": \"string\"\n}"}],"_postman_id":"060db910-1392-4ce9-9119-ec13fffb24db"}],"id":"e09dabcc-ba85-4f7e-a418-aec9dfe66694","_postman_id":"e09dabcc-ba85-4f7e-a418-aec9dfe66694","description":""},{"name":"AddJobApplicationNote","item":[{"name":"Add a note to a job application","id":"8b1877e7-70f3-46ea-be1c-f95359af242c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"JobApplicationId\": \"string\",\n  \"Note\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/JobApplications/AddJobApplicationNote","urlObject":{"path":["JobApplications","AddJobApplicationNote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2e161d38-75ce-48da-9713-ffa722626b40","name":"The result of the write","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"JobApplicationId\": \"string\",\n  \"Note\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/JobApplications/AddJobApplicationNote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Result\": \"string\"\n}"},{"id":"84ab6990-ec70-41da-b3f0-32f2b796be6e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"JobApplicationId\": \"string\",\n  \"Note\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/JobApplications/AddJobApplicationNote"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Result\": \"string\"\n}"}],"_postman_id":"8b1877e7-70f3-46ea-be1c-f95359af242c"}],"id":"6a96686c-61e3-4de5-9870-cd0af72f7c52","_postman_id":"6a96686c-61e3-4de5-9870-cd0af72f7c52","description":""}],"id":"21669373-8d53-4a16-a233-72b83fcfa14e","_postman_id":"21669373-8d53-4a16-a233-72b83fcfa14e","description":""},{"name":"Login","item":[{"name":"ChangePassword","item":[{"name":"Change the users password","id":"d31d1a51-9115-4d2b-b5bb-2e33af835a10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"OldPassword\": \"string\",\n  \"NewPassword\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Login/ChangePassword","urlObject":{"path":["Login","ChangePassword"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7d4cb34f-0744-457e-a947-371d5d2347d4","name":"Password successfully ChangePasswordRequestBody, returns a functionresult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"OldPassword\": \"string\",\n  \"NewPassword\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Login/ChangePassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"76996d60-b877-461e-afb4-0d59662a498e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"OldPassword\": \"string\",\n  \"NewPassword\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Login/ChangePassword"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"d31d1a51-9115-4d2b-b5bb-2e33af835a10"}],"id":"4e7463ca-f50d-49f2-a75f-5898ea7864da","_postman_id":"4e7463ca-f50d-49f2-a75f-5898ea7864da","description":""},{"name":"CheckAPIKeyValidity","item":[{"name":"Check if the given APIKey is valid","id":"9b4be7ea-2b11-41d7-a9f9-59db4d7c9841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"DeviceId\": \"\",\n  \"APIKey\": \"333\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localhost:44311/api/Login/CheckAPIKeyValidity","urlObject":{"protocol":"https","port":"44311","path":["api","Login","CheckAPIKeyValidity"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4ed3a4bc-ce23-4d55-ba3e-7b1f4e1ab9d6","name":"APIKey is valid, returns a functionresult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"DeviceId\": \"string\",\n  \"APIKey\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Login/CheckAPIKeyValidity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"051dffd7-9ef1-43f1-b624-949411617cff","name":"Unauthorized, message contains the reason","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"DeviceId\": \"string\",\n  \"APIKey\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Login/CheckAPIKeyValidity"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"9b4be7ea-2b11-41d7-a9f9-59db4d7c9841"},{"name":"Check if the given APIKey is valid","id":"8695e463-2f31-4b54-8ca7-e1001201eb89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"DeviceId\": \"string\",\n  \"APIKey\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Login/CheckAPIKeyValidity","urlObject":{"path":["Login","CheckAPIKeyValidity"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ef8dff6d-c9b4-4aa8-a020-71083d8a353e","name":"APIKey is valid, returns a functionresult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"DeviceId\": \"string\",\n  \"APIKey\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Login/CheckAPIKeyValidity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"aea9165f-bf7a-42ec-946e-00505c4375a9","name":"Unauthorized, message contains the reason","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"DeviceId\": \"string\",\n  \"APIKey\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Login/CheckAPIKeyValidity"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8695e463-2f31-4b54-8ca7-e1001201eb89"}],"id":"19b04731-4c64-48f5-9e60-e9a54a76b117","_postman_id":"19b04731-4c64-48f5-9e60-e9a54a76b117","description":""},{"name":"ResetPassword","item":[{"name":"Make a request for a password reset","id":"27b8a5c5-3a37-4a4c-87e7-cac8972b742d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Username\": \"string\",\n  \"Password\": \"string\",\n  \"DeviceId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Login/ResetPassword","urlObject":{"path":["Login","ResetPassword"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"daf89020-9ad7-4dea-9080-ec291df124bb","name":"Returns a default functionresult (Done, Result and NewGuid)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Username\": \"string\",\n  \"Password\": \"string\",\n  \"DeviceId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Login/ResetPassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"}],"_postman_id":"27b8a5c5-3a37-4a4c-87e7-cac8972b742d"}],"id":"e21414a5-62ec-42d2-84d9-ab1add1aebd9","_postman_id":"e21414a5-62ec-42d2-84d9-ab1add1aebd9","description":""},{"name":"TryLogin","item":[{"name":"Try to login for sessionbased solutions","id":"17a2dbf2-c596-4933-8ff2-a006aa09d735","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Username\": \"<string>\",\n  \"Password\": \"<string>\",\n  \"DeviceId\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Login/TryLogin","description":"<p>There are some ancient endpoints which rely on sessionbased security aka cookies.\\nThis method can be used to log in.</p>\n","urlObject":{"path":["Login","TryLogin"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b8950152-7319-497b-95b1-3e741f9dd3f2","name":"Information about the loggedin user","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Username\": \"API-demouser\",\n  \"Password\": \"HJ&*#43fd\",\n  \"DeviceId\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Login/TryLogin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"PersonId\": \"15B864AD-8EA1-41B7-8B16-36C2208D898A\",\n  \"UserNamePerson\": \"Demo User\",\n  \"UserCallNamePerson\": \"Demo\",\n  \"InitialsPerson\": \"DU\",\n  \"PhotoId\": \"A3725A46-8DAF-4D84-B7C5-0E5B8BEAEBF5\",\n  \"UserAccountMail\": \"d.user@maxcc.nl\",\n  \"LanguageId\": \"05e15716-011f-47b8-87f8-67da55dcb6e3\",\n  \"Language\": \"Nederlands\",\n  \"Culture\": \"nl\",\n  \"DefaultSkinId\": \"8f554432-ec56-44f1-9366-934ba9534865\",\n  \"DefaultSkinChanged\": \"2020-06-23T08:13:17.87\",\n  \"DefaultSkinPath\": \"Skins/MaxCC\",\n  \"LicenseId\": \"661BC245-6705-4503-A030-A277E0636DD2\",\n  \"LicenseName\": \"Demo License\",\n  \"LicenseSupportMessage\": \"Bij vragen over het systeem: kijk op <a href=\\\"http://wiki.staff.nl/\\\" target=\\\"_blank\\\" rel=\\\"noreferrer\\\">Staff-Wiki</a>, u kunt ook mailen naar <a href='mailto:support@staff.nl'>support@staff.nl</a> of bellen met <a href=\\\"tel:+31102189866\\\">010&nbsp;-&nbsp;218&nbsp;98&nbsp;66</a>.\",\n  \"LicenseSupportMessageMobile\": \"Vragen? <a href=''mailto:support@staff.nl''>support@staff.nl</a>\",\n  \"MustChangePassword\": false,\n  \"MustEnterTwoFactorAuthenticationToken\": false,\n  \"AppFunctionRights\": [\n    \"704b471e-db52-4bb8-a9e0-0e2cfff17b04\",\n    \"eacad84b-d65f-4297-a49f-660d66836037\",\n    \"291dcfbb-0b07-4a95-a02e-83ae930ffa03\",\n    \"a7f14a7a-e3b6-49b8-a3bf-a7f976c3c0a5\",\n    \"2d3279dc-70a3-48f6-bae0-bd83585c4243\",\n    \"4e949818-3b47-4279-8427-c1cd4999b9d3\"\n  ],\n  \"IPAddressesSpecificUse\": [],\n  \"APIKey\": \"14AF7F41-DDF7-4671-AEE1-29E3DC53C08A\"\n}"},{"id":"4a54ba17-7deb-4b79-aedb-8486f1075361","name":"Unauthorized. Possible reasons are given as text&h003a; <ul><li>LoginDeactivated</li><li>LoginBlocked</li><li>LoginFromUnauthorizedIPAddress</li><li>LoginFailed</li></ul>","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Username\": \"API-demouser\",\n  \"Password\": \"HJ&*#43fd\",\n  \"DeviceId\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Login/TryLogin"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"17a2dbf2-c596-4933-8ff2-a006aa09d735"}],"id":"c9feffe1-f281-4cf5-946e-babf9fd9c635","_postman_id":"c9feffe1-f281-4cf5-946e-babf9fd9c635","description":""},{"name":"UserInfo","item":[{"name":"Get the userinfo for the user associated with the APIKeyLogin","id":"fcdc5e34-8c78-444b-9307-c91259e725af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Login/UserInfo","urlObject":{"path":["Login","UserInfo"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ea897450-42d1-4fc7-9a88-8d2e86cbc4a9","name":"APIKey is valid, returns the userinfo","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Login/UserInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"PersonId\": \"string\",\n  \"UserNamePerson\": \"string\",\n  \"UserCallNamePerson\": \"string\",\n  \"InitialsPerson\": \"string\",\n  \"PhotoId\": \"string\",\n  \"UserAccountMail\": \"string\",\n  \"LanguageId\": \"string\",\n  \"Language\": \"string\",\n  \"Culture\": \"string\",\n  \"DefaultSkinId\": \"string\",\n  \"DefaultSkinChanged\": \"2002-01-10\",\n  \"DefaultSkinPath\": \"string\",\n  \"LicenseId\": \"string\",\n  \"LicenseName\": \"string\",\n  \"LicenseSupportMessage\": \"string\",\n  \"LicenseSupportMessageMobile\": \"string\",\n  \"MustChangePassword\": false,\n  \"MustEnterTwoFactorAuthenticationToken\": true,\n  \"AppFunctionRights\": [\n    \"string\",\n    \"string\"\n  ],\n  \"IPAddressesSpecificUse\": [\n    \"string\",\n    \"string\"\n  ],\n  \"APIKey\": \"string\"\n}"},{"id":"9f55e326-cae5-4bd3-919e-d3bcc969693e","name":"Unauthorized, message contains the reason","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Login/UserInfo"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"fcdc5e34-8c78-444b-9307-c91259e725af"}],"id":"37a24908-cc6b-43db-ab87-35f4f664ae7c","_postman_id":"37a24908-cc6b-43db-ab87-35f4f664ae7c","description":""}],"id":"e02e0c67-d952-45b4-affc-5e966d9a2076","_postman_id":"e02e0c67-d952-45b4-affc-5e966d9a2076","description":""},{"name":"Notification","item":[{"name":"MyNotifications","item":[{"name":"Return a list of notifications","id":"685254a2-37fa-49df-b98d-62172fbb72d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Notification/MyNotifications","urlObject":{"path":["Notification","MyNotifications"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e1487fa4-64eb-4513-93c9-a41d35d6dac8","name":"An array of notifications","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Notification/MyNotifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": 5787,\n    \"NotificationRead\": \"string\",\n    \"Created\": \"1959-01-14\",\n    \"License\": \"string\",\n    \"Title\": \"string\",\n    \"Content\": \"string\",\n    \"guid\": \"string\",\n    \"Type\": \"string\",\n    \"TaskId\": \"string\"\n  },\n  {\n    \"id\": 1889,\n    \"NotificationRead\": \"string\",\n    \"Created\": \"1984-07-17\",\n    \"License\": \"string\",\n    \"Title\": \"string\",\n    \"Content\": \"string\",\n    \"guid\": \"string\",\n    \"Type\": \"string\",\n    \"TaskId\": \"string\"\n  }\n]"},{"id":"45da02e7-b30d-4017-b6d4-ce8a57c43326","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Notification/MyNotifications"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"685254a2-37fa-49df-b98d-62172fbb72d5"}],"id":"852dacd6-f02d-4584-96ac-1d1958f99271","_postman_id":"852dacd6-f02d-4584-96ac-1d1958f99271","description":""},{"name":"ReadAllMyNotifications","item":[{"name":"Mark all my notification as read","id":"42218497-f7af-43c6-aa60-9e5e15c29890","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Notification/ReadAllMyNotifications","urlObject":{"path":["Notification","ReadAllMyNotifications"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d1ac8929-c73e-42eb-9a00-30f959e713c7","name":"A functionresult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Notification/ReadAllMyNotifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"a5a749ca-27e8-4951-9ab4-2cdee786b641","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Notification/ReadAllMyNotifications"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"42218497-f7af-43c6-aa60-9e5e15c29890"}],"id":"2d676ae7-c593-4d98-9f5e-7c1b79e0b97c","_postman_id":"2d676ae7-c593-4d98-9f5e-7c1b79e0b97c","description":""},{"name":"ReadMyNotification","item":[{"name":"Mark a notification as read","id":"13a037c9-ccc5-4020-8dbf-3086996b9975","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"Id\": 8346\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Notification/ReadMyNotification","urlObject":{"path":["Notification","ReadMyNotification"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7981cd55-7616-48cc-aad8-7a0195d39270","name":"A functionresult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"Id\": 8346\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Notification/ReadMyNotification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"080d5c15-430b-43c9-a7c7-44ac13fd7e6e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"Id\": 8346\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Notification/ReadMyNotification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"13a037c9-ccc5-4020-8dbf-3086996b9975"}],"id":"8734202b-e675-46ee-a922-29aee8ac494e","_postman_id":"8734202b-e675-46ee-a922-29aee8ac494e","description":""}],"id":"265af504-da87-4c32-a2e8-49cce36b0dce","_postman_id":"265af504-da87-4c32-a2e8-49cce36b0dce","description":""},{"name":"OrganisationInfo","item":[{"name":"CAOs","item":[{"name":"Returns an array of CAO's of the given organisation","id":"2a57ea24-3ae8-4e58-922a-d8d16c813e3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"OrganisationId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/OrganisationInfo/CAOs","urlObject":{"path":["OrganisationInfo","CAOs"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6b1f3c3c-c5e2-401a-87bb-eff166366f49","name":"An array of minimal info of the CAO's","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"OrganisationId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/OrganisationInfo/CAOs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"string\",\n    \"Title\": \"string\",\n    \"DefaultCAO\": false\n  },\n  {\n    \"guid\": \"string\",\n    \"Title\": \"string\",\n    \"DefaultCAO\": false\n  }\n]"},{"id":"bf04361a-3a56-4333-9892-95ad7d6290f9","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"OrganisationId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/OrganisationInfo/CAOs"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"2a57ea24-3ae8-4e58-922a-d8d16c813e3c"}],"id":"52301f5c-c06b-42ed-8d7b-fec343743152","_postman_id":"52301f5c-c06b-42ed-8d7b-fec343743152","description":""},{"name":"ContactPersons","item":[{"name":"Returns an array of contactpersons of the given organisation the user is entitled to","id":"2129f1f2-fc6a-4740-9cb9-d444a42a3d7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"OrganisationId\": \"string\",\n  \"SearchString\": \"string\",\n  \"ShowAll\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/OrganisationInfo/ContactPersons","urlObject":{"path":["OrganisationInfo","ContactPersons"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e93a9f85-61ba-491f-889b-fa3121104038","name":"An array of minimal info of the contactpersons the user is entitled to","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"OrganisationId\": \"string\",\n  \"SearchString\": \"string\",\n  \"ShowAll\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/OrganisationInfo/ContactPersons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"string\",\n    \"FullName\": \"string\",\n    \"Function\": \"string\",\n    \"LinkType\": \"string\",\n    \"Link\": \"string\",\n    \"Created\": \"1961-10-09T12:44:47.332Z\",\n    \"Creator\": \"string\"\n  },\n  {\n    \"guid\": \"string\",\n    \"FullName\": \"string\",\n    \"Function\": \"string\",\n    \"LinkType\": \"string\",\n    \"Link\": \"string\",\n    \"Created\": \"1980-12-11T19:53:33.456Z\",\n    \"Creator\": \"string\"\n  }\n]"},{"id":"57cc682a-8b85-4c7b-a358-1531cea2a47c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"OrganisationId\": \"string\",\n  \"SearchString\": \"string\",\n  \"ShowAll\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/OrganisationInfo/ContactPersons"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"2129f1f2-fc6a-4740-9cb9-d444a42a3d7c"}],"id":"a8ae29f2-58cd-4825-bb66-e0ee6803f03d","_postman_id":"a8ae29f2-58cd-4825-bb66-e0ee6803f03d","description":""},{"name":"Departments","item":[{"name":"Returns an array of departments of the given organisation the user is entitled to","id":"5daa289c-609c-47c8-9a18-6f68a28cb5c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"OrganisationId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/OrganisationInfo/Departments","urlObject":{"path":["OrganisationInfo","Departments"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"be22df7c-d637-49f6-9860-1a95d851a047","name":"An array of minimal info of the departments the user is entitled to","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"OrganisationId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/OrganisationInfo/Departments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"string\",\n    \"DepartmentCode\": \"string\",\n    \"Name\": \"string\"\n  },\n  {\n    \"guid\": \"string\",\n    \"DepartmentCode\": \"string\",\n    \"Name\": \"string\"\n  }\n]"},{"id":"3329cf6d-2f80-4cc4-9347-75b2fd172ea9","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"OrganisationId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/OrganisationInfo/Departments"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"5daa289c-609c-47c8-9a18-6f68a28cb5c0"}],"id":"59c816de-f440-41ed-a17d-fd1248756d2e","_postman_id":"59c816de-f440-41ed-a17d-fd1248756d2e","description":""},{"name":"FunctionProfiles","item":[{"name":"Returns an array of functionprofiles for the current license","id":"8997ef06-52ed-4b5c-b214-3b93774f5c69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"SearchString\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/OrganisationInfo/FunctionProfiles","urlObject":{"path":["OrganisationInfo","FunctionProfiles"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"37b18c23-7743-4c66-9743-684b0a64911a","name":"An array of functionprofiles for the current license","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"SearchString\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/OrganisationInfo/FunctionProfiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"string\",\n    \"Title\": \"string\",\n    \"Organisation\": \"string\",\n    \"ReleaseDate\": \"1984-08-27\"\n  },\n  {\n    \"guid\": \"string\",\n    \"Title\": \"string\",\n    \"Organisation\": \"string\",\n    \"ReleaseDate\": \"1961-12-27\"\n  }\n]"},{"id":"c401490b-b57d-4e90-9d49-ffaca3275927","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"SearchString\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/OrganisationInfo/FunctionProfiles"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"8997ef06-52ed-4b5c-b214-3b93774f5c69"}],"id":"4d6ef910-1e58-4990-9de2-81718b97cdf1","_postman_id":"4d6ef910-1e58-4990-9de2-81718b97cdf1","description":""},{"name":"Functions","item":[{"name":"Returns an array of functions of the given organisation the user is entitled to","id":"ddef2006-78de-42f7-a8d4-18b70ddb71e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"OrganisationId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/OrganisationInfo/Functions","urlObject":{"path":["OrganisationInfo","Functions"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1935d969-6fb6-42e5-8fb3-054d91ab3fbd","name":"An array of minimal info of the functions the user is entitled to","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"OrganisationId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/OrganisationInfo/Functions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"string\",\n    \"Title\": \"string\"\n  },\n  {\n    \"guid\": \"string\",\n    \"Title\": \"string\"\n  }\n]"},{"id":"59dbf886-160d-432f-bbf4-a1cdc3eb68e5","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"OrganisationId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/OrganisationInfo/Functions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"ddef2006-78de-42f7-a8d4-18b70ddb71e2"}],"id":"cdcd7ecb-67cf-4f5e-bdff-aa7d3090aaab","_postman_id":"cdcd7ecb-67cf-4f5e-bdff-aa7d3090aaab","description":""},{"name":"Organisations","item":[{"name":"Returns an array of organisations the user is entitled to or the organisation with the given Id","id":"877b3551-b8ad-495b-bb35-9445766a689c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/OrganisationInfo/Organisations?Id=string","urlObject":{"path":["OrganisationInfo","Organisations"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The guid of the organisation of which the info will be returned. This Id is optional.</p>\n","type":"text/plain"},"key":"Id","value":"string"}],"variable":[]}},"response":[{"id":"2212b37f-5207-41cb-863a-379ecb2c8fdb","name":"An array of minimal info of the organisations the user is entitled to","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/OrganisationInfo/Organisations?Id=string","host":["{{baseUrl}}"],"path":["OrganisationInfo","Organisations"],"query":[{"description":"The guid of the organisation of which the info will be returned. This Id is optional.","key":"Id","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"string\",\n    \"FullName\": \"string\",\n    \"ShortName\": \"string\",\n    \"OrganisationCode\": \"string\",\n    \"OrganisationTypeId\": \"string\",\n    \"OrganisationType\": \"string\",\n    \"ParentOrganisationId\": \"string\",\n    \"ParentOrganisationFullName\": \"string\",\n    \"COCRegistration\": \"string\",\n    \"COCRegion\": \"string\",\n    \"SectorCodeId\": \"string\",\n    \"SectorCode\": \"string\",\n    \"PayrollTaxNumber\": \"string\",\n    \"HourExportRecipient\": \"string\",\n    \"HourCorrectionExportRecipient\": \"string\",\n    \"DefaultRecipient\": \"string\",\n    \"ManagerId\": \"string\",\n    \"Manager\": \"string\",\n    \"HRUserRoleTypeId\": \"string\",\n    \"HRUserRole\": \"string\",\n    \"SalaryManagerRoleTypeId\": \"string\",\n    \"SalaryManagerRole\": \"string\",\n    \"AbsenceManagerUserRoleTypeId\": \"string\",\n    \"AbsenceManagerRole\": \"string\",\n    \"DefaultCAOId\": \"string\",\n    \"DefaultCAO\": \"string\",\n    \"ReducedEmployeeAdding\": true,\n    \"NumericEmployeeNumbers\": false,\n    \"RequireSocialSecurityNumber\": false,\n    \"NoSocialSecurityNumberCheck\": false,\n    \"RequireBankAccount\": false,\n    \"NoBankAccountCheck\": true,\n    \"TravelExpensesPerDay\": false,\n    \"AutoSupplementVacationHours\": true,\n    \"AutoSupplementReductionTimeHours\": true,\n    \"AutoSupplementDistributionTypeId\": \"string\",\n    \"AutoSupplementDistributionType\": \"string\",\n    \"BusinessAddressStreet\": \"string\",\n    \"BusinessAddressNumber\": \"string\",\n    \"BusinessAddressAddOn\": \"string\",\n    \"BusinessAddressZipCode\": \"string\",\n    \"BusinessAddressCity\": \"string\",\n    \"BusinessAddressCountryId\": \"string\",\n    \"BusinessAddressCountry\": \"string\",\n    \"InvoiceAddressStreet\": \"string\",\n    \"InvoiceAddressNumber\": \"string\",\n    \"InvoiceAddressAddOn\": \"string\",\n    \"InvoiceAddressZipCode\": \"string\",\n    \"InvoiceAddressCity\": \"string\",\n    \"InvoiceAddressCountryId\": \"string\",\n    \"InvoiceAddressCountry\": \"string\",\n    \"PostalAddressStreet\": \"string\",\n    \"PostalAddressNumber\": \"string\",\n    \"PostalAddressAddOn\": \"string\",\n    \"PostalAddressZipCode\": \"string\",\n    \"PostalAddressCity\": \"string\",\n    \"PostalAddressCountryId\": \"string\",\n    \"PostalAddressCountry\": \"string\"\n  },\n  {\n    \"guid\": \"string\",\n    \"FullName\": \"string\",\n    \"ShortName\": \"string\",\n    \"OrganisationCode\": \"string\",\n    \"OrganisationTypeId\": \"string\",\n    \"OrganisationType\": \"string\",\n    \"ParentOrganisationId\": \"string\",\n    \"ParentOrganisationFullName\": \"string\",\n    \"COCRegistration\": \"string\",\n    \"COCRegion\": \"string\",\n    \"SectorCodeId\": \"string\",\n    \"SectorCode\": \"string\",\n    \"PayrollTaxNumber\": \"string\",\n    \"HourExportRecipient\": \"string\",\n    \"HourCorrectionExportRecipient\": \"string\",\n    \"DefaultRecipient\": \"string\",\n    \"ManagerId\": \"string\",\n    \"Manager\": \"string\",\n    \"HRUserRoleTypeId\": \"string\",\n    \"HRUserRole\": \"string\",\n    \"SalaryManagerRoleTypeId\": \"string\",\n    \"SalaryManagerRole\": \"string\",\n    \"AbsenceManagerUserRoleTypeId\": \"string\",\n    \"AbsenceManagerRole\": \"string\",\n    \"DefaultCAOId\": \"string\",\n    \"DefaultCAO\": \"string\",\n    \"ReducedEmployeeAdding\": false,\n    \"NumericEmployeeNumbers\": false,\n    \"RequireSocialSecurityNumber\": true,\n    \"NoSocialSecurityNumberCheck\": false,\n    \"RequireBankAccount\": true,\n    \"NoBankAccountCheck\": true,\n    \"TravelExpensesPerDay\": true,\n    \"AutoSupplementVacationHours\": false,\n    \"AutoSupplementReductionTimeHours\": false,\n    \"AutoSupplementDistributionTypeId\": \"string\",\n    \"AutoSupplementDistributionType\": \"string\",\n    \"BusinessAddressStreet\": \"string\",\n    \"BusinessAddressNumber\": \"string\",\n    \"BusinessAddressAddOn\": \"string\",\n    \"BusinessAddressZipCode\": \"string\",\n    \"BusinessAddressCity\": \"string\",\n    \"BusinessAddressCountryId\": \"string\",\n    \"BusinessAddressCountry\": \"string\",\n    \"InvoiceAddressStreet\": \"string\",\n    \"InvoiceAddressNumber\": \"string\",\n    \"InvoiceAddressAddOn\": \"string\",\n    \"InvoiceAddressZipCode\": \"string\",\n    \"InvoiceAddressCity\": \"string\",\n    \"InvoiceAddressCountryId\": \"string\",\n    \"InvoiceAddressCountry\": \"string\",\n    \"PostalAddressStreet\": \"string\",\n    \"PostalAddressNumber\": \"string\",\n    \"PostalAddressAddOn\": \"string\",\n    \"PostalAddressZipCode\": \"string\",\n    \"PostalAddressCity\": \"string\",\n    \"PostalAddressCountryId\": \"string\",\n    \"PostalAddressCountry\": \"string\"\n  }\n]"},{"id":"0b897257-246d-4913-8472-560c032fce3d","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/OrganisationInfo/Organisations?Id=string","host":["{{baseUrl}}"],"path":["OrganisationInfo","Organisations"],"query":[{"description":"The guid of the organisation of which the info will be returned. This Id is optional.","key":"Id","value":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"877b3551-b8ad-495b-bb35-9445766a689c"}],"id":"29d101b8-eac3-4694-a959-a96034e37492","_postman_id":"29d101b8-eac3-4694-a959-a96034e37492","description":""},{"name":"OrganisationsShort","item":[{"name":"Returns an array of organisations the user is entitled to","id":"bbb14903-5018-4b0b-b31a-45033c58b014","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/OrganisationInfo/OrganisationsShort","urlObject":{"path":["OrganisationInfo","OrganisationsShort"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c06c0514-612e-4b85-aee7-5312f95a2154","name":"An array of minimal info of the organisations the user is entitled to","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/OrganisationInfo/OrganisationsShort"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"string\",\n    \"OrganisationCode\": \"string\",\n    \"FullName\": \"string\",\n    \"ShortName\": \"string\",\n    \"ExternalId\": \"string\"\n  },\n  {\n    \"guid\": \"string\",\n    \"OrganisationCode\": \"string\",\n    \"FullName\": \"string\",\n    \"ShortName\": \"string\",\n    \"ExternalId\": \"string\"\n  }\n]"},{"id":"78cd770f-1dc3-439c-989f-edb6ccb28afb","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/OrganisationInfo/OrganisationsShort"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"bbb14903-5018-4b0b-b31a-45033c58b014"}],"id":"eacca96f-22d3-4b44-8310-02a46ce61d36","_postman_id":"eacca96f-22d3-4b44-8310-02a46ce61d36","description":""},{"name":"OrganisationStructure","item":[{"name":"Returns an object with the complete hierarcy of the given license, optionally with employees","id":"34bfbcae-b860-457f-bbb3-87389391666b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Credentials\": {\n    \"UserName\": \"demo-user\",\n    \"Password\": \"Fe#$kld435g\"\n  },\n  \"LicenseId\": \"00000000-0000-0000-0000-000000000000\",\n  \"IncludeEmployees\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/OrganisationInfo/OrganisationStructure","urlObject":{"path":["OrganisationInfo","OrganisationStructure"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4d85e046-e01a-4a90-8bb1-7c75c2cd3970","name":"An object with the complete hierarchy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Credentials\": {\n    \"UserName\": \"demo-user\",\n    \"Password\": \"Fe#$kld435g\"\n  },\n  \"LicenseId\": \"00000000-0000-0000-0000-000000000000\",\n  \"IncludeEmployees\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/OrganisationInfo/OrganisationStructure"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Licenses\": {\n    \"LicenseId\": \"356E060B-2C37-4944-92B7-5DB2BD3A273C\",\n    \"Organisations\": {\n      \"Organisation\": [\n        {\n          \"Id\": \"A044A322-1996-4C29-BDA6-837ACBD353BC\",\n          \"Title\": \"Appèl\",\n          \"Regions\": {\n            \"Region\": {\n              \"Id\": \"7191EF70-61EA-41B2-B535-1E57CFE1F30E\",\n              \"Title\": \"Regio Appèl\",\n              \"Departments\": {\n                \"Department\": [\n                  {\n                    \"Id\": \"710667F6-9000-4A7A-961A-00DE584A2F8C\",\n                    \"Title\": \"Rockwool\",\n                    \"Employees\": {\n                      \"Employee\": [\n                        {\n                          \"Id\": \"7BBE12AD-BDB4-4B08-9BBB-0918E3E65479\",\n                          \"BSN\": \"121002731\",\n                          \"FirstName\": \"Corina Maria Johanna\",\n                          \"CallName\": \"Corina\",\n                          \"LastName\": \"Sips\",\n                          \"BirthDate\": \"1964-02-05\",\n                          \"EmployeeNumber\": \"760820\",\n                          \"EmploymentStartDate\": \"2015-08-29\",\n                          \"EmploymentEndDate\": \"9999-12-31\",\n                          \"ContractStartDate\": \"2015-08-29\",\n                          \"ContractEndDate\": \"2016-04-28\",\n                          \"ContractHoursPerWeek\": \"15.00\",\n                          \"EmployeeType\": \"Medewerker\",\n                          \"Department\": \"Rockwool\",\n                          \"Region\": \"Regio Appèl\",\n                          \"Organisation\": \"Appèl\",\n                          \"Function\": \"Cateringmedewerker B\",\n                          \"Salary\": \"10.46\",\n                          \"SalaryPeriod\": \"Uur\"\n                        }\n                      ]\n                    }\n                  }\n                ]\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"34bfbcae-b860-457f-bbb3-87389391666b"}],"id":"dec7847f-7de2-40b5-ad66-0de3724d3751","_postman_id":"dec7847f-7de2-40b5-ad66-0de3724d3751","description":""}],"id":"8ad3de3e-c120-4e22-ab71-c608af09549b","_postman_id":"8ad3de3e-c120-4e22-ab71-c608af09549b","description":""},{"name":"Person","item":[{"name":"MyData","item":[{"name":"Returns data from the user","id":"1a7087a8-500c-4d73-b2c2-b114c94a7c62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"DeviceId\": \"string\",\n  \"APIKey\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Person/MyData","urlObject":{"path":["Person","MyData"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a99d28e7-661f-4ef1-ac85-1baa95489e14","name":"Userdata","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"DeviceId\": \"string\",\n  \"APIKey\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Person/MyData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"SocialSecurityNumber\": \"string\",\n  \"Initials\": \"string\",\n  \"CallName\": \"string\",\n  \"FirstName\": \"string\",\n  \"MiddleName\": \"string\",\n  \"LastName\": \"string\",\n  \"FullName\": \"string\",\n  \"BirthDate\": \"2000-04-15\",\n  \"PlaceOfBirth\": \"string\",\n  \"BankAccount\": \"string\",\n  \"BankName\": \"string\",\n  \"Age\": 7454,\n  \"CountryOfBirth\": \"string\",\n  \"Gender\": \"string\",\n  \"MaritalState\": \"string\",\n  \"Nationality\": \"string\",\n  \"Addresses\": [\n    {\n      \"AddressType\": \"string\",\n      \"Street\": \"string\",\n      \"Number\": \"string\",\n      \"ZipCode\": \"string\",\n      \"City\": \"string\"\n    },\n    {\n      \"AddressType\": \"string\",\n      \"Street\": \"string\",\n      \"Number\": \"string\",\n      \"ZipCode\": \"string\",\n      \"City\": \"string\"\n    }\n  ],\n  \"Media\": [\n    {\n      \"Media\": \"string\",\n      \"MediaType\": \"string\",\n      \"RoleType\": \"string\",\n      \"IsPrimary\": true,\n      \"Comment\": \"string\"\n    },\n    {\n      \"Media\": \"string\",\n      \"MediaType\": \"string\",\n      \"RoleType\": \"string\",\n      \"IsPrimary\": false,\n      \"Comment\": \"string\"\n    }\n  ]\n}"},{"id":"696e54db-391e-4ada-a984-95a81a21a99c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"DeviceId\": \"string\",\n  \"APIKey\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Person/MyData"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"1a7087a8-500c-4d73-b2c2-b114c94a7c62"}],"id":"750d5d7e-d953-436f-bfb8-904a921ea639","_postman_id":"750d5d7e-d953-436f-bfb8-904a921ea639","description":""}],"id":"5cc0016d-92ce-47c5-8a7d-47f927e88e51","_postman_id":"5cc0016d-92ce-47c5-8a7d-47f927e88e51","description":""},{"name":"Purchase","item":[{"name":"WritePurchases","item":[{"name":"Save a purchase to the system","id":"ccacc205-46bb-4a6c-80ce-349e6bdf51b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Credentials\": {\n    \"UserName\": \"string\",\n    \"Password\": \"string\"\n  },\n  \"LicenseId\": \"string\",\n  \"PurchaseEntries\": [\n    {\n      \"Nr\": \"string\",\n      \"RelationId\": \"string\",\n      \"Date\": \"1981-04-03\",\n      \"SupplierId\": \"string\",\n      \"Supplier\": \"string\",\n      \"OrderGroupId\": \"string\",\n      \"OrderGroup\": \"string\",\n      \"PurchaseGroupId\": \"string\",\n      \"PurchaseGroup\": \"string\",\n      \"Amount\": \"string\",\n      \"Remark\": \"string\"\n    },\n    {\n      \"Nr\": \"string\",\n      \"RelationId\": \"string\",\n      \"Date\": \"1951-01-16\",\n      \"SupplierId\": \"string\",\n      \"Supplier\": \"string\",\n      \"OrderGroupId\": \"string\",\n      \"OrderGroup\": \"string\",\n      \"PurchaseGroupId\": \"string\",\n      \"PurchaseGroup\": \"string\",\n      \"Amount\": \"string\",\n      \"Remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Purchase/WritePurchases","urlObject":{"path":["Purchase","WritePurchases"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ec45c661-ebed-48c4-8c12-96a0119557f6","name":"A functionresult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Credentials\": {\n    \"UserName\": \"string\",\n    \"Password\": \"string\"\n  },\n  \"LicenseId\": \"string\",\n  \"PurchaseEntries\": [\n    {\n      \"Nr\": \"string\",\n      \"RelationId\": \"string\",\n      \"Date\": \"1981-04-03\",\n      \"SupplierId\": \"string\",\n      \"Supplier\": \"string\",\n      \"OrderGroupId\": \"string\",\n      \"OrderGroup\": \"string\",\n      \"PurchaseGroupId\": \"string\",\n      \"PurchaseGroup\": \"string\",\n      \"Amount\": \"string\",\n      \"Remark\": \"string\"\n    },\n    {\n      \"Nr\": \"string\",\n      \"RelationId\": \"string\",\n      \"Date\": \"1951-01-16\",\n      \"SupplierId\": \"string\",\n      \"Supplier\": \"string\",\n      \"OrderGroupId\": \"string\",\n      \"OrderGroup\": \"string\",\n      \"PurchaseGroupId\": \"string\",\n      \"PurchaseGroup\": \"string\",\n      \"Amount\": \"string\",\n      \"Remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Purchase/WritePurchases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"086ecb01-b5a4-42b2-91dc-d817e3bbf61f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Credentials\": {\n    \"UserName\": \"string\",\n    \"Password\": \"string\"\n  },\n  \"LicenseId\": \"string\",\n  \"PurchaseEntries\": [\n    {\n      \"Nr\": \"string\",\n      \"RelationId\": \"string\",\n      \"Date\": \"1981-04-03\",\n      \"SupplierId\": \"string\",\n      \"Supplier\": \"string\",\n      \"OrderGroupId\": \"string\",\n      \"OrderGroup\": \"string\",\n      \"PurchaseGroupId\": \"string\",\n      \"PurchaseGroup\": \"string\",\n      \"Amount\": \"string\",\n      \"Remark\": \"string\"\n    },\n    {\n      \"Nr\": \"string\",\n      \"RelationId\": \"string\",\n      \"Date\": \"1951-01-16\",\n      \"SupplierId\": \"string\",\n      \"Supplier\": \"string\",\n      \"OrderGroupId\": \"string\",\n      \"OrderGroup\": \"string\",\n      \"PurchaseGroupId\": \"string\",\n      \"PurchaseGroup\": \"string\",\n      \"Amount\": \"string\",\n      \"Remark\": \"string\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Purchase/WritePurchases"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Result\": \"string\"\n}"}],"_postman_id":"ccacc205-46bb-4a6c-80ce-349e6bdf51b6"}],"id":"88c2565d-9a81-4ce3-b82f-7a265d6d7f82","_postman_id":"88c2565d-9a81-4ce3-b82f-7a265d6d7f82","description":""},{"name":"PurchasePerDay","item":[{"name":"Returns an array with totals for purchases per day per Administration","id":"b7c82ae8-ef3f-4d20-a9de-fd28070efe3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"20211201\",\n  \"EndDate\": \"20211201\",\n  \"AdministrationId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Purchase/PurchasePerDay","urlObject":{"path":["Purchase","PurchasePerDay"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"dbb3971c-ad74-44e2-affd-565b0c0c063b","name":"An array of Turnover totals","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"20211201\",\n  \"EndDate\": \"20211201\",\n  \"AdministrationId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Purchase/PurchasePerDay"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"AdministrationId\": \"string\",\n    \"Date\": \"1969-12-03\",\n    \"AmountRealised\": 234.60992537737812,\n    \"PurchasesRealised\": 4261,\n    \"AmountTarget\": 4601.5976436943865\n  },\n  {\n    \"AdministrationId\": \"string\",\n    \"Date\": \"2016-10-27\",\n    \"AmountRealised\": 8343.756867548833,\n    \"PurchasesRealised\": 1207,\n    \"AmountTarget\": 3076.10277316815\n  }\n]"},{"id":"6a83e986-99a6-44fa-ae22-5315c9a62a52","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"20211201\",\n  \"EndDate\": \"20211201\",\n  \"AdministrationId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Purchase/PurchasePerDay"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"b7c82ae8-ef3f-4d20-a9de-fd28070efe3c"}],"id":"e08621aa-9bb7-4827-864d-bf2c7738730a","_postman_id":"e08621aa-9bb7-4827-864d-bf2c7738730a","description":""}],"id":"e40d7b6f-2beb-47bd-ab81-1a25e37b6e0e","_postman_id":"e40d7b6f-2beb-47bd-ab81-1a25e37b6e0e","description":""},{"name":"Register","item":[{"name":"WriteRegisterEntries","item":[{"name":"Write multiple register entries","id":"4d35b131-3331-4ec9-8adb-fd2765894a28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Credentials\": {\n    \"UserName\": \"string\",\n    \"Password\": \"string\"\n  },\n  \"RegisterEntry\": [\n    {\n      \"License\": 1912,\n      \"Register\": \"string\",\n      \"Date\": \"20211201\",\n      \"Turnover\": [\n        {\n          \"Id\": 2517,\n          \"Title\": \"string\",\n          \"Amount\": 4229.025344155976,\n          \"Count\": 7069\n        },\n        {\n          \"Id\": 5671,\n          \"Title\": \"string\",\n          \"Amount\": 3460.4888415073256,\n          \"Count\": 3570\n        }\n      ],\n      \"Accountability\": {\n        \"Payments\": [\n          {\n            \"Id\": 1654,\n            \"Title\": \"string\",\n            \"Amount\": 6592.6617818324,\n            \"Count\": 9076\n          },\n          {\n            \"Id\": 239,\n            \"Title\": \"string\",\n            \"Amount\": 3263.769653497879,\n            \"Count\": 9404\n          }\n        ],\n        \"CashDeposit\": {\n          \"Amount\": 4235.463411509663\n        },\n        \"DebtorForInvoicing\": [\n          {\n            \"Id\": 1042,\n            \"Name\": \"string\",\n            \"Address\": \"string\",\n            \"ZipCode\": \"string\",\n            \"Country\": \"string\",\n            \"Phone\": \"string\",\n            \"Email\": \"string\",\n            \"Description\": \"string\",\n            \"NoteNr\": \"string\",\n            \"AmountByVat\": [\n              {\n                \"VatPercentage\": 396.4126503558663,\n                \"Amount\": 2695.216331632633\n              },\n              {\n                \"VatPercentage\": 1360.338110676007,\n                \"Amount\": 3280.781782587867\n              }\n            ]\n          },\n          {\n            \"Id\": 4900,\n            \"Name\": \"string\",\n            \"Address\": \"string\",\n            \"ZipCode\": \"string\",\n            \"Country\": \"string\",\n            \"Phone\": \"string\",\n            \"Email\": \"string\",\n            \"Description\": \"string\",\n            \"NoteNr\": \"string\",\n            \"AmountByVat\": [\n              {\n                \"VatPercentage\": 6059.603544295395,\n                \"Amount\": 7934.687284788651\n              },\n              {\n                \"VatPercentage\": 9998.849839079927,\n                \"Amount\": 4899.112326258261\n              }\n            ]\n          }\n        ]\n      },\n      \"Counter\": [\n        {\n          \"Id\": 189,\n          \"Title\": \"string\",\n          \"Count\": 5072\n        },\n        {\n          \"Id\": 8169,\n          \"Title\": \"string\",\n          \"Count\": 6479\n        }\n      ]\n    },\n    {\n      \"License\": 8664,\n      \"Register\": \"string\",\n      \"Date\": \"20211201\",\n      \"Turnover\": [\n        {\n          \"Id\": 3490,\n          \"Title\": \"string\",\n          \"Amount\": 678.7068950318597,\n          \"Count\": 3754\n        },\n        {\n          \"Id\": 6821,\n          \"Title\": \"string\",\n          \"Amount\": 5581.586679032229,\n          \"Count\": 7386\n        }\n      ],\n      \"Accountability\": {\n        \"Payments\": [\n          {\n            \"Id\": 331,\n            \"Title\": \"string\",\n            \"Amount\": 3664.998613117647,\n            \"Count\": 2108\n          },\n          {\n            \"Id\": 1585,\n            \"Title\": \"string\",\n            \"Amount\": 8992.283444371387,\n            \"Count\": 2592\n          }\n        ],\n        \"CashDeposit\": {\n          \"Amount\": 2739.0058815596617\n        },\n        \"DebtorForInvoicing\": [\n          {\n            \"Id\": 6733,\n            \"Name\": \"string\",\n            \"Address\": \"string\",\n            \"ZipCode\": \"string\",\n            \"Country\": \"string\",\n            \"Phone\": \"string\",\n            \"Email\": \"string\",\n            \"Description\": \"string\",\n            \"NoteNr\": \"string\",\n            \"AmountByVat\": [\n              {\n                \"VatPercentage\": 3155.1673752235797,\n                \"Amount\": 2436.6919013904685\n              },\n              {\n                \"VatPercentage\": 5457.096072099965,\n                \"Amount\": 7882.324899085562\n              }\n            ]\n          },\n          {\n            \"Id\": 8680,\n            \"Name\": \"string\",\n            \"Address\": \"string\",\n            \"ZipCode\": \"string\",\n            \"Country\": \"string\",\n            \"Phone\": \"string\",\n            \"Email\": \"string\",\n            \"Description\": \"string\",\n            \"NoteNr\": \"string\",\n            \"AmountByVat\": [\n              {\n                \"VatPercentage\": 6018.179997462238,\n                \"Amount\": 1153.5854606266805\n              },\n              {\n                \"VatPercentage\": 201.35965547265045,\n                \"Amount\": 9696.472849404092\n              }\n            ]\n          }\n        ]\n      },\n      \"Counter\": [\n        {\n          \"Id\": 5001,\n          \"Title\": \"string\",\n          \"Count\": 9285\n        },\n        {\n          \"Id\": 3098,\n          \"Title\": \"string\",\n          \"Count\": 3905\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Register/WriteRegisterEntries","urlObject":{"path":["Register","WriteRegisterEntries"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9470ba6b-ee65-4f34-9312-b62fdf90c074","name":"The result of the write","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Credentials\": {\n    \"UserName\": \"string\",\n    \"Password\": \"string\"\n  },\n  \"RegisterEntry\": [\n    {\n      \"License\": 1912,\n      \"Register\": \"string\",\n      \"Date\": \"20211201\",\n      \"Turnover\": [\n        {\n          \"Id\": 2517,\n          \"Title\": \"string\",\n          \"Amount\": 4229.025344155976,\n          \"Count\": 7069\n        },\n        {\n          \"Id\": 5671,\n          \"Title\": \"string\",\n          \"Amount\": 3460.4888415073256,\n          \"Count\": 3570\n        }\n      ],\n      \"Accountability\": {\n        \"Payments\": [\n          {\n            \"Id\": 1654,\n            \"Title\": \"string\",\n            \"Amount\": 6592.6617818324,\n            \"Count\": 9076\n          },\n          {\n            \"Id\": 239,\n            \"Title\": \"string\",\n            \"Amount\": 3263.769653497879,\n            \"Count\": 9404\n          }\n        ],\n        \"CashDeposit\": {\n          \"Amount\": 4235.463411509663\n        },\n        \"DebtorForInvoicing\": [\n          {\n            \"Id\": 1042,\n            \"Name\": \"string\",\n            \"Address\": \"string\",\n            \"ZipCode\": \"string\",\n            \"Country\": \"string\",\n            \"Phone\": \"string\",\n            \"Email\": \"string\",\n            \"Description\": \"string\",\n            \"NoteNr\": \"string\",\n            \"AmountByVat\": [\n              {\n                \"VatPercentage\": 396.4126503558663,\n                \"Amount\": 2695.216331632633\n              },\n              {\n                \"VatPercentage\": 1360.338110676007,\n                \"Amount\": 3280.781782587867\n              }\n            ]\n          },\n          {\n            \"Id\": 4900,\n            \"Name\": \"string\",\n            \"Address\": \"string\",\n            \"ZipCode\": \"string\",\n            \"Country\": \"string\",\n            \"Phone\": \"string\",\n            \"Email\": \"string\",\n            \"Description\": \"string\",\n            \"NoteNr\": \"string\",\n            \"AmountByVat\": [\n              {\n                \"VatPercentage\": 6059.603544295395,\n                \"Amount\": 7934.687284788651\n              },\n              {\n                \"VatPercentage\": 9998.849839079927,\n                \"Amount\": 4899.112326258261\n              }\n            ]\n          }\n        ]\n      },\n      \"Counter\": [\n        {\n          \"Id\": 189,\n          \"Title\": \"string\",\n          \"Count\": 5072\n        },\n        {\n          \"Id\": 8169,\n          \"Title\": \"string\",\n          \"Count\": 6479\n        }\n      ]\n    },\n    {\n      \"License\": 8664,\n      \"Register\": \"string\",\n      \"Date\": \"20211201\",\n      \"Turnover\": [\n        {\n          \"Id\": 3490,\n          \"Title\": \"string\",\n          \"Amount\": 678.7068950318597,\n          \"Count\": 3754\n        },\n        {\n          \"Id\": 6821,\n          \"Title\": \"string\",\n          \"Amount\": 5581.586679032229,\n          \"Count\": 7386\n        }\n      ],\n      \"Accountability\": {\n        \"Payments\": [\n          {\n            \"Id\": 331,\n            \"Title\": \"string\",\n            \"Amount\": 3664.998613117647,\n            \"Count\": 2108\n          },\n          {\n            \"Id\": 1585,\n            \"Title\": \"string\",\n            \"Amount\": 8992.283444371387,\n            \"Count\": 2592\n          }\n        ],\n        \"CashDeposit\": {\n          \"Amount\": 2739.0058815596617\n        },\n        \"DebtorForInvoicing\": [\n          {\n            \"Id\": 6733,\n            \"Name\": \"string\",\n            \"Address\": \"string\",\n            \"ZipCode\": \"string\",\n            \"Country\": \"string\",\n            \"Phone\": \"string\",\n            \"Email\": \"string\",\n            \"Description\": \"string\",\n            \"NoteNr\": \"string\",\n            \"AmountByVat\": [\n              {\n                \"VatPercentage\": 3155.1673752235797,\n                \"Amount\": 2436.6919013904685\n              },\n              {\n                \"VatPercentage\": 5457.096072099965,\n                \"Amount\": 7882.324899085562\n              }\n            ]\n          },\n          {\n            \"Id\": 8680,\n            \"Name\": \"string\",\n            \"Address\": \"string\",\n            \"ZipCode\": \"string\",\n            \"Country\": \"string\",\n            \"Phone\": \"string\",\n            \"Email\": \"string\",\n            \"Description\": \"string\",\n            \"NoteNr\": \"string\",\n            \"AmountByVat\": [\n              {\n                \"VatPercentage\": 6018.179997462238,\n                \"Amount\": 1153.5854606266805\n              },\n              {\n                \"VatPercentage\": 201.35965547265045,\n                \"Amount\": 9696.472849404092\n              }\n            ]\n          }\n        ]\n      },\n      \"Counter\": [\n        {\n          \"Id\": 5001,\n          \"Title\": \"string\",\n          \"Count\": 9285\n        },\n        {\n          \"Id\": 3098,\n          \"Title\": \"string\",\n          \"Count\": 3905\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Register/WriteRegisterEntries"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"Result\": \"string\"\n}"},{"id":"e7fe4a86-550d-42da-bc20-cf02c8f8b50a","name":"BadRequest (no data based on info)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Credentials\": {\n    \"UserName\": \"string\",\n    \"Password\": \"string\"\n  },\n  \"RegisterEntry\": [\n    {\n      \"License\": 1912,\n      \"Register\": \"string\",\n      \"Date\": \"20211201\",\n      \"Turnover\": [\n        {\n          \"Id\": 2517,\n          \"Title\": \"string\",\n          \"Amount\": 4229.025344155976,\n          \"Count\": 7069\n        },\n        {\n          \"Id\": 5671,\n          \"Title\": \"string\",\n          \"Amount\": 3460.4888415073256,\n          \"Count\": 3570\n        }\n      ],\n      \"Accountability\": {\n        \"Payments\": [\n          {\n            \"Id\": 1654,\n            \"Title\": \"string\",\n            \"Amount\": 6592.6617818324,\n            \"Count\": 9076\n          },\n          {\n            \"Id\": 239,\n            \"Title\": \"string\",\n            \"Amount\": 3263.769653497879,\n            \"Count\": 9404\n          }\n        ],\n        \"CashDeposit\": {\n          \"Amount\": 4235.463411509663\n        },\n        \"DebtorForInvoicing\": [\n          {\n            \"Id\": 1042,\n            \"Name\": \"string\",\n            \"Address\": \"string\",\n            \"ZipCode\": \"string\",\n            \"Country\": \"string\",\n            \"Phone\": \"string\",\n            \"Email\": \"string\",\n            \"Description\": \"string\",\n            \"NoteNr\": \"string\",\n            \"AmountByVat\": [\n              {\n                \"VatPercentage\": 396.4126503558663,\n                \"Amount\": 2695.216331632633\n              },\n              {\n                \"VatPercentage\": 1360.338110676007,\n                \"Amount\": 3280.781782587867\n              }\n            ]\n          },\n          {\n            \"Id\": 4900,\n            \"Name\": \"string\",\n            \"Address\": \"string\",\n            \"ZipCode\": \"string\",\n            \"Country\": \"string\",\n            \"Phone\": \"string\",\n            \"Email\": \"string\",\n            \"Description\": \"string\",\n            \"NoteNr\": \"string\",\n            \"AmountByVat\": [\n              {\n                \"VatPercentage\": 6059.603544295395,\n                \"Amount\": 7934.687284788651\n              },\n              {\n                \"VatPercentage\": 9998.849839079927,\n                \"Amount\": 4899.112326258261\n              }\n            ]\n          }\n        ]\n      },\n      \"Counter\": [\n        {\n          \"Id\": 189,\n          \"Title\": \"string\",\n          \"Count\": 5072\n        },\n        {\n          \"Id\": 8169,\n          \"Title\": \"string\",\n          \"Count\": 6479\n        }\n      ]\n    },\n    {\n      \"License\": 8664,\n      \"Register\": \"string\",\n      \"Date\": \"20211201\",\n      \"Turnover\": [\n        {\n          \"Id\": 3490,\n          \"Title\": \"string\",\n          \"Amount\": 678.7068950318597,\n          \"Count\": 3754\n        },\n        {\n          \"Id\": 6821,\n          \"Title\": \"string\",\n          \"Amount\": 5581.586679032229,\n          \"Count\": 7386\n        }\n      ],\n      \"Accountability\": {\n        \"Payments\": [\n          {\n            \"Id\": 331,\n            \"Title\": \"string\",\n            \"Amount\": 3664.998613117647,\n            \"Count\": 2108\n          },\n          {\n            \"Id\": 1585,\n            \"Title\": \"string\",\n            \"Amount\": 8992.283444371387,\n            \"Count\": 2592\n          }\n        ],\n        \"CashDeposit\": {\n          \"Amount\": 2739.0058815596617\n        },\n        \"DebtorForInvoicing\": [\n          {\n            \"Id\": 6733,\n            \"Name\": \"string\",\n            \"Address\": \"string\",\n            \"ZipCode\": \"string\",\n            \"Country\": \"string\",\n            \"Phone\": \"string\",\n            \"Email\": \"string\",\n            \"Description\": \"string\",\n            \"NoteNr\": \"string\",\n            \"AmountByVat\": [\n              {\n                \"VatPercentage\": 3155.1673752235797,\n                \"Amount\": 2436.6919013904685\n              },\n              {\n                \"VatPercentage\": 5457.096072099965,\n                \"Amount\": 7882.324899085562\n              }\n            ]\n          },\n          {\n            \"Id\": 8680,\n            \"Name\": \"string\",\n            \"Address\": \"string\",\n            \"ZipCode\": \"string\",\n            \"Country\": \"string\",\n            \"Phone\": \"string\",\n            \"Email\": \"string\",\n            \"Description\": \"string\",\n            \"NoteNr\": \"string\",\n            \"AmountByVat\": [\n              {\n                \"VatPercentage\": 6018.179997462238,\n                \"Amount\": 1153.5854606266805\n              },\n              {\n                \"VatPercentage\": 201.35965547265045,\n                \"Amount\": 9696.472849404092\n              }\n            ]\n          }\n        ]\n      },\n      \"Counter\": [\n        {\n          \"Id\": 5001,\n          \"Title\": \"string\",\n          \"Count\": 9285\n        },\n        {\n          \"Id\": 3098,\n          \"Title\": \"string\",\n          \"Count\": 3905\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Register/WriteRegisterEntries"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"Result\": \"string\"\n}"},{"id":"27f4e813-fc6d-4b93-9b85-cdb633b502df","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Credentials\": {\n    \"UserName\": \"string\",\n    \"Password\": \"string\"\n  },\n  \"RegisterEntry\": [\n    {\n      \"License\": 1912,\n      \"Register\": \"string\",\n      \"Date\": \"20211201\",\n      \"Turnover\": [\n        {\n          \"Id\": 2517,\n          \"Title\": \"string\",\n          \"Amount\": 4229.025344155976,\n          \"Count\": 7069\n        },\n        {\n          \"Id\": 5671,\n          \"Title\": \"string\",\n          \"Amount\": 3460.4888415073256,\n          \"Count\": 3570\n        }\n      ],\n      \"Accountability\": {\n        \"Payments\": [\n          {\n            \"Id\": 1654,\n            \"Title\": \"string\",\n            \"Amount\": 6592.6617818324,\n            \"Count\": 9076\n          },\n          {\n            \"Id\": 239,\n            \"Title\": \"string\",\n            \"Amount\": 3263.769653497879,\n            \"Count\": 9404\n          }\n        ],\n        \"CashDeposit\": {\n          \"Amount\": 4235.463411509663\n        },\n        \"DebtorForInvoicing\": [\n          {\n            \"Id\": 1042,\n            \"Name\": \"string\",\n            \"Address\": \"string\",\n            \"ZipCode\": \"string\",\n            \"Country\": \"string\",\n            \"Phone\": \"string\",\n            \"Email\": \"string\",\n            \"Description\": \"string\",\n            \"NoteNr\": \"string\",\n            \"AmountByVat\": [\n              {\n                \"VatPercentage\": 396.4126503558663,\n                \"Amount\": 2695.216331632633\n              },\n              {\n                \"VatPercentage\": 1360.338110676007,\n                \"Amount\": 3280.781782587867\n              }\n            ]\n          },\n          {\n            \"Id\": 4900,\n            \"Name\": \"string\",\n            \"Address\": \"string\",\n            \"ZipCode\": \"string\",\n            \"Country\": \"string\",\n            \"Phone\": \"string\",\n            \"Email\": \"string\",\n            \"Description\": \"string\",\n            \"NoteNr\": \"string\",\n            \"AmountByVat\": [\n              {\n                \"VatPercentage\": 6059.603544295395,\n                \"Amount\": 7934.687284788651\n              },\n              {\n                \"VatPercentage\": 9998.849839079927,\n                \"Amount\": 4899.112326258261\n              }\n            ]\n          }\n        ]\n      },\n      \"Counter\": [\n        {\n          \"Id\": 189,\n          \"Title\": \"string\",\n          \"Count\": 5072\n        },\n        {\n          \"Id\": 8169,\n          \"Title\": \"string\",\n          \"Count\": 6479\n        }\n      ]\n    },\n    {\n      \"License\": 8664,\n      \"Register\": \"string\",\n      \"Date\": \"20211201\",\n      \"Turnover\": [\n        {\n          \"Id\": 3490,\n          \"Title\": \"string\",\n          \"Amount\": 678.7068950318597,\n          \"Count\": 3754\n        },\n        {\n          \"Id\": 6821,\n          \"Title\": \"string\",\n          \"Amount\": 5581.586679032229,\n          \"Count\": 7386\n        }\n      ],\n      \"Accountability\": {\n        \"Payments\": [\n          {\n            \"Id\": 331,\n            \"Title\": \"string\",\n            \"Amount\": 3664.998613117647,\n            \"Count\": 2108\n          },\n          {\n            \"Id\": 1585,\n            \"Title\": \"string\",\n            \"Amount\": 8992.283444371387,\n            \"Count\": 2592\n          }\n        ],\n        \"CashDeposit\": {\n          \"Amount\": 2739.0058815596617\n        },\n        \"DebtorForInvoicing\": [\n          {\n            \"Id\": 6733,\n            \"Name\": \"string\",\n            \"Address\": \"string\",\n            \"ZipCode\": \"string\",\n            \"Country\": \"string\",\n            \"Phone\": \"string\",\n            \"Email\": \"string\",\n            \"Description\": \"string\",\n            \"NoteNr\": \"string\",\n            \"AmountByVat\": [\n              {\n                \"VatPercentage\": 3155.1673752235797,\n                \"Amount\": 2436.6919013904685\n              },\n              {\n                \"VatPercentage\": 5457.096072099965,\n                \"Amount\": 7882.324899085562\n              }\n            ]\n          },\n          {\n            \"Id\": 8680,\n            \"Name\": \"string\",\n            \"Address\": \"string\",\n            \"ZipCode\": \"string\",\n            \"Country\": \"string\",\n            \"Phone\": \"string\",\n            \"Email\": \"string\",\n            \"Description\": \"string\",\n            \"NoteNr\": \"string\",\n            \"AmountByVat\": [\n              {\n                \"VatPercentage\": 6018.179997462238,\n                \"Amount\": 1153.5854606266805\n              },\n              {\n                \"VatPercentage\": 201.35965547265045,\n                \"Amount\": 9696.472849404092\n              }\n            ]\n          }\n        ]\n      },\n      \"Counter\": [\n        {\n          \"Id\": 5001,\n          \"Title\": \"string\",\n          \"Count\": 9285\n        },\n        {\n          \"Id\": 3098,\n          \"Title\": \"string\",\n          \"Count\": 3905\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Register/WriteRegisterEntries"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"Result\": \"string\"\n}"},{"id":"4230a2e6-ce13-4b31-bda6-756cc54f32f9","name":"ExpectationFailed (see Result for reason)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Credentials\": {\n    \"UserName\": \"string\",\n    \"Password\": \"string\"\n  },\n  \"RegisterEntry\": [\n    {\n      \"License\": 1912,\n      \"Register\": \"string\",\n      \"Date\": \"20211201\",\n      \"Turnover\": [\n        {\n          \"Id\": 2517,\n          \"Title\": \"string\",\n          \"Amount\": 4229.025344155976,\n          \"Count\": 7069\n        },\n        {\n          \"Id\": 5671,\n          \"Title\": \"string\",\n          \"Amount\": 3460.4888415073256,\n          \"Count\": 3570\n        }\n      ],\n      \"Accountability\": {\n        \"Payments\": [\n          {\n            \"Id\": 1654,\n            \"Title\": \"string\",\n            \"Amount\": 6592.6617818324,\n            \"Count\": 9076\n          },\n          {\n            \"Id\": 239,\n            \"Title\": \"string\",\n            \"Amount\": 3263.769653497879,\n            \"Count\": 9404\n          }\n        ],\n        \"CashDeposit\": {\n          \"Amount\": 4235.463411509663\n        },\n        \"DebtorForInvoicing\": [\n          {\n            \"Id\": 1042,\n            \"Name\": \"string\",\n            \"Address\": \"string\",\n            \"ZipCode\": \"string\",\n            \"Country\": \"string\",\n            \"Phone\": \"string\",\n            \"Email\": \"string\",\n            \"Description\": \"string\",\n            \"NoteNr\": \"string\",\n            \"AmountByVat\": [\n              {\n                \"VatPercentage\": 396.4126503558663,\n                \"Amount\": 2695.216331632633\n              },\n              {\n                \"VatPercentage\": 1360.338110676007,\n                \"Amount\": 3280.781782587867\n              }\n            ]\n          },\n          {\n            \"Id\": 4900,\n            \"Name\": \"string\",\n            \"Address\": \"string\",\n            \"ZipCode\": \"string\",\n            \"Country\": \"string\",\n            \"Phone\": \"string\",\n            \"Email\": \"string\",\n            \"Description\": \"string\",\n            \"NoteNr\": \"string\",\n            \"AmountByVat\": [\n              {\n                \"VatPercentage\": 6059.603544295395,\n                \"Amount\": 7934.687284788651\n              },\n              {\n                \"VatPercentage\": 9998.849839079927,\n                \"Amount\": 4899.112326258261\n              }\n            ]\n          }\n        ]\n      },\n      \"Counter\": [\n        {\n          \"Id\": 189,\n          \"Title\": \"string\",\n          \"Count\": 5072\n        },\n        {\n          \"Id\": 8169,\n          \"Title\": \"string\",\n          \"Count\": 6479\n        }\n      ]\n    },\n    {\n      \"License\": 8664,\n      \"Register\": \"string\",\n      \"Date\": \"20211201\",\n      \"Turnover\": [\n        {\n          \"Id\": 3490,\n          \"Title\": \"string\",\n          \"Amount\": 678.7068950318597,\n          \"Count\": 3754\n        },\n        {\n          \"Id\": 6821,\n          \"Title\": \"string\",\n          \"Amount\": 5581.586679032229,\n          \"Count\": 7386\n        }\n      ],\n      \"Accountability\": {\n        \"Payments\": [\n          {\n            \"Id\": 331,\n            \"Title\": \"string\",\n            \"Amount\": 3664.998613117647,\n            \"Count\": 2108\n          },\n          {\n            \"Id\": 1585,\n            \"Title\": \"string\",\n            \"Amount\": 8992.283444371387,\n            \"Count\": 2592\n          }\n        ],\n        \"CashDeposit\": {\n          \"Amount\": 2739.0058815596617\n        },\n        \"DebtorForInvoicing\": [\n          {\n            \"Id\": 6733,\n            \"Name\": \"string\",\n            \"Address\": \"string\",\n            \"ZipCode\": \"string\",\n            \"Country\": \"string\",\n            \"Phone\": \"string\",\n            \"Email\": \"string\",\n            \"Description\": \"string\",\n            \"NoteNr\": \"string\",\n            \"AmountByVat\": [\n              {\n                \"VatPercentage\": 3155.1673752235797,\n                \"Amount\": 2436.6919013904685\n              },\n              {\n                \"VatPercentage\": 5457.096072099965,\n                \"Amount\": 7882.324899085562\n              }\n            ]\n          },\n          {\n            \"Id\": 8680,\n            \"Name\": \"string\",\n            \"Address\": \"string\",\n            \"ZipCode\": \"string\",\n            \"Country\": \"string\",\n            \"Phone\": \"string\",\n            \"Email\": \"string\",\n            \"Description\": \"string\",\n            \"NoteNr\": \"string\",\n            \"AmountByVat\": [\n              {\n                \"VatPercentage\": 6018.179997462238,\n                \"Amount\": 1153.5854606266805\n              },\n              {\n                \"VatPercentage\": 201.35965547265045,\n                \"Amount\": 9696.472849404092\n              }\n            ]\n          }\n        ]\n      },\n      \"Counter\": [\n        {\n          \"Id\": 5001,\n          \"Title\": \"string\",\n          \"Count\": 9285\n        },\n        {\n          \"Id\": 3098,\n          \"Title\": \"string\",\n          \"Count\": 3905\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Register/WriteRegisterEntries"},"status":"Expectation Failed","code":417,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"Result\": \"string\"\n}"}],"_postman_id":"4d35b131-3331-4ec9-8adb-fd2765894a28"}],"id":"938c517b-ba97-49b4-bca7-65e49287b1e8","_postman_id":"938c517b-ba97-49b4-bca7-65e49287b1e8","description":""},{"name":"WriteRegisterEntry","item":[{"name":"Write a register entry","id":"e18b40ce-58d7-4153-87bb-b43cc1b8240a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Credentials\": {\n    \"UserName\": \"string\",\n    \"Password\": \"string\"\n  },\n  \"RegisterEntry\": {\n    \"License\": 5578,\n    \"Register\": \"string\",\n    \"Date\": \"20211201\",\n    \"Turnover\": [\n      {\n        \"Id\": 7512,\n        \"Title\": \"string\",\n        \"Amount\": 8728.705775667786,\n        \"Count\": 9344\n      },\n      {\n        \"Id\": 6000,\n        \"Title\": \"string\",\n        \"Amount\": 8280.585874916773,\n        \"Count\": 6699\n      }\n    ],\n    \"Accountability\": {\n      \"Payments\": [\n        {\n          \"Id\": 632,\n          \"Title\": \"string\",\n          \"Amount\": 5547.735568677592,\n          \"Count\": 2430\n        },\n        {\n          \"Id\": 4491,\n          \"Title\": \"string\",\n          \"Amount\": 9943.476460876313,\n          \"Count\": 5500\n        }\n      ],\n      \"CashDeposit\": {\n        \"Amount\": 9745.253420842631\n      },\n      \"DebtorForInvoicing\": [\n        {\n          \"Id\": 8858,\n          \"Name\": \"string\",\n          \"Address\": \"string\",\n          \"ZipCode\": \"string\",\n          \"Country\": \"string\",\n          \"Phone\": \"string\",\n          \"Email\": \"string\",\n          \"Description\": \"string\",\n          \"NoteNr\": \"string\",\n          \"AmountByVat\": [\n            {\n              \"VatPercentage\": 9454.54741795245,\n              \"Amount\": 8748.642889674591\n            },\n            {\n              \"VatPercentage\": 8918.44870196716,\n              \"Amount\": 9419.876276581395\n            }\n          ]\n        },\n        {\n          \"Id\": 7391,\n          \"Name\": \"string\",\n          \"Address\": \"string\",\n          \"ZipCode\": \"string\",\n          \"Country\": \"string\",\n          \"Phone\": \"string\",\n          \"Email\": \"string\",\n          \"Description\": \"string\",\n          \"NoteNr\": \"string\",\n          \"AmountByVat\": [\n            {\n              \"VatPercentage\": 6737.448990082955,\n              \"Amount\": 5110.974444016021\n            },\n            {\n              \"VatPercentage\": 4696.972503661643,\n              \"Amount\": 3898.3169998884714\n            }\n          ]\n        }\n      ]\n    },\n    \"Counter\": [\n      {\n        \"Id\": 6470,\n        \"Title\": \"string\",\n        \"Count\": 3552\n      },\n      {\n        \"Id\": 9081,\n        \"Title\": \"string\",\n        \"Count\": 4176\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Register/WriteRegisterEntry","urlObject":{"path":["Register","WriteRegisterEntry"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3370d5af-88d8-483a-94f4-db604a277152","name":"The result of the write","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Credentials\": {\n    \"UserName\": \"string\",\n    \"Password\": \"string\"\n  },\n  \"RegisterEntry\": {\n    \"License\": 5578,\n    \"Register\": \"string\",\n    \"Date\": \"20211201\",\n    \"Turnover\": [\n      {\n        \"Id\": 7512,\n        \"Title\": \"string\",\n        \"Amount\": 8728.705775667786,\n        \"Count\": 9344\n      },\n      {\n        \"Id\": 6000,\n        \"Title\": \"string\",\n        \"Amount\": 8280.585874916773,\n        \"Count\": 6699\n      }\n    ],\n    \"Accountability\": {\n      \"Payments\": [\n        {\n          \"Id\": 632,\n          \"Title\": \"string\",\n          \"Amount\": 5547.735568677592,\n          \"Count\": 2430\n        },\n        {\n          \"Id\": 4491,\n          \"Title\": \"string\",\n          \"Amount\": 9943.476460876313,\n          \"Count\": 5500\n        }\n      ],\n      \"CashDeposit\": {\n        \"Amount\": 9745.253420842631\n      },\n      \"DebtorForInvoicing\": [\n        {\n          \"Id\": 8858,\n          \"Name\": \"string\",\n          \"Address\": \"string\",\n          \"ZipCode\": \"string\",\n          \"Country\": \"string\",\n          \"Phone\": \"string\",\n          \"Email\": \"string\",\n          \"Description\": \"string\",\n          \"NoteNr\": \"string\",\n          \"AmountByVat\": [\n            {\n              \"VatPercentage\": 9454.54741795245,\n              \"Amount\": 8748.642889674591\n            },\n            {\n              \"VatPercentage\": 8918.44870196716,\n              \"Amount\": 9419.876276581395\n            }\n          ]\n        },\n        {\n          \"Id\": 7391,\n          \"Name\": \"string\",\n          \"Address\": \"string\",\n          \"ZipCode\": \"string\",\n          \"Country\": \"string\",\n          \"Phone\": \"string\",\n          \"Email\": \"string\",\n          \"Description\": \"string\",\n          \"NoteNr\": \"string\",\n          \"AmountByVat\": [\n            {\n              \"VatPercentage\": 6737.448990082955,\n              \"Amount\": 5110.974444016021\n            },\n            {\n              \"VatPercentage\": 4696.972503661643,\n              \"Amount\": 3898.3169998884714\n            }\n          ]\n        }\n      ]\n    },\n    \"Counter\": [\n      {\n        \"Id\": 6470,\n        \"Title\": \"string\",\n        \"Count\": 3552\n      },\n      {\n        \"Id\": 9081,\n        \"Title\": \"string\",\n        \"Count\": 4176\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Register/WriteRegisterEntry"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"Result\": \"string\"\n}"},{"id":"653fb2fe-4ec3-4f43-ada5-d84e36f369d6","name":"BadRequest (no data based on info)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Credentials\": {\n    \"UserName\": \"string\",\n    \"Password\": \"string\"\n  },\n  \"RegisterEntry\": {\n    \"License\": 5578,\n    \"Register\": \"string\",\n    \"Date\": \"20211201\",\n    \"Turnover\": [\n      {\n        \"Id\": 7512,\n        \"Title\": \"string\",\n        \"Amount\": 8728.705775667786,\n        \"Count\": 9344\n      },\n      {\n        \"Id\": 6000,\n        \"Title\": \"string\",\n        \"Amount\": 8280.585874916773,\n        \"Count\": 6699\n      }\n    ],\n    \"Accountability\": {\n      \"Payments\": [\n        {\n          \"Id\": 632,\n          \"Title\": \"string\",\n          \"Amount\": 5547.735568677592,\n          \"Count\": 2430\n        },\n        {\n          \"Id\": 4491,\n          \"Title\": \"string\",\n          \"Amount\": 9943.476460876313,\n          \"Count\": 5500\n        }\n      ],\n      \"CashDeposit\": {\n        \"Amount\": 9745.253420842631\n      },\n      \"DebtorForInvoicing\": [\n        {\n          \"Id\": 8858,\n          \"Name\": \"string\",\n          \"Address\": \"string\",\n          \"ZipCode\": \"string\",\n          \"Country\": \"string\",\n          \"Phone\": \"string\",\n          \"Email\": \"string\",\n          \"Description\": \"string\",\n          \"NoteNr\": \"string\",\n          \"AmountByVat\": [\n            {\n              \"VatPercentage\": 9454.54741795245,\n              \"Amount\": 8748.642889674591\n            },\n            {\n              \"VatPercentage\": 8918.44870196716,\n              \"Amount\": 9419.876276581395\n            }\n          ]\n        },\n        {\n          \"Id\": 7391,\n          \"Name\": \"string\",\n          \"Address\": \"string\",\n          \"ZipCode\": \"string\",\n          \"Country\": \"string\",\n          \"Phone\": \"string\",\n          \"Email\": \"string\",\n          \"Description\": \"string\",\n          \"NoteNr\": \"string\",\n          \"AmountByVat\": [\n            {\n              \"VatPercentage\": 6737.448990082955,\n              \"Amount\": 5110.974444016021\n            },\n            {\n              \"VatPercentage\": 4696.972503661643,\n              \"Amount\": 3898.3169998884714\n            }\n          ]\n        }\n      ]\n    },\n    \"Counter\": [\n      {\n        \"Id\": 6470,\n        \"Title\": \"string\",\n        \"Count\": 3552\n      },\n      {\n        \"Id\": 9081,\n        \"Title\": \"string\",\n        \"Count\": 4176\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Register/WriteRegisterEntry"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"Result\": \"string\"\n}"},{"id":"98f9ca9d-9981-4d56-a634-3cc6c8696c94","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Credentials\": {\n    \"UserName\": \"string\",\n    \"Password\": \"string\"\n  },\n  \"RegisterEntry\": {\n    \"License\": 5578,\n    \"Register\": \"string\",\n    \"Date\": \"20211201\",\n    \"Turnover\": [\n      {\n        \"Id\": 7512,\n        \"Title\": \"string\",\n        \"Amount\": 8728.705775667786,\n        \"Count\": 9344\n      },\n      {\n        \"Id\": 6000,\n        \"Title\": \"string\",\n        \"Amount\": 8280.585874916773,\n        \"Count\": 6699\n      }\n    ],\n    \"Accountability\": {\n      \"Payments\": [\n        {\n          \"Id\": 632,\n          \"Title\": \"string\",\n          \"Amount\": 5547.735568677592,\n          \"Count\": 2430\n        },\n        {\n          \"Id\": 4491,\n          \"Title\": \"string\",\n          \"Amount\": 9943.476460876313,\n          \"Count\": 5500\n        }\n      ],\n      \"CashDeposit\": {\n        \"Amount\": 9745.253420842631\n      },\n      \"DebtorForInvoicing\": [\n        {\n          \"Id\": 8858,\n          \"Name\": \"string\",\n          \"Address\": \"string\",\n          \"ZipCode\": \"string\",\n          \"Country\": \"string\",\n          \"Phone\": \"string\",\n          \"Email\": \"string\",\n          \"Description\": \"string\",\n          \"NoteNr\": \"string\",\n          \"AmountByVat\": [\n            {\n              \"VatPercentage\": 9454.54741795245,\n              \"Amount\": 8748.642889674591\n            },\n            {\n              \"VatPercentage\": 8918.44870196716,\n              \"Amount\": 9419.876276581395\n            }\n          ]\n        },\n        {\n          \"Id\": 7391,\n          \"Name\": \"string\",\n          \"Address\": \"string\",\n          \"ZipCode\": \"string\",\n          \"Country\": \"string\",\n          \"Phone\": \"string\",\n          \"Email\": \"string\",\n          \"Description\": \"string\",\n          \"NoteNr\": \"string\",\n          \"AmountByVat\": [\n            {\n              \"VatPercentage\": 6737.448990082955,\n              \"Amount\": 5110.974444016021\n            },\n            {\n              \"VatPercentage\": 4696.972503661643,\n              \"Amount\": 3898.3169998884714\n            }\n          ]\n        }\n      ]\n    },\n    \"Counter\": [\n      {\n        \"Id\": 6470,\n        \"Title\": \"string\",\n        \"Count\": 3552\n      },\n      {\n        \"Id\": 9081,\n        \"Title\": \"string\",\n        \"Count\": 4176\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Register/WriteRegisterEntry"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"Result\": \"string\"\n}"},{"id":"56591c8c-dd60-4216-b4a0-cc1d5f9284f7","name":"ExpectationFailed (see Result for reason)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Credentials\": {\n    \"UserName\": \"string\",\n    \"Password\": \"string\"\n  },\n  \"RegisterEntry\": {\n    \"License\": 5578,\n    \"Register\": \"string\",\n    \"Date\": \"20211201\",\n    \"Turnover\": [\n      {\n        \"Id\": 7512,\n        \"Title\": \"string\",\n        \"Amount\": 8728.705775667786,\n        \"Count\": 9344\n      },\n      {\n        \"Id\": 6000,\n        \"Title\": \"string\",\n        \"Amount\": 8280.585874916773,\n        \"Count\": 6699\n      }\n    ],\n    \"Accountability\": {\n      \"Payments\": [\n        {\n          \"Id\": 632,\n          \"Title\": \"string\",\n          \"Amount\": 5547.735568677592,\n          \"Count\": 2430\n        },\n        {\n          \"Id\": 4491,\n          \"Title\": \"string\",\n          \"Amount\": 9943.476460876313,\n          \"Count\": 5500\n        }\n      ],\n      \"CashDeposit\": {\n        \"Amount\": 9745.253420842631\n      },\n      \"DebtorForInvoicing\": [\n        {\n          \"Id\": 8858,\n          \"Name\": \"string\",\n          \"Address\": \"string\",\n          \"ZipCode\": \"string\",\n          \"Country\": \"string\",\n          \"Phone\": \"string\",\n          \"Email\": \"string\",\n          \"Description\": \"string\",\n          \"NoteNr\": \"string\",\n          \"AmountByVat\": [\n            {\n              \"VatPercentage\": 9454.54741795245,\n              \"Amount\": 8748.642889674591\n            },\n            {\n              \"VatPercentage\": 8918.44870196716,\n              \"Amount\": 9419.876276581395\n            }\n          ]\n        },\n        {\n          \"Id\": 7391,\n          \"Name\": \"string\",\n          \"Address\": \"string\",\n          \"ZipCode\": \"string\",\n          \"Country\": \"string\",\n          \"Phone\": \"string\",\n          \"Email\": \"string\",\n          \"Description\": \"string\",\n          \"NoteNr\": \"string\",\n          \"AmountByVat\": [\n            {\n              \"VatPercentage\": 6737.448990082955,\n              \"Amount\": 5110.974444016021\n            },\n            {\n              \"VatPercentage\": 4696.972503661643,\n              \"Amount\": 3898.3169998884714\n            }\n          ]\n        }\n      ]\n    },\n    \"Counter\": [\n      {\n        \"Id\": 6470,\n        \"Title\": \"string\",\n        \"Count\": 3552\n      },\n      {\n        \"Id\": 9081,\n        \"Title\": \"string\",\n        \"Count\": 4176\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Register/WriteRegisterEntry"},"status":"Expectation Failed","code":417,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"Result\": \"string\"\n}"}],"_postman_id":"e18b40ce-58d7-4153-87bb-b43cc1b8240a"}],"id":"1c48be0e-9b82-4de3-9e74-e98aef52e85e","_postman_id":"1c48be0e-9b82-4de3-9e74-e98aef52e85e","description":""}],"id":"efbe54b9-8bbc-4744-94e8-2833c2773ab6","_postman_id":"efbe54b9-8bbc-4744-94e8-2833c2773ab6","description":""},{"name":"Schedule","item":[{"name":"AddService","item":[{"name":"Add a service","id":"5ea7180a-bf54-46d4-b6fa-3b7f4a253e25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Title\": \"string\",\n  \"Description\": \"string\",\n  \"LicenseId\": \"string\",\n  \"OrganisationalUnitId\": \"string\",\n  \"ClassificationId\": \"string\",\n  \"TimeFrom\": \"21:48\",\n  \"TimeUntil\": \"23:47\",\n  \"BreakTime\": \"20:28\",\n  \"HourlyRate\": 3554.71444504003,\n  \"tb1CostCenterId\": \"string\",\n  \"tb2CostCenterId\": \"string\",\n  \"tb3CostCenterId\": \"string\",\n  \"tb1Hours\": \"string\",\n  \"tb2Hours\": \"string\",\n  \"tb3Hours\": \"string\",\n  \"ntb1CostCenterId\": \"string\",\n  \"ntb2CostCenterId\": \"string\",\n  \"ntb3CostCenterId\": \"string\",\n  \"ntb4CostCenterId\": \"string\",\n  \"Active\": false,\n  \"ScheduleExcludeMachine\": true,\n  \"Skills\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/AddService","urlObject":{"path":["Schedule","AddService"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f56e0fb5-e749-4cab-981e-73061af337cf","name":"FunctionResult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"Title\": \"string\",\n  \"Description\": \"string\",\n  \"LicenseId\": \"string\",\n  \"OrganisationalUnitId\": \"string\",\n  \"ClassificationId\": \"string\",\n  \"TimeFrom\": \"21:48\",\n  \"TimeUntil\": \"23:47\",\n  \"BreakTime\": \"20:28\",\n  \"HourlyRate\": 3554.71444504003,\n  \"tb1CostCenterId\": \"string\",\n  \"tb2CostCenterId\": \"string\",\n  \"tb3CostCenterId\": \"string\",\n  \"tb1Hours\": \"string\",\n  \"tb2Hours\": \"string\",\n  \"tb3Hours\": \"string\",\n  \"ntb1CostCenterId\": \"string\",\n  \"ntb2CostCenterId\": \"string\",\n  \"ntb3CostCenterId\": \"string\",\n  \"ntb4CostCenterId\": \"string\",\n  \"Active\": false,\n  \"ScheduleExcludeMachine\": true,\n  \"Skills\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/AddService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"}],"_postman_id":"5ea7180a-bf54-46d4-b6fa-3b7f4a253e25"}],"id":"6d7367fc-48b7-4769-aef0-a0e178d5b7b1","_postman_id":"6d7367fc-48b7-4769-aef0-a0e178d5b7b1","description":""},{"name":"AddServiceToSchedule","item":[{"name":"Add a service to a schedule","id":"a3931879-96e0-4586-810f-b2f1c80b8daf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"DepartmentId\": \"string\",\n  \"ServiceId\": \"string\",\n  \"NumberOfServices\": 8576,\n  \"ISODate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/AddServiceToSchedule","urlObject":{"path":["Schedule","AddServiceToSchedule"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c620fccb-6be9-4983-932d-053b3aabb47b","name":"FunctionResult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"DepartmentId\": \"string\",\n  \"ServiceId\": \"string\",\n  \"NumberOfServices\": 8576,\n  \"ISODate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/AddServiceToSchedule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"}],"_postman_id":"a3931879-96e0-4586-810f-b2f1c80b8daf"}],"id":"6a7a4151-a74d-4c84-a174-392b24bbf3f2","_postman_id":"6a7a4151-a74d-4c84-a174-392b24bbf3f2","description":""},{"name":"Attendance","item":[{"name":"Returns employees attendance within period excluding sick or absent employees","id":"36dbcf0f-a592-48a0-bcaf-66472fb4dcf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"StartDate\": \"2026-05-12\",\n  \"EndDate\": \"2026-05-15\",\n  \"DepartmentId\": \"01459067-D649-4D87-B3AE-E1BC7D7D35B8\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/Attendance","urlObject":{"path":["Schedule","Attendance"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ce8b1992-13c9-4896-8077-bf796d872830","name":"List of employees with planned shifts within selected period excluding sick or absent employees","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"1969-12-04\",\n  \"EndDate\": \"1960-11-19\",\n  \"DepartmentId\": \"6dcd457f-0b11-2c1b-9473-3e0d40c7f151\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/Attendance"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"EmployeeId\": \"c5c2a341-a118-4255-0812-8782d5fc356c\",\n    \"FullName\": \"string\",\n    \"ShiftId\": \"e10803bc-d635-9f35-e340-182f11629d92\",\n    \"Date\": \"1974-01-21\"\n  },\n  {\n    \"EmployeeId\": \"4e473024-a5f4-b9ab-f57b-1ac1cd81753a\",\n    \"FullName\": \"string\",\n    \"ShiftId\": \"ee502a50-5346-89bf-53e2-e0acbca0fc87\",\n    \"Date\": \"1956-06-28\"\n  }\n]"},{"id":"99870f05-e4da-44b2-be5d-b9f6a59c7e82","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"1969-12-04\",\n  \"EndDate\": \"1960-11-19\",\n  \"DepartmentId\": \"6dcd457f-0b11-2c1b-9473-3e0d40c7f151\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/Attendance"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"36dbcf0f-a592-48a0-bcaf-66472fb4dcf1"}],"id":"6b65614a-0f20-41ff-a3df-d34e170eef1a","_postman_id":"6b65614a-0f20-41ff-a3df-d34e170eef1a","description":""},{"name":"CreateDerivedService","item":[{"name":"Creates a derived service from a base service","id":"1f5e8d72-434e-44b9-b717-5fe51dc88ddd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"BaseServiceId\": \"3758feac-fa48-ecd8-898a-88d12842b5b6\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/CreateDerivedService","urlObject":{"path":["Schedule","CreateDerivedService"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"311f1ee1-890b-49d7-a214-2b654399ea17","name":"Derived service created successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"BaseServiceId\": \"3758feac-fa48-ecd8-898a-88d12842b5b6\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/CreateDerivedService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": false,\n  \"Result\": \"Afgeleide dienst is aangemaakt\",\n  \"NewGuid\": \"6bedf4b7-d10a-0d7f-2845-c3ae8652f466\"\n}"},{"id":"1865d94b-ebfd-476c-ab50-bb83510f8d62","name":"Bad request. Base service was not found or could not be used.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"BaseServiceId\": \"3758feac-fa48-ecd8-898a-88d12842b5b6\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/CreateDerivedService"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"5f385e30-6b5e-40b5-a97a-3fb7e4f1b96a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"BaseServiceId\": \"3758feac-fa48-ecd8-898a-88d12842b5b6\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/CreateDerivedService"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1f5e8d72-434e-44b9-b717-5fe51dc88ddd"}],"id":"5019ecc6-dd02-4a1c-ab92-cc3a12447844","_postman_id":"5019ecc6-dd02-4a1c-ab92-cc3a12447844","description":""},{"name":"DeleteService","item":[{"name":"Delete a service","id":"6d36a053-4346-455f-b962-74a5390fbd55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"guid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/DeleteService","urlObject":{"path":["Schedule","DeleteService"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7646301f-3e08-4cb0-b084-3df4e6ee5b16","name":"FunctionResult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"guid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/DeleteService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"}],"_postman_id":"6d36a053-4346-455f-b962-74a5390fbd55"}],"id":"498d9746-84c7-4e20-aa44-86ad6fbcd501","_postman_id":"498d9746-84c7-4e20-aa44-86ad6fbcd501","description":""},{"name":"DeleteScheduledService","item":[{"name":"Delete a service from a schedule","id":"d2d27b95-2a83-4397-aa48-46a27bb97edd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"DepartmentId\": \"string\",\n  \"ServiceId\": \"string\",\n  \"ISODate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/DeleteScheduledService","urlObject":{"path":["Schedule","DeleteScheduledService"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4583e345-b706-48fa-a4b3-04a8ff163f3f","name":"FunctionResult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"DepartmentId\": \"string\",\n  \"ServiceId\": \"string\",\n  \"ISODate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/DeleteScheduledService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"}],"_postman_id":"d2d27b95-2a83-4397-aa48-46a27bb97edd"}],"id":"338e8eef-0612-4476-b8dd-efad8c6e55a1","_postman_id":"338e8eef-0612-4476-b8dd-efad8c6e55a1","description":""},{"name":"ExternalServiceAssignment","item":[{"name":"Assign an employee to a service","id":"5e26f3bf-f421-4df3-b39d-1815d00726ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ServiceId\": \"string\",\n  \"EmployeeId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/ExternalServiceAssignment","urlObject":{"path":["Schedule","ExternalServiceAssignment"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2a665eca-c746-451e-adae-2071a9df4bfd","name":"TODO Description","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"ServiceId\": \"string\",\n  \"EmployeeId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/ExternalServiceAssignment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"}],"_postman_id":"5e26f3bf-f421-4df3-b39d-1815d00726ad"}],"id":"120ad4f6-d710-44e6-b08a-8d8854fdfbac","_postman_id":"120ad4f6-d710-44e6-b08a-8d8854fdfbac","description":""},{"name":"GetService","item":[{"name":"Returns service details by service id","id":"bd6de28f-2775-41f0-b05b-f435584f572a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ServiceId\": \"9dc21990-52aa-1e13-18f9-9e67274bc65d\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/GetService","urlObject":{"path":["Schedule","GetService"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c9a483ce-ad49-4c39-b8d2-581bb42727e9","name":"Service details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ServiceId\": \"9dc21990-52aa-1e13-18f9-9e67274bc65d\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/GetService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"guid\": \"9661ec00-cc29-39a5-dd93-1dde7d5af34f\",\n  \"BaseServiceId\": \"e0888ac9-5dcc-b260-09a7-51a9680901e3\",\n  \"Title\": \"string\",\n  \"Description\": \"string\",\n  \"LicenseId\": \"07715ebf-46bb-07ae-1d78-75e102390d63\",\n  \"OrganisationalUnitId\": \"00de288c-fc66-73c4-70f7-fc1561d87e3d\",\n  \"ClassificationId\": \"f9cb648b-9ccd-17bd-2f41-7a26f4d0f3a7\",\n  \"TimeFrom\": \"09:00:00\",\n  \"TimeUntil\": \"17:00:00\",\n  \"BreakTime\": \"00:30:00\",\n  \"HourlyRate\": 4613.694514179443,\n  \"DefaultHourlyRate\": 5126.96103057374,\n  \"tb1CostCenterId\": \"4e8b0412-8d45-a0e8-2c87-cb5469fac4b7\",\n  \"tb2CostCenterId\": \"e9fc0a84-3980-497e-ba29-7696c5a29c52\",\n  \"tb3CostCenterId\": \"eeb5ed2c-d491-3449-d7c5-265c92308990\",\n  \"tb1Hours\": \"04:00:00\",\n  \"tb2Hours\": \"04:00:00\",\n  \"tb3Hours\": \"02:00:00\",\n  \"ntb1CostCenterId\": \"bdbadfe8-e92e-52df-5e76-c6faf23288de\",\n  \"ntb2CostCenterId\": \"f24aedbf-4648-5f90-584d-8b9cdcdb150d\",\n  \"ntb3CostCenterId\": \"55f4ee5a-3cd1-aac5-25d3-6ba0d5a5b97b\",\n  \"ntb4CostCenterId\": \"7c67bea7-e701-6dff-38bf-6e1c17fb80f3\",\n  \"Active\": false,\n  \"ScheduleExcludeMachine\": false,\n  \"Skills\": [\n    {\n      \"guid\": \"41241b5e-63a1-c869-a359-a4034c544ee5\",\n      \"Abbreviation\": \"string\"\n    },\n    {\n      \"guid\": \"d7b2e681-ab16-040d-7497-770984b78bc4\",\n      \"Abbreviation\": \"string\"\n    }\n  ]\n}"},{"id":"6c07a0dc-23d0-47de-a73f-259cc683609b","name":"Bad request. ServiceId is required.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ServiceId\": \"9dc21990-52aa-1e13-18f9-9e67274bc65d\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/GetService"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"cd513417-35ba-433b-991c-af4c1f9fcf05","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ServiceId\": \"9dc21990-52aa-1e13-18f9-9e67274bc65d\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/GetService"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"bd6de28f-2775-41f0-b05b-f435584f572a"}],"id":"a111c006-cb8c-4e6e-a68b-778f69deabb5","_postman_id":"a111c006-cb8c-4e6e-a68b-778f69deabb5","description":""},{"name":"GetShifts","item":[{"name":"Returns timesheet shifts with account entries (ShiftActivities)","id":"1e4c3188-f553-43b8-98f5-63d0e0a40af5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"Page\": 1,\n  \"PageSize\": 100,\n  \"Guid\": null,\n  \"OrganisationalUnitId\": \"c17238ad-5164-46e0-b443-6c921dd7746d\",\n  \"PersonId\": null,\n  \"Date\": \"2026-06-23\",\n  \"StartDateAfter\": null,\n  \"StartDateBefore\": null,\n  \"EndDateAfter\": null,\n  \"EndDateBefore\": null,\n  \"ExternalId\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/GetShifts","urlObject":{"path":["Schedule","GetShifts"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cb4a50e1-efec-4ae2-818d-4cd02ac22bca","name":"List of shifts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"Page\": 1,\n  \"PageSize\": 100,\n  \"Guid\": \"422df21c-76dc-0991-904d-e40b8ea14ed8\",\n  \"OrganisationalUnitId\": \"e9d495e1-f3ac-b591-6752-eb8213286156\",\n  \"PersonId\": \"38b295bf-bf9d-5c10-aacb-e3a7c81f06b2\",\n  \"Date\": \"2010-05-03\",\n  \"StartDateAfter\": \"1981-07-02T15:40:31.483Z\",\n  \"StartDateBefore\": \"1991-05-24T16:18:18.750Z\",\n  \"EndDateAfter\": \"1958-04-09T09:11:34.782Z\",\n  \"EndDateBefore\": \"2000-05-01T10:23:05.103Z\",\n  \"ExternalId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/GetShifts"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"90c7004d-4326-2ae8-79a2-159d4f6a6978\",\n    \"PersonId\": \"34174ecf-fe10-5d53-d5de-5c0ce376e80e\",\n    \"FullName\": \"string\",\n    \"Date\": \"2013-10-23\",\n    \"CostDepartmentId\": \"26ff0ec8-c6e0-09f8-45b4-2d1e2e1f9533\",\n    \"CostDepartment\": \"string\",\n    \"TimeFrom\": \"string\",\n    \"TimeUntil\": \"string\",\n    \"BreakTime\": 1960.6854235488602,\n    \"Remark\": \"string\",\n    \"Creator\": \"string\",\n    \"Created\": \"1973-03-12T17:07:32.520Z\",\n    \"Changer\": \"string\",\n    \"Changed\": \"1946-10-09T03:20:54.512Z\",\n    \"HoursDecimal\": 9958.589010204121,\n    \"ExternalId\": \"string\",\n    \"DateTimeFrom\": \"1977-10-25T02:54:29.595Z\",\n    \"DateTimeUntil\": \"1985-11-04T21:23:08.929Z\",\n    \"Minutes\": 9370,\n    \"PlannerRemark\": \"string\",\n    \"EmployeeRemark\": \"string\",\n    \"ShiftActivities\": [\n      {\n        \"guid\": \"81999cf4-7dc4-bd55-5712-a976196b2e08\",\n        \"CostCenterId\": \"5da40961-af7e-596e-0ed2-757edb91510a\",\n        \"CostCenter\": \"string\",\n        \"Title\": \"string\",\n        \"CostCode\": \"string\",\n        \"Abbreviation\": \"string\",\n        \"Description\": \"string\",\n        \"Productive\": false,\n        \"TimeBound\": true,\n        \"PeriodEntryAllowed\": false,\n        \"Visible\": true,\n        \"CostCenterBillable\": false,\n        \"Price\": 5267.488084575082,\n        \"OrganisationalUnitId\": \"c1482c36-1432-3fa6-2d12-5ca4b7e849e3\",\n        \"LedgerAccount\": \"string\",\n        \"NightSurcharge\": true,\n        \"TurnoverGroupId\": \"237bcdca-4ecd-4a4c-41ce-be392ec9a923\",\n        \"ExcludeInSVcalculation\": true,\n        \"SurchargePercentage\": 5243.569594168869,\n        \"Hours\": 5810.478601811466,\n        \"Creator\": \"string\",\n        \"Created\": \"1955-11-11T04:55:12.549Z\",\n        \"Changer\": \"string\",\n        \"Changed\": \"1969-06-18T01:42:16.403Z\",\n        \"HoursDecimal\": 582.9896849043737,\n        \"Kilometers\": 6644.996938382399,\n        \"RelationId\": \"e7e30429-821f-925e-40af-3ddc2c872c9e\",\n        \"Expences\": 5339.584298692966,\n        \"ExpencesRemarks\": \"string\",\n        \"AccountEntryBillable\": true,\n        \"ProjectId\": \"1aff6517-beda-bf62-abda-298d2bd64f03\",\n        \"Billed\": true,\n        \"ProjectItemId\": \"49634e3d-6f42-5e15-ef14-bfeb1c25f748\",\n        \"ProjectItemTaskId\": \"72fe341d-72dd-1060-e014-00aaf153eab8\",\n        \"Minutes\": 9354\n      },\n      {\n        \"guid\": \"7417ad4f-2425-0b4e-fa82-bc4b0ee237ba\",\n        \"CostCenterId\": \"0ed1c35f-f122-884f-e1a4-a93cd3704ce5\",\n        \"CostCenter\": \"string\",\n        \"Title\": \"string\",\n        \"CostCode\": \"string\",\n        \"Abbreviation\": \"string\",\n        \"Description\": \"string\",\n        \"Productive\": false,\n        \"TimeBound\": false,\n        \"PeriodEntryAllowed\": false,\n        \"Visible\": false,\n        \"CostCenterBillable\": false,\n        \"Price\": 8743.828152147356,\n        \"OrganisationalUnitId\": \"38275bd6-a69e-a741-6a93-0d7cbe05c9f0\",\n        \"LedgerAccount\": \"string\",\n        \"NightSurcharge\": false,\n        \"TurnoverGroupId\": \"bc7e4153-b1d6-5c48-a005-81ae3a13ba79\",\n        \"ExcludeInSVcalculation\": true,\n        \"SurchargePercentage\": 4551.988946212439,\n        \"Hours\": 1334.7377184601216,\n        \"Creator\": \"string\",\n        \"Created\": \"1994-04-19T20:02:41.468Z\",\n        \"Changer\": \"string\",\n        \"Changed\": \"1984-01-03T08:56:03.968Z\",\n        \"HoursDecimal\": 1114.740186940908,\n        \"Kilometers\": 6244.257625581528,\n        \"RelationId\": \"dad58be2-eb11-8d7a-bbc9-7e15309bcdac\",\n        \"Expences\": 4001.56095539701,\n        \"ExpencesRemarks\": \"string\",\n        \"AccountEntryBillable\": true,\n        \"ProjectId\": \"8a4c80dd-fcbf-decd-ecdf-5e5c40c9c6a2\",\n        \"Billed\": false,\n        \"ProjectItemId\": \"d9ca0a2d-cd02-79a0-acd5-9a89811f8e6b\",\n        \"ProjectItemTaskId\": \"74998712-5ad1-0f31-d39e-fbbf30747e9b\",\n        \"Minutes\": 8124\n      }\n    ]\n  },\n  {\n    \"guid\": \"d2086dc6-751f-c535-d040-6fd24b1f307b\",\n    \"PersonId\": \"bda4a417-87c6-f4f7-0b8e-26e1889cbe7a\",\n    \"FullName\": \"string\",\n    \"Date\": \"1994-07-07\",\n    \"CostDepartmentId\": \"c084a45e-9b7f-2120-8d09-83ba75919e5e\",\n    \"CostDepartment\": \"string\",\n    \"TimeFrom\": \"string\",\n    \"TimeUntil\": \"string\",\n    \"BreakTime\": 1838.543875416061,\n    \"Remark\": \"string\",\n    \"Creator\": \"string\",\n    \"Created\": \"2005-05-05T10:16:57.519Z\",\n    \"Changer\": \"string\",\n    \"Changed\": \"1995-04-18T16:01:06.779Z\",\n    \"HoursDecimal\": 8735.937128031597,\n    \"ExternalId\": \"string\",\n    \"DateTimeFrom\": \"1965-05-25T14:50:23.217Z\",\n    \"DateTimeUntil\": \"2023-07-25T16:31:15.679Z\",\n    \"Minutes\": 5813,\n    \"PlannerRemark\": \"string\",\n    \"EmployeeRemark\": \"string\",\n    \"ShiftActivities\": [\n      {\n        \"guid\": \"b2b738d1-c9ff-4ee6-1e6d-cb1fcb379082\",\n        \"CostCenterId\": \"372675c0-0508-9409-bf68-1c1959a58f22\",\n        \"CostCenter\": \"string\",\n        \"Title\": \"string\",\n        \"CostCode\": \"string\",\n        \"Abbreviation\": \"string\",\n        \"Description\": \"string\",\n        \"Productive\": true,\n        \"TimeBound\": false,\n        \"PeriodEntryAllowed\": true,\n        \"Visible\": true,\n        \"CostCenterBillable\": false,\n        \"Price\": 3132.187288709982,\n        \"OrganisationalUnitId\": \"84dfd5c4-a6ae-db3b-31d7-e8a06d1d36bb\",\n        \"LedgerAccount\": \"string\",\n        \"NightSurcharge\": true,\n        \"TurnoverGroupId\": \"845924a4-41a3-f10a-66a9-c6d1ce511825\",\n        \"ExcludeInSVcalculation\": false,\n        \"SurchargePercentage\": 9679.471108433989,\n        \"Hours\": 5607.560156708398,\n        \"Creator\": \"string\",\n        \"Created\": \"2000-03-16T20:16:21.107Z\",\n        \"Changer\": \"string\",\n        \"Changed\": \"1956-07-23T08:57:10.716Z\",\n        \"HoursDecimal\": 9835.351556085861,\n        \"Kilometers\": 8724.091043318998,\n        \"RelationId\": \"f7119af7-4aa3-c950-cf11-816a7dfb1e90\",\n        \"Expences\": 3070.4920510299585,\n        \"ExpencesRemarks\": \"string\",\n        \"AccountEntryBillable\": true,\n        \"ProjectId\": \"9215bd07-fac3-d932-2f21-6095380a5edb\",\n        \"Billed\": true,\n        \"ProjectItemId\": \"6b0f785d-6d58-43ff-7051-9b32d97adeb6\",\n        \"ProjectItemTaskId\": \"e2bf9119-d644-c25a-a785-56f2f6d27abc\",\n        \"Minutes\": 2491\n      },\n      {\n        \"guid\": \"6ec21f30-357c-6936-0aeb-34a7a5075c48\",\n        \"CostCenterId\": \"a9bda82a-72c8-2a4c-9344-812d9107fed2\",\n        \"CostCenter\": \"string\",\n        \"Title\": \"string\",\n        \"CostCode\": \"string\",\n        \"Abbreviation\": \"string\",\n        \"Description\": \"string\",\n        \"Productive\": false,\n        \"TimeBound\": true,\n        \"PeriodEntryAllowed\": true,\n        \"Visible\": false,\n        \"CostCenterBillable\": false,\n        \"Price\": 8568.075327609673,\n        \"OrganisationalUnitId\": \"02e0b834-37f6-62c3-6710-7928ed2069df\",\n        \"LedgerAccount\": \"string\",\n        \"NightSurcharge\": true,\n        \"TurnoverGroupId\": \"63dd0b5c-b6b3-e32e-5a36-3e812ebf6d17\",\n        \"ExcludeInSVcalculation\": true,\n        \"SurchargePercentage\": 7788.926934388381,\n        \"Hours\": 3295.978236353978,\n        \"Creator\": \"string\",\n        \"Created\": \"1951-05-08T23:25:43.354Z\",\n        \"Changer\": \"string\",\n        \"Changed\": \"1951-10-31T23:30:59.883Z\",\n        \"HoursDecimal\": 7376.555842119077,\n        \"Kilometers\": 2484.526862722567,\n        \"RelationId\": \"81e101d2-d948-92e7-0776-6074b34af574\",\n        \"Expences\": 3213.546939908183,\n        \"ExpencesRemarks\": \"string\",\n        \"AccountEntryBillable\": false,\n        \"ProjectId\": \"a4c6cecd-ba9c-addf-dc85-06a64a264b51\",\n        \"Billed\": false,\n        \"ProjectItemId\": \"e9abcad2-0bfb-36c6-1a52-8592b552adc9\",\n        \"ProjectItemTaskId\": \"43dba5a6-7427-b8cd-8a82-df49e90e9fa1\",\n        \"Minutes\": 4002\n      }\n    ]\n  }\n]"},{"id":"8f278d1b-7a09-4f33-8e4d-ac585f34b884","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"Page\": 1,\n  \"PageSize\": 100,\n  \"Guid\": \"422df21c-76dc-0991-904d-e40b8ea14ed8\",\n  \"OrganisationalUnitId\": \"e9d495e1-f3ac-b591-6752-eb8213286156\",\n  \"PersonId\": \"38b295bf-bf9d-5c10-aacb-e3a7c81f06b2\",\n  \"Date\": \"2010-05-03\",\n  \"StartDateAfter\": \"1981-07-02T15:40:31.483Z\",\n  \"StartDateBefore\": \"1991-05-24T16:18:18.750Z\",\n  \"EndDateAfter\": \"1958-04-09T09:11:34.782Z\",\n  \"EndDateBefore\": \"2000-05-01T10:23:05.103Z\",\n  \"ExternalId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/GetShifts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1e4c3188-f553-43b8-98f5-63d0e0a40af5"}],"id":"d486f714-4e95-4977-83c3-a364e09e1455","_postman_id":"d486f714-4e95-4977-83c3-a364e09e1455","description":""},{"name":"GetSwapShifts","item":[{"name":"Returns swap shift requests with shift details","id":"cc6fe176-359a-44d7-bce8-6bef293e4cf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"StartDate\": \"2026-01-01\",\n  \"EndDate\": \"2026-06-30\",\n  \"Page\": 1,\n  \"PageSize\": 100,\n  \"OrganisationalUnitId\": \"2BC1A6C1-E7B9-4809-BA71-2E1F73389D4F\",\n  \"PersonId\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/GetSwapShifts","urlObject":{"path":["Schedule","GetSwapShifts"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1956d10f-443b-4f7c-acca-c96090226d38","name":"List of active swap shift requests","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"1986-09-17\",\n  \"EndDate\": \"2021-07-01\",\n  \"Page\": 1,\n  \"PageSize\": 100,\n  \"OrganisationalUnitId\": \"fa2b27b5-d083-b493-1100-4cbab60ab3fc\",\n  \"PersonId\": \"9a4b9549-35cf-c933-96e1-d9f52afa311c\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/GetSwapShifts"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ShiftDate\": \"1951-05-09\",\n    \"IsPendingApproval\": false,\n    \"ManagerId\": \"04c805a6-dfc3-45ee-97ff-84404a4fdeec\",\n    \"ManagerName\": \"string\",\n    \"ShiftOwner\": {\n      \"PersonId\": \"75d48f56-f0d0-29b3-7f11-032e3f095663\",\n      \"FullName\": \"string\"\n    },\n    \"ShiftReceivers\": [\n      {\n        \"PersonId\": \"00c35d9f-04c5-0f16-eb73-5d7e9b77b2e2\",\n        \"FullName\": \"string\"\n      },\n      {\n        \"PersonId\": \"864d7fe7-19bc-5414-30e0-26fed5334cd8\",\n        \"FullName\": \"string\"\n      }\n    ],\n    \"Shift\": {\n      \"guid\": \"c1fc196e-0090-779d-4674-2614a63394b1\",\n      \"PersonId\": \"9900280c-c9b5-2cdd-98a2-e2e39a2598b0\",\n      \"FullName\": \"string\",\n      \"Date\": \"1949-02-12\",\n      \"CostDepartmentId\": \"01717a94-e1c2-a901-1e8c-3edd24f89c94\",\n      \"CostDepartment\": \"string\",\n      \"TimeFrom\": \"string\",\n      \"TimeUntil\": \"string\",\n      \"BreakTime\": 1360.6291583199193,\n      \"Remark\": \"string\",\n      \"Creator\": \"string\",\n      \"Created\": \"1971-09-30T02:09:00.105Z\",\n      \"Changer\": \"string\",\n      \"Changed\": \"1971-08-19T12:18:32.679Z\",\n      \"HoursDecimal\": 1766.209670589922,\n      \"ExternalId\": \"string\",\n      \"DateTimeFrom\": \"1959-03-22T17:04:46.141Z\",\n      \"DateTimeUntil\": \"2017-09-24T12:19:11.213Z\",\n      \"Minutes\": 2891,\n      \"PlannerRemark\": \"string\",\n      \"EmployeeRemark\": \"string\",\n      \"ShiftActivities\": [\n        {\n          \"guid\": \"62eac24b-bfe2-0f0e-09df-81e4d3d8e948\",\n          \"CostCenterId\": \"776d462e-df95-3cc6-e1ef-e3684fa14bdf\",\n          \"CostCenter\": \"string\",\n          \"Title\": \"string\",\n          \"CostCode\": \"string\",\n          \"Abbreviation\": \"string\",\n          \"Description\": \"string\",\n          \"Productive\": false,\n          \"TimeBound\": false,\n          \"PeriodEntryAllowed\": false,\n          \"Visible\": false,\n          \"CostCenterBillable\": true,\n          \"Price\": 1950.1967238101558,\n          \"OrganisationalUnitId\": \"9277b035-af27-8886-0db3-0ceac474d20a\",\n          \"LedgerAccount\": \"string\",\n          \"NightSurcharge\": true,\n          \"TurnoverGroupId\": \"ea081f8e-9e10-ce04-3d65-971b8f3a6611\",\n          \"ExcludeInSVcalculation\": true,\n          \"SurchargePercentage\": 4738.395751722526,\n          \"Hours\": 3847.025348823587,\n          \"Creator\": \"string\",\n          \"Created\": \"1985-07-29T03:58:25.331Z\",\n          \"Changer\": \"string\",\n          \"Changed\": \"1958-11-19T22:48:51.488Z\",\n          \"HoursDecimal\": 1967.748817647168,\n          \"Kilometers\": 4578.167561901514,\n          \"RelationId\": \"8d72d254-a472-456b-b555-3f915e1baeff\",\n          \"Expences\": 1835.7422879879293,\n          \"ExpencesRemarks\": \"string\",\n          \"AccountEntryBillable\": true,\n          \"ProjectId\": \"2db108e0-8316-e127-8d1b-6de55bec211b\",\n          \"Billed\": false,\n          \"ProjectItemId\": \"2683d6b2-669a-1adc-a942-7571abd1ddbd\",\n          \"ProjectItemTaskId\": \"58c672cf-a9ce-3321-d477-7df601774546\",\n          \"Minutes\": 9597\n        },\n        {\n          \"guid\": \"72780e1d-9151-5ff3-78cd-44cf2990b9dc\",\n          \"CostCenterId\": \"fbeda1e2-c2bf-62f3-f2f2-970699e2a94c\",\n          \"CostCenter\": \"string\",\n          \"Title\": \"string\",\n          \"CostCode\": \"string\",\n          \"Abbreviation\": \"string\",\n          \"Description\": \"string\",\n          \"Productive\": true,\n          \"TimeBound\": false,\n          \"PeriodEntryAllowed\": true,\n          \"Visible\": false,\n          \"CostCenterBillable\": true,\n          \"Price\": 7674.025261030888,\n          \"OrganisationalUnitId\": \"c3d98785-7bc8-14a9-bfd2-11a7016eaf64\",\n          \"LedgerAccount\": \"string\",\n          \"NightSurcharge\": true,\n          \"TurnoverGroupId\": \"d62c4513-ce65-81a7-cdd8-3b910c0a4060\",\n          \"ExcludeInSVcalculation\": false,\n          \"SurchargePercentage\": 7208.896610113602,\n          \"Hours\": 7816.205361509871,\n          \"Creator\": \"string\",\n          \"Created\": \"2001-04-24T02:40:26.540Z\",\n          \"Changer\": \"string\",\n          \"Changed\": \"1962-10-16T04:33:28.436Z\",\n          \"HoursDecimal\": 8698.494137144195,\n          \"Kilometers\": 8330.701655856543,\n          \"RelationId\": \"be401c09-8881-3d45-b28a-9e1c9fefc235\",\n          \"Expences\": 7200.654383657976,\n          \"ExpencesRemarks\": \"string\",\n          \"AccountEntryBillable\": false,\n          \"ProjectId\": \"6e6d6f01-82b5-bc28-0eaa-b67de268e52d\",\n          \"Billed\": true,\n          \"ProjectItemId\": \"d11dd062-a64c-d37a-685e-e63a561fa227\",\n          \"ProjectItemTaskId\": \"b4fc06e0-6ae9-4c6d-1bfb-f93e2631129f\",\n          \"Minutes\": 9314\n        }\n      ]\n    }\n  },\n  {\n    \"ShiftDate\": \"1991-05-08\",\n    \"IsPendingApproval\": false,\n    \"ManagerId\": \"f6ea8051-b037-e49a-5e8b-4d621185d701\",\n    \"ManagerName\": \"string\",\n    \"ShiftOwner\": {\n      \"PersonId\": \"ecf99db8-7ae7-c4c4-6768-c86cee26ac66\",\n      \"FullName\": \"string\"\n    },\n    \"ShiftReceivers\": [\n      {\n        \"PersonId\": \"5bc02bb8-6e36-3583-3bec-a127f2866490\",\n        \"FullName\": \"string\"\n      },\n      {\n        \"PersonId\": \"219e2d70-73b9-c8d9-40e0-8888b2455f25\",\n        \"FullName\": \"string\"\n      }\n    ],\n    \"Shift\": {\n      \"guid\": \"cbfa1a66-0cbf-2483-d726-ef9f040e3141\",\n      \"PersonId\": \"3c366870-31cb-979c-2bd9-ebea05df4dbe\",\n      \"FullName\": \"string\",\n      \"Date\": \"2021-09-22\",\n      \"CostDepartmentId\": \"9030a74f-ec98-6f8f-ffa0-ba9cfa2c647d\",\n      \"CostDepartment\": \"string\",\n      \"TimeFrom\": \"string\",\n      \"TimeUntil\": \"string\",\n      \"BreakTime\": 7774.726851638525,\n      \"Remark\": \"string\",\n      \"Creator\": \"string\",\n      \"Created\": \"1978-03-08T21:16:43.704Z\",\n      \"Changer\": \"string\",\n      \"Changed\": \"1996-01-15T15:29:43.788Z\",\n      \"HoursDecimal\": 5991.33047842817,\n      \"ExternalId\": \"string\",\n      \"DateTimeFrom\": \"2007-09-25T03:59:41.725Z\",\n      \"DateTimeUntil\": \"1984-06-19T21:32:11.208Z\",\n      \"Minutes\": 161,\n      \"PlannerRemark\": \"string\",\n      \"EmployeeRemark\": \"string\",\n      \"ShiftActivities\": [\n        {\n          \"guid\": \"553cd621-3d66-0292-173f-021413e74e5c\",\n          \"CostCenterId\": \"3585c653-f642-9dc7-e56b-063ceb511fff\",\n          \"CostCenter\": \"string\",\n          \"Title\": \"string\",\n          \"CostCode\": \"string\",\n          \"Abbreviation\": \"string\",\n          \"Description\": \"string\",\n          \"Productive\": false,\n          \"TimeBound\": true,\n          \"PeriodEntryAllowed\": false,\n          \"Visible\": false,\n          \"CostCenterBillable\": false,\n          \"Price\": 9672.808278744049,\n          \"OrganisationalUnitId\": \"19fa76cc-95da-8b8b-3aca-536b770170d7\",\n          \"LedgerAccount\": \"string\",\n          \"NightSurcharge\": true,\n          \"TurnoverGroupId\": \"32318618-8a00-20b7-a6c0-472319c11e03\",\n          \"ExcludeInSVcalculation\": true,\n          \"SurchargePercentage\": 6163.136071836033,\n          \"Hours\": 1868.6429446708019,\n          \"Creator\": \"string\",\n          \"Created\": \"2011-07-02T02:35:43.490Z\",\n          \"Changer\": \"string\",\n          \"Changed\": \"2004-12-07T00:45:29.355Z\",\n          \"HoursDecimal\": 2635.1793750455645,\n          \"Kilometers\": 8600.704140431255,\n          \"RelationId\": \"25c83eef-b7dd-9cdb-04a0-d2ce55741e22\",\n          \"Expences\": 1317.2275445314763,\n          \"ExpencesRemarks\": \"string\",\n          \"AccountEntryBillable\": true,\n          \"ProjectId\": \"a8a17666-7b99-70bb-9dcd-2990d2aa4e87\",\n          \"Billed\": true,\n          \"ProjectItemId\": \"3e70a049-296e-eef5-fefb-252165022394\",\n          \"ProjectItemTaskId\": \"136e8ee5-9043-75a8-bb3b-f43b04530568\",\n          \"Minutes\": 779\n        },\n        {\n          \"guid\": \"8459cd21-e102-d44e-fae7-c3d07141eaba\",\n          \"CostCenterId\": \"e9aac74b-5337-5849-64f5-ce48cf591e7f\",\n          \"CostCenter\": \"string\",\n          \"Title\": \"string\",\n          \"CostCode\": \"string\",\n          \"Abbreviation\": \"string\",\n          \"Description\": \"string\",\n          \"Productive\": true,\n          \"TimeBound\": false,\n          \"PeriodEntryAllowed\": true,\n          \"Visible\": true,\n          \"CostCenterBillable\": true,\n          \"Price\": 1549.914763998812,\n          \"OrganisationalUnitId\": \"cdc8b1b4-82d7-39a1-3f07-592e58edb6e7\",\n          \"LedgerAccount\": \"string\",\n          \"NightSurcharge\": false,\n          \"TurnoverGroupId\": \"28a432d6-c706-6303-fc15-9141ea400080\",\n          \"ExcludeInSVcalculation\": true,\n          \"SurchargePercentage\": 8417.139351758118,\n          \"Hours\": 5596.053484065457,\n          \"Creator\": \"string\",\n          \"Created\": \"1982-07-10T08:46:09.387Z\",\n          \"Changer\": \"string\",\n          \"Changed\": \"1966-02-08T09:35:25.150Z\",\n          \"HoursDecimal\": 9101.927722553188,\n          \"Kilometers\": 4633.188397268655,\n          \"RelationId\": \"4935c50e-662d-6046-dae7-f97b6a391dbc\",\n          \"Expences\": 6555.082814813269,\n          \"ExpencesRemarks\": \"string\",\n          \"AccountEntryBillable\": true,\n          \"ProjectId\": \"407e0959-a18e-1bf8-099d-8346af0129cb\",\n          \"Billed\": true,\n          \"ProjectItemId\": \"3d9cda0a-e853-24e1-6d12-6978b2ddf840\",\n          \"ProjectItemTaskId\": \"8b488bf8-6ae4-3eec-c8c3-bdfa34950b65\",\n          \"Minutes\": 6388\n        }\n      ]\n    }\n  }\n]"},{"id":"eaf62b01-b6d0-4367-8950-dc96d5d928a2","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"1986-09-17\",\n  \"EndDate\": \"2021-07-01\",\n  \"Page\": 1,\n  \"PageSize\": 100,\n  \"OrganisationalUnitId\": \"fa2b27b5-d083-b493-1100-4cbab60ab3fc\",\n  \"PersonId\": \"9a4b9549-35cf-c933-96e1-d9f52afa311c\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/GetSwapShifts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cc6fe176-359a-44d7-bce8-6bef293e4cf6"}],"id":"b8ad4f59-c7ee-421e-a484-e5f2aca2c28b","_postman_id":"b8ad4f59-c7ee-421e-a484-e5f2aca2c28b","description":""},{"name":"GetWorkSchedule","item":[{"name":"Returns work schedule information for employees in a period","id":"cb1753ef-cb36-406d-8298-0479e19dde53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"StartDate\": \"2026-04-07\",\n  \"EndDate\": \"2026-04-07\",\n  \"PersonId\": null,\n  \"OrganisationalUnitId\": \"01459067-D649-4D87-B3AE-E1BC7D7D35B8\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/GetWorkSchedule","description":"<p>Returns work schedule periods for a person or employees within an organisational unit for the selected date range.</p>\n","urlObject":{"path":["Schedule","GetWorkSchedule"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"509dcf25-b192-446b-95b3-ff66f8ba3914","name":"List of employee work schedule records per date","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"1978-08-19\",\n  \"EndDate\": \"1971-01-30\",\n  \"PersonId\": \"f6c2dd92-7181-1211-2c9e-b32b6007d907\",\n  \"OrganisationalUnitId\": \"dcb77f3e-c3fe-b3e1-247a-333bccaf8910\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/GetWorkSchedule"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"PersonId\": \"5f938776-b2d0-c1dc-1a2f-ceeaf6a60212\",\n    \"FullName\": \"string\",\n    \"Date\": \"2006-10-08\",\n    \"WorkSchedule\": [\n      {\n        \"StartTime\": \"07:00\",\n        \"EndTime\": \"15:30\"\n      },\n      {\n        \"StartTime\": \"07:00\",\n        \"EndTime\": \"15:30\"\n      }\n    ]\n  },\n  {\n    \"PersonId\": \"9c6db84d-b789-1ac2-8718-161b45205b50\",\n    \"FullName\": \"string\",\n    \"Date\": \"1989-03-20\",\n    \"WorkSchedule\": [\n      {\n        \"StartTime\": \"07:00\",\n        \"EndTime\": \"15:30\"\n      },\n      {\n        \"StartTime\": \"07:00\",\n        \"EndTime\": \"15:30\"\n      }\n    ]\n  }\n]"},{"id":"62aaced5-aed4-4c75-898e-a59847f0cb38","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"1978-08-19\",\n  \"EndDate\": \"1971-01-30\",\n  \"PersonId\": \"f6c2dd92-7181-1211-2c9e-b32b6007d907\",\n  \"OrganisationalUnitId\": \"dcb77f3e-c3fe-b3e1-247a-333bccaf8910\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/GetWorkSchedule"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"ff8e28bd-d4d4-410e-976a-b67c3840a3e2","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"1978-08-19\",\n  \"EndDate\": \"1971-01-30\",\n  \"PersonId\": \"f6c2dd92-7181-1211-2c9e-b32b6007d907\",\n  \"OrganisationalUnitId\": \"dcb77f3e-c3fe-b3e1-247a-333bccaf8910\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/GetWorkSchedule"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cb1753ef-cb36-406d-8298-0479e19dde53"}],"id":"5d31076f-9705-4402-ac3a-c7186454c653","_postman_id":"5d31076f-9705-4402-ac3a-c7186454c653","description":""},{"name":"MyDepartmentSchedules","item":[{"name":"Returns the departments for the schedule for the current user on the given date","id":"5cf1ddc1-b52d-4ca7-ad8b-53b925451683","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISODate\": \"20211201\",\n  \"guid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/MyDepartmentSchedules","urlObject":{"path":["Schedule","MyDepartmentSchedules"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a61e337d-a269-4fb6-8cea-4d9d4734b3bc","name":"List of schedules","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISODate\": \"20211201\",\n  \"guid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/MyDepartmentSchedules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"TimeFrom\": \"11:08\",\n    \"TimeUntil\": \"23:09\",\n    \"Employee\": \"string\",\n    \"CostCenters\": \"string\",\n    \"Remark\": \"string\",\n    \"Service\": \"string\",\n    \"Department\": \"string\",\n    \"CalendarEntry\": \"string\",\n    \"ScheduleGroup\": \"string\"\n  },\n  {\n    \"TimeFrom\": \"22:17\",\n    \"TimeUntil\": \"21:19\",\n    \"Employee\": \"string\",\n    \"CostCenters\": \"string\",\n    \"Remark\": \"string\",\n    \"Service\": \"string\",\n    \"Department\": \"string\",\n    \"CalendarEntry\": \"string\",\n    \"ScheduleGroup\": \"string\"\n  }\n]"},{"id":"836bb93c-5544-44fc-9484-2f3e3cf6a7ec","name":"Unauthorized, message contains the reason","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISODate\": \"20211201\",\n  \"guid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/MyDepartmentSchedules"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"5cf1ddc1-b52d-4ca7-ad8b-53b925451683"}],"id":"64515ebb-4ee6-482e-be8c-87acc46e073e","_postman_id":"64515ebb-4ee6-482e-be8c-87acc46e073e","description":""},{"name":"MyFirstSchedule","item":[{"name":"Returns the first upcoming schedule for the current user","id":"b0f6f257-66db-4a69-ac9b-f203734bf0a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISODate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/MyFirstSchedule","urlObject":{"path":["Schedule","MyFirstSchedule"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1a53c727-781e-412d-8553-7174861312e3","name":"Returns the first scheduled date with properties","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISODate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/MyFirstSchedule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Department\": \"string\",\n  \"Date\": \"1961-05-24\",\n  \"ISODate\": \"66491120\",\n  \"TimeFrom\": \"22:24\",\n  \"TimeUntil\": \"23:24\",\n  \"BreakTime\": \"23:38\",\n  \"CostCenters\": \"string\",\n  \"Remark\": \"string\",\n  \"DayRemark\": \"string\",\n  \"Service\": \"string\",\n  \"CalendarEntry\": {\n    \"ID\": \"string\",\n    \"Title\": \"string\",\n    \"Relation\": \"string\",\n    \"ContactMedia\": \"string\",\n    \"Description\": \"string\",\n    \"Remark\": \"string\"\n  }\n}"},{"id":"5b94303a-7950-48ae-b530-2376a4905fc6","name":"Unauthorized, message contains the reason","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISODate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/MyFirstSchedule"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"b0f6f257-66db-4a69-ac9b-f203734bf0a3"}],"id":"6295b17a-9962-4a5f-9aeb-496e162fff96","_postman_id":"6295b17a-9962-4a5f-9aeb-496e162fff96","description":""},{"name":"MyScheduleDepartments","item":[{"name":"Returns the departments for the schedule for the user on the given date. This contains all departments where the employee works, is a temporary employee for or is scheduled for. Depending on rights other departments can be shown too.","id":"e040d24f-23be-4982-8b9d-2ba4ff121140","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISODate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/MyScheduleDepartments","urlObject":{"path":["Schedule","MyScheduleDepartments"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"eeb5a3d0-875d-499e-ae1f-c6ae93232a6a","name":"List of departments","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISODate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/MyScheduleDepartments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"string\",\n    \"Title\": \"string\"\n  },\n  {\n    \"guid\": \"string\",\n    \"Title\": \"string\"\n  }\n]"},{"id":"cd01537c-46b4-4fb1-94ba-04d27a663929","name":"Unauthorized, message contains the reason","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISODate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/MyScheduleDepartments"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"e040d24f-23be-4982-8b9d-2ba4ff121140"}],"id":"967d2825-e2f9-4b20-ad51-8a94d031567e","_postman_id":"967d2825-e2f9-4b20-ad51-8a94d031567e","description":""},{"name":"MySchedulePerMonth","item":[{"name":"Returns the upcoming schedules for the current user for the given yearmonth","id":"e049eab0-88c7-49b6-86c7-5df5dfea0183","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearMonth\": \"202107\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/MySchedulePerMonth","urlObject":{"path":["Schedule","MySchedulePerMonth"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c662689e-7bc1-40d8-bc27-014f080836b9","name":"Returns the schedules for the given month","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearMonth\": \"202107\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/MySchedulePerMonth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"Department\": \"string\",\n    \"Date\": \"2017-12-10\",\n    \"ISODate\": \"90570931\",\n    \"TimeFrom\": \"00:42\",\n    \"TimeUntil\": \"22:23\",\n    \"BreakTime\": \"23:03\",\n    \"CostCenters\": \"string\",\n    \"Remark\": \"string\",\n    \"DayRemark\": \"string\",\n    \"Service\": \"string\",\n    \"CalendarEntry\": {\n      \"ID\": \"string\",\n      \"Title\": \"string\",\n      \"Relation\": \"string\",\n      \"ContactMedia\": \"string\",\n      \"Description\": \"string\",\n      \"Remark\": \"string\"\n    }\n  },\n  {\n    \"Department\": \"string\",\n    \"Date\": \"1959-08-04\",\n    \"ISODate\": \"40141124\",\n    \"TimeFrom\": \"22:45\",\n    \"TimeUntil\": \"9:29\",\n    \"BreakTime\": \"23:51\",\n    \"CostCenters\": \"string\",\n    \"Remark\": \"string\",\n    \"DayRemark\": \"string\",\n    \"Service\": \"string\",\n    \"CalendarEntry\": {\n      \"ID\": \"string\",\n      \"Title\": \"string\",\n      \"Relation\": \"string\",\n      \"ContactMedia\": \"string\",\n      \"Description\": \"string\",\n      \"Remark\": \"string\"\n    }\n  }\n]"},{"id":"a549bfc6-099f-4569-a973-b1f03675e4bc","name":"Unauthorized, message contains the reason","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearMonth\": \"202107\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/MySchedulePerMonth"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"e049eab0-88c7-49b6-86c7-5df5dfea0183"}],"id":"cdc7a6de-d60a-4785-a928-05493da5b5f8","_postman_id":"cdc7a6de-d60a-4785-a928-05493da5b5f8","description":""},{"name":"MySchedulePerMonthCalendar","item":[{"name":"Returns the upcoming schedules for the current user for the given month in iCalendar format","id":"72b065be-c906-473d-b7b2-f7e1eafdc27b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearMonth\": \"202103\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/MySchedulePerMonthCalendar","urlObject":{"path":["Schedule","MySchedulePerMonthCalendar"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a82c4ec3-69f6-4383-b234-da05c171405e","name":"Returns the schedules for the given week in vCalendar format","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearMonth\": \"202103\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/MySchedulePerMonthCalendar"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"},{"id":"7743efbd-3e62-4497-8fca-91a5bad5a0c6","name":"Unauthorized, message contains the reason","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearMonth\": \"202103\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/MySchedulePerMonthCalendar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"72b065be-c906-473d-b7b2-f7e1eafdc27b"}],"id":"646e97a3-8721-4df4-93bd-8369de16fc75","_postman_id":"646e97a3-8721-4df4-93bd-8369de16fc75","description":""},{"name":"MySchedulePerWeek","item":[{"name":"Returns the upcoming schedules for the current user for the given yearweek","id":"eadaec04-54c2-46b0-90e6-69f160986993","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202141\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/MySchedulePerWeek","urlObject":{"path":["Schedule","MySchedulePerWeek"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4defd771-7bf0-4100-93f3-41e16d0d2369","name":"Returns the schedules for the given week","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202141\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/MySchedulePerWeek"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"Department\": \"string\",\n    \"Date\": \"2017-12-10\",\n    \"ISODate\": \"90570931\",\n    \"TimeFrom\": \"00:42\",\n    \"TimeUntil\": \"22:23\",\n    \"BreakTime\": \"23:03\",\n    \"CostCenters\": \"string\",\n    \"Remark\": \"string\",\n    \"DayRemark\": \"string\",\n    \"Service\": \"string\",\n    \"CalendarEntry\": {\n      \"ID\": \"string\",\n      \"Title\": \"string\",\n      \"Relation\": \"string\",\n      \"ContactMedia\": \"string\",\n      \"Description\": \"string\",\n      \"Remark\": \"string\"\n    }\n  },\n  {\n    \"Department\": \"string\",\n    \"Date\": \"1959-08-04\",\n    \"ISODate\": \"40141124\",\n    \"TimeFrom\": \"22:45\",\n    \"TimeUntil\": \"9:29\",\n    \"BreakTime\": \"23:51\",\n    \"CostCenters\": \"string\",\n    \"Remark\": \"string\",\n    \"DayRemark\": \"string\",\n    \"Service\": \"string\",\n    \"CalendarEntry\": {\n      \"ID\": \"string\",\n      \"Title\": \"string\",\n      \"Relation\": \"string\",\n      \"ContactMedia\": \"string\",\n      \"Description\": \"string\",\n      \"Remark\": \"string\"\n    }\n  }\n]"},{"id":"023fceec-8fe6-4956-952c-d52c4fd05e91","name":"Unauthorized, message contains the reason","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202141\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/MySchedulePerWeek"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"eadaec04-54c2-46b0-90e6-69f160986993"}],"id":"b316b7af-d02f-483b-97aa-3f4e675645cf","_postman_id":"b316b7af-d02f-483b-97aa-3f4e675645cf","description":""},{"name":"MySchedulePerWeekCalendar","item":[{"name":"Returns the upcoming schedules for the current user for the given yearweek in iCalendar format","id":"9a29a549-e590-4843-8db7-e0de5302e943","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202141\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/MySchedulePerWeekCalendar","urlObject":{"path":["Schedule","MySchedulePerWeekCalendar"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8a236532-7b02-4631-b551-b1559ec714d4","name":"Returns the schedules for the given week in vCalendar format","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202141\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/MySchedulePerWeekCalendar"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"},{"id":"09d5aa7e-0c2f-4ad5-87e8-fe0e9ee63dfb","name":"Unauthorized, message contains the reason","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202141\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/MySchedulePerWeekCalendar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"readyState\": 3753,\n  \"responseText\": \"string\",\n  \"status\": 6552,\n  \"statusText\": \"string\"\n}"}],"_postman_id":"9a29a549-e590-4843-8db7-e0de5302e943"}],"id":"c59a7352-26cc-4f2e-950b-f767b1b665e7","_postman_id":"c59a7352-26cc-4f2e-950b-f767b1b665e7","description":""},{"name":"ReleaseSchedule","item":[{"name":"Releases schedule for selected department and ISO week","id":"6b322012-88aa-4490-a66a-c1716655b84e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"DepartmentId\": \"c17238ad-5164-46e0-b443-6c921dd7746d\",\n  \"IsoWeek\": \"2026-W21\",\n  \"InformOnlyEmployeesChangeSchedule\": true,\n  \"ReleaseNote\": \"Released from API\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/ReleaseSchedule","urlObject":{"path":["Schedule","ReleaseSchedule"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2849265f-3a1a-4bd9-be85-f595d4810ecd","name":"Schedule release audit information","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"DepartmentId\": \"9c64c8cd-4bc7-5db9-cf61-68acf139c813\",\n  \"IsoWeek\": \"2026-W25\",\n  \"InformOnlyEmployeesChangeSchedule\": true,\n  \"ReleaseNote\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/ReleaseSchedule"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Creator\": \"string\",\n  \"CreatorUserName\": \"string\",\n  \"CreatorFullName\": \"string\",\n  \"Created\": \"1979-10-11T22:46:39.867Z\",\n  \"Changer\": \"string\",\n  \"ChangerUserName\": \"string\",\n  \"ChangerFullName\": \"string\",\n  \"Changed\": \"2015-01-26T23:38:02.794Z\"\n}"},{"id":"c1ba0892-7293-412a-8fa2-76a67b034367","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"DepartmentId\": \"9c64c8cd-4bc7-5db9-cf61-68acf139c813\",\n  \"IsoWeek\": \"2026-W25\",\n  \"InformOnlyEmployeesChangeSchedule\": true,\n  \"ReleaseNote\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/ReleaseSchedule"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"201bb5c0-7df7-4a3b-ae72-41d1ee326fd9","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"DepartmentId\": \"9c64c8cd-4bc7-5db9-cf61-68acf139c813\",\n  \"IsoWeek\": \"2026-W25\",\n  \"InformOnlyEmployeesChangeSchedule\": true,\n  \"ReleaseNote\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/ReleaseSchedule"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6b322012-88aa-4490-a66a-c1716655b84e"}],"id":"c7c290a7-60c7-4366-8065-01d437f66f7d","_postman_id":"c7c290a7-60c7-4366-8065-01d437f66f7d","description":""},{"name":"ReleaseStatus","item":[{"name":"Returns publication status for a department and ISO week","id":"6d2e11b0-f7b3-4029-8be8-4e88cfef6bc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"DepartmentId\": \"c17238ad-5164-46e0-b443-6c921dd7746d\",\n  \"IsoWeek\": \"2026-W24\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/ReleaseStatus","urlObject":{"path":["Schedule","ReleaseStatus"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"54cb39b9-888d-4f2e-9264-4ad16fdab0d3","name":"Publication status for the selected week","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"DepartmentId\": \"069333cc-f576-6954-7d83-bfc6d4454c83\",\n  \"IsoWeek\": \"2026-W25\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/ReleaseStatus"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"IsoWeek\": \"2026-W25\",\n  \"Creator\": \"string\",\n  \"CreatorUserName\": \"string\",\n  \"CreatorFullName\": \"string\",\n  \"Created\": \"1979-11-19T13:10:43.784Z\",\n  \"Changer\": \"string\",\n  \"ChangerUserName\": \"string\",\n  \"ChangerFullName\": \"string\",\n  \"Changed\": \"2019-03-23T10:41:45.792Z\",\n  \"ReleaseNote\": \"string\"\n}"},{"id":"7d79f91d-cb20-4b4a-92de-bf392432cc26","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"DepartmentId\": \"069333cc-f576-6954-7d83-bfc6d4454c83\",\n  \"IsoWeek\": \"2026-W25\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/ReleaseStatus"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1fe5e4ba-d505-4ecc-9a75-e7ac3475c4c0","name":"No publication found for the specified department and ISO week","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"DepartmentId\": \"069333cc-f576-6954-7d83-bfc6d4454c83\",\n  \"IsoWeek\": \"2026-W25\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/ReleaseStatus"},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6d2e11b0-f7b3-4029-8be8-4e88cfef6bc6"}],"id":"07e49caf-e1a9-41f5-b3e4-e354d7af3b5c","_postman_id":"07e49caf-e1a9-41f5-b3e4-e354d7af3b5c","description":""},{"name":"ServiceAssignment","item":[{"name":"Assign an employee to a service","id":"d10f0367-30a9-4e56-96f8-c2a45fa963d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"EmployeeId\": \"string\",\n  \"DepartmentId\": \"string\",\n  \"ServiceId\": \"string\",\n  \"ISODate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/ServiceAssignment","urlObject":{"path":["Schedule","ServiceAssignment"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"69f86cd1-d322-491f-94a3-f383a101ad9d","name":"FunctionResult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"EmployeeId\": \"string\",\n  \"DepartmentId\": \"string\",\n  \"ServiceId\": \"string\",\n  \"ISODate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/ServiceAssignment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"}],"_postman_id":"d10f0367-30a9-4e56-96f8-c2a45fa963d7"}],"id":"94ad92ff-754a-4c80-88a3-4c4e8d68a7d8","_postman_id":"94ad92ff-754a-4c80-88a3-4c4e8d68a7d8","description":""},{"name":"ServiceUnassignment","item":[{"name":"Unassign an employee from a service","id":"69d27436-e163-4ee9-a95d-03b84c27ccf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"EmployeeId\": \"string\",\n  \"DepartmentId\": \"string\",\n  \"ServiceId\": \"string\",\n  \"ISODate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/ServiceUnassignment","urlObject":{"path":["Schedule","ServiceUnassignment"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2c2529a0-8af9-4100-955d-f192e135462a","name":"FunctionResult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"EmployeeId\": \"string\",\n  \"DepartmentId\": \"string\",\n  \"ServiceId\": \"string\",\n  \"ISODate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/ServiceUnassignment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"}],"_postman_id":"69d27436-e163-4ee9-a95d-03b84c27ccf5"}],"id":"b38ab2f3-550c-46f9-aa64-7d19f360efac","_postman_id":"b38ab2f3-550c-46f9-aa64-7d19f360efac","description":""},{"name":"Services","item":[{"name":"Get the available services","id":"9b8bc239-b252-4d6a-85e0-8a85c8023d1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/Schedule/Services","urlObject":{"path":["Schedule","Services"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f24f83ba-f89f-4998-b5e6-2492ba25f302","name":"An array of info of the services of the license","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":"{{baseUrl}}/Schedule/Services"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"string\",\n    \"Title\": \"string\",\n    \"Description\": \"string\",\n    \"LicenseId\": \"string\",\n    \"OrganisationalUnitId\": \"string\",\n    \"ClassificationId\": \"string\",\n    \"TimeFrom\": \"23:40\",\n    \"TimeUntil\": \"15:04\",\n    \"BreakTime\": \"22:03\",\n    \"HourlyRate\": 2566.45686798908,\n    \"DefaultHourlyRate\": 710.757095061676,\n    \"tb1CostCenterId\": \"string\",\n    \"tb2CostCenterId\": \"string\",\n    \"tb3CostCenterId\": \"string\",\n    \"tb1Hours\": \"string\",\n    \"tb2Hours\": \"string\",\n    \"tb3Hours\": \"string\",\n    \"ntb1CostCenterId\": \"string\",\n    \"ntb2CostCenterId\": \"string\",\n    \"ntb3CostCenterId\": \"string\",\n    \"ntb4CostCenterId\": \"string\",\n    \"Active\": true,\n    \"ScheduleExcludeMachine\": false,\n    \"Skills\": \"string\"\n  },\n  {\n    \"guid\": \"string\",\n    \"Title\": \"string\",\n    \"Description\": \"string\",\n    \"LicenseId\": \"string\",\n    \"OrganisationalUnitId\": \"string\",\n    \"ClassificationId\": \"string\",\n    \"TimeFrom\": \"22:39\",\n    \"TimeUntil\": \"14:42\",\n    \"BreakTime\": \"23:34\",\n    \"HourlyRate\": 2458.5271234877728,\n    \"DefaultHourlyRate\": 4838.933648558146,\n    \"tb1CostCenterId\": \"string\",\n    \"tb2CostCenterId\": \"string\",\n    \"tb3CostCenterId\": \"string\",\n    \"tb1Hours\": \"string\",\n    \"tb2Hours\": \"string\",\n    \"tb3Hours\": \"string\",\n    \"ntb1CostCenterId\": \"string\",\n    \"ntb2CostCenterId\": \"string\",\n    \"ntb3CostCenterId\": \"string\",\n    \"ntb4CostCenterId\": \"string\",\n    \"Active\": true,\n    \"ScheduleExcludeMachine\": true,\n    \"Skills\": \"string\"\n  }\n]"},{"id":"c35452fb-37f4-43b3-ae76-916b716df054","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":"{{baseUrl}}/Schedule/Services"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"9b8bc239-b252-4d6a-85e0-8a85c8023d1e"}],"id":"f60f8757-4ccb-4369-9ba5-e56bc5240c31","_postman_id":"f60f8757-4ccb-4369-9ba5-e56bc5240c31","description":""},{"name":"ShiftDetails","item":[{"name":"Returns detailed information for a specific shift including account entries (ShiftActivities)","id":"692fdaff-a3fb-4f45-95c2-e5ed67906aee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"ShiftId\": \"9E74D93A-5C7D-471F-9518-ECA95B1B4A21\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/ShiftDetails","urlObject":{"path":["Schedule","ShiftDetails"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"39779872-b12f-48b8-a2ba-255fc76d0795","name":"Shift details with account entries","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ShiftId\": \"784a2dde-520f-eee9-d567-06255ca7ff94\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/ShiftDetails"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"guid\": \"496a3c22-f481-42b7-6501-b0636b529d0c\",\n  \"PersonId\": \"72f0420f-f322-38d5-623f-fdbca11ecd61\",\n  \"FullName\": \"string\",\n  \"Date\": \"1980-03-04\",\n  \"CostDepartmentId\": \"4bccc148-cdaa-1dd9-470c-a717b6fd45e0\",\n  \"CostDepartment\": \"string\",\n  \"TimeFrom\": \"string\",\n  \"TimeUntil\": \"string\",\n  \"BreakTime\": 6019.755878928588,\n  \"Remark\": \"string\",\n  \"Creator\": \"string\",\n  \"Created\": \"2012-01-01T12:06:55.298Z\",\n  \"Changer\": \"string\",\n  \"Changed\": \"1952-12-12T07:42:04.261Z\",\n  \"HoursDecimal\": 8374.014911658245,\n  \"ExternalId\": \"string\",\n  \"DateTimeFrom\": \"1951-04-11T05:52:19.504Z\",\n  \"DateTimeUntil\": \"1962-09-01T07:16:19.535Z\",\n  \"Minutes\": 9229,\n  \"PlannerRemark\": \"string\",\n  \"EmployeeRemark\": \"string\",\n  \"ShiftActivities\": [\n    {\n      \"Guid\": \"29bc88d8-dde1-dbc8-3a88-49bdf5005d2d\",\n      \"CostCenterId\": \"20d09b5a-8032-5e9a-095d-29f271e12a06\",\n      \"CostCenter\": \"e6bd134c-e6d2-15ba-ef7b-2de854f4c963\",\n      \"Title\": \"string\",\n      \"CostCode\": \"string\",\n      \"Abbreviation\": \"string\",\n      \"Description\": \"string\",\n      \"Productive\": false,\n      \"TimeBound\": false,\n      \"PeriodEntryAllowed\": false,\n      \"Visible\": false,\n      \"CostCenterBillable\": true,\n      \"Price\": 3136.4583651055277,\n      \"OrganisationalUnitId\": \"eaf9224b-d125-beb9-e8ea-3201b42e2099\",\n      \"LedgerAccount\": \"string\",\n      \"NightSurcharge\": true,\n      \"TurnoverGroupId\": \"54da82a2-05ac-d57d-bb27-fae3cfb6206c\",\n      \"ExcludeInSVcalculation\": false,\n      \"SurchargePercentage\": 7837.609247615298,\n      \"Hours\": 4915.945028046449,\n      \"Creator\": \"string\",\n      \"Created\": \"2011-08-19T20:31:41.481Z\",\n      \"Changer\": \"string\",\n      \"Changed\": \"1948-05-15T04:41:54.860Z\",\n      \"HoursDecimal\": 3535.5288519721585,\n      \"Kilometers\": 542.4007321440661,\n      \"RelationId\": \"5ff27b21-37e6-4dde-cb4a-8d52427c9f23\",\n      \"Expences\": 7559.444121825365,\n      \"ExpencesRemarks\": \"string\",\n      \"AccountEntryBillable\": false,\n      \"ProjectId\": \"e1292d67-8f1c-9d05-69be-423f4052807f\",\n      \"Billed\": true,\n      \"ProjectItemId\": \"9efe56a5-a99e-2b57-378c-fae403780381\",\n      \"ProjectItemTaskId\": \"6e2cde4f-4fb0-f4af-7d4d-5532280f47bd\",\n      \"Minutes\": 7010\n    },\n    {\n      \"Guid\": \"6ce5a4ea-b207-c77f-2ad5-8eda5b7a458b\",\n      \"CostCenterId\": \"9371b35f-b5c3-ea11-9368-3b3539a928cb\",\n      \"CostCenter\": \"26e6cfb0-e2bc-f867-bfc2-d5eecb72ff51\",\n      \"Title\": \"string\",\n      \"CostCode\": \"string\",\n      \"Abbreviation\": \"string\",\n      \"Description\": \"string\",\n      \"Productive\": false,\n      \"TimeBound\": true,\n      \"PeriodEntryAllowed\": false,\n      \"Visible\": false,\n      \"CostCenterBillable\": false,\n      \"Price\": 425.286088150294,\n      \"OrganisationalUnitId\": \"c277b534-2f44-cbbd-caae-4e25dbea579b\",\n      \"LedgerAccount\": \"string\",\n      \"NightSurcharge\": false,\n      \"TurnoverGroupId\": \"959c51af-121e-0a6b-8d30-e9d1c6134835\",\n      \"ExcludeInSVcalculation\": true,\n      \"SurchargePercentage\": 1732.9653181638794,\n      \"Hours\": 3426.5768789909635,\n      \"Creator\": \"string\",\n      \"Created\": \"1948-05-25T17:23:48.730Z\",\n      \"Changer\": \"string\",\n      \"Changed\": \"1986-09-30T09:58:28.799Z\",\n      \"HoursDecimal\": 8954.214558956677,\n      \"Kilometers\": 1841.109231076581,\n      \"RelationId\": \"9dad420d-bcc8-890e-1511-7c9c88c86126\",\n      \"Expences\": 9346.381683068985,\n      \"ExpencesRemarks\": \"string\",\n      \"AccountEntryBillable\": false,\n      \"ProjectId\": \"ea80a358-829e-33ac-eb6a-c57dfae46f8f\",\n      \"Billed\": false,\n      \"ProjectItemId\": \"ceec5e06-784f-36b9-c597-d76c6ffd8d7c\",\n      \"ProjectItemTaskId\": \"a96555f9-0ce4-b1c5-fe36-1a894e2438ee\",\n      \"Minutes\": 3457\n    }\n  ]\n}"},{"id":"0928c57a-25e8-41db-a0b9-235ca71bd8d8","name":"Unauthorize","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ShiftId\": \"784a2dde-520f-eee9-d567-06255ca7ff94\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/ShiftDetails"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"692fdaff-a3fb-4f45-95c2-e5ed67906aee"}],"id":"eaff3c21-7441-40d0-b572-eebf188d0ba8","_postman_id":"eaff3c21-7441-40d0-b572-eebf188d0ba8","description":""},{"name":"UpdateService","item":[{"name":"Update a service","id":"df2f1c04-da90-4eb8-8d7d-a9e8d7afd1cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"guid\": \"string\",\n  \"Title\": \"string\",\n  \"Description\": \"string\",\n  \"LicenseId\": \"string\",\n  \"OrganisationalUnitId\": \"string\",\n  \"ClassificationId\": \"string\",\n  \"TimeFrom\": \"22:50\",\n  \"TimeUntil\": \"07:52\",\n  \"BreakTime\": \"20:21\",\n  \"HourlyRate\": 7649.123231467687,\n  \"tb1CostCenterId\": \"string\",\n  \"tb2CostCenterId\": \"string\",\n  \"tb3CostCenterId\": \"string\",\n  \"tb1Hours\": \"string\",\n  \"tb2Hours\": \"string\",\n  \"tb3Hours\": \"string\",\n  \"ntb1CostCenterId\": \"string\",\n  \"ntb2CostCenterId\": \"string\",\n  \"ntb3CostCenterId\": \"string\",\n  \"ntb4CostCenterId\": \"string\",\n  \"Active\": true,\n  \"ScheduleExcludeMachine\": false,\n  \"Skills\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/UpdateService","urlObject":{"path":["Schedule","UpdateService"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f633b8fe-9ca4-47a5-88b6-70f6866a2a99","name":"FunctionResult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"guid\": \"string\",\n  \"Title\": \"string\",\n  \"Description\": \"string\",\n  \"LicenseId\": \"string\",\n  \"OrganisationalUnitId\": \"string\",\n  \"ClassificationId\": \"string\",\n  \"TimeFrom\": \"22:50\",\n  \"TimeUntil\": \"07:52\",\n  \"BreakTime\": \"20:21\",\n  \"HourlyRate\": 7649.123231467687,\n  \"tb1CostCenterId\": \"string\",\n  \"tb2CostCenterId\": \"string\",\n  \"tb3CostCenterId\": \"string\",\n  \"tb1Hours\": \"string\",\n  \"tb2Hours\": \"string\",\n  \"tb3Hours\": \"string\",\n  \"ntb1CostCenterId\": \"string\",\n  \"ntb2CostCenterId\": \"string\",\n  \"ntb3CostCenterId\": \"string\",\n  \"ntb4CostCenterId\": \"string\",\n  \"Active\": true,\n  \"ScheduleExcludeMachine\": false,\n  \"Skills\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Schedule/UpdateService"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"}],"_postman_id":"df2f1c04-da90-4eb8-8d7d-a9e8d7afd1cf"}],"id":"af85a601-e97b-4366-87ee-c05dca495158","_postman_id":"af85a601-e97b-4366-87ee-c05dca495158","description":""}],"id":"7fd04150-49be-4a07-b10a-eea172314912","_postman_id":"7fd04150-49be-4a07-b10a-eea172314912","description":""},{"name":"SwapAndOpen","item":[{"name":"GetEligibleEmployeesForOpenService","item":[{"name":"Returns employees who can subscribe to or be assigned to an open service","id":"1565474b-fe02-4b2d-ba4f-dfbdd8ed4e4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"OpenServiceId\": \"212403ca-4fa9-4b2a-bb81-4b5eeded362a\",\n  \"DepartmentId\": \"c17238ad-5164-46e0-b443-6c921dd7746d\",\n  \"Date\": \"2026-07-09\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/GetEligibleEmployeesForOpenService","urlObject":{"path":["SwapAndOpen","GetEligibleEmployeesForOpenService"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2d01a6e0-abd7-45ff-b8cc-a819f9616e58","name":"List of eligible employees for the open service","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"OpenServiceId\": \"a332d486-9341-9418-cec3-3e344702914c\",\n  \"DepartmentId\": \"1a8a3b72-8c22-7d6e-4d2b-163c1c3cef59\",\n  \"Date\": \"2003-11-03\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/GetEligibleEmployeesForOpenService"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"EmployeeId\": \"77617de7-dfc5-2582-53aa-757e7c85c987\",\n    \"FullName\": \"string\",\n    \"IsSubscribed\": true,\n    \"IsAlreadyAssigned\": true,\n    \"HasRequiredSkills\": false,\n    \"HasOverlappingShift\": true,\n    \"HasRequiredClassification\": true,\n    \"IsEligible\": false\n  },\n  {\n    \"EmployeeId\": \"71dc3b7f-9d18-cfc7-6c68-4f6f6375353d\",\n    \"FullName\": \"string\",\n    \"IsSubscribed\": false,\n    \"IsAlreadyAssigned\": false,\n    \"HasRequiredSkills\": false,\n    \"HasOverlappingShift\": false,\n    \"HasRequiredClassification\": true,\n    \"IsEligible\": true\n  }\n]"},{"id":"f1100038-f3f6-4773-948f-0fd6d0ee84c3","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"OpenServiceId\": \"a332d486-9341-9418-cec3-3e344702914c\",\n  \"DepartmentId\": \"1a8a3b72-8c22-7d6e-4d2b-163c1c3cef59\",\n  \"Date\": \"2003-11-03\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/GetEligibleEmployeesForOpenService"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"2ff786f1-ac54-47a4-a5cc-733c21dae67a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"OpenServiceId\": \"a332d486-9341-9418-cec3-3e344702914c\",\n  \"DepartmentId\": \"1a8a3b72-8c22-7d6e-4d2b-163c1c3cef59\",\n  \"Date\": \"2003-11-03\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/GetEligibleEmployeesForOpenService"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1565474b-fe02-4b2d-ba4f-dfbdd8ed4e4b"}],"id":"588267aa-4f1b-4f42-a206-04c1594d7f34","_postman_id":"588267aa-4f1b-4f42-a206-04c1594d7f34","description":""},{"name":"GetOpenServices","item":[{"name":"Returns open services within an organisational unit and optional date range","id":"3bf918e5-33e7-45ac-9f4d-68366ce8a130","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"OrganisationalUnitId\": \"c17238ad-5164-46e0-b443-6c921dd7746d\",\n  \"StartDate\": \"2026-01-31\",\n  \"EndDate\": \"2026-12-31\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/GetOpenServices","urlObject":{"path":["SwapAndOpen","GetOpenServices"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8b13745b-1432-45fa-a327-c0d97ca1adf4","name":"List of open services","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"OrganisationalUnitId\": \"968ee9e5-8b4f-5a01-09dd-9c33623546af\",\n  \"StartDate\": \"2010-10-05\",\n  \"EndDate\": \"1947-11-24\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/GetOpenServices"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ServiceId\": \"3cfb3134-5a0b-0351-0af5-993a2533b9af\"\n  },\n  {\n    \"ServiceId\": \"03069600-7579-a04e-6010-362104a27345\"\n  }\n]"},{"id":"caed81e9-baaa-4af2-bc9d-a22d89a46302","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"OrganisationalUnitId\": \"968ee9e5-8b4f-5a01-09dd-9c33623546af\",\n  \"StartDate\": \"2010-10-05\",\n  \"EndDate\": \"1947-11-24\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/GetOpenServices"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3bf918e5-33e7-45ac-9f4d-68366ce8a130"}],"id":"6f948ee6-058d-4c39-8147-1e7ca041030e","_postman_id":"6f948ee6-058d-4c39-8147-1e7ca041030e","description":""},{"name":"GetOpenServiceSubscriptions","item":[{"name":"Returns employees subscribed to open services","id":"0366ae43-146e-4a30-93db-ef86812329ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"OrganisationalUnitId\": \"c17238ad-5164-46e0-b443-6c921dd7746d\",\n  \"ShiftId\": \"f8920520-8e37-6cae-67e3-57849525411d\",\n  \"StartDate\": \"2026-01-01\",\n  \"EndDate\": \"2026-07-02\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/GetOpenServiceSubscriptions","urlObject":{"path":["SwapAndOpen","GetOpenServiceSubscriptions"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e5b485ae-f91f-4584-b0ef-9fa11aefb978","name":"List of subscribed employees sorted by subscription time","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"OrganisationalUnitId\": \"f8856866-cf5b-e134-2731-b740a6916971\",\n  \"ShiftId\": \"675ec213-fb63-dd1c-c056-f9edb27864ec\",\n  \"StartDate\": \"2008-12-25\",\n  \"EndDate\": \"1973-11-20\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/GetOpenServiceSubscriptions"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ServiceId\": \"93321b1c-c55a-16d2-4966-4cd48575dd2c\",\n    \"DepartmentId\": \"17a67c66-c6ca-efd6-c671-00f70cbd0233\",\n    \"Date\": \"2002-01-02\",\n    \"EmployeeId\": \"8bb24f76-d81c-3f65-7e3a-3512f06071e7\",\n    \"FullName\": \"string\",\n    \"SubscriptionDateTime\": \"1948-04-26T06:15:09.657Z\"\n  },\n  {\n    \"ServiceId\": \"060a5d07-1c87-c36e-57f5-c65c43e1b391\",\n    \"DepartmentId\": \"b2a96ac4-14ae-7c62-bec0-8666beb6532f\",\n    \"Date\": \"2016-04-17\",\n    \"EmployeeId\": \"b5967095-ecd2-a5e1-4c66-fe98acf4b6a9\",\n    \"FullName\": \"string\",\n    \"SubscriptionDateTime\": \"1951-01-02T15:43:39.386Z\"\n  }\n]"},{"id":"3b3f9c61-0faa-422b-ac8b-c5026310a7ed","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"OrganisationalUnitId\": \"f8856866-cf5b-e134-2731-b740a6916971\",\n  \"ShiftId\": \"675ec213-fb63-dd1c-c056-f9edb27864ec\",\n  \"StartDate\": \"2008-12-25\",\n  \"EndDate\": \"1973-11-20\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/GetOpenServiceSubscriptions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"9bef4937-8335-440f-807d-b39c8933a809","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"OrganisationalUnitId\": \"f8856866-cf5b-e134-2731-b740a6916971\",\n  \"ShiftId\": \"675ec213-fb63-dd1c-c056-f9edb27864ec\",\n  \"StartDate\": \"2008-12-25\",\n  \"EndDate\": \"1973-11-20\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/GetOpenServiceSubscriptions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0366ae43-146e-4a30-93db-ef86812329ff"}],"id":"1644fee8-2727-4f46-a9b5-a1acf876b1a8","_postman_id":"1644fee8-2727-4f46-a9b5-a1acf876b1a8","description":""},{"name":"MyServicesPerMonth","item":[{"name":"Returns the upcoming schedule for the chosen month including swapping and open schedules","id":"2d3400f8-81eb-4ce8-9c0e-ed0c0541e362","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"ISOYearMonth\": \"202103\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/MyServicesPerMonth","urlObject":{"path":["SwapAndOpen","MyServicesPerMonth"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"feb7608e-df26-4945-a757-34245b8ab90e","name":"TODO","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearMonth\": \"202103\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/MyServicesPerMonth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"Department\": \"string\",\n    \"Date\": \"2013-01-01\",\n    \"ISODate\": \"20211201\",\n    \"TimeFrom\": \"23:53\",\n    \"TimeUntil\": \"22:52\",\n    \"BreakTime\": \"20:22\",\n    \"CostCenters\": \"string\",\n    \"Remark\": \"string\",\n    \"DayRemark\": \"string\",\n    \"Service\": \"string\",\n    \"Swap\": {\n      \"DateEntryId\": \"string\",\n      \"PersonId\": \"string\",\n      \"InitiatorId\": \"string\",\n      \"Initiator\": \"string\",\n      \"Remark\": \"string\",\n      \"StateId\": \"string\",\n      \"State\": \"string\",\n      \"AvUnavailable\": \"string\",\n      \"AvFromTime\": \"23:39\",\n      \"AvToTime\": \"20:00\",\n      \"ManagerResponsible\": false,\n      \"ManagerSkipInvite\": false\n    },\n    \"Open\": {\n      \"DepartmentId\": \"string\",\n      \"BaseServiceId\": \"string\",\n      \"Subscribed\": true\n    }\n  },\n  {\n    \"Department\": \"string\",\n    \"Date\": \"1994-11-26\",\n    \"ISODate\": \"20211201\",\n    \"TimeFrom\": \"21:24\",\n    \"TimeUntil\": \"00:25\",\n    \"BreakTime\": \"12:39\",\n    \"CostCenters\": \"string\",\n    \"Remark\": \"string\",\n    \"DayRemark\": \"string\",\n    \"Service\": \"string\",\n    \"Swap\": {\n      \"DateEntryId\": \"string\",\n      \"PersonId\": \"string\",\n      \"InitiatorId\": \"string\",\n      \"Initiator\": \"string\",\n      \"Remark\": \"string\",\n      \"StateId\": \"string\",\n      \"State\": \"string\",\n      \"AvUnavailable\": \"string\",\n      \"AvFromTime\": \"23:02\",\n      \"AvToTime\": \"23:22\",\n      \"ManagerResponsible\": true,\n      \"ManagerSkipInvite\": false\n    },\n    \"Open\": {\n      \"DepartmentId\": \"string\",\n      \"BaseServiceId\": \"string\",\n      \"Subscribed\": false\n    }\n  }\n]"},{"id":"70b28934-8339-409c-a667-67774c61ddb9","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearMonth\": \"202103\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/MyServicesPerMonth"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"2d3400f8-81eb-4ce8-9c0e-ed0c0541e362"}],"id":"f6378fd0-dba8-4d75-a2ea-c91ce9aa5b7f","_postman_id":"f6378fd0-dba8-4d75-a2ea-c91ce9aa5b7f","description":""},{"name":"MyServicesPerWeek","item":[{"name":"Returns the upcoming schedule for the chosen week including swapping and open schedules","id":"ebba3f70-45a8-42d0-aa46-ff9f3f944b2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202141\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/MyServicesPerWeek","urlObject":{"path":["SwapAndOpen","MyServicesPerWeek"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d947eb99-3537-409b-9e3a-4ee48135d4ff","name":"TODO","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202141\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/MyServicesPerWeek"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"Department\": \"string\",\n    \"Date\": \"1985-02-07\",\n    \"ISODate\": \"20211201\",\n    \"TimeFrom\": \"21:01\",\n    \"TimeUntil\": \"22:45\",\n    \"BreakTime\": \"21:23\",\n    \"CostCenters\": \"string\",\n    \"Remark\": \"string\",\n    \"DayRemark\": \"string\",\n    \"Service\": \"string\",\n    \"Swap\": {\n      \"DateEntryId\": \"string\",\n      \"PersonId\": \"string\",\n      \"InitiatorId\": \"string\",\n      \"Initiator\": \"string\",\n      \"Remark\": \"string\",\n      \"StateId\": \"string\",\n      \"State\": \"string\",\n      \"AvUnavailable\": \"string\",\n      \"AvFromTime\": \"22:25\",\n      \"AvToTime\": \"21:41\",\n      \"ManagerResponsible\": true,\n      \"ManagerSkipInvite\": true\n    },\n    \"Open\": {\n      \"DepartmentId\": \"string\",\n      \"BaseServiceId\": \"string\",\n      \"Subscribed\": true\n    }\n  },\n  {\n    \"Department\": \"string\",\n    \"Date\": \"1957-04-16\",\n    \"ISODate\": \"20211201\",\n    \"TimeFrom\": \"22:08\",\n    \"TimeUntil\": \"06:54\",\n    \"BreakTime\": \"14:27\",\n    \"CostCenters\": \"string\",\n    \"Remark\": \"string\",\n    \"DayRemark\": \"string\",\n    \"Service\": \"string\",\n    \"Swap\": {\n      \"DateEntryId\": \"string\",\n      \"PersonId\": \"string\",\n      \"InitiatorId\": \"string\",\n      \"Initiator\": \"string\",\n      \"Remark\": \"string\",\n      \"StateId\": \"string\",\n      \"State\": \"string\",\n      \"AvUnavailable\": \"string\",\n      \"AvFromTime\": \"13:49\",\n      \"AvToTime\": \"23:14\",\n      \"ManagerResponsible\": true,\n      \"ManagerSkipInvite\": false\n    },\n    \"Open\": {\n      \"DepartmentId\": \"string\",\n      \"BaseServiceId\": \"string\",\n      \"Subscribed\": false\n    }\n  }\n]"},{"id":"c1fb43ec-eb7e-4ee9-a5a4-574326ca00aa","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202141\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/MyServicesPerWeek"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"ebba3f70-45a8-42d0-aa46-ff9f3f944b2e"}],"id":"8ced3150-54d1-43a4-a025-6ef506002ccf","_postman_id":"8ced3150-54d1-43a4-a025-6ef506002ccf","description":""},{"name":"SetOpenServiceState","item":[{"name":"Creates an open service from an existing base service for a department on a date","id":"207b9bd7-9cdf-41cb-83d9-c14684a77f0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"OpenServiceInfo\": {\n    \"ServiceId\": \"05286DD2-21E8-49D6-9921-BE88B88B3276\",\n    \"DepartmentId\": \"c17238ad-5164-46e0-b443-6c921dd7746d\",\n    \"Date\": \"2026-06-24\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/SetOpenServiceState","urlObject":{"path":["SwapAndOpen","SetOpenServiceState"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ce778209-706c-484f-b470-aea1f873377b","name":"FunctionResult with the created open service id in NewGuid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"OpenServiceInfo\": {\n    \"ServiceId\": \"a0a12e15-cf09-1bb2-a7b3-28b75a0d87db\",\n    \"DepartmentId\": \"c829092d-1444-41d4-acc7-4578445e0bf9\",\n    \"Date\": \"1981-09-22\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/SetOpenServiceState"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": [\n    \"Open dienst is aangemaakt\"\n  ],\n  \"NewGuid\": \"d31dcea3-685d-c60c-c7e9-fe4d6c10dc34\",\n  \"NewTitle\": \"string\",\n  \"RedirectURL\": \"string\"\n}"},{"id":"b77ab925-973e-49f3-81e5-6011a344361a","name":"Bad request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"OpenServiceInfo\": {\n    \"ServiceId\": \"a0a12e15-cf09-1bb2-a7b3-28b75a0d87db\",\n    \"DepartmentId\": \"c829092d-1444-41d4-acc7-4578445e0bf9\",\n    \"Date\": \"1981-09-22\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/SetOpenServiceState"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"887162e0-afbe-4b82-aabe-b367fac8445f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"OpenServiceInfo\": {\n    \"ServiceId\": \"a0a12e15-cf09-1bb2-a7b3-28b75a0d87db\",\n    \"DepartmentId\": \"c829092d-1444-41d4-acc7-4578445e0bf9\",\n    \"Date\": \"1981-09-22\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/SetOpenServiceState"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"207b9bd7-9cdf-41cb-83d9-c14684a77f0f"}],"id":"3c5cb964-5d62-466b-af7a-cf6bb6ecb283","_postman_id":"3c5cb964-5d62-466b-af7a-cf6bb6ecb283","description":""},{"name":"SetSwapServiceState","item":[{"name":"Set the state of the swapservice","id":"b0408feb-1a68-46e3-b650-714ecb29fab8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"ChangeServiceSwapState\": {\n    \"PersonId\": \"string\",\n    \"DateEntryId\": \"string\",\n    \"StateId\": \"string\",\n    \"NextStateId\": \"string\",\n    \"Remark\": \"string\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/SetSwapServiceState","urlObject":{"path":["SwapAndOpen","SetSwapServiceState"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9d9370aa-58c7-4f5c-aa73-ac9e8af38c17","name":"Functionresult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ChangeServiceSwapState\": {\n    \"PersonId\": \"string\",\n    \"DateEntryId\": \"string\",\n    \"StateId\": \"string\",\n    \"NextStateId\": \"string\",\n    \"Remark\": \"string\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/SetSwapServiceState"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"e8bb68b1-b683-4fee-ac47-6c6d4569edca","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ChangeServiceSwapState\": {\n    \"PersonId\": \"string\",\n    \"DateEntryId\": \"string\",\n    \"StateId\": \"string\",\n    \"NextStateId\": \"string\",\n    \"Remark\": \"string\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/SetSwapServiceState"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"b0408feb-1a68-46e3-b650-714ecb29fab8"}],"id":"d639ea65-52ad-4109-ac5c-8243e5efdd69","_postman_id":"d639ea65-52ad-4109-ac5c-8243e5efdd69","description":""},{"name":"ToggleMyOpenServiceSubscription","item":[{"name":"Toggle whether the employee is subscribed to the given open service or not","id":"4b50a015-6e4d-4bb1-aad2-b93c94ba38fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"OpenServiceInfo\": {\n    \"PersonId\": \"cbc4496f-3f06-4a85-b3dc-5c21847ce916\",\n    \"BaseServiceId\": \"05286DD2-21E8-49D6-9921-BE88B88B3276\",\n    \"DepartmentId\": \"c17238ad-5164-46e0-b443-6c921dd7746d\",\n    \"Date\": \"2026-07-01\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/ToggleMyOpenServiceSubscription","urlObject":{"path":["SwapAndOpen","ToggleMyOpenServiceSubscription"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"667b5863-dc55-47ae-a8d2-e3092dc99c54","name":"Functionresult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"OpenServiceInfo\": {\n    \"PersonId\": \"string\",\n    \"BaseServiceId\": \"string\",\n    \"DepartmentId\": \"string\",\n    \"Date\": \"2002-05-16\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/ToggleMyOpenServiceSubscription"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"ff3c090c-3f5e-49e2-8476-9af8cfd8bdfe","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"OpenServiceInfo\": {\n    \"PersonId\": \"string\",\n    \"BaseServiceId\": \"string\",\n    \"DepartmentId\": \"string\",\n    \"Date\": \"2002-05-16\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/SwapAndOpen/ToggleMyOpenServiceSubscription"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"4b50a015-6e4d-4bb1-aad2-b93c94ba38fd"}],"id":"8329f08f-9214-4c3d-8732-4dc5a7cdf900","_postman_id":"8329f08f-9214-4c3d-8732-4dc5a7cdf900","description":""}],"id":"3f5432c0-f803-452a-b174-44df7703f8c4","_postman_id":"3f5432c0-f803-452a-b174-44df7703f8c4","description":""},{"name":"Task","item":[{"name":"AddUserRequestTask","item":[{"name":"Inserts a UserRequestTask","id":"7a42c4e3-60fa-46b5-beae-a1db1f6ef4f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"Title\": \"string\",\n  \"TaskText\": \"string\",\n  \"TaskTypeId\": \"string\",\n  \"SubjectTypeId\": \"string\",\n  \"Attachment\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/AddUserRequestTask","urlObject":{"path":["Task","AddUserRequestTask"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2410023e-ad60-4e06-9380-cff0e15aff1f","name":"A functionresult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"Title\": \"string\",\n  \"TaskText\": \"string\",\n  \"TaskTypeId\": \"string\",\n  \"SubjectTypeId\": \"string\",\n  \"Attachment\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/AddUserRequestTask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"dd89de73-ba6c-41d1-af70-7557dd4323d7","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"Title\": \"string\",\n  \"TaskText\": \"string\",\n  \"TaskTypeId\": \"string\",\n  \"SubjectTypeId\": \"string\",\n  \"Attachment\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/AddUserRequestTask"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"7a42c4e3-60fa-46b5-beae-a1db1f6ef4f0"}],"id":"dc4203fa-8988-4348-8a86-98b0312b9115","_postman_id":"dc4203fa-8988-4348-8a86-98b0312b9115","description":""},{"name":"AddTask","item":[{"name":"Inserts a Task","id":"3b8401ff-3955-4ac3-bb7a-d79fc4e9d42e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Title\": \"string\",\n  \"Guid\": \"5adb8d72-9594-0fe1-bc8d-0f1905bcce6f\",\n  \"TaskContent\": \"string\",\n  \"TaskResult\": \"string\",\n  \"StartDate\": \"2010-03-07T02:02:50.576Z\",\n  \"DeadLine\": \"1977-10-16T10:40:59.091Z\",\n  \"ComplexityId\": \"4d81b6bb-9037-4442-8162-505764bf5a80\",\n  \"PriorityId\": \"cea864d2-e2c8-40af-a1a4-8f9273c854de\",\n  \"DataObjectIdParent\": \"00308673-abc9-a998-5c9b-99ac53f035d8\",\n  \"DataObjectLinkTypeId\": \"4688fb1d-0244-3e85-4633-73ae3a56b7f4\",\n  \"TaskTypeId\": \"4d219ae4-d1b5-4863-8442-987d03cefca9\",\n  \"SubjectTypeId\": \"aa445c83-04fc-4d40-8b93-dd38c7c1b3df\",\n  \"TaskStateId\": \"2d04d70a-0e5b-4f9f-b8c4-2155a6b764e4\",\n  \"LicenseId\": \"2f8e32cf-2403-7596-5ec3-25ca559153b6\",\n  \"OwnerId\": \"4a68d308-bfad-48a9-94aa-2ccfe39cef23\",\n  \"OwnerRoleId\": \"373a8412-5482-417e-b3e2-1fcad4ac30d2\",\n  \"MinimumInvoiceDate\": \"1994-03-25T13:41:06.199Z\",\n  \"NotifyOwner\": false,\n  \"NotifyCreator\": true,\n  \"PlannedHours\": 5321.220084611226,\n  \"HandlingOrder\": 2510.43326538317,\n  \"PhaseId\": \"a9f6d856-7a86-4cc9-b9dc-51f67eba76c3\",\n  \"SoldHours\": 4819.618113226936,\n  \"ReporterEmail\": \"6G95H4PgNI@s.mc\",\n  \"InformReporter\": false,\n  \"ActivityId\": \"b0381555-906f-4568-90bf-ec9da75ddc92\",\n  \"SoldPrice\": 3111.891888179519,\n  \"TaskResponsiveId\": \"4a68d308-bfad-48a9-94aa-2ccfe39cef23\",\n  \"ReporterId\": \"ea30904a-4d5b-1713-1cdf-2e67ea5521ae\",\n  \"TravelCosts\": 737.4944142014228,\n  \"TravelCostsDiscount\": 2694.10750173291,\n  \"OtherCostsDiscount\": 8351.66557981746,\n  \"SeriesId\": 599,\n  \"LeadTaskId\": \"43c6f68e-746e-6526-3996-ffa602beb30c\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/AddTask","description":"<p>Adds a task. All values except Title are optional. The GUIDs reference the choice lists with values.</p>\n","urlObject":{"path":["Task","AddTask"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2f26c19b-b8a3-44b4-8606-4c16e33874d2","name":"Task successfully created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"Title\": \"string\",\n  \"Guid\": \"5adb8d72-9594-0fe1-bc8d-0f1905bcce6f\",\n  \"TaskContent\": \"string\",\n  \"TaskResult\": \"string\",\n  \"StartDate\": \"2010-03-07T02:02:50.576Z\",\n  \"DeadLine\": \"1977-10-16T10:40:59.091Z\",\n  \"ComplexityId\": \"4d81b6bb-9037-4442-8162-505764bf5a80\",\n  \"PriorityId\": \"cea864d2-e2c8-40af-a1a4-8f9273c854de\",\n  \"DataObjectIdParent\": \"00308673-abc9-a998-5c9b-99ac53f035d8\",\n  \"DataObjectLinkTypeId\": \"4688fb1d-0244-3e85-4633-73ae3a56b7f4\",\n  \"TaskTypeId\": \"4d219ae4-d1b5-4863-8442-987d03cefca9\",\n  \"SubjectTypeId\": \"aa445c83-04fc-4d40-8b93-dd38c7c1b3df\",\n  \"TaskStateId\": \"2d04d70a-0e5b-4f9f-b8c4-2155a6b764e4\",\n  \"LicenseId\": \"2f8e32cf-2403-7596-5ec3-25ca559153b6\",\n  \"OwnerId\": \"4a68d308-bfad-48a9-94aa-2ccfe39cef23\",\n  \"OwnerRoleId\": \"373a8412-5482-417e-b3e2-1fcad4ac30d2\",\n  \"MinimumInvoiceDate\": \"1994-03-25T13:41:06.199Z\",\n  \"NotifyOwner\": false,\n  \"NotifyCreator\": true,\n  \"PlannedHours\": 5321.220084611226,\n  \"HandlingOrder\": 2510.43326538317,\n  \"PhaseId\": \"a9f6d856-7a86-4cc9-b9dc-51f67eba76c3\",\n  \"SoldHours\": 4819.618113226936,\n  \"ReporterEmail\": \"6G95H4PgNI@s.mc\",\n  \"InformReporter\": false,\n  \"ActivityId\": \"b0381555-906f-4568-90bf-ec9da75ddc92\",\n  \"SoldPrice\": 3111.891888179519,\n  \"TaskResponsiveId\": \"4a68d308-bfad-48a9-94aa-2ccfe39cef23\",\n  \"ReporterId\": \"ea30904a-4d5b-1713-1cdf-2e67ea5521ae\",\n  \"TravelCosts\": 737.4944142014228,\n  \"TravelCostsDiscount\": 2694.10750173291,\n  \"OtherCostsDiscount\": 8351.66557981746,\n  \"SeriesId\": 599,\n  \"LeadTaskId\": \"43c6f68e-746e-6526-3996-ffa602beb30c\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/AddTask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"e08916e2-1e7b-4ff8-b216-506e37c95ebe","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"Title\": \"string\",\n  \"Guid\": \"5adb8d72-9594-0fe1-bc8d-0f1905bcce6f\",\n  \"TaskContent\": \"string\",\n  \"TaskResult\": \"string\",\n  \"StartDate\": \"2010-03-07T02:02:50.576Z\",\n  \"DeadLine\": \"1977-10-16T10:40:59.091Z\",\n  \"ComplexityId\": \"4d81b6bb-9037-4442-8162-505764bf5a80\",\n  \"PriorityId\": \"cea864d2-e2c8-40af-a1a4-8f9273c854de\",\n  \"DataObjectIdParent\": \"00308673-abc9-a998-5c9b-99ac53f035d8\",\n  \"DataObjectLinkTypeId\": \"4688fb1d-0244-3e85-4633-73ae3a56b7f4\",\n  \"TaskTypeId\": \"4d219ae4-d1b5-4863-8442-987d03cefca9\",\n  \"SubjectTypeId\": \"aa445c83-04fc-4d40-8b93-dd38c7c1b3df\",\n  \"TaskStateId\": \"2d04d70a-0e5b-4f9f-b8c4-2155a6b764e4\",\n  \"LicenseId\": \"2f8e32cf-2403-7596-5ec3-25ca559153b6\",\n  \"OwnerId\": \"4a68d308-bfad-48a9-94aa-2ccfe39cef23\",\n  \"OwnerRoleId\": \"373a8412-5482-417e-b3e2-1fcad4ac30d2\",\n  \"MinimumInvoiceDate\": \"1994-03-25T13:41:06.199Z\",\n  \"NotifyOwner\": false,\n  \"NotifyCreator\": true,\n  \"PlannedHours\": 5321.220084611226,\n  \"HandlingOrder\": 2510.43326538317,\n  \"PhaseId\": \"a9f6d856-7a86-4cc9-b9dc-51f67eba76c3\",\n  \"SoldHours\": 4819.618113226936,\n  \"ReporterEmail\": \"6G95H4PgNI@s.mc\",\n  \"InformReporter\": false,\n  \"ActivityId\": \"b0381555-906f-4568-90bf-ec9da75ddc92\",\n  \"SoldPrice\": 3111.891888179519,\n  \"TaskResponsiveId\": \"4a68d308-bfad-48a9-94aa-2ccfe39cef23\",\n  \"ReporterId\": \"ea30904a-4d5b-1713-1cdf-2e67ea5521ae\",\n  \"TravelCosts\": 737.4944142014228,\n  \"TravelCostsDiscount\": 2694.10750173291,\n  \"OtherCostsDiscount\": 8351.66557981746,\n  \"SeriesId\": 599,\n  \"LeadTaskId\": \"43c6f68e-746e-6526-3996-ffa602beb30c\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/AddTask"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"3b8401ff-3955-4ac3-bb7a-d79fc4e9d42e"}],"id":"3988a751-0518-4b2d-a96f-af5889f10694","_postman_id":"3988a751-0518-4b2d-a96f-af5889f10694","description":""},{"name":"UpdateTask","item":[{"name":"Updates a Task","id":"95c28fd8-98ae-49bc-b42d-42d7e8807142","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Guid\": \"2d19611b-1d09-a989-1bf0-9a5d566f42b2\",\n  \"Title\": \"string\",\n  \"TaskContent\": \"string\",\n  \"TaskResult\": \"string\",\n  \"StartDate\": \"1973-02-16T07:40:09.495Z\",\n  \"DeadLine\": \"2019-04-04T13:07:18.353Z\",\n  \"ComplexityId\": \"3a6702f5-5eb1-51a3-0e5f-fef8fc07710a\",\n  \"PriorityId\": \"86c9ee8c-0ca3-2c30-324f-ef973e1e9c11\",\n  \"DataObjectIdParent\": \"2fbe8189-5877-fcca-5f84-ffc40566e6c6\",\n  \"DataObjectLinkTypeId\": \"0f80686f-6b29-4d40-b255-e30b3ad1ff54\",\n  \"TaskTypeId\": \"bb03af5c-d83e-2a94-4cb5-1727bbf88bfe\",\n  \"SubjectTypeId\": \"3f572bce-1425-ee89-c966-85b58f6062ff\",\n  \"TaskStateId\": \"b493bc4f-0885-6dfb-319a-9a27f40efedb\",\n  \"LicenseId\": \"fa849a10-8759-005f-b256-885071743f6d\",\n  \"OwnerId\": \"dbe09dcf-5761-d275-aed8-ddd85eb530f8\",\n  \"OwnerRoleId\": \"4c2301e8-52ed-896f-89ac-515f0fad09d6\",\n  \"MinimumInvoiceDate\": \"1965-06-19T20:57:39.961Z\",\n  \"NotifyOwner\": false,\n  \"NotifyCreator\": false,\n  \"PlannedHours\": 7969.63234944033,\n  \"HandlingOrder\": 1647.5535688260502,\n  \"PhaseId\": \"d7ec4fa0-5dd7-3e95-6a00-12c18a79e36d\",\n  \"SoldHours\": 1570.411630429851,\n  \"ReporterEmail\": \"aNkJ@qIvjZHElzRLy.lvn\",\n  \"InformReporter\": true,\n  \"ActivityId\": \"a80f489b-7b6e-0266-c5b3-9e8f90546778\",\n  \"SoldPrice\": 2584.393258068991,\n  \"TaskResponsiveId\": \"49a75880-2c35-492b-9a4c-8018ad07f16c\",\n  \"ReporterId\": \"e4df2bb0-7c9d-07bb-8dd5-4495c4b840ed\",\n  \"TravelCosts\": 6323.393733427174,\n  \"TravelCostsDiscount\": 5963.861860561544,\n  \"OtherCostsDiscount\": 2400.770680903468,\n  \"SeriesId\": 8849,\n  \"LeadTaskId\": \"cbc5716c-d268-fbe7-23be-3806bb18a8d8\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/UpdateTask","description":"<p>Updates an existing task with the provided data</p>\n","urlObject":{"path":["Task","UpdateTask"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"383b1835-0cd9-4488-8b78-7e8adcb90d08","name":"Task successfully updated","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"Guid\": \"2d19611b-1d09-a989-1bf0-9a5d566f42b2\",\n  \"Title\": \"string\",\n  \"TaskContent\": \"string\",\n  \"TaskResult\": \"string\",\n  \"StartDate\": \"1973-02-16T07:40:09.495Z\",\n  \"DeadLine\": \"2019-04-04T13:07:18.353Z\",\n  \"ComplexityId\": \"3a6702f5-5eb1-51a3-0e5f-fef8fc07710a\",\n  \"PriorityId\": \"86c9ee8c-0ca3-2c30-324f-ef973e1e9c11\",\n  \"DataObjectIdParent\": \"2fbe8189-5877-fcca-5f84-ffc40566e6c6\",\n  \"DataObjectLinkTypeId\": \"0f80686f-6b29-4d40-b255-e30b3ad1ff54\",\n  \"TaskTypeId\": \"bb03af5c-d83e-2a94-4cb5-1727bbf88bfe\",\n  \"SubjectTypeId\": \"3f572bce-1425-ee89-c966-85b58f6062ff\",\n  \"TaskStateId\": \"b493bc4f-0885-6dfb-319a-9a27f40efedb\",\n  \"LicenseId\": \"fa849a10-8759-005f-b256-885071743f6d\",\n  \"OwnerId\": \"dbe09dcf-5761-d275-aed8-ddd85eb530f8\",\n  \"OwnerRoleId\": \"4c2301e8-52ed-896f-89ac-515f0fad09d6\",\n  \"MinimumInvoiceDate\": \"1965-06-19T20:57:39.961Z\",\n  \"NotifyOwner\": false,\n  \"NotifyCreator\": false,\n  \"PlannedHours\": 7969.63234944033,\n  \"HandlingOrder\": 1647.5535688260502,\n  \"PhaseId\": \"d7ec4fa0-5dd7-3e95-6a00-12c18a79e36d\",\n  \"SoldHours\": 1570.411630429851,\n  \"ReporterEmail\": \"aNkJ@qIvjZHElzRLy.lvn\",\n  \"InformReporter\": true,\n  \"ActivityId\": \"a80f489b-7b6e-0266-c5b3-9e8f90546778\",\n  \"SoldPrice\": 2584.393258068991,\n  \"TaskResponsiveId\": \"49a75880-2c35-492b-9a4c-8018ad07f16c\",\n  \"ReporterId\": \"e4df2bb0-7c9d-07bb-8dd5-4495c4b840ed\",\n  \"TravelCosts\": 6323.393733427174,\n  \"TravelCostsDiscount\": 5963.861860561544,\n  \"OtherCostsDiscount\": 2400.770680903468,\n  \"SeriesId\": 8849,\n  \"LeadTaskId\": \"cbc5716c-d268-fbe7-23be-3806bb18a8d8\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/UpdateTask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": false,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"6aea30c4-1600-4443-8e27-ff6200178319","name":"Bad request - invalid parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"Guid\": \"2d19611b-1d09-a989-1bf0-9a5d566f42b2\",\n  \"Title\": \"string\",\n  \"TaskContent\": \"string\",\n  \"TaskResult\": \"string\",\n  \"StartDate\": \"1973-02-16T07:40:09.495Z\",\n  \"DeadLine\": \"2019-04-04T13:07:18.353Z\",\n  \"ComplexityId\": \"3a6702f5-5eb1-51a3-0e5f-fef8fc07710a\",\n  \"PriorityId\": \"86c9ee8c-0ca3-2c30-324f-ef973e1e9c11\",\n  \"DataObjectIdParent\": \"2fbe8189-5877-fcca-5f84-ffc40566e6c6\",\n  \"DataObjectLinkTypeId\": \"0f80686f-6b29-4d40-b255-e30b3ad1ff54\",\n  \"TaskTypeId\": \"bb03af5c-d83e-2a94-4cb5-1727bbf88bfe\",\n  \"SubjectTypeId\": \"3f572bce-1425-ee89-c966-85b58f6062ff\",\n  \"TaskStateId\": \"b493bc4f-0885-6dfb-319a-9a27f40efedb\",\n  \"LicenseId\": \"fa849a10-8759-005f-b256-885071743f6d\",\n  \"OwnerId\": \"dbe09dcf-5761-d275-aed8-ddd85eb530f8\",\n  \"OwnerRoleId\": \"4c2301e8-52ed-896f-89ac-515f0fad09d6\",\n  \"MinimumInvoiceDate\": \"1965-06-19T20:57:39.961Z\",\n  \"NotifyOwner\": false,\n  \"NotifyCreator\": false,\n  \"PlannedHours\": 7969.63234944033,\n  \"HandlingOrder\": 1647.5535688260502,\n  \"PhaseId\": \"d7ec4fa0-5dd7-3e95-6a00-12c18a79e36d\",\n  \"SoldHours\": 1570.411630429851,\n  \"ReporterEmail\": \"aNkJ@qIvjZHElzRLy.lvn\",\n  \"InformReporter\": true,\n  \"ActivityId\": \"a80f489b-7b6e-0266-c5b3-9e8f90546778\",\n  \"SoldPrice\": 2584.393258068991,\n  \"TaskResponsiveId\": \"49a75880-2c35-492b-9a4c-8018ad07f16c\",\n  \"ReporterId\": \"e4df2bb0-7c9d-07bb-8dd5-4495c4b840ed\",\n  \"TravelCosts\": 6323.393733427174,\n  \"TravelCostsDiscount\": 5963.861860561544,\n  \"OtherCostsDiscount\": 2400.770680903468,\n  \"SeriesId\": 8849,\n  \"LeadTaskId\": \"cbc5716c-d268-fbe7-23be-3806bb18a8d8\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/UpdateTask"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"e3cad319-b977-42e5-abc4-077372f86aaa","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"Guid\": \"2d19611b-1d09-a989-1bf0-9a5d566f42b2\",\n  \"Title\": \"string\",\n  \"TaskContent\": \"string\",\n  \"TaskResult\": \"string\",\n  \"StartDate\": \"1973-02-16T07:40:09.495Z\",\n  \"DeadLine\": \"2019-04-04T13:07:18.353Z\",\n  \"ComplexityId\": \"3a6702f5-5eb1-51a3-0e5f-fef8fc07710a\",\n  \"PriorityId\": \"86c9ee8c-0ca3-2c30-324f-ef973e1e9c11\",\n  \"DataObjectIdParent\": \"2fbe8189-5877-fcca-5f84-ffc40566e6c6\",\n  \"DataObjectLinkTypeId\": \"0f80686f-6b29-4d40-b255-e30b3ad1ff54\",\n  \"TaskTypeId\": \"bb03af5c-d83e-2a94-4cb5-1727bbf88bfe\",\n  \"SubjectTypeId\": \"3f572bce-1425-ee89-c966-85b58f6062ff\",\n  \"TaskStateId\": \"b493bc4f-0885-6dfb-319a-9a27f40efedb\",\n  \"LicenseId\": \"fa849a10-8759-005f-b256-885071743f6d\",\n  \"OwnerId\": \"dbe09dcf-5761-d275-aed8-ddd85eb530f8\",\n  \"OwnerRoleId\": \"4c2301e8-52ed-896f-89ac-515f0fad09d6\",\n  \"MinimumInvoiceDate\": \"1965-06-19T20:57:39.961Z\",\n  \"NotifyOwner\": false,\n  \"NotifyCreator\": false,\n  \"PlannedHours\": 7969.63234944033,\n  \"HandlingOrder\": 1647.5535688260502,\n  \"PhaseId\": \"d7ec4fa0-5dd7-3e95-6a00-12c18a79e36d\",\n  \"SoldHours\": 1570.411630429851,\n  \"ReporterEmail\": \"aNkJ@qIvjZHElzRLy.lvn\",\n  \"InformReporter\": true,\n  \"ActivityId\": \"a80f489b-7b6e-0266-c5b3-9e8f90546778\",\n  \"SoldPrice\": 2584.393258068991,\n  \"TaskResponsiveId\": \"49a75880-2c35-492b-9a4c-8018ad07f16c\",\n  \"ReporterId\": \"e4df2bb0-7c9d-07bb-8dd5-4495c4b840ed\",\n  \"TravelCosts\": 6323.393733427174,\n  \"TravelCostsDiscount\": 5963.861860561544,\n  \"OtherCostsDiscount\": 2400.770680903468,\n  \"SeriesId\": 8849,\n  \"LeadTaskId\": \"cbc5716c-d268-fbe7-23be-3806bb18a8d8\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/UpdateTask"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"8d52d16a-4a73-478c-8094-f77cbc61819f","name":"Task not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"Guid\": \"2d19611b-1d09-a989-1bf0-9a5d566f42b2\",\n  \"Title\": \"string\",\n  \"TaskContent\": \"string\",\n  \"TaskResult\": \"string\",\n  \"StartDate\": \"1973-02-16T07:40:09.495Z\",\n  \"DeadLine\": \"2019-04-04T13:07:18.353Z\",\n  \"ComplexityId\": \"3a6702f5-5eb1-51a3-0e5f-fef8fc07710a\",\n  \"PriorityId\": \"86c9ee8c-0ca3-2c30-324f-ef973e1e9c11\",\n  \"DataObjectIdParent\": \"2fbe8189-5877-fcca-5f84-ffc40566e6c6\",\n  \"DataObjectLinkTypeId\": \"0f80686f-6b29-4d40-b255-e30b3ad1ff54\",\n  \"TaskTypeId\": \"bb03af5c-d83e-2a94-4cb5-1727bbf88bfe\",\n  \"SubjectTypeId\": \"3f572bce-1425-ee89-c966-85b58f6062ff\",\n  \"TaskStateId\": \"b493bc4f-0885-6dfb-319a-9a27f40efedb\",\n  \"LicenseId\": \"fa849a10-8759-005f-b256-885071743f6d\",\n  \"OwnerId\": \"dbe09dcf-5761-d275-aed8-ddd85eb530f8\",\n  \"OwnerRoleId\": \"4c2301e8-52ed-896f-89ac-515f0fad09d6\",\n  \"MinimumInvoiceDate\": \"1965-06-19T20:57:39.961Z\",\n  \"NotifyOwner\": false,\n  \"NotifyCreator\": false,\n  \"PlannedHours\": 7969.63234944033,\n  \"HandlingOrder\": 1647.5535688260502,\n  \"PhaseId\": \"d7ec4fa0-5dd7-3e95-6a00-12c18a79e36d\",\n  \"SoldHours\": 1570.411630429851,\n  \"ReporterEmail\": \"aNkJ@qIvjZHElzRLy.lvn\",\n  \"InformReporter\": true,\n  \"ActivityId\": \"a80f489b-7b6e-0266-c5b3-9e8f90546778\",\n  \"SoldPrice\": 2584.393258068991,\n  \"TaskResponsiveId\": \"49a75880-2c35-492b-9a4c-8018ad07f16c\",\n  \"ReporterId\": \"e4df2bb0-7c9d-07bb-8dd5-4495c4b840ed\",\n  \"TravelCosts\": 6323.393733427174,\n  \"TravelCostsDiscount\": 5963.861860561544,\n  \"OtherCostsDiscount\": 2400.770680903468,\n  \"SeriesId\": 8849,\n  \"LeadTaskId\": \"cbc5716c-d268-fbe7-23be-3806bb18a8d8\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/UpdateTask"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"95c28fd8-98ae-49bc-b42d-42d7e8807142"}],"id":"27e2fa0c-bcba-4ed3-9e62-18d26c77abeb","_postman_id":"27e2fa0c-bcba-4ed3-9e62-18d26c77abeb","description":""},{"name":"AddFollowUpTask","item":[{"name":"Inserts a FollowUpTask","id":"eff9910e-6e75-4123-800e-69d1e43449a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Title\": \"string\",\n  \"Guid\": \"5d3d18d1-a42a-43b2-fc71-552f788e5765\",\n  \"TaskContent\": \"string\",\n  \"TaskResult\": \"string\",\n  \"StartDate\": \"2002-02-11T02:10:57.844Z\",\n  \"DeadLine\": \"1980-04-10T13:30:07.730Z\",\n  \"ComplexityId\": \"bab9e4c7-b864-2367-5e81-069f4cd11528\",\n  \"PriorityId\": \"6abada75-6ad5-c118-2da5-2fbddd1b6216\",\n  \"DataObjectIdParent\": \"8b034536-8d7e-685f-8404-8fc3b3af9b3c\",\n  \"DataObjectLinkTypeId\": \"a1768309-4e01-2281-9483-f0248da3758e\",\n  \"TaskTypeId\": \"bd5a9f0d-2930-86b1-ba59-fd99d441b4d6\",\n  \"SubjectTypeId\": \"748529ec-b2a4-42a6-a85e-04ac8b2c9901\",\n  \"TaskStateId\": \"2d136d27-9b61-404b-840f-789e610c6d12\",\n  \"LicenseId\": \"86fe6d2d-7d3a-3169-1fc6-d05e8fded42a\",\n  \"OwnerId\": \"e80fd0cd-2ef9-f75a-4832-da8219ef3669\",\n  \"OwnerRoleId\": \"c5611bac-4a70-60a9-47a8-9a97db441d50\",\n  \"MinimumInvoiceDate\": \"1973-06-14T05:18:16.672Z\",\n  \"NotifyOwner\": true,\n  \"NotifyCreator\": false,\n  \"PlannedHours\": 2538.4772983104663,\n  \"HandlingOrder\": 1337.5142405342833,\n  \"PhaseId\": \"db820041-a3de-3941-272b-272eaa1f5a5f\",\n  \"SoldHours\": 837.2266708219533,\n  \"ReporterEmail\": \"nAvBd@UVJeaMMij.ydid\",\n  \"InformReporter\": true,\n  \"ActivityId\": \"68880465-f39d-036c-89d8-78cea7405ad2\",\n  \"SoldPrice\": 100.50858577993039,\n  \"TaskResponsiveId\": \"39729a23-2624-0f71-63ce-0452eed56b41\",\n  \"ReporterId\": \"17ed244e-6f0f-ca90-367b-fdb8d71a0175\",\n  \"TravelCosts\": 3156.546585269278,\n  \"TravelCostsDiscount\": 8265.403827926468,\n  \"OtherCostsDiscount\": 7057.253731835789,\n  \"SeriesId\": 9007,\n  \"LeadTaskId\": \"ae1bbaff-053a-18eb-9c57-733d2caa649c\",\n  \"CopyLinks\": false,\n  \"CopyFiles\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/AddFollowUpTask","description":"<p>Adds a follow-up task linked to an existing task</p>\n","urlObject":{"path":["Task","AddFollowUpTask"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"381a5d4f-be03-4aae-b69f-5cbbd6eb7fc6","name":"Follow-up task successfully created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"Title\": \"string\",\n  \"Guid\": \"5d3d18d1-a42a-43b2-fc71-552f788e5765\",\n  \"TaskContent\": \"string\",\n  \"TaskResult\": \"string\",\n  \"StartDate\": \"2002-02-11T02:10:57.844Z\",\n  \"DeadLine\": \"1980-04-10T13:30:07.730Z\",\n  \"ComplexityId\": \"bab9e4c7-b864-2367-5e81-069f4cd11528\",\n  \"PriorityId\": \"6abada75-6ad5-c118-2da5-2fbddd1b6216\",\n  \"DataObjectIdParent\": \"8b034536-8d7e-685f-8404-8fc3b3af9b3c\",\n  \"DataObjectLinkTypeId\": \"a1768309-4e01-2281-9483-f0248da3758e\",\n  \"TaskTypeId\": \"bd5a9f0d-2930-86b1-ba59-fd99d441b4d6\",\n  \"SubjectTypeId\": \"748529ec-b2a4-42a6-a85e-04ac8b2c9901\",\n  \"TaskStateId\": \"2d136d27-9b61-404b-840f-789e610c6d12\",\n  \"LicenseId\": \"86fe6d2d-7d3a-3169-1fc6-d05e8fded42a\",\n  \"OwnerId\": \"e80fd0cd-2ef9-f75a-4832-da8219ef3669\",\n  \"OwnerRoleId\": \"c5611bac-4a70-60a9-47a8-9a97db441d50\",\n  \"MinimumInvoiceDate\": \"1973-06-14T05:18:16.672Z\",\n  \"NotifyOwner\": true,\n  \"NotifyCreator\": false,\n  \"PlannedHours\": 2538.4772983104663,\n  \"HandlingOrder\": 1337.5142405342833,\n  \"PhaseId\": \"db820041-a3de-3941-272b-272eaa1f5a5f\",\n  \"SoldHours\": 837.2266708219533,\n  \"ReporterEmail\": \"nAvBd@UVJeaMMij.ydid\",\n  \"InformReporter\": true,\n  \"ActivityId\": \"68880465-f39d-036c-89d8-78cea7405ad2\",\n  \"SoldPrice\": 100.50858577993039,\n  \"TaskResponsiveId\": \"39729a23-2624-0f71-63ce-0452eed56b41\",\n  \"ReporterId\": \"17ed244e-6f0f-ca90-367b-fdb8d71a0175\",\n  \"TravelCosts\": 3156.546585269278,\n  \"TravelCostsDiscount\": 8265.403827926468,\n  \"OtherCostsDiscount\": 7057.253731835789,\n  \"SeriesId\": 9007,\n  \"LeadTaskId\": \"ae1bbaff-053a-18eb-9c57-733d2caa649c\",\n  \"CopyLinks\": false,\n  \"CopyFiles\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/AddFollowUpTask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"fa30cdad-dd00-4b0c-add2-d3b65fda1a63","name":"Bad request - invalid parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"Title\": \"string\",\n  \"Guid\": \"5d3d18d1-a42a-43b2-fc71-552f788e5765\",\n  \"TaskContent\": \"string\",\n  \"TaskResult\": \"string\",\n  \"StartDate\": \"2002-02-11T02:10:57.844Z\",\n  \"DeadLine\": \"1980-04-10T13:30:07.730Z\",\n  \"ComplexityId\": \"bab9e4c7-b864-2367-5e81-069f4cd11528\",\n  \"PriorityId\": \"6abada75-6ad5-c118-2da5-2fbddd1b6216\",\n  \"DataObjectIdParent\": \"8b034536-8d7e-685f-8404-8fc3b3af9b3c\",\n  \"DataObjectLinkTypeId\": \"a1768309-4e01-2281-9483-f0248da3758e\",\n  \"TaskTypeId\": \"bd5a9f0d-2930-86b1-ba59-fd99d441b4d6\",\n  \"SubjectTypeId\": \"748529ec-b2a4-42a6-a85e-04ac8b2c9901\",\n  \"TaskStateId\": \"2d136d27-9b61-404b-840f-789e610c6d12\",\n  \"LicenseId\": \"86fe6d2d-7d3a-3169-1fc6-d05e8fded42a\",\n  \"OwnerId\": \"e80fd0cd-2ef9-f75a-4832-da8219ef3669\",\n  \"OwnerRoleId\": \"c5611bac-4a70-60a9-47a8-9a97db441d50\",\n  \"MinimumInvoiceDate\": \"1973-06-14T05:18:16.672Z\",\n  \"NotifyOwner\": true,\n  \"NotifyCreator\": false,\n  \"PlannedHours\": 2538.4772983104663,\n  \"HandlingOrder\": 1337.5142405342833,\n  \"PhaseId\": \"db820041-a3de-3941-272b-272eaa1f5a5f\",\n  \"SoldHours\": 837.2266708219533,\n  \"ReporterEmail\": \"nAvBd@UVJeaMMij.ydid\",\n  \"InformReporter\": true,\n  \"ActivityId\": \"68880465-f39d-036c-89d8-78cea7405ad2\",\n  \"SoldPrice\": 100.50858577993039,\n  \"TaskResponsiveId\": \"39729a23-2624-0f71-63ce-0452eed56b41\",\n  \"ReporterId\": \"17ed244e-6f0f-ca90-367b-fdb8d71a0175\",\n  \"TravelCosts\": 3156.546585269278,\n  \"TravelCostsDiscount\": 8265.403827926468,\n  \"OtherCostsDiscount\": 7057.253731835789,\n  \"SeriesId\": 9007,\n  \"LeadTaskId\": \"ae1bbaff-053a-18eb-9c57-733d2caa649c\",\n  \"CopyLinks\": false,\n  \"CopyFiles\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/AddFollowUpTask"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"},{"id":"d9f6b4fc-9122-412b-9c2b-272841312d98","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"Title\": \"string\",\n  \"Guid\": \"5d3d18d1-a42a-43b2-fc71-552f788e5765\",\n  \"TaskContent\": \"string\",\n  \"TaskResult\": \"string\",\n  \"StartDate\": \"2002-02-11T02:10:57.844Z\",\n  \"DeadLine\": \"1980-04-10T13:30:07.730Z\",\n  \"ComplexityId\": \"bab9e4c7-b864-2367-5e81-069f4cd11528\",\n  \"PriorityId\": \"6abada75-6ad5-c118-2da5-2fbddd1b6216\",\n  \"DataObjectIdParent\": \"8b034536-8d7e-685f-8404-8fc3b3af9b3c\",\n  \"DataObjectLinkTypeId\": \"a1768309-4e01-2281-9483-f0248da3758e\",\n  \"TaskTypeId\": \"bd5a9f0d-2930-86b1-ba59-fd99d441b4d6\",\n  \"SubjectTypeId\": \"748529ec-b2a4-42a6-a85e-04ac8b2c9901\",\n  \"TaskStateId\": \"2d136d27-9b61-404b-840f-789e610c6d12\",\n  \"LicenseId\": \"86fe6d2d-7d3a-3169-1fc6-d05e8fded42a\",\n  \"OwnerId\": \"e80fd0cd-2ef9-f75a-4832-da8219ef3669\",\n  \"OwnerRoleId\": \"c5611bac-4a70-60a9-47a8-9a97db441d50\",\n  \"MinimumInvoiceDate\": \"1973-06-14T05:18:16.672Z\",\n  \"NotifyOwner\": true,\n  \"NotifyCreator\": false,\n  \"PlannedHours\": 2538.4772983104663,\n  \"HandlingOrder\": 1337.5142405342833,\n  \"PhaseId\": \"db820041-a3de-3941-272b-272eaa1f5a5f\",\n  \"SoldHours\": 837.2266708219533,\n  \"ReporterEmail\": \"nAvBd@UVJeaMMij.ydid\",\n  \"InformReporter\": true,\n  \"ActivityId\": \"68880465-f39d-036c-89d8-78cea7405ad2\",\n  \"SoldPrice\": 100.50858577993039,\n  \"TaskResponsiveId\": \"39729a23-2624-0f71-63ce-0452eed56b41\",\n  \"ReporterId\": \"17ed244e-6f0f-ca90-367b-fdb8d71a0175\",\n  \"TravelCosts\": 3156.546585269278,\n  \"TravelCostsDiscount\": 8265.403827926468,\n  \"OtherCostsDiscount\": 7057.253731835789,\n  \"SeriesId\": 9007,\n  \"LeadTaskId\": \"ae1bbaff-053a-18eb-9c57-733d2caa649c\",\n  \"CopyLinks\": false,\n  \"CopyFiles\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/AddFollowUpTask"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"eff9910e-6e75-4123-800e-69d1e43449a2"}],"id":"31cb7908-f5ee-4f29-890d-9b11eb762ffd","_postman_id":"31cb7908-f5ee-4f29-890d-9b11eb762ffd","description":""},{"name":"AddTaskNote","item":[{"name":"Inserts a TaskNote","id":"ad42595e-1086-44ab-88df-dfe46f228031","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"61d9baaa-9a78-ce8f-51c9-ac69d4f67ec8\",\n  \"Note\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/AddTaskNote","description":"<p>Adds a note to an existing task</p>\n","urlObject":{"path":["Task","AddTaskNote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"82832753-eb6a-482a-9dfc-45af76e2b692","name":"Task note successfully added","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"61d9baaa-9a78-ce8f-51c9-ac69d4f67ec8\",\n  \"Note\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/AddTaskNote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"69f24896-31e8-44b2-8ac6-8a6667ba0019","name":"Bad request - invalid parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"61d9baaa-9a78-ce8f-51c9-ac69d4f67ec8\",\n  \"Note\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/AddTaskNote"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"},{"id":"c987f38b-f4e0-494d-9753-b717e67e60fc","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"61d9baaa-9a78-ce8f-51c9-ac69d4f67ec8\",\n  \"Note\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/AddTaskNote"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"},{"id":"20d9364c-9385-40e2-8b58-af7248b49086","name":"Task not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"61d9baaa-9a78-ce8f-51c9-ac69d4f67ec8\",\n  \"Note\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/AddTaskNote"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"ad42595e-1086-44ab-88df-dfe46f228031"}],"id":"bfe1b43d-221b-43b2-9949-737512cc97f3","_postman_id":"bfe1b43d-221b-43b2-9949-737512cc97f3","description":""},{"name":"DeleteTaskNote","item":[{"name":"Delete a TaskNote","id":"111498b7-5d14-49c9-aa72-4ab9fbad5b97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"2502210e-d28c-a738-f72d-e25a76c70d62\",\n  \"NoteId\": \"c82aab69-7f5f-bd9a-a7ae-f6084b78aecd\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/DeleteTaskNote","description":"<p>Deletes a specific note from a task</p>\n","urlObject":{"path":["Task","DeleteTaskNote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"34a7acf0-8e0e-4add-b65d-13eb285591e4","name":"Task note successfully deleted","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"2502210e-d28c-a738-f72d-e25a76c70d62\",\n  \"NoteId\": \"c82aab69-7f5f-bd9a-a7ae-f6084b78aecd\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/DeleteTaskNote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"90c29561-253b-4260-868d-0acfd38a1c18","name":"Bad request - invalid parameters","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"2502210e-d28c-a738-f72d-e25a76c70d62\",\n  \"NoteId\": \"c82aab69-7f5f-bd9a-a7ae-f6084b78aecd\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/DeleteTaskNote"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"},{"id":"6d0d5f1c-44fa-4a35-aada-8f867854407b","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"2502210e-d28c-a738-f72d-e25a76c70d62\",\n  \"NoteId\": \"c82aab69-7f5f-bd9a-a7ae-f6084b78aecd\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/DeleteTaskNote"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"},{"id":"918365b6-908d-4f20-b50e-4bdac691a06e","name":"Task or note not found","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"2502210e-d28c-a738-f72d-e25a76c70d62\",\n  \"NoteId\": \"c82aab69-7f5f-bd9a-a7ae-f6084b78aecd\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/DeleteTaskNote"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"111498b7-5d14-49c9-aa72-4ab9fbad5b97"}],"id":"6d6eea90-e699-48d2-8054-a473123835ba","_postman_id":"6d6eea90-e699-48d2-8054-a473123835ba","description":""},{"name":"UpdateTaskNote","item":[{"name":"Update a TaskNote","id":"87a61b92-3877-4049-a95f-97939cbfbcd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"0c5e5530-84b0-b6cb-b3cf-de188544d5b0\",\n  \"NoteId\": \"5a4e394b-d8cc-01fa-7ecc-436a01319aac\",\n  \"Note\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/UpdateTaskNote","description":"<p>Updates the content of an existing task note</p>\n","urlObject":{"path":["Task","UpdateTaskNote"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2477b116-2811-4f29-9373-f4b88ed81c41","name":"Task note successfully updated","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"0c5e5530-84b0-b6cb-b3cf-de188544d5b0\",\n  \"NoteId\": \"5a4e394b-d8cc-01fa-7ecc-436a01319aac\",\n  \"Note\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/UpdateTaskNote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": false,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"5f90bf6c-3777-4597-a3d4-3e1066e04dc9","name":"Bad request - invalid parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"0c5e5530-84b0-b6cb-b3cf-de188544d5b0\",\n  \"NoteId\": \"5a4e394b-d8cc-01fa-7ecc-436a01319aac\",\n  \"Note\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/UpdateTaskNote"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c1dcf2d5-fd01-4476-9e9a-dced640c9b9e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"0c5e5530-84b0-b6cb-b3cf-de188544d5b0\",\n  \"NoteId\": \"5a4e394b-d8cc-01fa-7ecc-436a01319aac\",\n  \"Note\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/UpdateTaskNote"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"c25dce55-cf64-47e1-99bf-310caac60371","name":"Task or note not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"0c5e5530-84b0-b6cb-b3cf-de188544d5b0\",\n  \"NoteId\": \"5a4e394b-d8cc-01fa-7ecc-436a01319aac\",\n  \"Note\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/UpdateTaskNote"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"87a61b92-3877-4049-a95f-97939cbfbcd8"}],"id":"efd3b8d7-4c05-4155-a21c-977e8d262f2d","_postman_id":"efd3b8d7-4c05-4155-a21c-977e8d262f2d","description":""},{"name":"AddTaskFile","item":[{"name":"Inserts a TaskFile","id":"e8dd4efc-91b1-4eaa-ac71-7c8b999be9a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"7efd4deb-b6d9-495e-8d5c-cc0b0d89bc44\",\n  \"Filename\": \"string\",\n  \"FileContent\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/AddTaskFile","description":"<p>Adds a file attachment to an existing task</p>\n","urlObject":{"path":["Task","AddTaskFile"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8c89d1b9-1326-4f8d-97aa-307dd0442c31","name":"Task file successfully added","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"7efd4deb-b6d9-495e-8d5c-cc0b0d89bc44\",\n  \"Filename\": \"string\",\n  \"FileContent\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/AddTaskFile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"a4861c51-e50b-4e9e-8868-747cda75df6d","name":"Bad request - invalid parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"7efd4deb-b6d9-495e-8d5c-cc0b0d89bc44\",\n  \"Filename\": \"string\",\n  \"FileContent\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/AddTaskFile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"},{"id":"75e4b78f-7cc5-4394-ba3c-d768ecc9185f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"7efd4deb-b6d9-495e-8d5c-cc0b0d89bc44\",\n  \"Filename\": \"string\",\n  \"FileContent\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/AddTaskFile"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"},{"id":"36331e9f-97d7-4c7a-adb4-83fc64a602f8","name":"Task not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"7efd4deb-b6d9-495e-8d5c-cc0b0d89bc44\",\n  \"Filename\": \"string\",\n  \"FileContent\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/AddTaskFile"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"e8dd4efc-91b1-4eaa-ac71-7c8b999be9a1"}],"id":"9c09d74f-0767-4035-90a9-7b9f807f95a7","_postman_id":"9c09d74f-0767-4035-90a9-7b9f807f95a7","description":""},{"name":"UpdateTaskFile","item":[{"name":"Updates a TaskFile","id":"4d84edba-e993-4522-bc22-87e4d9b6a6d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"1f57a9c9-1415-d051-8224-418d674d4d84\",\n  \"FileId\": \"ad1d4134-805a-33ec-3aad-21b06e89c494\",\n  \"Filename\": \"string\",\n  \"FileContent\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/UpdateTaskFile","description":"<p>Updates an existing file attachment on a task</p>\n","urlObject":{"path":["Task","UpdateTaskFile"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"192173c3-453b-49cf-84bf-6fdc6b6f0723","name":"Task file successfully updated","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"1f57a9c9-1415-d051-8224-418d674d4d84\",\n  \"FileId\": \"ad1d4134-805a-33ec-3aad-21b06e89c494\",\n  \"Filename\": \"string\",\n  \"FileContent\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/UpdateTaskFile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": false,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"1a8e6eb9-9a95-4697-b6fd-d74d3efa3b33","name":"Bad request - invalid parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"1f57a9c9-1415-d051-8224-418d674d4d84\",\n  \"FileId\": \"ad1d4134-805a-33ec-3aad-21b06e89c494\",\n  \"Filename\": \"string\",\n  \"FileContent\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/UpdateTaskFile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"2cfb3096-7837-429f-99aa-202bb9a1dd3b","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"1f57a9c9-1415-d051-8224-418d674d4d84\",\n  \"FileId\": \"ad1d4134-805a-33ec-3aad-21b06e89c494\",\n  \"Filename\": \"string\",\n  \"FileContent\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/UpdateTaskFile"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"a2fdb68a-d553-4ff8-b5eb-684b0ddd1afe","name":"Task or file not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"1f57a9c9-1415-d051-8224-418d674d4d84\",\n  \"FileId\": \"ad1d4134-805a-33ec-3aad-21b06e89c494\",\n  \"Filename\": \"string\",\n  \"FileContent\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/UpdateTaskFile"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4d84edba-e993-4522-bc22-87e4d9b6a6d2"}],"id":"8b14f70c-15ad-4828-8e47-e802a7f1a36a","_postman_id":"8b14f70c-15ad-4828-8e47-e802a7f1a36a","description":""},{"name":"GetTasks","item":[{"name":"Get tasks","id":"715ee043-2c18-476f-ac8e-5c06ca0aa3d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"All\": true,\n  \"s1\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/GetTasks","description":"<p>Retrieve tasks with filtering options</p>\n","urlObject":{"path":["Task","GetTasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b22854e1-7ae8-4902-beb7-47767b26a867","name":"Successfully retrieved tasks","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"All\": false,\n  \"s1\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/GetTasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"ae49984c-799a-62d0-9e3c-1b295c1cf98f\",\n    \"Nr\": 509,\n    \"Taak\": \"string\",\n    \"Eigenaar\": \"string\",\n    \"Eigenaar rol\": \"string\",\n    \"Deadline\": \"2024-12-31\"\n  },\n  {\n    \"guid\": \"70a342da-e073-2b62-5a5e-974b2571f49b\",\n    \"Nr\": 4299,\n    \"Taak\": \"string\",\n    \"Eigenaar\": \"string\",\n    \"Eigenaar rol\": \"string\",\n    \"Deadline\": \"2024-12-31\"\n  }\n]"},{"id":"176699cf-6d62-4694-80dc-43f618c1d5fe","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"All\": false,\n  \"s1\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/GetTasks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"715ee043-2c18-476f-ac8e-5c06ca0aa3d8"}],"id":"9adae1ec-9a0e-49ef-8261-76b53b8c7550","_postman_id":"9adae1ec-9a0e-49ef-8261-76b53b8c7550","description":""},{"name":"GetTask","item":[{"name":"Get task","id":"9cb91a43-5ac6-49fb-a0aa-83ea99dad1cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"\r\n\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/Task/GetTask?guid=ad43192f-777b-4973-816d-eb067018b62b","description":"<p>Retrieve a specific task by its GUID</p>\n","urlObject":{"path":["Task","GetTask"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>GUID of the task to retrieve (required)</p>\n","type":"text/plain"},"key":"guid","value":"ad43192f-777b-4973-816d-eb067018b62b"}],"variable":[]}},"response":[{"id":"027deadc-8d39-4fa1-86e3-d36a098fde63","name":"Successfully retrieved task","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/Task/GetTask?guid=752dcacf-b122-bb99-0d4e-9cbb9998cb3b","host":["{{baseUrl}}"],"path":["Task","GetTask"],"query":[{"description":"GUID of the task to retrieve (required)","key":"guid","value":"752dcacf-b122-bb99-0d4e-9cbb9998cb3b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"DataObjectId\": \"4d81b6bb-9037-4442-8162-505764bf5a80\",\n    \"Title\": \"Implement new feature\",\n    \"TaskContent\": \"Develop and test the new authentication module\",\n    \"TaskResult\": \"Feature completed and deployed\",\n    \"StartDate\": \"2025-01-15T09:00:00\",\n    \"DeadLine\": \"2025-02-28T17:00:00\",\n    \"ComplexityId\": \"4d81b6bb-9037-4442-8162-505764bf5a80\",\n    \"PriorityId\": \"cea864d2-e2c8-40af-a1a4-8f9273c854de\",\n    \"DataObjectIdParent\": \"a8e17bc6-7a83-494c-b4d2-12fb2ebceb55\",\n    \"TaskTypeId\": \"4d219ae4-d1b5-4863-8442-987d03cefca9\",\n    \"SubjectTypeId\": \"aa445c83-04fc-4d40-8b93-dd38c7c1b3df\",\n    \"TaskStateId\": \"2d04d70a-0e5b-4f9f-b8c4-2155a6b764e4\",\n    \"LicenseId\": \"7329110b-963e-4886-be77-5e65730cff32\",\n    \"OwnerId\": \"4a68d308-bfad-48a9-94aa-2ccfe39cef23\",\n    \"OwnerRoleId\": \"373a8412-5482-417e-b3e2-1fcad4ac30d2\",\n    \"MinimumInvoiceDate\": \"2025-03-01T00:00:00\",\n    \"NotifyOwner\": true,\n    \"NotifyCreator\": false,\n    \"PlannedHours\": 40,\n    \"HandlingOrder\": 1,\n    \"PhaseId\": \"a9f6d856-7a86-4cc9-b9dc-51f67eba76c3\",\n    \"SoldHours\": 40,\n    \"ReporterEmail\": \"reporter@example.com\",\n    \"InformReporter\": true,\n    \"ActivityId\": \"b0381555-906f-4568-90bf-ec9da75ddc92\",\n    \"SoldPrice\": 3200,\n    \"TaskResponsiveId\": \"4a68d308-bfad-48a9-94aa-2ccfe39cef23\",\n    \"ReporterId\": \"a8e17bc6-7a83-494c-b4d2-12fb2ebceb55\",\n    \"TravelCosts\": 50,\n    \"TravelCostsDiscount\": 5,\n    \"OtherCostsDiscount\": 10,\n    \"SeriesId\": 1,\n    \"LeadTaskId\": \"269cd319-4e98-49e4-90cd-d9c0c3a57126\",\n    \"OtherCosts\": 150.5,\n    \"InvoiceId\": \"58f8f053-982a-4194-baf1-f0127fa3c23e\",\n    \"StateTitle\": \"In Progress\",\n    \"NofLinkedTasks\": 3,\n    \"NrOfFiles\": 5,\n    \"NrOfNotes\": 12,\n    \"NrOfContactMoments\": 8,\n    \"NrOfHours\": \"35.50 uur\",\n    \"NrOfHistories\": 15,\n    \"NrOfContactPersons\": 4,\n    \"NrOfLinks\": 6,\n    \"InvoiceAmount\": \"€ 3200\",\n    \"PageId\": \"edada30a-a0b4-4915-aeaa-bd9328cc1857\",\n    \"Invoerder\": \"(john.doe)\",\n    \"RelationId\": \"4fb783f9-c336-4f95-b407-d5a02bbed820\",\n    \"Relation\": \"Arcencus B.V.\"\n  }\n]"},{"id":"48cd936f-dd98-4610-a2c7-8abae5b5eafc","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/Task/GetTask?guid=752dcacf-b122-bb99-0d4e-9cbb9998cb3b","host":["{{baseUrl}}"],"path":["Task","GetTask"],"query":[{"description":"GUID of the task to retrieve (required)","key":"guid","value":"752dcacf-b122-bb99-0d4e-9cbb9998cb3b"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"},{"id":"e3a3572c-0987-4814-bac2-1111bd3749ab","name":"Task not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/Task/GetTask?guid=752dcacf-b122-bb99-0d4e-9cbb9998cb3b","host":["{{baseUrl}}"],"path":["Task","GetTask"],"query":[{"description":"GUID of the task to retrieve (required)","key":"guid","value":"752dcacf-b122-bb99-0d4e-9cbb9998cb3b"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"9cb91a43-5ac6-49fb-a0aa-83ea99dad1cb"}],"id":"b60de29f-33aa-4467-b742-8d9cdbfac08e","_postman_id":"b60de29f-33aa-4467-b742-8d9cdbfac08e","description":""},{"name":"DeleteTaskFile","item":[{"name":"Deletes a TaskFile","id":"ddd0b4e2-03ce-451b-8ea7-6f06e7f5a727","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"7a098a76-8471-5be5-1d20-c6710c6a8bd2\",\n  \"FileId\": \"3db4809f-43ce-3e88-56cc-b7fb8af2d9e3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/DeleteTaskFile","description":"<p>Deletes a specific file attachment from a task</p>\n","urlObject":{"path":["Task","DeleteTaskFile"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"88438a90-9891-4931-a7a1-f127d7a7b904","name":"Task file successfully deleted","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"7a098a76-8471-5be5-1d20-c6710c6a8bd2\",\n  \"FileId\": \"3db4809f-43ce-3e88-56cc-b7fb8af2d9e3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/DeleteTaskFile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"4f4c5277-f192-41a6-89ec-21cbd7eb9737","name":"Bad request - invalid parameters","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"7a098a76-8471-5be5-1d20-c6710c6a8bd2\",\n  \"FileId\": \"3db4809f-43ce-3e88-56cc-b7fb8af2d9e3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/DeleteTaskFile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"},{"id":"5ba4d99a-e5d1-40ae-8b17-4b89e5646fcc","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"7a098a76-8471-5be5-1d20-c6710c6a8bd2\",\n  \"FileId\": \"3db4809f-43ce-3e88-56cc-b7fb8af2d9e3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/DeleteTaskFile"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"},{"id":"dd05f0f1-9303-4736-b971-63b7dfa6cc37","name":"Task or file not found","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"TaskId\": \"7a098a76-8471-5be5-1d20-c6710c6a8bd2\",\n  \"FileId\": \"3db4809f-43ce-3e88-56cc-b7fb8af2d9e3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/DeleteTaskFile"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"ddd0b4e2-03ce-451b-8ea7-6f06e7f5a727"}],"id":"6f5907eb-e199-4107-9f6d-d9bdba253af2","_postman_id":"6f5907eb-e199-4107-9f6d-d9bdba253af2","description":""},{"name":"UserRequestTaskTypes","item":[{"name":"Returns all UserRequestTaskTypes","id":"70b8259e-ae9e-4916-8436-dcec21a23764","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/UserRequestTaskTypes","urlObject":{"path":["Task","UserRequestTaskTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a4ae549f-9539-4c69-9779-a3afdd5e9684","name":"An array of UserRequestTaskTypes","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/UserRequestTaskTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"string\",\n    \"Title\": \"string\"\n  },\n  {\n    \"guid\": \"string\",\n    \"Title\": \"string\"\n  }\n]"},{"id":"9bf486b9-6098-4d54-b98d-c998c137ab86","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/UserRequestTaskTypes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"70b8259e-ae9e-4916-8436-dcec21a23764"}],"id":"a102e700-1ad3-43a9-af1d-e1f97f9794ef","_postman_id":"a102e700-1ad3-43a9-af1d-e1f97f9794ef","description":""},{"name":"MyProjectItemTasks","item":[{"name":"Get a list of projects, projectitems, projecttasks and tasks","id":"79d510f5-59e5-4d81-8a86-fb566bb5919f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"SearchString\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/MyProjectItemTasks","urlObject":{"path":["Task","MyProjectItemTasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d88372fd-4c70-478f-bd5a-001c152ba741","name":"An array of projects, projectitems, projecttasks and tasks","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"SearchString\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/MyProjectItemTasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ObjectId\": \"string\",\n    \"Code\": \"string\",\n    \"Title\": \"string\",\n    \"Type\": \"string\",\n    \"ParentId\": \"string\",\n    \"Level\": 7450\n  },\n  {\n    \"ObjectId\": \"string\",\n    \"Code\": \"string\",\n    \"Title\": \"string\",\n    \"Type\": \"string\",\n    \"ParentId\": \"string\",\n    \"Level\": 6374\n  }\n]"},{"id":"564d36a5-ee77-4ef9-a4cc-5ebddc309b8a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"SearchString\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Task/MyProjectItemTasks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"79d510f5-59e5-4d81-8a86-fb566bb5919f"}],"id":"db4d22cb-3cc1-4616-8714-2e2587b11ec6","_postman_id":"db4d22cb-3cc1-4616-8714-2e2587b11ec6","description":""}],"id":"d78e279b-000f-40e4-b306-34747654b392","_postman_id":"d78e279b-000f-40e4-b306-34747654b392","description":""},{"name":"Timesheet","item":[{"name":"ListActivities","item":[{"name":"Get a list of valid activities/costcenters for the current license","id":"c1d39349-fd8c-43d6-a9fa-023edf8b23c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"UserName\": \"user@example.com\",\n  \"Password\": \"password123\",\n  \"DeviceId\": \"device-12345\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/ListActivities","urlObject":{"path":["Timesheet","ListActivities"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9333bf5b-2651-4ee2-9344-8d8caefd28dd","name":"An array of available activities","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"UserName\": \"user@example.com\",\n  \"Password\": \"password123\",\n  \"DeviceId\": \"device-12345\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/ListActivities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"string\",\n    \"Activiteit\": \"string\",\n    \"Afk.\": \"string\",\n    \"Omschrijving\": \"string\",\n    \"Prod\": false,\n    \"Tijd\": false,\n    \"Vanaf\": \"08:15\",\n    \"T/m\": \"01:59\",\n    \"Contractant\": \"string\"\n  },\n  {\n    \"guid\": \"string\",\n    \"Activiteit\": \"string\",\n    \"Afk.\": \"string\",\n    \"Omschrijving\": \"string\",\n    \"Prod\": false,\n    \"Tijd\": false,\n    \"Vanaf\": \"04:20\",\n    \"T/m\": \"19:59\",\n    \"Contractant\": \"string\"\n  }\n]"},{"id":"dcf97acc-ebaf-4936-8723-84d6ea04e8ce","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"UserName\": \"user@example.com\",\n  \"Password\": \"password123\",\n  \"DeviceId\": \"device-12345\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/ListActivities"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"c1d39349-fd8c-43d6-a9fa-023edf8b23c0"}],"id":"df4497ed-bd78-4c2b-b735-a481c218d414","_postman_id":"df4497ed-bd78-4c2b-b735-a481c218d414","description":""},{"name":"MyTimesheetData","item":[{"name":"Returns all timesheet registrations for the user (extensive)","id":"eb80c2cf-2c7d-449a-80e5-9e68a54f66ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/MyTimesheetData","urlObject":{"path":["Timesheet","MyTimesheetData"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a493fe62-d93e-49cf-bbda-e1e43c145ad0","name":"An array of extensive timeregistrationdata","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/MyTimesheetData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"string\",\n    \"PersonId\": \"string\",\n    \"FullName\": \"string\",\n    \"BirthDate\": \"2002-12-09\",\n    \"Age\": 3390.87732084961,\n    \"DailyHours\": \"string\",\n    \"DailyHoursSource\": \"string\",\n    \"VacationHours\": 4809.328010383151,\n    \"ScheduledHours\": 4724.716368543706,\n    \"PersonRosterStartTime\": \"string\",\n    \"CAOId\": \"string\",\n    \"Sequence\": 8484.160025098043,\n    \"PersonalBreakTime\": \"string\",\n    \"Date\": \"2002-03-05\",\n    \"ISODate\": \"20211201\",\n    \"Holiday\": \"string\",\n    \"DepartmentId\": \"string\",\n    \"HoursSource\": \"string\",\n    \"Remark\": \"string\",\n    \"TimeFrom\": \"string\",\n    \"TimeUntil\": \"string\",\n    \"BreakTime\": \"string\",\n    \"CalendarEntryId\": \"string\",\n    \"AccountEntryId1\": \"string\",\n    \"AccountEntryId2\": \"string\",\n    \"AccountEntryId3\": \"string\",\n    \"AccountEntryOrElseCostCenterId1\": \"string\",\n    \"AccountEntryOrElseCostCenterId2\": \"string\",\n    \"AccountEntryOrElseCostCenterId3\": \"string\",\n    \"AccountEntryOrElseCostCenterId4\": \"string\",\n    \"tb1CostCenterId\": \"string\",\n    \"tb2CostCenterId\": \"string\",\n    \"tb3CostCenterId\": \"string\",\n    \"tb1Hours\": \"string\",\n    \"tb2Hours\": \"string\",\n    \"tb3Hours\": \"string\",\n    \"tb1Remark\": \"string\",\n    \"tb2Remark\": \"string\",\n    \"tb3Remark\": \"string\",\n    \"ntb1Checked\": false,\n    \"ntb2Checked\": true,\n    \"ntb3Checked\": true,\n    \"ntb4Checked\": false,\n    \"IsSick\": false,\n    \"IsLeave\": false,\n    \"Temporary\": true,\n    \"Approved\": true,\n    \"EditRight\": true,\n    \"Command\": \"string\"\n  },\n  {\n    \"guid\": \"string\",\n    \"PersonId\": \"string\",\n    \"FullName\": \"string\",\n    \"BirthDate\": \"2006-09-05\",\n    \"Age\": 8232.717585696953,\n    \"DailyHours\": \"string\",\n    \"DailyHoursSource\": \"string\",\n    \"VacationHours\": 5389.241916099961,\n    \"ScheduledHours\": 2760.2228988312927,\n    \"PersonRosterStartTime\": \"string\",\n    \"CAOId\": \"string\",\n    \"Sequence\": 5126.120088418788,\n    \"PersonalBreakTime\": \"string\",\n    \"Date\": \"1954-11-23\",\n    \"ISODate\": \"20211201\",\n    \"Holiday\": \"string\",\n    \"DepartmentId\": \"string\",\n    \"HoursSource\": \"string\",\n    \"Remark\": \"string\",\n    \"TimeFrom\": \"string\",\n    \"TimeUntil\": \"string\",\n    \"BreakTime\": \"string\",\n    \"CalendarEntryId\": \"string\",\n    \"AccountEntryId1\": \"string\",\n    \"AccountEntryId2\": \"string\",\n    \"AccountEntryId3\": \"string\",\n    \"AccountEntryOrElseCostCenterId1\": \"string\",\n    \"AccountEntryOrElseCostCenterId2\": \"string\",\n    \"AccountEntryOrElseCostCenterId3\": \"string\",\n    \"AccountEntryOrElseCostCenterId4\": \"string\",\n    \"tb1CostCenterId\": \"string\",\n    \"tb2CostCenterId\": \"string\",\n    \"tb3CostCenterId\": \"string\",\n    \"tb1Hours\": \"string\",\n    \"tb2Hours\": \"string\",\n    \"tb3Hours\": \"string\",\n    \"tb1Remark\": \"string\",\n    \"tb2Remark\": \"string\",\n    \"tb3Remark\": \"string\",\n    \"ntb1Checked\": false,\n    \"ntb2Checked\": true,\n    \"ntb3Checked\": true,\n    \"ntb4Checked\": false,\n    \"IsSick\": true,\n    \"IsLeave\": true,\n    \"Temporary\": true,\n    \"Approved\": false,\n    \"EditRight\": true,\n    \"Command\": \"string\"\n  }\n]"},{"id":"063e8e64-80ca-4609-8b53-05416781a5cf","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/MyTimesheetData"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"eb80c2cf-2c7d-449a-80e5-9e68a54f66ff"}],"id":"9987adc3-b248-4b28-8f49-54c71c2413c9","_postman_id":"9987adc3-b248-4b28-8f49-54c71c2413c9","description":""},{"name":"MyTimesheetDataEmptyRow","item":[{"name":"Returns an empty timesheetregistration for the user (extensive)","id":"6b3b6499-534a-493a-9858-9b08b5651c27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISODate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/MyTimesheetDataEmptyRow","urlObject":{"path":["Timesheet","MyTimesheetDataEmptyRow"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"abb17205-d5f9-496b-a7b8-2f6c04a2ebcb","name":"An array of extensive timeregistrationdata","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISODate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/MyTimesheetDataEmptyRow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"string\",\n    \"PersonId\": \"string\",\n    \"FullName\": \"string\",\n    \"BirthDate\": \"1957-03-09\",\n    \"Age\": 1505.987278484242,\n    \"DailyHours\": \"string\",\n    \"DailyHoursSource\": \"string\",\n    \"VacationHours\": 5129.264485826079,\n    \"ScheduledHours\": 4261.101534379623,\n    \"PersonRosterStartTime\": \"string\",\n    \"CAOId\": \"string\",\n    \"Sequence\": 8249.097646475158,\n    \"PersonalBreakTime\": \"string\",\n    \"Date\": \"2005-03-05\",\n    \"ISODate\": \"20211201\",\n    \"Holiday\": \"string\",\n    \"DepartmentId\": \"string\",\n    \"HoursSource\": \"string\",\n    \"Remark\": \"string\",\n    \"TimeFrom\": \"string\",\n    \"TimeUntil\": \"string\",\n    \"BreakTime\": \"string\",\n    \"CalendarEntryId\": \"string\",\n    \"AccountEntryId1\": \"string\",\n    \"AccountEntryId2\": \"string\",\n    \"AccountEntryId3\": \"string\",\n    \"AccountEntryOrElseCostCenterId1\": \"string\",\n    \"AccountEntryOrElseCostCenterId2\": \"string\",\n    \"AccountEntryOrElseCostCenterId3\": \"string\",\n    \"AccountEntryOrElseCostCenterId4\": \"string\",\n    \"tb1CostCenterId\": \"string\",\n    \"tb2CostCenterId\": \"string\",\n    \"tb3CostCenterId\": \"string\",\n    \"tb1Hours\": \"string\",\n    \"tb2Hours\": \"string\",\n    \"tb3Hours\": \"string\",\n    \"tb1Remark\": \"string\",\n    \"tb2Remark\": \"string\",\n    \"tb3Remark\": \"string\",\n    \"ntb1Checked\": true,\n    \"ntb2Checked\": false,\n    \"ntb3Checked\": false,\n    \"ntb4Checked\": false,\n    \"IsSick\": true,\n    \"IsLeave\": true,\n    \"Temporary\": false,\n    \"Approved\": false,\n    \"EditRight\": false,\n    \"Command\": \"string\"\n  },\n  {\n    \"guid\": \"string\",\n    \"PersonId\": \"string\",\n    \"FullName\": \"string\",\n    \"BirthDate\": \"1996-07-02\",\n    \"Age\": 6891.54593731713,\n    \"DailyHours\": \"string\",\n    \"DailyHoursSource\": \"string\",\n    \"VacationHours\": 2273.7835351521985,\n    \"ScheduledHours\": 2507.1804100782733,\n    \"PersonRosterStartTime\": \"string\",\n    \"CAOId\": \"string\",\n    \"Sequence\": 3330.1969420098685,\n    \"PersonalBreakTime\": \"string\",\n    \"Date\": \"1959-05-19\",\n    \"ISODate\": \"20211201\",\n    \"Holiday\": \"string\",\n    \"DepartmentId\": \"string\",\n    \"HoursSource\": \"string\",\n    \"Remark\": \"string\",\n    \"TimeFrom\": \"string\",\n    \"TimeUntil\": \"string\",\n    \"BreakTime\": \"string\",\n    \"CalendarEntryId\": \"string\",\n    \"AccountEntryId1\": \"string\",\n    \"AccountEntryId2\": \"string\",\n    \"AccountEntryId3\": \"string\",\n    \"AccountEntryOrElseCostCenterId1\": \"string\",\n    \"AccountEntryOrElseCostCenterId2\": \"string\",\n    \"AccountEntryOrElseCostCenterId3\": \"string\",\n    \"AccountEntryOrElseCostCenterId4\": \"string\",\n    \"tb1CostCenterId\": \"string\",\n    \"tb2CostCenterId\": \"string\",\n    \"tb3CostCenterId\": \"string\",\n    \"tb1Hours\": \"string\",\n    \"tb2Hours\": \"string\",\n    \"tb3Hours\": \"string\",\n    \"tb1Remark\": \"string\",\n    \"tb2Remark\": \"string\",\n    \"tb3Remark\": \"string\",\n    \"ntb1Checked\": false,\n    \"ntb2Checked\": false,\n    \"ntb3Checked\": true,\n    \"ntb4Checked\": false,\n    \"IsSick\": true,\n    \"IsLeave\": true,\n    \"Temporary\": false,\n    \"Approved\": true,\n    \"EditRight\": true,\n    \"Command\": \"string\"\n  }\n]"},{"id":"8831e748-cf88-4947-8c83-07eb599a4602","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISODate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/MyTimesheetDataEmptyRow"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"6b3b6499-534a-493a-9858-9b08b5651c27"}],"id":"cf21cfcd-6e09-4a77-a836-5379a973a491","_postman_id":"cf21cfcd-6e09-4a77-a836-5379a973a491","description":""},{"name":"MyTimesheetDataSave","item":[{"name":"Saves a timesheetregistrationrecord for the user (extensive).","id":"525a7ce1-57b2-40bd-af39-823b0e6d0453","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"TimesheetTable\": [\n    {\n      \"guid\": \"string\",\n      \"PersonId\": \"string\",\n      \"FullName\": \"string\",\n      \"BirthDate\": \"2009-11-18\",\n      \"Age\": 5623.80962847391,\n      \"DailyHours\": \"string\",\n      \"DailyHoursSource\": \"string\",\n      \"VacationHours\": 7029.85117549215,\n      \"ScheduledHours\": 1167.9018018944953,\n      \"PersonRosterStartTime\": \"string\",\n      \"CAOId\": \"string\",\n      \"Sequence\": 2214.0651646722254,\n      \"PersonalBreakTime\": \"string\",\n      \"Date\": \"1997-08-28\",\n      \"ISODate\": \"20211201\",\n      \"Holiday\": \"string\",\n      \"DepartmentId\": \"string\",\n      \"HoursSource\": \"string\",\n      \"Remark\": \"string\",\n      \"TimeFrom\": \"string\",\n      \"TimeUntil\": \"string\",\n      \"BreakTime\": \"string\",\n      \"CalendarEntryId\": \"string\",\n      \"AccountEntryId1\": \"string\",\n      \"AccountEntryId2\": \"string\",\n      \"AccountEntryId3\": \"string\",\n      \"AccountEntryOrElseCostCenterId1\": \"string\",\n      \"AccountEntryOrElseCostCenterId2\": \"string\",\n      \"AccountEntryOrElseCostCenterId3\": \"string\",\n      \"AccountEntryOrElseCostCenterId4\": \"string\",\n      \"tb1CostCenterId\": \"string\",\n      \"tb2CostCenterId\": \"string\",\n      \"tb3CostCenterId\": \"string\",\n      \"tb1Hours\": \"string\",\n      \"tb2Hours\": \"string\",\n      \"tb3Hours\": \"string\",\n      \"tb1Remark\": \"string\",\n      \"tb2Remark\": \"string\",\n      \"tb3Remark\": \"string\",\n      \"ntb1Checked\": false,\n      \"ntb2Checked\": true,\n      \"ntb3Checked\": true,\n      \"ntb4Checked\": false,\n      \"IsSick\": true,\n      \"IsLeave\": false,\n      \"Temporary\": true,\n      \"Approved\": false,\n      \"EditRight\": false,\n      \"Command\": \"string\"\n    },\n    {\n      \"guid\": \"string\",\n      \"PersonId\": \"string\",\n      \"FullName\": \"string\",\n      \"BirthDate\": \"1969-02-11\",\n      \"Age\": 2894.4150452753092,\n      \"DailyHours\": \"string\",\n      \"DailyHoursSource\": \"string\",\n      \"VacationHours\": 7569.550440502564,\n      \"ScheduledHours\": 6339.31005424728,\n      \"PersonRosterStartTime\": \"string\",\n      \"CAOId\": \"string\",\n      \"Sequence\": 963.3948672786374,\n      \"PersonalBreakTime\": \"string\",\n      \"Date\": \"1976-11-21\",\n      \"ISODate\": \"20211201\",\n      \"Holiday\": \"string\",\n      \"DepartmentId\": \"string\",\n      \"HoursSource\": \"string\",\n      \"Remark\": \"string\",\n      \"TimeFrom\": \"string\",\n      \"TimeUntil\": \"string\",\n      \"BreakTime\": \"string\",\n      \"CalendarEntryId\": \"string\",\n      \"AccountEntryId1\": \"string\",\n      \"AccountEntryId2\": \"string\",\n      \"AccountEntryId3\": \"string\",\n      \"AccountEntryOrElseCostCenterId1\": \"string\",\n      \"AccountEntryOrElseCostCenterId2\": \"string\",\n      \"AccountEntryOrElseCostCenterId3\": \"string\",\n      \"AccountEntryOrElseCostCenterId4\": \"string\",\n      \"tb1CostCenterId\": \"string\",\n      \"tb2CostCenterId\": \"string\",\n      \"tb3CostCenterId\": \"string\",\n      \"tb1Hours\": \"string\",\n      \"tb2Hours\": \"string\",\n      \"tb3Hours\": \"string\",\n      \"tb1Remark\": \"string\",\n      \"tb2Remark\": \"string\",\n      \"tb3Remark\": \"string\",\n      \"ntb1Checked\": true,\n      \"ntb2Checked\": true,\n      \"ntb3Checked\": true,\n      \"ntb4Checked\": true,\n      \"IsSick\": true,\n      \"IsLeave\": true,\n      \"Temporary\": true,\n      \"Approved\": true,\n      \"EditRight\": true,\n      \"Command\": \"string\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/MyTimesheetDataSave","description":"<p>We have the following situations:</p>\n<ul>\n<li><strong>New registration on a date without other registrations</strong><br />Fill the data, leave the guid empty and fill the command with 'INSERT'</li>\n<li><strong>New registration on a date with other registrations</strong><br />Make a copy of an existing registration, fill the data, clear the guid and fill the command with 'INSERT'</li>\n<li><strong>Change a registration</strong><br />Change the data and fill the command with 'UPDATE'</li>\n<li><strong>Delete a registration</strong><br />Fill the command with 'DELETE'</li>\n</ul>\n","urlObject":{"path":["Timesheet","MyTimesheetDataSave"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1f4fadc3-0e22-44c2-9b20-c60a6225014c","name":"An array of extensive timeregistrationdata","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"TimesheetTable\": [\n    {\n      \"guid\": \"string\",\n      \"PersonId\": \"string\",\n      \"FullName\": \"string\",\n      \"BirthDate\": \"2009-11-18\",\n      \"Age\": 5623.80962847391,\n      \"DailyHours\": \"string\",\n      \"DailyHoursSource\": \"string\",\n      \"VacationHours\": 7029.85117549215,\n      \"ScheduledHours\": 1167.9018018944953,\n      \"PersonRosterStartTime\": \"string\",\n      \"CAOId\": \"string\",\n      \"Sequence\": 2214.0651646722254,\n      \"PersonalBreakTime\": \"string\",\n      \"Date\": \"1997-08-28\",\n      \"ISODate\": \"20211201\",\n      \"Holiday\": \"string\",\n      \"DepartmentId\": \"string\",\n      \"HoursSource\": \"string\",\n      \"Remark\": \"string\",\n      \"TimeFrom\": \"string\",\n      \"TimeUntil\": \"string\",\n      \"BreakTime\": \"string\",\n      \"CalendarEntryId\": \"string\",\n      \"AccountEntryId1\": \"string\",\n      \"AccountEntryId2\": \"string\",\n      \"AccountEntryId3\": \"string\",\n      \"AccountEntryOrElseCostCenterId1\": \"string\",\n      \"AccountEntryOrElseCostCenterId2\": \"string\",\n      \"AccountEntryOrElseCostCenterId3\": \"string\",\n      \"AccountEntryOrElseCostCenterId4\": \"string\",\n      \"tb1CostCenterId\": \"string\",\n      \"tb2CostCenterId\": \"string\",\n      \"tb3CostCenterId\": \"string\",\n      \"tb1Hours\": \"string\",\n      \"tb2Hours\": \"string\",\n      \"tb3Hours\": \"string\",\n      \"tb1Remark\": \"string\",\n      \"tb2Remark\": \"string\",\n      \"tb3Remark\": \"string\",\n      \"ntb1Checked\": false,\n      \"ntb2Checked\": true,\n      \"ntb3Checked\": true,\n      \"ntb4Checked\": false,\n      \"IsSick\": true,\n      \"IsLeave\": false,\n      \"Temporary\": true,\n      \"Approved\": false,\n      \"EditRight\": false,\n      \"Command\": \"string\"\n    },\n    {\n      \"guid\": \"string\",\n      \"PersonId\": \"string\",\n      \"FullName\": \"string\",\n      \"BirthDate\": \"1969-02-11\",\n      \"Age\": 2894.4150452753092,\n      \"DailyHours\": \"string\",\n      \"DailyHoursSource\": \"string\",\n      \"VacationHours\": 7569.550440502564,\n      \"ScheduledHours\": 6339.31005424728,\n      \"PersonRosterStartTime\": \"string\",\n      \"CAOId\": \"string\",\n      \"Sequence\": 963.3948672786374,\n      \"PersonalBreakTime\": \"string\",\n      \"Date\": \"1976-11-21\",\n      \"ISODate\": \"20211201\",\n      \"Holiday\": \"string\",\n      \"DepartmentId\": \"string\",\n      \"HoursSource\": \"string\",\n      \"Remark\": \"string\",\n      \"TimeFrom\": \"string\",\n      \"TimeUntil\": \"string\",\n      \"BreakTime\": \"string\",\n      \"CalendarEntryId\": \"string\",\n      \"AccountEntryId1\": \"string\",\n      \"AccountEntryId2\": \"string\",\n      \"AccountEntryId3\": \"string\",\n      \"AccountEntryOrElseCostCenterId1\": \"string\",\n      \"AccountEntryOrElseCostCenterId2\": \"string\",\n      \"AccountEntryOrElseCostCenterId3\": \"string\",\n      \"AccountEntryOrElseCostCenterId4\": \"string\",\n      \"tb1CostCenterId\": \"string\",\n      \"tb2CostCenterId\": \"string\",\n      \"tb3CostCenterId\": \"string\",\n      \"tb1Hours\": \"string\",\n      \"tb2Hours\": \"string\",\n      \"tb3Hours\": \"string\",\n      \"tb1Remark\": \"string\",\n      \"tb2Remark\": \"string\",\n      \"tb3Remark\": \"string\",\n      \"ntb1Checked\": true,\n      \"ntb2Checked\": true,\n      \"ntb3Checked\": true,\n      \"ntb4Checked\": true,\n      \"IsSick\": true,\n      \"IsLeave\": true,\n      \"Temporary\": true,\n      \"Approved\": true,\n      \"EditRight\": true,\n      \"Command\": \"string\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/MyTimesheetDataSave"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"71ff29f5-1b26-4c62-80ba-71de2c7dda28","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"TimesheetTable\": [\n    {\n      \"guid\": \"string\",\n      \"PersonId\": \"string\",\n      \"FullName\": \"string\",\n      \"BirthDate\": \"2009-11-18\",\n      \"Age\": 5623.80962847391,\n      \"DailyHours\": \"string\",\n      \"DailyHoursSource\": \"string\",\n      \"VacationHours\": 7029.85117549215,\n      \"ScheduledHours\": 1167.9018018944953,\n      \"PersonRosterStartTime\": \"string\",\n      \"CAOId\": \"string\",\n      \"Sequence\": 2214.0651646722254,\n      \"PersonalBreakTime\": \"string\",\n      \"Date\": \"1997-08-28\",\n      \"ISODate\": \"20211201\",\n      \"Holiday\": \"string\",\n      \"DepartmentId\": \"string\",\n      \"HoursSource\": \"string\",\n      \"Remark\": \"string\",\n      \"TimeFrom\": \"string\",\n      \"TimeUntil\": \"string\",\n      \"BreakTime\": \"string\",\n      \"CalendarEntryId\": \"string\",\n      \"AccountEntryId1\": \"string\",\n      \"AccountEntryId2\": \"string\",\n      \"AccountEntryId3\": \"string\",\n      \"AccountEntryOrElseCostCenterId1\": \"string\",\n      \"AccountEntryOrElseCostCenterId2\": \"string\",\n      \"AccountEntryOrElseCostCenterId3\": \"string\",\n      \"AccountEntryOrElseCostCenterId4\": \"string\",\n      \"tb1CostCenterId\": \"string\",\n      \"tb2CostCenterId\": \"string\",\n      \"tb3CostCenterId\": \"string\",\n      \"tb1Hours\": \"string\",\n      \"tb2Hours\": \"string\",\n      \"tb3Hours\": \"string\",\n      \"tb1Remark\": \"string\",\n      \"tb2Remark\": \"string\",\n      \"tb3Remark\": \"string\",\n      \"ntb1Checked\": false,\n      \"ntb2Checked\": true,\n      \"ntb3Checked\": true,\n      \"ntb4Checked\": false,\n      \"IsSick\": true,\n      \"IsLeave\": false,\n      \"Temporary\": true,\n      \"Approved\": false,\n      \"EditRight\": false,\n      \"Command\": \"string\"\n    },\n    {\n      \"guid\": \"string\",\n      \"PersonId\": \"string\",\n      \"FullName\": \"string\",\n      \"BirthDate\": \"1969-02-11\",\n      \"Age\": 2894.4150452753092,\n      \"DailyHours\": \"string\",\n      \"DailyHoursSource\": \"string\",\n      \"VacationHours\": 7569.550440502564,\n      \"ScheduledHours\": 6339.31005424728,\n      \"PersonRosterStartTime\": \"string\",\n      \"CAOId\": \"string\",\n      \"Sequence\": 963.3948672786374,\n      \"PersonalBreakTime\": \"string\",\n      \"Date\": \"1976-11-21\",\n      \"ISODate\": \"20211201\",\n      \"Holiday\": \"string\",\n      \"DepartmentId\": \"string\",\n      \"HoursSource\": \"string\",\n      \"Remark\": \"string\",\n      \"TimeFrom\": \"string\",\n      \"TimeUntil\": \"string\",\n      \"BreakTime\": \"string\",\n      \"CalendarEntryId\": \"string\",\n      \"AccountEntryId1\": \"string\",\n      \"AccountEntryId2\": \"string\",\n      \"AccountEntryId3\": \"string\",\n      \"AccountEntryOrElseCostCenterId1\": \"string\",\n      \"AccountEntryOrElseCostCenterId2\": \"string\",\n      \"AccountEntryOrElseCostCenterId3\": \"string\",\n      \"AccountEntryOrElseCostCenterId4\": \"string\",\n      \"tb1CostCenterId\": \"string\",\n      \"tb2CostCenterId\": \"string\",\n      \"tb3CostCenterId\": \"string\",\n      \"tb1Hours\": \"string\",\n      \"tb2Hours\": \"string\",\n      \"tb3Hours\": \"string\",\n      \"tb1Remark\": \"string\",\n      \"tb2Remark\": \"string\",\n      \"tb3Remark\": \"string\",\n      \"ntb1Checked\": true,\n      \"ntb2Checked\": true,\n      \"ntb3Checked\": true,\n      \"ntb4Checked\": true,\n      \"IsSick\": true,\n      \"IsLeave\": true,\n      \"Temporary\": true,\n      \"Approved\": true,\n      \"EditRight\": true,\n      \"Command\": \"string\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/MyTimesheetDataSave"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"525a7ce1-57b2-40bd-af39-823b0e6d0453"}],"id":"bccececa-0f05-4d03-a3be-8fa852f3bb98","_postman_id":"bccececa-0f05-4d03-a3be-8fa852f3bb98","description":""},{"name":"MyTimesheetMontlyHours","item":[{"name":"Give a list with montly totals of registered hours","id":"4597907b-466d-48f5-9b77-c1fd1d2124a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearMonthStart\": \"202103\",\n  \"ISOYearMonthEnd\": \"202103\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/MyTimesheetMontlyHours","urlObject":{"path":["Timesheet","MyTimesheetMontlyHours"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ce55cda2-0b05-4a3c-9d5f-896df4090725","name":"An array with objects with a ISOYearMonth and the total of hours for that month","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearMonthStart\": \"202103\",\n  \"ISOYearMonthEnd\": \"202103\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/MyTimesheetMontlyHours"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ISOYearMonth\": \"202103\",\n    \"Hours\": 6573.038023239379\n  },\n  {\n    \"ISOYearMonth\": \"202103\",\n    \"Hours\": 2511.3860786682717\n  }\n]"},{"id":"99da5f03-e4d6-4023-8419-be06d26dda88","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearMonthStart\": \"202103\",\n  \"ISOYearMonthEnd\": \"202103\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/MyTimesheetMontlyHours"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"4597907b-466d-48f5-9b77-c1fd1d2124a7"}],"id":"c8ef21cf-dbae-4da3-86b6-4987fe42341b","_postman_id":"c8ef21cf-dbae-4da3-86b6-4987fe42341b","description":""},{"name":"MyTimesheetPerMonth","item":[{"name":"returns all timeregistrations for the given month","id":"7839ba66-b6d1-4941-bee4-bfb00c2d3045","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202103\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/MyTimesheetPerMonth","urlObject":{"path":["Timesheet","MyTimesheetPerMonth"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ff8a8a86-373c-45e4-8574-19eec3b729bc","name":"Array of objects with timeregistrationdata","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202103\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/MyTimesheetPerMonth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"Date\": \"2021-03-01\",\n    \"ISODate\": \"2021-03-01\",\n    \"TimeFrom\": \"08:14\",\n    \"TimeUntil\": \"15:46\",\n    \"BreakTime\": \"00:30\",\n    \"CostCenters\": \"BQT\"\n  },\n  {\n    \"Date\": \"2021-03-01\",\n    \"ISODate\": \"2021-03-01\",\n    \"TimeFrom\": \"08:14\",\n    \"TimeUntil\": \"15:46\",\n    \"BreakTime\": \"00:30\",\n    \"CostCenters\": \"BQT\"\n  }\n]"},{"id":"c6d508de-5bca-44fe-92b3-81a004444a7c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202103\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/MyTimesheetPerMonth"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"7839ba66-b6d1-4941-bee4-bfb00c2d3045"}],"id":"efde2e5e-c6c7-4747-ac4a-188d52d403a1","_postman_id":"efde2e5e-c6c7-4747-ac4a-188d52d403a1","description":""},{"name":"MyTimesheetPerWeek","item":[{"name":"returns all timeregistrations for the given week","id":"abf6cdbe-949c-420b-a629-47c422c9fe1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202109\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/MyTimesheetPerWeek","urlObject":{"path":["Timesheet","MyTimesheetPerWeek"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"beb6b135-54e6-41ef-904c-e7899549b0cd","name":"Array of objects with timeregistrationdata","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202109\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/MyTimesheetPerWeek"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"Date\": \"2021-03-01\",\n    \"ISODate\": \"2021-03-01\",\n    \"TimeFrom\": \"08:14\",\n    \"TimeUntil\": \"15:46\",\n    \"BreakTime\": \"00:30\",\n    \"CostCenters\": \"BQT\",\n    \"Remark\": \"Did some work in the kitchen as well\"\n  },\n  {\n    \"Date\": \"2021-03-01\",\n    \"ISODate\": \"2021-03-01\",\n    \"TimeFrom\": \"08:14\",\n    \"TimeUntil\": \"15:46\",\n    \"BreakTime\": \"00:30\",\n    \"CostCenters\": \"BQT\",\n    \"Remark\": \"Did some work in the kitchen as well\"\n  }\n]"},{"id":"83d3a595-70c0-4722-a07a-0d1e4d7faa86","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"ISOYearWeek\": \"202109\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/MyTimesheetPerWeek"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"abf6cdbe-949c-420b-a629-47c422c9fe1a"}],"id":"43cecc5e-57cd-406c-93ff-8a70d2862e42","_postman_id":"43cecc5e-57cd-406c-93ff-8a70d2862e42","description":""},{"name":"TimesheetData","item":[{"name":"TimesheetData - Retrieves all hours registered on an organisational unit per date per employee","id":"95e3cc64-9a5e-4562-894c-9aa41bde2776","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"guid\": \"string\",\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/TimesheetData","description":"<p>This endpoint can be used by data-analysts for reporting purposes.</p>\n","urlObject":{"path":["Timesheet","TimesheetData"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"461759a5-3090-4b60-a4ca-103d72b0d166","name":"An array of timeregistrations","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"guid\": \"string\",\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/TimesheetData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"guid\": \"string\",\n  \"PersondId\": \"string\",\n  \"FullName\": \"string\",\n  \"DailyHours\": \"string\",\n  \"DailyHoursSource\": \"string\",\n  \"VacationHours\": \"string\",\n  \"PersonRosterStartTime\": \"string\",\n  \"ScheduledMinutes\": 2883.8062556624113,\n  \"CAOId\": \"string\",\n  \"Sequence\": 867.5874945818185,\n  \"PersonalBreakTime\": \"string\",\n  \"Date\": \"1972-07-10\",\n  \"ISODate\": \"20211201\",\n  \"Holiday\": \"string\",\n  \"DepartmentId\": \"string\",\n  \"HoursSource\": \"string\",\n  \"Remark\": \"string\",\n  \"TimeFrom\": \"22:45\",\n  \"TimeUntil\": \"23:29\",\n  \"BreakTime\": \"string\",\n  \"CalendarEntry\": \"string\",\n  \"ntb1CostCenter\": \"string\",\n  \"ntb2CostCenter\": \"string\",\n  \"ntb3CostCenter\": \"string\",\n  \"ntb4CostCenter\": \"string\",\n  \"tb1CostCenter\": \"string\",\n  \"tb2CostCenter\": \"string\",\n  \"tb3CostCenter\": \"string\",\n  \"tb1Hours\": \"string\",\n  \"tb2Hours\": \"string\",\n  \"tb3Hours\": \"string\",\n  \"tb1Remark\": \"string\",\n  \"tb2Remark\": \"string\",\n  \"tb3Remark\": \"string\",\n  \"IsSick\": false,\n  \"IsLeave\": true,\n  \"Temporary\": true,\n  \"Approved\": true\n}"},{"id":"504be2b9-6016-4adb-9429-d09fa55b382e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"guid\": \"string\",\n  \"ISOStartDate\": \"20211201\",\n  \"ISOEndDate\": \"20211201\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/TimesheetData"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"95e3cc64-9a5e-4562-894c-9aa41bde2776"}],"id":"8281c052-ce8a-421e-a3ed-463553e172e6","_postman_id":"8281c052-ce8a-421e-a3ed-463553e172e6","description":""},{"name":"WriteTimesheet","item":[{"name":"Write a timesheetdetail record","id":"ab62e351-5db9-4727-a95f-8a1051baa3f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"TimesheetEntries\": [\n    {\n      \"PersonId\": 9124,\n      \"Date\": \"2017-04-05\",\n      \"TimesheetEntryDetails\": [\n        {\n          \"Nr\": 260,\n          \"StartTime\": \"1989-04-24T00:30:50.827Z\",\n          \"EndTime\": \"1991-06-15T19:51:58.949Z\",\n          \"BreakTime\": \"20:15\",\n          \"DepartmentId\": \"string\",\n          \"ActivityId\": \"string\",\n          \"Remark\": \"string\"\n        },\n        {\n          \"Nr\": 6666,\n          \"StartTime\": \"1976-02-08T22:23:50.450Z\",\n          \"EndTime\": \"1948-10-16T13:29:13.726Z\",\n          \"BreakTime\": \"21:24\",\n          \"DepartmentId\": \"string\",\n          \"ActivityId\": \"string\",\n          \"Remark\": \"string\"\n        }\n      ]\n    },\n    {\n      \"PersonId\": 8501,\n      \"Date\": \"1976-09-21\",\n      \"TimesheetEntryDetails\": [\n        {\n          \"Nr\": 9690,\n          \"StartTime\": \"1967-05-04T21:39:45.992Z\",\n          \"EndTime\": \"2022-03-30T08:11:23.974Z\",\n          \"BreakTime\": \"22:47\",\n          \"DepartmentId\": \"string\",\n          \"ActivityId\": \"string\",\n          \"Remark\": \"string\"\n        },\n        {\n          \"Nr\": 1172,\n          \"StartTime\": \"1977-05-03T09:25:46.865Z\",\n          \"EndTime\": \"1969-04-24T15:40:50.447Z\",\n          \"BreakTime\": \"23:42\",\n          \"DepartmentId\": \"string\",\n          \"ActivityId\": \"string\",\n          \"Remark\": \"string\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/WriteTimesheet","urlObject":{"path":["Timesheet","WriteTimesheet"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e160d887-e372-4d34-a8d1-77ab7add468a","name":"A functionresult","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"TimesheetEntries\": [\n    {\n      \"PersonId\": 9124,\n      \"Date\": \"2017-04-05\",\n      \"TimesheetEntryDetails\": [\n        {\n          \"Nr\": 260,\n          \"StartTime\": \"1989-04-24T00:30:50.827Z\",\n          \"EndTime\": \"1991-06-15T19:51:58.949Z\",\n          \"BreakTime\": \"20:15\",\n          \"DepartmentId\": \"string\",\n          \"ActivityId\": \"string\",\n          \"Remark\": \"string\"\n        },\n        {\n          \"Nr\": 6666,\n          \"StartTime\": \"1976-02-08T22:23:50.450Z\",\n          \"EndTime\": \"1948-10-16T13:29:13.726Z\",\n          \"BreakTime\": \"21:24\",\n          \"DepartmentId\": \"string\",\n          \"ActivityId\": \"string\",\n          \"Remark\": \"string\"\n        }\n      ]\n    },\n    {\n      \"PersonId\": 8501,\n      \"Date\": \"1976-09-21\",\n      \"TimesheetEntryDetails\": [\n        {\n          \"Nr\": 9690,\n          \"StartTime\": \"1967-05-04T21:39:45.992Z\",\n          \"EndTime\": \"2022-03-30T08:11:23.974Z\",\n          \"BreakTime\": \"22:47\",\n          \"DepartmentId\": \"string\",\n          \"ActivityId\": \"string\",\n          \"Remark\": \"string\"\n        },\n        {\n          \"Nr\": 1172,\n          \"StartTime\": \"1977-05-03T09:25:46.865Z\",\n          \"EndTime\": \"1969-04-24T15:40:50.447Z\",\n          \"BreakTime\": \"23:42\",\n          \"DepartmentId\": \"string\",\n          \"ActivityId\": \"string\",\n          \"Remark\": \"string\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/WriteTimesheet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Done\": true,\n  \"Result\": \"string\",\n  \"NewGuid\": \"string\"\n}"},{"id":"7d9eac1c-151b-47a2-a5a7-c9070c631375","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"TimesheetEntries\": [\n    {\n      \"PersonId\": 9124,\n      \"Date\": \"2017-04-05\",\n      \"TimesheetEntryDetails\": [\n        {\n          \"Nr\": 260,\n          \"StartTime\": \"1989-04-24T00:30:50.827Z\",\n          \"EndTime\": \"1991-06-15T19:51:58.949Z\",\n          \"BreakTime\": \"20:15\",\n          \"DepartmentId\": \"string\",\n          \"ActivityId\": \"string\",\n          \"Remark\": \"string\"\n        },\n        {\n          \"Nr\": 6666,\n          \"StartTime\": \"1976-02-08T22:23:50.450Z\",\n          \"EndTime\": \"1948-10-16T13:29:13.726Z\",\n          \"BreakTime\": \"21:24\",\n          \"DepartmentId\": \"string\",\n          \"ActivityId\": \"string\",\n          \"Remark\": \"string\"\n        }\n      ]\n    },\n    {\n      \"PersonId\": 8501,\n      \"Date\": \"1976-09-21\",\n      \"TimesheetEntryDetails\": [\n        {\n          \"Nr\": 9690,\n          \"StartTime\": \"1967-05-04T21:39:45.992Z\",\n          \"EndTime\": \"2022-03-30T08:11:23.974Z\",\n          \"BreakTime\": \"22:47\",\n          \"DepartmentId\": \"string\",\n          \"ActivityId\": \"string\",\n          \"Remark\": \"string\"\n        },\n        {\n          \"Nr\": 1172,\n          \"StartTime\": \"1977-05-03T09:25:46.865Z\",\n          \"EndTime\": \"1969-04-24T15:40:50.447Z\",\n          \"BreakTime\": \"23:42\",\n          \"DepartmentId\": \"string\",\n          \"ActivityId\": \"string\",\n          \"Remark\": \"string\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/WriteTimesheet"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"},{"id":"442eaf55-1945-4693-9675-627d77bcdbf2","name":"**Forbidden, the resultmessage contains the errorcode**\n\nThe API will check:\n\n* if the person exists (based on persons ID) ➔ Errorcode *-1*,\n* if the department exists (use OrganisationalInfo to get a list of available departments) ➔ Errorcode *-2*,\n* if","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"TimesheetEntries\": [\n    {\n      \"PersonId\": 9124,\n      \"Date\": \"2017-04-05\",\n      \"TimesheetEntryDetails\": [\n        {\n          \"Nr\": 260,\n          \"StartTime\": \"1989-04-24T00:30:50.827Z\",\n          \"EndTime\": \"1991-06-15T19:51:58.949Z\",\n          \"BreakTime\": \"20:15\",\n          \"DepartmentId\": \"string\",\n          \"ActivityId\": \"string\",\n          \"Remark\": \"string\"\n        },\n        {\n          \"Nr\": 6666,\n          \"StartTime\": \"1976-02-08T22:23:50.450Z\",\n          \"EndTime\": \"1948-10-16T13:29:13.726Z\",\n          \"BreakTime\": \"21:24\",\n          \"DepartmentId\": \"string\",\n          \"ActivityId\": \"string\",\n          \"Remark\": \"string\"\n        }\n      ]\n    },\n    {\n      \"PersonId\": 8501,\n      \"Date\": \"1976-09-21\",\n      \"TimesheetEntryDetails\": [\n        {\n          \"Nr\": 9690,\n          \"StartTime\": \"1967-05-04T21:39:45.992Z\",\n          \"EndTime\": \"2022-03-30T08:11:23.974Z\",\n          \"BreakTime\": \"22:47\",\n          \"DepartmentId\": \"string\",\n          \"ActivityId\": \"string\",\n          \"Remark\": \"string\"\n        },\n        {\n          \"Nr\": 1172,\n          \"StartTime\": \"1977-05-03T09:25:46.865Z\",\n          \"EndTime\": \"1969-04-24T15:40:50.447Z\",\n          \"BreakTime\": \"23:42\",\n          \"DepartmentId\": \"string\",\n          \"ActivityId\": \"string\",\n          \"Remark\": \"string\"\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Timesheet/WriteTimesheet"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"ab62e351-5db9-4727-a95f-8a1051baa3f3"}],"id":"57e54ff6-5952-40d2-aa12-30aa4d126ef6","_postman_id":"57e54ff6-5952-40d2-aa12-30aa4d126ef6","description":""}],"id":"ac08c52c-5b83-4be6-86ae-43bcc4c61e96","_postman_id":"ac08c52c-5b83-4be6-86ae-43bcc4c61e96","description":""},{"name":"Turnover","item":[{"name":"Turnover","item":[{"name":"Get turnover for a specific period","id":"a5965309-930e-4de0-ad38-dbf9a1e18b56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/Turnover/Turnover?StartDate=95411021&EndDate=95411021","description":"<p>Get turnover for a specific period</p>\n","urlObject":{"path":["Turnover","Turnover"],"host":["{{baseUrl}}"],"query":[{"key":"StartDate","value":"95411021"},{"key":"EndDate","value":"95411021"}],"variable":[]}},"response":[{"id":"853c4091-d908-4851-91fe-587838b00857","name":"List of turnover records","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/Turnover/Turnover?StartDate=95411021&EndDate=95411021","host":["{{baseUrl}}"],"path":["Turnover","Turnover"],"query":[{"key":"StartDate","value":"95411021"},{"key":"EndDate","value":"95411021"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"AdministrationId\": \"string\",\n    \"Administration\": \"string\",\n    \"RegisterGroupId\": \"string\",\n    \"RegisterGroup\": \"string\",\n    \"RegisterId\": \"string\",\n    \"Register\": \"string\",\n    \"Date\": \"20211201\",\n    \"Turnover\": [\n      {\n        \"TurnoverGroupId\": \"string\",\n        \"TurnoverGroup\": \"string\",\n        \"VATPercentage\": 7993.186250626935,\n        \"Amount\": 940.872191109019\n      },\n      {\n        \"TurnoverGroupId\": \"string\",\n        \"TurnoverGroup\": \"string\",\n        \"VATPercentage\": 7682.363589257803,\n        \"Amount\": 2592.424983077153\n      }\n    ],\n    \"Registration\": [\n      {\n        \"RegistrationGroupId\": \"string\",\n        \"RegistrationGroup\": \"string\",\n        \"Amount\": 6738.232620192483\n      },\n      {\n        \"RegistrationGroupId\": \"string\",\n        \"RegistrationGroup\": \"string\",\n        \"Amount\": 7871.070367505177\n      }\n    ],\n    \"Payment\": [\n      {\n        \"PaymentTypeId\": \"string\",\n        \"PaymentType\": \"string\",\n        \"Amount\": 7986.834286282971\n      },\n      {\n        \"PaymentTypeId\": \"string\",\n        \"PaymentType\": \"string\",\n        \"Amount\": 5463.508159861548\n      }\n    ],\n    \"Cardinality\": [\n      {\n        \"CardinalityId\": \"string\",\n        \"Cardinality\": \"string\",\n        \"Amount\": 6770.157193613806\n      },\n      {\n        \"CardinalityId\": \"string\",\n        \"Cardinality\": \"string\",\n        \"Amount\": 4885.095664824233\n      }\n    ]\n  },\n  {\n    \"AdministrationId\": \"string\",\n    \"Administration\": \"string\",\n    \"RegisterGroupId\": \"string\",\n    \"RegisterGroup\": \"string\",\n    \"RegisterId\": \"string\",\n    \"Register\": \"string\",\n    \"Date\": \"20211201\",\n    \"Turnover\": [\n      {\n        \"TurnoverGroupId\": \"string\",\n        \"TurnoverGroup\": \"string\",\n        \"VATPercentage\": 3247.1462347411116,\n        \"Amount\": 6537.454280192181\n      },\n      {\n        \"TurnoverGroupId\": \"string\",\n        \"TurnoverGroup\": \"string\",\n        \"VATPercentage\": 6373.873733589386,\n        \"Amount\": 3902.0686652825275\n      }\n    ],\n    \"Registration\": [\n      {\n        \"RegistrationGroupId\": \"string\",\n        \"RegistrationGroup\": \"string\",\n        \"Amount\": 2616.856315855276\n      },\n      {\n        \"RegistrationGroupId\": \"string\",\n        \"RegistrationGroup\": \"string\",\n        \"Amount\": 7121.045931005227\n      }\n    ],\n    \"Payment\": [\n      {\n        \"PaymentTypeId\": \"string\",\n        \"PaymentType\": \"string\",\n        \"Amount\": 9848.342124422761\n      },\n      {\n        \"PaymentTypeId\": \"string\",\n        \"PaymentType\": \"string\",\n        \"Amount\": 3708.7549776175365\n      }\n    ],\n    \"Cardinality\": [\n      {\n        \"CardinalityId\": \"string\",\n        \"Cardinality\": \"string\",\n        \"Amount\": 2024.6148111696916\n      },\n      {\n        \"CardinalityId\": \"string\",\n        \"Cardinality\": \"string\",\n        \"Amount\": 3112.2171570298997\n      }\n    ]\n  }\n]"}],"_postman_id":"a5965309-930e-4de0-ad38-dbf9a1e18b56"}],"id":"aa840db7-2315-4d49-a10d-67293ab29e26","_postman_id":"aa840db7-2315-4d49-a10d-67293ab29e26","description":""},{"name":"TurnoverPerDay","item":[{"name":"Returns an array with totals for turnover per day per Administration","id":"a66b09ad-770a-427c-90a3-b602fa0a9982","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"20211201\",\n  \"EndDate\": \"20211201\",\n  \"AdministrationId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Turnover/TurnoverPerDay","urlObject":{"path":["Turnover","TurnoverPerDay"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3cfb1a31-28e1-481d-987a-11281a8dc31b","name":"An array of Turnover totals","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"20211201\",\n  \"EndDate\": \"20211201\",\n  \"AdministrationId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Turnover/TurnoverPerDay"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"AdministrationId\": \"string\",\n    \"Date\": \"1954-12-28\",\n    \"TurnoverRealised\": 8114.234101606786,\n    \"TransactionsRealised\": 8692,\n    \"TurnoverBudget\": 6648.978719074532,\n    \"TransactionsBudget\": 4283,\n    \"TurnoverForecast\": 2109.787897290003\n  },\n  {\n    \"AdministrationId\": \"string\",\n    \"Date\": \"1965-09-01\",\n    \"TurnoverRealised\": 3052.657364220952,\n    \"TransactionsRealised\": 4279,\n    \"TurnoverBudget\": 4182.167556782095,\n    \"TransactionsBudget\": 87,\n    \"TurnoverForecast\": 6229.034452248299\n  }\n]"},{"id":"1bd5504b-4d0b-4330-8476-21b53a33ff01","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"StartDate\": \"20211201\",\n  \"EndDate\": \"20211201\",\n  \"AdministrationId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/Turnover/TurnoverPerDay"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"a66b09ad-770a-427c-90a3-b602fa0a9982"}],"id":"31a03b31-d1d2-4b34-a00c-e1cfc80b6663","_postman_id":"31a03b31-d1d2-4b34-a00c-e1cfc80b6663","description":""}],"id":"94bc0195-16c1-427c-a074-8225ea4284ef","_postman_id":"94bc0195-16c1-427c-a074-8225ea4284ef","description":""},{"name":"User","item":[{"name":"GetWelcomeEmailTemplates","item":[{"name":"Returns active welcome-email templates for license","id":"e7853c29-6aa7-44d2-979c-215e9e08497b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"OrganisationId\": null\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/User/GetWelcomeEmailTemplates","urlObject":{"path":["User","GetWelcomeEmailTemplates"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"dc9ce0d3-35a2-4b9b-a4c9-3319356fb3ae","name":"List of active welcome-email templates","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"OrganisationId\": \"03a6c3d0-e567-c3ca-f561-d725dbcedb85\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/User/GetWelcomeEmailTemplates"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"b535e609-af46-4f60-545b-5b546a6206b4\",\n    \"Title\": \"string\"\n  },\n  {\n    \"guid\": \"95d84485-8195-00fc-d781-2cac30d08dbb\",\n    \"Title\": \"string\"\n  }\n]"},{"id":"a07ad530-020c-43e3-8584-1d253ecef810","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"OrganisationId\": \"03a6c3d0-e567-c3ca-f561-d725dbcedb85\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/User/GetWelcomeEmailTemplates"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e7853c29-6aa7-44d2-979c-215e9e08497b"}],"id":"9033ea7a-90bc-4cc1-a471-0a37edb9579c","_postman_id":"9033ea7a-90bc-4cc1-a471-0a37edb9579c","description":""},{"name":"GetExampleUsers","item":[{"name":"Returns template users whose rights and settings can be copied when creating a new user account","id":"69be7efa-edb6-4cc8-8761-a2cfe13e4a43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"OrganisationId\": \"2F089038-BD9E-4B81-88F6-BBB41A6022E4\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/User/GetExampleUsers","urlObject":{"path":["User","GetExampleUsers"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d8267f94-4f44-4641-8861-17bcc898df28","name":"List of example users","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"OrganisationId\": \"2F089038-BD9E-4B81-88F6-BBB41A6022E4\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/User/GetExampleUsers"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"guid\": \"A1111111-1111-1111-1111-111111111111\",\n    \"UserName\": \"Medewerker@staff.nl\",\n    \"DisplayName\": \"Medewerker Staff\"\n  },\n  {\n    \"guid\": \"B2222222-2222-2222-2222-222222222222\",\n    \"UserName\": \"Planner@staff.nl\",\n    \"DisplayName\": \"Planner Staff\"\n  }\n]"},{"id":"455fb744-0e8f-4288-9d8b-7d3754654ff4","name":"Request validation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"OrganisationId\": \"2F089038-BD9E-4B81-88F6-BBB41A6022E4\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/User/GetExampleUsers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"c6dff16f-1ca7-458e-b9f4-29867037a29d","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"OrganisationId\": \"2F089038-BD9E-4B81-88F6-BBB41A6022E4\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/User/GetExampleUsers"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"string"}],"_postman_id":"69be7efa-edb6-4cc8-8761-a2cfe13e4a43"}],"id":"3fa30852-d6d4-4222-876a-02280c25bd19","_postman_id":"3fa30852-d6d4-4222-876a-02280c25bd19","description":""},{"name":"SendWelcomeEmail","item":[{"name":"Sends a welcome email to the user account linked to a person","id":"44faaac1-8a30-4d9c-9593-9d3deb4972db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"{{apiKey}}\"\n  },\n  \"PersonId\": \"BFE76123-ED76-40B2-9D4D-A9B32B3CCB40\",\n  \"WelcomeEmailTemplateId\": \"AAFC5105-C646-4EF2-9E29-91E993965F2E\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/User/SendWelcomeEmail","urlObject":{"path":["User","SendWelcomeEmail"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ce491809-e895-43e5-a121-df011d8cd897","name":"Welcome email sent successfully","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"PersonId\": \"358158ae-cdd8-43c7-8fe7-124b4eddf4af\",\n  \"WelcomeEmailTemplateId\": \"4e7cbcd9-35c6-a4d5-3b12-557f68183b56\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/User/SendWelcomeEmail"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Sent\": true,\n  \"SentAt\": \"2026-07-16T10:30:00\"\n}"},{"id":"c2fa00ff-a609-4f95-af48-c170781eec02","name":"Request validation failed or the welcome email could not be sent","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"PersonId\": \"358158ae-cdd8-43c7-8fe7-124b4eddf4af\",\n  \"WelcomeEmailTemplateId\": \"4e7cbcd9-35c6-a4d5-3b12-557f68183b56\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/User/SendWelcomeEmail"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Request body is required."},{"id":"b6f060c4-13c2-41ab-b2b5-5c33e86df8ea","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"PersonId\": \"358158ae-cdd8-43c7-8fe7-124b4eddf4af\",\n  \"WelcomeEmailTemplateId\": \"4e7cbcd9-35c6-a4d5-3b12-557f68183b56\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/User/SendWelcomeEmail"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"string"},{"id":"41d80dae-5a5e-421e-a7de-261b5c248cb9","name":"Welcome email operation returned no result","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"APIKeyLogin\": {\n    \"DeviceId\": \"\",\n    \"APIKey\": \"78A4DA5D-B9B3-4168-8EC9-F46ACC6E14FD\"\n  },\n  \"PersonId\": \"358158ae-cdd8-43c7-8fe7-124b4eddf4af\",\n  \"WelcomeEmailTemplateId\": \"4e7cbcd9-35c6-a4d5-3b12-557f68183b56\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/User/SendWelcomeEmail"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Welcome email operation returned no result."}],"_postman_id":"44faaac1-8a30-4d9c-9593-9d3deb4972db"}],"id":"111daf93-d996-4c19-8993-7f5fef19e2d2","_postman_id":"111daf93-d996-4c19-8993-7f5fef19e2d2","description":""}],"id":"979b6340-2d02-4fdf-941d-bf3d71e36afe","_postman_id":"979b6340-2d02-4fdf-941d-bf3d71e36afe","description":""}],"variable":[{"key":"baseUrl","value":"{{baseUrl}}","type":"any"}]}