{"info":{"_postman_id":"1dd127c3-1748-4e92-9c6f-73a534f1d7fd","name":"greytHR-API-V2","description":"<html><head></head><body><p><a href=\"https://www.greythr.com\">greytHR</a> provides API (Application Programming Interface) to extract Employee/Leave/Attendance/Salary.. Modules data and integrate third-party applications (Clients). This document provides help to developers who are in role to develop the integration</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5089084","collectionId":"1dd127c3-1748-4e92-9c6f-73a534f1d7fd","publishedId":"TVmV5ZXD","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-06-24T19:35:30.000Z"},"item":[{"name":"Auth","item":[{"name":"Get Access Token Direct","event":[{"listen":"test","script":{"id":"5489d249-ba00-475e-9d01-09f53ccf91bf","exec":["var jsonData = JSON.parse(responseBody);\r","\r","pm.collectionVariables.set(\"token\", jsonData.access_token);\r","\r","//tests[\"Status code is= \"] = responseCode.code === 200;\r","pm.test(\"Status test\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"98110b8b-d55b-4b3d-8d57-1d9ccbcdbbdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"API User Name"},{"key":"password","value":"User Password"}]},"isInherited":false},"method":"POST","header":[],"url":"https://Yourcompany.greythr.com/uas/v1/oauth2/client-token","description":"<p><strong>Obtaining an access token</strong></p>\n<p>This API which will allow the users to obtain an auth-token using the client id and client credentials obtained from registration process.</p>\n<h2 id=\"basic-auth\">Basic auth</h2>\n<p>Basic authentication involves sending a verified username and password with your request.</p>\n<p>Authorization header is going to pass the API a Base64 encoded string representing your username and password values, appended to the text \"Basic\"</p>\n","urlObject":{"protocol":"https","path":["uas","v1","oauth2","client-token"],"host":["Yourcompany.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"5fee86b1-0f98-4dbf-9fa6-45ca0f84dc44","name":"Get Access Token API - 200 OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic <GreytHR API username and password>","type":"text"}],"url":"https://Yourcompany.greythr.com/uas/v1/oauth2/client-token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 14 Oct 2020 04:40:59 GMT"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"c1FDOvBGClzEnEUAkiRJqTgX5cGUl1bU1SkDtop-gdk.k2rFDLBctrVrj7THaOuhKcG5SK4oPzskDUpEZU-PDvQ\",\n    \"expires_in\": 3599,\n    \"scope\": \"\",\n    \"token_type\": \"bearer\"\n}"},{"id":"92fd7105-12df-4d1c-aebb-146659ed21e9","name":"Get Access Token API - 403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic <GreytHR API username and password>","type":"text"}],"url":"https://Yourcompany.greythr.com/uas/v1/oauth2/client-token"},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"type\": \"AUTHORIZATION\",\r\n    \"code\": \"AUTHORIZATION_FAILED\",\r\n    \"message\": \"Invalid API user\",\r\n    \"details\": null\r\n}"}],"_postman_id":"98110b8b-d55b-4b3d-8d57-1d9ccbcdbbdf"}],"id":"fb970b12-348c-483d-97fa-5e8cb8236331","description":"<h2 id=\"authentication\"><strong>Authentication</strong></h2>\n<p>In order to access greytHR APIs, authentication is required. We use oAuth2 based authentication for our APIs. If you haven't worked with oAuth2 before, please familiarize yourself by reading the follwowing oAuth2 Backgrounder details.</p>\n<p><strong>oAuth2 Backgrounder</strong></p>\n<p>greytHR deals with highly confidential information. API access to this information should be provided only to authorized entities. So, we need to authenticate each API request before providing a response.</p>\n<p>API authentication methods have evolved over a period of time. There are three popular methods of authentication:</p>\n<ol>\n<li><p>In the beginning, there was <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication\">Http Basic Authentication</a>.</p>\n</li>\n<li><p>Next came the use of API keys that were passed either in the headers or as a query parameter. The best practice today is to use oAuth2 based authentication.</p>\n</li>\n<li><p><a href=\"https://www.oauth.com/\">oAuth 2.0</a> is the industry-standard protocol for authorization.</p>\n</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"a19aa7e8-28a4-4874-aad6-a8a0241c5855","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d7deb524-4d0b-461e-8553-907eb7a1292e","type":"text/javascript","exec":[""]}}],"_postman_id":"fb970b12-348c-483d-97fa-5e8cb8236331"},{"name":"Employee","item":[{"name":"Employee","item":[{"name":"Get All Employees","id":"0f40b986-a2f0-438e-842d-63a88d3a26c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees?page=1&size=35","description":"<p><strong>Get All Employees</strong></p>\n<p>This API helps in getting a list of all the employees with their information.<br />You can also filter them based on parameters, state, status and categories.<br />This API uses Pagination and will return complete extensions fields. Each API page will return with 25 records. However, you can increase the size of Employee records by using <strong>page &amp; size</strong> parameter in the Access URL.</p>\n<p>Mentioning the <strong>page number</strong> is <strong>mandatory</strong> and if a particular page number is mentioned, the API will fetch that page, if it exists.</p>\n<p><strong>Query Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters:</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Yes</td>\n<td>Fetch employee details based on the Page no.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>Optional</td>\n<td>Employee state Allowed Values:  <br />\"ALL\": To get all employees  <br />\"CURRENT\": To get only current  <br />\"RESIGNED\": To get only resigned employees</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Optional</td>\n<td>Employees status Allowed values: Please refer \"code\"column of Employee status under System settings GeneralList Of Values in greytHR app.</td>\n</tr>\n<tr>\n<td>category.{{category}}</td>\n<td>Optional</td>\n<td>It filters the employees by category  <br />  <br /><strong>Example</strong>:  <br />category.location=Bangalore  <br />category.location=Mumbai  <br />category.department=Development  <br />category.designation=Senior Developer  <br />  <br />  <br />It gives the all employee information from locations Bangalore, Mumbai working in the Development Department with Designation as Senior Developer.</td>\n</tr>\n<tr>\n<td>modifiedSince</td>\n<td>Optional</td>\n<td>Filtering is done based on the employee last modified</td>\n</tr>\n<tr>\n<td>attendanceScheme</td>\n<td>Optional</td>\n<td>Filtering is done based on the employee Attendance Scheme</td>\n</tr>\n<tr>\n<td>size</td>\n<td>Optional</td>\n<td>No.of records fetched, default is 25</td>\n</tr>\n<tr>\n<td>sort</td>\n<td>Optional</td>\n<td>Sorting is done based on the column name passed</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["employee","v2","employees"],"host":["api.greythr.com"],"query":[{"key":"page","value":"1"},{"key":"size","value":"35"}],"variable":[]}},"response":[{"id":"845937b8-8909-4549-9c09-645fb767ffab","name":"Get All Employees 200-OK","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":{"raw":"https://api.greythr.com/employee/v2/employees?page=1&size=35","protocol":"https","host":["api.greythr.com"],"path":["employee","v2","employees"],"query":[{"key":"page","value":"1"},{"key":"size","value":"35"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"employeeId\": 83,\n            \"name\": \"Nandish Shetty\",\n            \"email\": \"Nandish@testmail.com\",\n            \"employeeNo\": \"0001\",\n            \"dateOfJoin\": \"2010-01-21\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": \"2020-09-14T03:57:59.402\",\n            \"status\": 2,\n            \"dateOfBirth\": \"1979-01-02\",\n            \"gender\": \"M\",\n            \"probationPeriod\": 60,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 16,\n            \"name\": \"S Rami Reddy\",\n            \"email\": \"RamiReddy@testmail.com\",\n            \"employeeNo\": \"5028\",\n            \"dateOfJoin\": \"2015-03-14\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": \"2020-09-14T03:58:08.538\",\n            \"status\": 2,\n            \"dateOfBirth\": \"1985-08-11\",\n            \"gender\": \"M\",\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 94,\n            \"name\": \"Manoj Biradari\",\n            \"email\": \"Manoj@testmail.com\",\n            \"employeeNo\": \"CON-005\",\n            \"dateOfJoin\": \"2013-04-18\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": \"2020-09-14T03:58:10.915\",\n            \"status\": 2,\n            \"dateOfBirth\": \"1989-04-01\",\n            \"gender\": \"M\",\n            \"probationPeriod\": 365,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 100,\n            \"name\": \"Namrata Sahay\",\n            \"email\": \"Namrata@testmail.com\",\n            \"employeeNo\": \"5096\",\n            \"dateOfJoin\": \"2013-12-12\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": \"2020-09-14T03:57:40.266\",\n            \"status\": 1,\n            \"dateOfBirth\": \"1980-11-10\",\n            \"gender\": \"F\",\n            \"probationPeriod\": 60,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 145,\n            \"name\": \"Silvia1 Silvia1\",\n            \"email\": \"Silvia.Candido1@bestrunsap.com\",\n            \"employeeNo\": \"16923\",\n            \"dateOfJoin\": \"1997-01-02\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": null,\n            \"status\": 1,\n            \"dateOfBirth\": \"1976-02-14\",\n            \"gender\": null,\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 153,\n            \"name\": \"scandido\",\n            \"email\": \"Silvia.Candido@bestrunsap.com\",\n            \"employeeNo\": \"62093\",\n            \"dateOfJoin\": \"1997-01-01\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": null,\n            \"status\": 1,\n            \"dateOfBirth\": \"1976-02-13\",\n            \"gender\": null,\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 164,\n            \"name\": \"mkarp@email.com\",\n            \"email\": \"mkarp@email.com\",\n            \"employeeNo\": \"30853\",\n            \"dateOfJoin\": \"2020-08-12\",\n            \"leavingDate\": null,\n            \"originalHireDate\": \"2000-10-18\",\n            \"leftorg\": false,\n            \"lastModified\": \"2021-01-24T01:16:27.681603\",\n            \"status\": 1,\n            \"dateOfBirth\": \"1984-07-31\",\n            \"gender\": null,\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 157,\n            \"name\": \"scandido\",\n            \"email\": \"Silvia.Candido@bestrunsap.com\",\n            \"employeeNo\": \"42764\",\n            \"dateOfJoin\": \"1997-01-01\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": null,\n            \"status\": 1,\n            \"dateOfBirth\": \"1976-02-13\",\n            \"gender\": null,\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 158,\n            \"name\": \"scandido\",\n            \"email\": \"Silvia.Candido@bestrunsap.com\",\n            \"employeeNo\": \"64470\",\n            \"dateOfJoin\": \"1997-01-01\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": null,\n            \"status\": 1,\n            \"dateOfBirth\": \"1976-02-13\",\n            \"gender\": null,\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 174,\n            \"name\": \"mkarp@email.com\",\n            \"email\": \"mkarp@email.com\",\n            \"employeeNo\": \"04304\",\n            \"dateOfJoin\": \"2020-08-12\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": null,\n            \"status\": 1,\n            \"dateOfBirth\": \"1984-07-31\",\n            \"gender\": null,\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 169,\n            \"name\": \"mkarp@email.com\",\n            \"email\": \"mkarp@email.com\",\n            \"employeeNo\": \"73827\",\n            \"dateOfJoin\": \"2020-08-12\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": null,\n            \"status\": 1,\n            \"dateOfBirth\": \"1984-07-31\",\n            \"gender\": null,\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 179,\n            \"name\": \"mkarp@email.com\",\n            \"email\": \"mkarp@email.com\",\n            \"employeeNo\": \"96104\",\n            \"dateOfJoin\": \"2020-08-12\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": null,\n            \"status\": 1,\n            \"dateOfBirth\": \"1984-07-31\",\n            \"gender\": null,\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 146,\n            \"name\": \"scandido\",\n            \"email\": \"Silvia.Candido@bestrunsap.com\",\n            \"employeeNo\": \"36875\",\n            \"dateOfJoin\": \"1997-01-01\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": null,\n            \"status\": 1,\n            \"dateOfBirth\": \"1976-02-13\",\n            \"gender\": null,\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 192,\n            \"name\": \"kmcclure\",\n            \"email\": \"Kevin.McClure@bestrunsap.com\",\n            \"employeeNo\": \"101020\",\n            \"dateOfJoin\": \"2014-01-01\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": null,\n            \"status\": 1,\n            \"dateOfBirth\": \"1989-03-15\",\n            \"gender\": null,\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 212,\n            \"name\": \"Joanne\",\n            \"email\": \"Joanne.Pawlucky@bestrunsap.com\",\n            \"employeeNo\": \"100152\",\n            \"dateOfJoin\": \"1996-02-10\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": \"2021-02-10T11:54:07.369202\",\n            \"status\": 1,\n            \"dateOfBirth\": \"1956-04-03\",\n            \"gender\": null,\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 126,\n            \"name\": \"Shiv Kumar Panchal\",\n            \"email\": \"Shiv@testmail.com\",\n            \"employeeNo\": \"222747\",\n            \"dateOfJoin\": \"2011-06-18\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": \"2020-09-14T03:58:06.452\",\n            \"status\": 1,\n            \"dateOfBirth\": \"1991-11-07\",\n            \"gender\": \"M\",\n            \"probationPeriod\": 60,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 97,\n            \"name\": \"Sunil Raj\",\n            \"email\": \"Sunil@testmail.com\",\n            \"employeeNo\": \"CNT1\",\n            \"dateOfJoin\": \"2012-10-13\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": \"2020-09-14T03:57:41.253\",\n            \"status\": 3,\n            \"dateOfBirth\": \"1987-09-10\",\n            \"gender\": \"M\",\n            \"probationPeriod\": 180,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": \"1234567890\"\n        },\n        {\n            \"employeeId\": 102,\n            \"name\": \"Suresh Naveen Kori\",\n            \"email\": \"Suresh@testmail.com\",\n            \"employeeNo\": \"T0003\",\n            \"dateOfJoin\": \"2014-04-23\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": \"2020-10-21T07:57:16.328\",\n            \"status\": 3,\n            \"dateOfBirth\": \"1988-04-19\",\n            \"gender\": \"M\",\n            \"probationPeriod\": 38,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 96,\n            \"name\": \"Harshit Patel\",\n            \"email\": \"Harshit@testmail.com\",\n            \"employeeNo\": \"0003\",\n            \"dateOfJoin\": \"2011-02-06\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": \"2020-09-14T03:57:51.349\",\n            \"status\": 2,\n            \"dateOfBirth\": \"1987-04-16\",\n            \"gender\": \"M\",\n            \"probationPeriod\": 60,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 167,\n            \"name\": \"pcoburn-1\",\n            \"email\": \"Patrick.coburn@bestrunsap.com\",\n            \"employeeNo\": \"48038\",\n            \"dateOfJoin\": \"2018-03-10\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": null,\n            \"status\": 1,\n            \"dateOfBirth\": \"1960-03-14\",\n            \"gender\": null,\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 121,\n            \"name\": \"Somashekar B C\",\n            \"email\": \"Somashekar@testmail.com\",\n            \"employeeNo\": \"Test002\",\n            \"dateOfJoin\": \"2011-01-25\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": \"2020-09-14T03:58:15.33\",\n            \"status\": 2,\n            \"dateOfBirth\": \"1996-11-28\",\n            \"gender\": \"M\",\n            \"probationPeriod\": 60,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 131,\n            \"name\": \"Ganesh Kumar G\",\n            \"email\": \"GaneshG@testmail.com\",\n            \"employeeNo\": \"T841\",\n            \"dateOfJoin\": \"2012-01-31\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": \"2020-09-14T04:31:47.188\",\n            \"status\": 2,\n            \"dateOfBirth\": \"1995-06-26\",\n            \"gender\": \"M\",\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 176,\n            \"name\": \"scandido\",\n            \"email\": \"Silvia.Candido@bestrunsap.com\",\n            \"employeeNo\": \"38726\",\n            \"dateOfJoin\": \"1997-01-01\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": null,\n            \"status\": 1,\n            \"dateOfBirth\": \"1976-02-13\",\n            \"gender\": null,\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 132,\n            \"name\": \"Shivayogi Jakkali\",\n            \"email\": \"Shivayogi@testmail.com\",\n            \"employeeNo\": \"T842\",\n            \"dateOfJoin\": \"2015-12-23\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": \"2020-09-14T03:58:14.753\",\n            \"status\": 2,\n            \"dateOfBirth\": \"1979-09-06\",\n            \"gender\": \"M\",\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 159,\n            \"name\": \"scandido\",\n            \"email\": \"Silvia.Candido@bestrunsap.com\",\n            \"employeeNo\": \"34827\",\n            \"dateOfJoin\": \"1997-01-01\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": null,\n            \"status\": 1,\n            \"dateOfBirth\": \"1976-02-13\",\n            \"gender\": null,\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 160,\n            \"name\": \"scandido\",\n            \"email\": \"Silvia.Candido@bestrunsap.com\",\n            \"employeeNo\": \"04917\",\n            \"dateOfJoin\": \"1997-01-01\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": null,\n            \"status\": 1,\n            \"dateOfBirth\": \"1976-02-13\",\n            \"gender\": null,\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 189,\n            \"name\": \"mkarp@email.com\",\n            \"email\": \"mkarp@email.com\",\n            \"employeeNo\": \"98601\",\n            \"dateOfJoin\": \"2020-08-12\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": null,\n            \"status\": 1,\n            \"dateOfBirth\": \"1984-07-31\",\n            \"gender\": null,\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 154,\n            \"name\": \"scandido\",\n            \"email\": \"Silvia.Candido@bestrunsap.com\",\n            \"employeeNo\": \"85985\",\n            \"dateOfJoin\": \"1997-01-01\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": null,\n            \"status\": 1,\n            \"dateOfBirth\": \"1976-02-13\",\n            \"gender\": null,\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 196,\n            \"name\": \"Sam\",\n            \"email\": \"prabha.pvks@gmail.com\",\n            \"employeeNo\": \"11119\",\n            \"dateOfJoin\": \"2020-12-01\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": \"2021-02-26T12:39:21.604\",\n            \"status\": 2,\n            \"dateOfBirth\": \"2006-02-18\",\n            \"gender\": \"M\",\n            \"probationPeriod\": 60,\n            \"personalEmail2\": \"prabha@gmail.com\",\n            \"personalEmail3\": \"prabha@gmail.com\",\n            \"mobile\": \"97405069\"\n        },\n        {\n            \"employeeId\": 165,\n            \"name\": \"ftrombley\",\n            \"email\": \"francis.trombley@bestrunsap.com\",\n            \"employeeNo\": \"61650\",\n            \"dateOfJoin\": \"2010-01-30\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": null,\n            \"status\": 1,\n            \"dateOfBirth\": \"1978-06-05\",\n            \"gender\": null,\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 173,\n            \"name\": \"kmcclure\",\n            \"email\": \"Kevin.McClure@bestrunsap.com\",\n            \"employeeNo\": \"26962\",\n            \"dateOfJoin\": \"2014-01-01\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": null,\n            \"status\": 1,\n            \"dateOfBirth\": \"1989-03-15\",\n            \"gender\": null,\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 175,\n            \"name\": \"ftrombley\",\n            \"email\": \"francis.trombley@bestrunsap.com\",\n            \"employeeNo\": \"51306\",\n            \"dateOfJoin\": \"2010-01-30\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": null,\n            \"status\": 1,\n            \"dateOfBirth\": \"1978-06-05\",\n            \"gender\": null,\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 91,\n            \"name\": \"Deepika Bharti\",\n            \"email\": \"Deepika@testmail.com\",\n            \"employeeNo\": \"CON-002\",\n            \"dateOfJoin\": \"2012-08-25\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": \"2020-09-14T03:58:09.704\",\n            \"status\": 2,\n            \"dateOfBirth\": \"1990-07-17\",\n            \"gender\": \"M\",\n            \"probationPeriod\": 0,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 116,\n            \"name\": \"Dhareppa Metri\",\n            \"email\": \"Dhareppa@testmail.com\",\n            \"employeeNo\": \"19322\",\n            \"dateOfJoin\": \"2014-02-06\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": \"2020-09-14T03:58:02.139\",\n            \"status\": 2,\n            \"dateOfBirth\": \"1995-04-09\",\n            \"gender\": \"M\",\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        },\n        {\n            \"employeeId\": 123,\n            \"name\": \"D Mohan Rao\",\n            \"email\": \"Mohan@testmail.com\",\n            \"employeeNo\": \"501489\",\n            \"dateOfJoin\": \"2015-03-02\",\n            \"leavingDate\": null,\n            \"originalHireDate\": null,\n            \"leftorg\": false,\n            \"lastModified\": \"2020-09-14T03:58:07.035\",\n            \"status\": 2,\n            \"dateOfBirth\": \"1990-01-01\",\n            \"gender\": \"M\",\n            \"probationPeriod\": null,\n            \"personalEmail2\": null,\n            \"personalEmail3\": null,\n            \"mobile\": null\n        }\n    ],\n    \"pages\": {\n        \"totalPages\": 4,\n        \"totalElements\": 139,\n        \"size\": 35,\n        \"empty\": false,\n        \"hasNext\": true,\n        \"hasPrevious\": true,\n        \"first\": false,\n        \"last\": false,\n        \"sort\": {\n            \"unsorted\": true,\n            \"sorted\": false,\n            \"empty\": true\n        }\n    }\n}"},{"id":"fea5e47b-d089-4310-bb75-c62678ac40e4","name":"Get All Employees 403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":{"raw":"https://api.greythr.com/employee/v2/employees?page=1&size=35","protocol":"https","host":["api.greythr.com"],"path":["employee","v2","employees"],"query":[{"key":"page","value":"1"},{"key":"size","value":"35"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"AUTHORIZATION\",\n    \"code\": \"ACCESS-FORBIDDEN\",\n    \"message\": \"\",\n    \"details\": null\n}"}],"_postman_id":"0f40b986-a2f0-438e-842d-63a88d3a26c9"},{"name":"Get Employee","id":"924cc95e-34b4-4de6-885d-c7f25593142c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}","description":"<p><strong>Get Employee Details</strong></p>\n<p>This API helps in getting information for an employee, based on the passed employee number.</p>\n<p>Mentioning the <strong>Employee ID</strong> is <strong>mandatory</strong> whose details are to be fetched.</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"27b864dd-a145-4994-9cb5-a92c592d8227","name":"Get Employee 404 Not Found","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/5097"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"NOT-FOUND\",\n    \"code\": \"EMPLOYEE-NOT-FOUND\",\n    \"message\": \"error.employee.notfound\",\n    \"details\": null\n}"},{"id":"6a64c7e0-0eee-453f-b846-6c97a46fadd8","name":"Get Employee 200 OK","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/11"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"employeeId\": 11,\n    \"name\": \"Venugopal M\",\n    \"email\": \"venu.nayak@gmail.com\",\n    \"employeeNo\": \"5018\",\n    \"dateOfJoin\": \"2018-06-20\",\n    \"leavingDate\": null,\n    \"originalHireDate\": \"2018-06-20\",\n    \"leftorg\": false,\n    \"lastModified\": \"2021-03-01T13:40:24.287307\",\n    \"status\": 2,\n    \"dateOfBirth\": \"1982-08-17\",\n    \"gender\": \"M\",\n    \"probationPeriod\": 90,\n    \"personalEmail2\": null,\n    \"personalEmail3\": null,\n    \"mobile\": \"9945270678\"\n}"}],"_postman_id":"924cc95e-34b4-4de6-885d-c7f25593142c"},{"name":"Employee Lookup","id":"0289cca0-e3be-45c4-8df4-429786d0c059","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/lookup?q={Employee No./Email/Guid/Access card/ Personal email}","description":"<p>Employee Search/Lookup API help to retrieve the individual Employee details based on the query param employee number/ email/ guid/ access card/ personal email/reference no</p>\n<p>EndFragment</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","lookup"],"host":["api.greythr.com"],"query":[{"key":"q","value":"{Employee No./Email/Guid/Access card/ Personal email}"}],"variable":[]}},"response":[{"id":"51a738cd-1009-40fe-861d-7e03964200ab","name":"Employee Lookup 404 Not Found","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":{"raw":"https://api.greythr.com/employee/v2/employees/lookup?q=Ramesh.TS@gmail.com","protocol":"https","host":["api.greythr.com"],"path":["employee","v2","employees","lookup"],"query":[{"key":"q","value":"Ramesh.TS@gmail.com"}]}},"status":"404 Not Found","_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"type\": \"NOT-FOUND\",\r\n    \"code\": \"EMPLOYEE-NOT-FOUND\",\r\n    \"message\": \"error.employee.notfound\",\r\n    \"details\": null\r\n}"},{"id":"f9dce118-38d9-4fed-9e19-a86bbe2df526","name":"Employee Lookup 200 OK","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":{"raw":"https://api.greythr.com/employee/v2/employees/lookup?q=venu.nayak@gmail.com","protocol":"https","host":["api.greythr.com"],"path":["employee","v2","employees","lookup"],"query":[{"key":"q","value":"venu.nayak@gmail.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 11,\n    \"name\": \"Venugopal M\",\n    \"employeeNo\": \"5018\",\n    \"joinDate\": \"2010-06-28\",\n    \"leftOrg\": false,\n    \"email\": \"venu.nayak@gmail.com\"\n}"}],"_postman_id":"0289cca0-e3be-45c4-8df4-429786d0c059"},{"name":"Add Employee","id":"3d51a8ea-824b-4741-a5b1-e4a0dfb32f2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n\t\"employeeNo\":\"11120\",\r\n\t\"name\":\"Sam\",\r\n\t\"firstName\":\"SAM\",\r\n\t\"middleName\":\"\",\r\n\t\"lastName\":\"N\",\r\n\t\"email\":\"prabha.pvks@gmail.com\",\r\n\t\"dateOfBirth\":\"2006-02-18\",\r\n\t\"dateOfJoin\":\"2020-12-01\",\r\n\t\"status\":2,\r\n\t\"gender\":\"M\",\r\n\t\"title\":\"Mr\",\r\n\t\"mobile\":\"9740506956\",\r\n\t\"initials\":\"s\",\r\n\t\"probationPeriod\":\"60\",\r\n\t\"relevantExperience\":\"5\",\r\n\t\"yearsInJob\":\"6\",\r\n\t\"yearsInService\":\"1\",\r\n\t\"prevExperience\":\"2\",\r\n\t\"nonRelevantExperience\":\"1\",\r\n\t\"personalEmail\":\"prabha@gmail.com\",\r\n\t\"officialMobile\":\"9353324334\",\r\n\t\"personalEmail2\":\"prabha@gmail.com\",\r\n\t\"personalEmail3\":\"prabha@gmail.com\",\r\n\t\"remarks\":\"rem\",\r\n\t\"referenceNo\":\"refNo\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees","description":"<p>This API helps to add new employees to the system.<br />Below are the list of fields and their type that needs to be passed.</p>\n<p><strong>Request Body Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters:</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>employeeNo</td>\n<td>Yes</td>\n<td>Unique Employee Number for each employee.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Yes</td>\n<td>Employees Name</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>No</td>\n<td>Employees First Name</td>\n</tr>\n<tr>\n<td>middleName</td>\n<td>No</td>\n<td>Employees Middle Name</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>No</td>\n<td>Employees Last Name</td>\n</tr>\n<tr>\n<td>email</td>\n<td>No</td>\n<td>Email Address of employee</td>\n</tr>\n<tr>\n<td>dateOfBirth</td>\n<td>Yes</td>\n<td>Employees Date of birth. Date format should be in yyyy-MM-dd</td>\n</tr>\n<tr>\n<td>dateOfJoin</td>\n<td>Yes</td>\n<td>Employees join date. Date format should be in yyyy-MM-dd</td>\n</tr>\n<tr>\n<td>status</td>\n<td>No</td>\n<td>Employees status like Confirm, Trainee, etc. New status will be added automatically</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>Yes</td>\n<td>M or F character that states the employee’s gender.</td>\n</tr>\n<tr>\n<td>title</td>\n<td>No</td>\n<td>Employees title (Mr, Miss, Mrs etc.) New status will be added automatically</td>\n</tr>\n<tr>\n<td>mobile</td>\n<td>No</td>\n<td>Employees contact number</td>\n</tr>\n<tr>\n<td>initials</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>probationperiod</td>\n<td>No</td>\n<td>Employees probation days</td>\n</tr>\n<tr>\n<td>relevantExperience</td>\n<td>No</td>\n<td>Employees relevant experience in years</td>\n</tr>\n<tr>\n<td>yearsInJob</td>\n<td>No</td>\n<td>Employees years in job</td>\n</tr>\n<tr>\n<td>yearsInService</td>\n<td>No</td>\n<td>Employees year in service</td>\n</tr>\n<tr>\n<td>prevExperience</td>\n<td>No</td>\n<td>Employees previous experience</td>\n</tr>\n<tr>\n<td>nonRelevantExperience</td>\n<td>No</td>\n<td>Employees non relevant experience</td>\n</tr>\n<tr>\n<td>personalEmail</td>\n<td>No</td>\n<td>Employees personal email</td>\n</tr>\n<tr>\n<td>officialMobile</td>\n<td>No</td>\n<td>Employees official contact number</td>\n</tr>\n<tr>\n<td>personalEmail2</td>\n<td>No</td>\n<td>Employees personal email</td>\n</tr>\n<tr>\n<td>personalEmail3</td>\n<td>No</td>\n<td>Employees personal email</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>No</td>\n<td>Remarks</td>\n</tr>\n<tr>\n<td>referenceNo</td>\n<td>No</td>\n<td>Employees reference no</td>\n</tr>\n<tr>\n<td>loginAccount</td>\n<td>No</td>\n<td>Login account name</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["employee","v2","employees"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"2b12d851-94ae-4ace-9e01-5dcaf936c553","name":"Add Employee 409 Conflict","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n\t\"employeeNo\":\"11120\",\r\n\t\"name\":\"Sam\",\r\n\t\"firstName\":\"SAM\",\r\n\t\"middleName\":\"\",\r\n\t\"lastName\":\"N\",\r\n\t\"email\":\"Sams@gmail.com\",\r\n\t\"dateOfBirth\":\"2006-02-18\",\r\n\t\"dateOfJoin\":\"2020-12-01\",\r\n\t\"status\":2,\r\n\t\"gender\":\"M\",\r\n\t\"title\":\"Mr\",\r\n\t\"mobile\":\"9740506956\",\r\n\t\"initials\":\"s\",\r\n\t\"probationPeriod\":\"60\",\r\n\t\"relevantExperience\":\"5\",\r\n\t\"yearsInJob\":\"6\",\r\n\t\"yearsInService\":\"1\",\r\n\t\"prevExperience\":\"2\",\r\n\t\"nonRelevantExperience\":\"1\",\r\n\t\"personalEmail\":\"samtest@gmail.com\",\r\n\t\"officialMobile\":\"9353324334\",\r\n\t\"personalEmail2\":\"Sam3@gmail.com\",\r\n\t\"personalEmail3\":\"Sam4@gmail.com\",\r\n\t\"remarks\":\"rem\",\r\n\t\"referenceNo\":\"refNo\",\r\n    \"loginAccount\":\"account\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees"},"status":"Conflict","code":409,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Employee exist with provided EmployeeNo"},{"id":"8994271a-d717-4794-b3b7-322fd66ca710","name":"Add Employee 201 Created","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n\t\"employeeNo\":\"11120\",\r\n\t\"name\":\"Sam\",\r\n\t\"firstName\":\"SAM\",\r\n\t\"middleName\":\"\",\r\n\t\"lastName\":\"N\",\r\n\t\"email\":\"prabha.pvks@gmail.com\",\r\n\t\"dateOfBirth\":\"2006-02-18\",\r\n\t\"dateOfJoin\":\"2020-12-01\",\r\n\t\"status\":2,\r\n\t\"gender\":\"M\",\r\n\t\"title\":\"Mr\",\r\n\t\"mobile\":\"9740506956\",\r\n\t\"initials\":\"s\",\r\n\t\"probationPeriod\":\"60\",\r\n\t\"relevantExperience\":\"5\",\r\n\t\"yearsInJob\":\"6\",\r\n\t\"yearsInService\":\"1\",\r\n\t\"prevExperience\":\"2\",\r\n\t\"nonRelevantExperience\":\"1\",\r\n\t\"personalEmail\":\"prabha@gmail.com\",\r\n\t\"officialMobile\":\"9353324334\",\r\n\t\"personalEmail2\":\"prabha@gmail.com\",\r\n\t\"personalEmail3\":\"prabha@gmail.com\",\r\n\t\"remarks\":\"rem\",\r\n\t\"referenceNo\":\"refNo\",\r\n    \"loginAccount\":\"account\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Employee added successfully"}],"_postman_id":"3d51a8ea-824b-4741-a5b1-e4a0dfb32f2e"},{"name":"Update Employee","id":"ad243e3d-6ee4-4163-a1df-4068a2d2af42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n\"name\":\"Venu Gopal\",\r\n\"dateOfBirth\":\"1989-12-18\",\r\n\"status\":2,\r\n\"dateOfJoin\":\"2020-10-20\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}","description":"<p>This API helps you to update existing employee’s basic information.</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"10c1ac96-731f-4dee-9c56-4ef90f6b6cdd","name":"Update Employee 404 Not Found","originalRequest":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n\"name\":\"Rmesh Kumar\",\r\n\"dateOfBirth\":\"1989-12-18\",\r\n\"status\":2,\r\n\"dateOfJoin\":\"2020-10-20\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"type\": \"NOT-FOUND\",\r\n    \"code\": \"EMPLOYEE-NOT-FOUND\",\r\n    \"message\": \"error.employee.notfound\",\r\n    \"details\": null\r\n}"},{"id":"ff207eac-6dd0-48e9-a6de-c8a98bdcc8c9","name":"Update Employee 200 OK","originalRequest":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n\"name\":\"Venugopal M\",\r\n\"dateOfBirth\":\"1989-12-18\",\r\n\"status\":2,\r\n\"dateOfJoin\":\"2020-10-20\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Updated Employee Successfully"}],"_postman_id":"ad243e3d-6ee4-4163-a1df-4068a2d2af42"}],"id":"3963be03-03db-426a-a5a8-e4c20dcaa508","_postman_id":"3963be03-03db-426a-a5a8-e4c20dcaa508","description":""},{"name":"Employee Profile","item":[{"name":"Get All Employee Profile Details","id":"e3b4f7c6-29cf-483a-9af2-c9b24fb970a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/profile","description":"<p>This API endpoint is used to fetch Profile details for all employees.</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","profile"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"c872332f-c2b0-4bee-9674-14047cb1e872","name":"Get All Employee Profile Details","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"employeeId\": 1,\r\n            \"nickname\": \"nick5\",\r\n            \"twitter\": \"@myName5\",\r\n            \"linkedIn\": \"myLinkedInName5\",\r\n            \"facebook\": \"randomFbAcc5\",\r\n            \"googlePlus\": \"myGooglePlusId5\",\r\n            \"biography\": \"myBio5\",\r\n            \"wishDOB\": \"1982-02-18\"\r\n        },\r\n        {\r\n            \"employeeId\": 5,\r\n            \"nickname\": \"nick6\",\r\n            \"twitter\": \"@myName6\",\r\n            \"linkedIn\": \"myLinkedInName6\",\r\n            \"facebook\": \"randomFbAcc6\",\r\n            \"googlePlus\": \"myGooglePlusId6\",\r\n            \"biography\": \"myBio6\",\r\n            \"wishDOB\": \"1982-02-18\"\r\n        },\r\n        {\r\n            \"employeeId\": 6,\r\n            \"nickname\": \"nick7\",\r\n            \"twitter\": \"@myName7\",\r\n            \"linkedIn\": \"myLinkedInName7\",\r\n            \"facebook\": \"randomFbAcc7\",\r\n            \"googlePlus\": \"myGooglePlusId7\",\r\n            \"biography\": \"myBio7\",\r\n            \"wishDOB\": \"1982-02-18\"\r\n        },\r\n        {\r\n            \"employeeId\": 11,\r\n            \"nickname\": \"Venu\",\r\n            \"twitter\": \"@myName3\",\r\n            \"linkedIn\": \"myLinkedInName3\",\r\n            \"facebook\": \"randomFbAcc3\",\r\n            \"googlePlus\": \"myGooglePlusId3\",\r\n            \"biography\": \"myBio3\",\r\n            \"wishDOB\": \"1982-02-18\"\r\n        },\r\n        {\r\n            \"employeeId\": 110,\r\n            \"nickname\": \"nick3\",\r\n            \"twitter\": \"https://twitter.com\",\r\n            \"linkedIn\": \"http://linkedin.com/\",\r\n            \"facebook\": \"http://www.facebook.com/ \\t\",\r\n            \"googlePlus\": \"https://profiles.google.com/\",\r\n            \"biography\": null,\r\n            \"wishDOB\": \"1982-02-18\"\r\n        },\r\n        {\r\n            \"employeeId\": 124,\r\n            \"nickname\": \"Manj5\",\r\n            \"twitter\": \"@mymanju3\",\r\n            \"linkedIn\": \"myLinkedInName3\",\r\n            \"facebook\": \"randomFbAcc3\",\r\n            \"googlePlus\": \"myGooglePlusId3\",\r\n            \"biography\": \"myBio3\",\r\n            \"wishDOB\": \"1982-02-18\"\r\n        },\r\n        {\r\n            \"employeeId\": 127,\r\n            \"nickname\": \"nick4\",\r\n            \"twitter\": \"@myName3\",\r\n            \"linkedIn\": \"myLinkedInName3\",\r\n            \"facebook\": \"randomFbAcc3\",\r\n            \"googlePlus\": \"myGooglePlusId3\",\r\n            \"biography\": \"myBio3\",\r\n            \"wishDOB\": \"1982-02-18\"\r\n        },\r\n        {\r\n            \"employeeId\": 196,\r\n            \"nickname\": \"Manj5\",\r\n            \"twitter\": \"@mymanju3\",\r\n            \"linkedIn\": \"myLinkedInName3\",\r\n            \"facebook\": \"randomFbAcc3\",\r\n            \"googlePlus\": \"myGooglePlusId3\",\r\n            \"biography\": \"myBio3\",\r\n            \"wishDOB\": \"2008-02-18\"\r\n        },\r\n        {\r\n            \"employeeId\": 197,\r\n            \"nickname\": null,\r\n            \"twitter\": null,\r\n            \"linkedIn\": null,\r\n            \"facebook\": null,\r\n            \"googlePlus\": null,\r\n            \"biography\": null,\r\n            \"wishDOB\": null\r\n        },\r\n        {\r\n            \"employeeId\": 198,\r\n            \"nickname\": null,\r\n            \"twitter\": null,\r\n            \"linkedIn\": null,\r\n            \"facebook\": null,\r\n            \"googlePlus\": null,\r\n            \"biography\": null,\r\n            \"wishDOB\": null\r\n        },\r\n        {\r\n            \"employeeId\": 199,\r\n            \"nickname\": null,\r\n            \"twitter\": null,\r\n            \"linkedIn\": null,\r\n            \"facebook\": null,\r\n            \"googlePlus\": null,\r\n            \"biography\": null,\r\n            \"wishDOB\": null\r\n        },\r\n        {\r\n            \"employeeId\": 200,\r\n            \"nickname\": null,\r\n            \"twitter\": null,\r\n            \"linkedIn\": null,\r\n            \"facebook\": null,\r\n            \"googlePlus\": null,\r\n            \"biography\": null,\r\n            \"wishDOB\": null\r\n        },\r\n        {\r\n            \"employeeId\": 201,\r\n            \"nickname\": null,\r\n            \"twitter\": null,\r\n            \"linkedIn\": null,\r\n            \"facebook\": null,\r\n            \"googlePlus\": null,\r\n            \"biography\": null,\r\n            \"wishDOB\": null\r\n        },\r\n        {\r\n            \"employeeId\": 205,\r\n            \"nickname\": \"Manj5\",\r\n            \"twitter\": \"@mymanju3\",\r\n            \"linkedIn\": \"myLinkedInName3\",\r\n            \"facebook\": \"randomFbAcc3\",\r\n            \"googlePlus\": \"myGooglePlusId3\",\r\n            \"biography\": \"myBio3\",\r\n            \"wishDOB\": \"1982-02-18\"\r\n        },\r\n        {\r\n            \"employeeId\": 208,\r\n            \"nickname\": null,\r\n            \"twitter\": null,\r\n            \"linkedIn\": null,\r\n            \"facebook\": null,\r\n            \"googlePlus\": null,\r\n            \"biography\": null,\r\n            \"wishDOB\": null\r\n        },\r\n        {\r\n            \"employeeId\": 212,\r\n            \"nickname\": null,\r\n            \"twitter\": null,\r\n            \"linkedIn\": null,\r\n            \"facebook\": null,\r\n            \"googlePlus\": null,\r\n            \"biography\": null,\r\n            \"wishDOB\": null\r\n        }\r\n    ],\r\n    \"pages\": {\r\n        \"totalPages\": 1,\r\n        \"totalElements\": 16,\r\n        \"size\": 25,\r\n        \"empty\": false,\r\n        \"hasNext\": false,\r\n        \"hasPrevious\": false,\r\n        \"first\": true,\r\n        \"last\": true,\r\n        \"sort\": {\r\n            \"sorted\": true,\r\n            \"unsorted\": false,\r\n            \"empty\": false\r\n        }\r\n    }\r\n}"}],"_postman_id":"e3b4f7c6-29cf-483a-9af2-c9b24fb970a2"},{"name":"GET All employees Photo","id":"c37984ef-9bd3-47ce-93dd-a88dd24bc367","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/hr/v2/employees/photo?photoSize=large&page=1&size=0","description":"<p>This API helps to get employee photo in a binary format for all employees.</p>\n<h3 id=\"request-payload\"><strong>Request Payload</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>photoSize</code></td>\n<td>String</td>\n<td>Photo size <strong>.</strong><br /><br />Photo size can be <strong>[x_small, small, medium, large].</strong></td>\n<td><code>optional</code></td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>String</td>\n<td>Fetch employee details based on the Page no.</td>\n<td><code>optional</code></td>\n</tr>\n<tr>\n<td><code>size</code></td>\n<td>String</td>\n<td>No of records fetched, default is 25.</td>\n<td><code>optional</code></td>\n</tr>\n<tr>\n<td><code>sort</code></td>\n<td>String</td>\n<td>Sorting is done based on the column name passed.<br /><br />Ex: <strong>sort=name,DESC</strong></td>\n<td><code>optional</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["hr","v2","employees","photo"],"host":["api","greythr","com"],"query":[{"key":"photoSize","value":"large"},{"key":"page","value":"1"},{"key":"size","value":"0"}],"variable":[]}},"response":[{"id":"6cb25c32-589b-4e1b-8a69-1a0b5a2a172b","name":"GET All employees Photo","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":{"raw":"https://api.greythr.com/hr/v2/employees/photo?photoSize=large&page=1&size=0","protocol":"https","host":["api","greythr","com"],"path":["hr","v2","employees","photo"],"query":[{"key":"photoSize","value":"large"},{"key":"page","value":"1"},{"key":"size","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"S Raj Kumar[5002]\": \"Photo not available!\",\r\n    \"D Mohan Rao[5014]\": \"Photo not available!\",\r\n    \"P Madhu[5016]\": \"Photo not available!\",\r\n    \"Aadesh Hiralal Sonar[5018]\": \"/9j/4AAQSkZJRgABAQEA8ADwAAD/4QK4RXhpZgAASUkqAAgAAAAMAA4BAgAVAAAAngAAAA8BAgAGAAAAtAAAABABAgAYAAAAugAAABIBAwABAAAAAQAAABoBBQABAAAA0gAAABsBBQABAAAA2gAAACgBAwABAAAAAgAAADEBAgALAAAA4gAAADIBAgAUAAAA7gAAADsBAgATAAAAAgEAAJiCAgAVAAAAFgEAAGmHBAABAAAALAEAAGoCAABZb3VuZyBJbmRpYW4gTWFuYWdlcgAAQ2Fub24AQ2Fub24gRU9TIERJR0lUQUwgUkVCRUwA8AAAAAEAAADwAAAAAQAAAEdJTVAgMi44LjAAADIwMTI6MDc6MTcgMTU6NTM6MjcAVmlrcmFtIFJhZ2h1dmFuc2hpAADCqVZpa3JhbSBSYWdodXZhbnNoaQAAEgCaggUAAQAAAAoCAACdggUAAQAAABICAAAiiAMAAQAAAAEAAAAniAMAAQAAAGQAAAAAkAcABAAAADAyMjEDkAIAFAAAABoCAAAEkAIAFAAAAC4CAAABkgoAAQAAAEICAAACkgUAAQAAAEoCAAAEkgoAAQAAAFICAAAFkgUAAQAAAFoCAAAHkgMAAQAAAAIAAAAJkgMAAQAAAAAAAAAKkgUAAQAAAGICAAAAoAcABAAAADAxMDABoAMAAQAAAP//AAACoAQAAQAAAN4AAAADoAQAAQAAAPsAAAAAAAAAAQAAAPoAAAA/AAAACgAAADIwMDc6MDg6MDQgMjA6NTg6MzAAMjAwNzowODowNCAyMDo1ODozMABYjHkAQEIPAPAIUQBAQg8AAAAAAAEAAADHoAYAoIYBAL4AAAABAAAABAADAQMAAQAAAAYAAAAaAQUAAQAAAKACAAAbAQUAAQAAAKgCAAAoAQMAAQAAAAIAAAAAAAAA8AAAAAEAAADwAAAAAQAAAP/iDFhJQ0NfUFJPRklMRQABAQAADEhMaW5vAhAAAG1udHJSR0IgWFlaIAfOAAIACQAGADEAAGFjc3BNU0ZUAAAAAElFQyBzUkdCAAAAAAAAAAAAAAAAAAD21gABAAAAANMtSFAgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEWNwcnQAAAFQAAAAM2Rlc2MAAAGEAAAAbHd0cHQAAAHwAAAAFGJrcHQAAAIEAAAAFHJYWVoAAAIYAAAAFGdYWVoAAAIsAAAAFGJYWVoAAAJAAAAAFGRtbmQAAAJUAAAAcGRtZGQAAALEAAAAiHZ1ZWQAAANMAAAAhnZpZXcAAAPUAAAAJGx1bWkAAAP4AAAAFG1lYXMAAAQMAAAAJHRlY2gAAAQwAAAADHJUUkMAAAQ8AAAIDGdUUkMAAAQ8AAAIDGJUUkMAAAQ8AAAIDHRleHQAAAAAQ29weXJpZ2h0IChjKSAxOTk4IEhld2xldHQtUGFja2FyZCBDb21wYW55AABkZXNjAAAAAAAAABJzUkdCIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAEnNSR0IgSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYWVogAAAAAAAA81EAAQAAAAEWzFhZWiAAAAAAAAAAAAAAAAAAAAAAWFlaIAAAAAAAAG+iAAA49QAAA5BYWVogAAAAAAAAYpkAALeFAAAY2lhZWiAAAAAAAAAkoAAAD4QAALbPZGVzYwAAAAAAAAAWSUVDIGh0dHA6Ly93d3cuaWVjLmNoAAAAAAAAAAAAAAAWSUVDIGh0dHA6Ly93d3cuaWVjLmNoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGRlc2MAAAAAAAAALklFQyA2MTk2Ni0yLjEgRGVmYXVsdCBSR0IgY29sb3VyIHNwYWNlIC0gc1JHQgAAAAAAAAAAAAAALklFQyA2MTk2Ni0yLjEgRGVmYXVsdCBSR0IgY29sb3VyIHNwYWNlIC0gc1JHQgAAAAAAAAAAAAAAAAAAAAAAAAAAAABkZXNjAAAAAAAAACxSZWZlcmVuY2UgVmlld2luZyBDb25kaXRpb24gaW4gSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAsUmVmZXJlbmNlIFZpZXdpbmcgQ29uZGl0aW9uIGluIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdmlldwAAAAAAE6T+ABRfLgAQzxQAA+3MAAQTCwADXJ4AAAABWFlaIAAAAAAATAlWAFAAAABXH+dtZWFzAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAACjwAAAAJzaWcgAAAAAENSVCBjdXJ2AAAAAAAABAAAAAAFAAoADwAUABkAHgAjACgALQAyADcAOwBAAEUASgBPAFQAWQBeAGMAaABtAHIAdwB8AIEAhgCLAJAAlQCaAJ8ApACpAK4AsgC3ALwAwQDGAMsA0ADVANsA4ADlAOsA8AD2APsBAQEHAQ0BEwEZAR8BJQErATIBOAE+AUUBTAFSAVkBYAFnAW4BdQF8AYMBiwGSAZoBoQGpAbEBuQHBAckB0QHZAeEB6QHyAfoCAwIMAhQCHQImAi8COAJBAksCVAJdAmcCcQJ6AoQCjgKYAqICrAK2AsECywLVAuAC6wL1AwADCwMWAyEDLQM4A0MDTwNaA2YDcgN+A4oDlgOiA64DugPHA9MD4APsA/kEBgQTBCAELQQ7BEgEVQRjBHEEfgSMBJoEqAS2BMQE0wThBPAE/gUNBRwFKwU6BUkFWAVnBXcFhgWWBaYFtQXFBdUF5QX2BgYGFgYnBjcGSAZZBmoGewaMBp0GrwbABtEG4wb1BwcHGQcrBz0HTwdhB3QHhgeZB6wHvwfSB+UH+AgLCB8IMghGCFoIbgiCCJYIqgi+CNII5wj7CRAJJQk6CU8JZAl5CY8JpAm6Cc8J5Qn7ChEKJwo9ClQKagqBCpgKrgrFCtwK8wsLCyILOQtRC2kLgAuYC7ALyAvhC/kMEgwqDEMMXAx1DI4MpwzADNkM8w0NDSYNQA1aDXQNjg2pDcMN3g34DhMOLg5JDmQOfw6bDrYO0g7uDwkPJQ9BD14Peg+WD7MPzw/sEAkQJhBDEGEQfhCbELkQ1xD1ERMRMRFPEW0RjBGqEckR6BIHEiYSRRJkEoQSoxLDEuMTAxMjE0MTYxODE6QTxRPlFAYUJxRJFGoUixStFM4U8BUSFTQVVhV4FZsVvRXgFgMWJhZJFmwWjxayFtYW+hcdF0EXZReJF64X0hf3GBsYQBhlGIoYrxjVGPoZIBlFGWsZkRm3Gd0aBBoqGlEadxqeGsUa7BsUGzsbYxuKG7Ib2hwCHCocUhx7HKMczBz1HR4dRx1wHZkdwx3sHhYeQB5qHpQevh7pHxMfPh9pH5Qfvx/qIBUgQSBsIJggxCDwIRwhSCF1IaEhziH7IiciVSKCIq8i3SMKIzgjZiOUI8Ij8CQfJE0kfCSrJNolCSU4JWgllyXHJfcmJyZXJocmtyboJxgnSSd6J6sn3CgNKD8ocSiiKNQpBik4KWspnSnQKgIqNSpoKpsqzysCKzYraSudK9EsBSw5LG4soizXLQwtQS12Last4S4WLkwugi63Lu4vJC9aL5Evxy/+MDUwbDCkMNsxEjFKMYIxujHyMioyYzKbMtQzDTNGM38zuDPxNCs0ZTSeNNg1EzVNNYc1wjX9Njc2cjauNuk3JDdgN5w31zgUOFA4jDjIOQU5Qjl/Obw5+To2OnQ6sjrvOy07azuqO+g8JzxlPKQ84z0iPWE9oT3gPiA+YD6gPuA/IT9hP6I/4kAjQGRApkDnQSlBakGsQe5CMEJyQrVC90M6Q31DwEQDREdEikTORRJFVUWaRd5GIkZnRqtG8Ec1R3tHwEgFSEtIkUjXSR1JY0mpSfBKN0p9SsRLDEtTS5pL4kwqTHJMuk0CTUpNk03cTiVObk63TwBPSU+TT91QJ1BxULtRBlFQUZtR5lIxUnxSx1MTU19TqlP2VEJUj1TbVShVdVXCVg9WXFapVvdXRFeSV+BYL1h9WMtZGllpWbhaB1pWWqZa9VtFW5Vb5Vw1XIZc1l0nXXhdyV4aXmxevV8PX2Ffs2AFYFdgqmD8YU9homH1YklinGLwY0Njl2PrZEBklGTpZT1lkmXnZj1mkmboZz1nk2fpaD9olmjsaUNpmmnxakhqn2r3a09rp2v/bFdsr20IbWBtuW4SbmtuxG8eb3hv0XArcIZw4HE6cZVx8HJLcqZzAXNdc7h0FHRwdMx1KHWFdeF2Pnabdvh3VnezeBF4bnjMeSp5iXnnekZ6pXsEe2N7wnwhfIF84X1BfaF+AX5ifsJ/I3+Ef+WAR4CogQqBa4HNgjCCkoL0g1eDuoQdhICE44VHhauGDoZyhteHO4efiASIaYjOiTOJmYn+imSKyoswi5aL/IxjjMqNMY2Yjf+OZo7OjzaPnpAGkG6Q1pE/kaiSEZJ6kuOTTZO2lCCUipT0lV+VyZY0lp+XCpd1l+CYTJi4mSSZkJn8mmia1ZtCm6+cHJyJnPedZJ3SnkCerp8dn4uf+qBpoNihR6G2oiailqMGo3aj5qRWpMelOKWpphqmi6b9p26n4KhSqMSpN6mpqhyqj6sCq3Wr6axcrNCtRK24ri2uoa8Wr4uwALB1sOqxYLHWskuywrM4s660JbSctRO1irYBtnm28Ldot+C4WbjRuUq5wro7urW7LrunvCG8m70VvY++Cr6Evv+/er/1wHDA7MFnwePCX8Lbw1jD1MRRxM7FS8XIxkbGw8dBx7/IPci8yTrJuco4yrfLNsu2zDXMtc01zbXONs62zzfPuNA50LrRPNG+0j/SwdNE08bUSdTL1U7V0dZV1tjXXNfg2GTY6Nls2fHadtr724DcBdyK3RDdlt4c3qLfKd+v4DbgveFE4cziU+Lb42Pj6+Rz5PzlhOYN5pbnH+ep6DLovOlG6dDqW+rl63Dr++yG7RHtnO4o7rTvQO/M8Fjw5fFy8f/yjPMZ86f0NPTC9VD13vZt9vv3ivgZ+Kj5OPnH+lf65/t3/Af8mP0p/br+S/7c/23////hMhZodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/9sAQwADAgIDAgIDAwMDBAMDBAUIBQUEBAUKBwcGCAwKDAwLCgsLDQ4SEA0OEQ4LCxAWEBETFBUVFQwPFxgWFBgSFBUU/9sAQwEDBAQFBAUJBQUJFA0LDRQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU/8AAEQgAgABxAwERAAIRAQMRAf/EAB0AAAEFAQEBAQAAAAAAAAAAAAUDBAYHCAkCAQD/xAA6EAABAwMDAgQEBAUEAQUAAAABAgMEAAURBhIhBzETQVFhCCJxgRQykaEJQlJisRUjcsEzgoOS4fD/xAAbAQABBQEBAAAAAAAAAAAAAAACAAEDBAUGB//EACsRAAIBBAEDBAEEAwEAAAAAAAABAgMEESExBRJBEyJRYTIUFXGhIzOxwf/aAAwDAQACEQMRAD8A33k0AZ+pCEZChgjzpCE2EEqzSEO1JCW85p84AK51D1WtcJ8sQGlXZYOFPIfaYjJ/91xQCv8A0BVA5EvawHB6y22W6pARFkrQQHGrZcmZbqPqgbScf25PtTZH7Wic2S+QdQwkyrfJRKYJxuRnIPoQeQfY0WQD4m9W5yQthFxhqeb4W2JCCpP1GeKWxYY/LZG0kcEZB8iKcQlLTwKQgY8MGkI8g5pCPtIR+pCJkcikITW6U+VIQjys0hATW3UPTXS+xqu2qbzFs0EZ2qkL+d0j+VtA+ZZ9kg0nrbEk5aRgjrv/ABB5Ov571g0RENv06jIenzCfFk49UIPCP7M5V/NxxUTl3cE6jGHPJmXWvUjVGuCPxUyaqMlO1IddSyVAeqUkceieaSwM3JECXrK6abnH8M7IYU2C6JDT6krBA3EEcEcdvX3oks8AuTRc2jvi11zpeDf7ZJuK1N3BkOImKVtUkqThSgR7DJ9xnnJyzzjA+m84I7p3qaiREdK7bEkNOEOfiX0Ev7s8KBHI+n6g1HgNNIuXpn8bF76VXy3RJLUd2xqViTA3LAcQeNyEqJS24D/RtB5yk1IpNafADUWdAunvVLTvVzS0e/6cmplQ3PlcbVgOx3B3bcT/ACqH6EYIyDUn8EbWA0+nINIYbA4pDMVSMinYkfdp9KYcmlIQ1ecJURikIqv4huvtu+HvRybtLtsi5zpm5m3sNqQlDj4GQF5UFbR3JSDxQykorLCjHueDlV1T6oXrqzqGVqLVU5d2lKAQEFexlAz/AOJoZwEjn5RgHBJzyar5cnllh+1YRE7fbbxf2iLLbg8o5QAwgpaQMeSgME9800qsIfkySnQnP8UH7D8PerVMPOurefL6PnYCSoIz9fPNVZXsFwXI2NTGw5C+D/VF0Z8R4LcaCS2kqJzg87c+n+Mmov3CKD/b6jWwhcPhX1S/b3vGa2pcHkeAngBP0GKSv4sf9uqY4Kp1d0y1Po1W2S24w0jCQ6Ukttp9sZ78+VWqdzCZSqW1SmASq4GH4chxmZEUQPFGFhBx2V5D6kCrmnwU2mtMn3Rbq1qf4f8AWEG+WyUXbYt1ImQ2Xz4UhvOC2tJ/Kcdiex7HyKTwJSXDOu+gdd2rqbou2alsr/4i3T2t6CeFIV2UhQ8lJIII8iKkeiLgL7vmxTIQ5ZUCO1SAHukIlylYoAxrJdQ0hbri0ttoBUpazhKQO5J8hSEcpfjM+JBHWvqEmx27/a03aVuNRXDgKd4HiyFqzlKMJ4SMEgDOM1Wl73osL2LHkgHSvobM6oy4cq4MuRLCnCY0QjBdRn868eR9Pfms65u1SzCnybFnYyrPuktG39F9GbfZ4seOIzbLTYCQhKcACsBzlN5bOmhSjTWIotG3aJt8VAS2yE574Gc/en7USBg2NtlrY2nan+kDtTtYBW+RJViaW2Ts5/496HAedld6/wCmkK6sPAx2wVJO7ckYX7H1oU3F6I5U41FtGEuvfRCVoq4KvdlS1DQtWHI+35Sk9/qk+nlW7Z3WX2yOcvbP0/dEpIf7pVHEcqQ4CVMKI3NHzLajwpP9p+3pW1yc/wAPZtD+HD1eRbrveunVyfLf4wfjralR+RTiE4dSnPZRQEnb/Z50UdrA0lnZvFw4VSQB7Zc2q71IgWOPE9xTjEuVQBlIfGVqCdpv4etSPQSUKkqZhvOAlO1pxeF8jkZA258t1BN4iFHk5M6e04LleBHQwUiY+htRIPLW7JQM8gHjNVJy7YNluEe6aOk+idKtWe3QkR20NNtoQkgJ8gK5JvLbO7pRUY4LYtzDbUVOOFfTmjitDPIejM7mQeEjHep0iPInII2KKeQB3oWHEapkrdTy2Ue57Go8k3al5B1wAebWlYGe2cUD3yLHwZl+J2ZHY0+/EcYS4NpCsp9fQ/8A7FWbZNzM68liGGc9L3bFsSFNtqcbZ8QjeDwk/Ty+o711dN62cVUWJaDPSrVErpt1KsV7eeW27bJzMzenlJQFDJz6FJUOM96N6kmDF5WDtOZDUtluRHWHI7qQ40tJyFIUAUkfUEU71oDGhMrxjmpECz343vTgk9IyaAMyj/Eiv0uz9CbfEYc8Ni43lpuQn+tCELcCT7bgkn6VFU4wSU+cswt0LL+seotphoRltDvirUB2Snz/AG/es+6l20madrHvqxRvCf1J0vo1ot3S6R462uFNqWMg47fWsCnQlU3g6idxCnyw3o74gNBahlmIi9MoeGMIcQpO73BxyKvfppRWWiurqEtRZcjUePMiodjOJW0vkLScjFM6fwSKpnkAaz1PZ9C24yLk8QgDJCU7jjzNL0lwN63llM3b4wtD22S5G2yztO0qDPY/TOanVo2itK+jF7YSt3XzSmoUNluUthCyBvcQRgHsTVSpbSiW6V5CTAXWXQaNa6ZkLiqEqQGyqOtvkLH2qvSk6U8slr0/Xg1E566ktoi3F9D6VNLQSlaDweOPsQRiuqptSjlHE1YuMmmQa4xWIjy9jhWgHC0qBCShWfmA8sEjtUstorp4ejsj0fadZ6O6HQ8oqeRZIaVk5zkMp9eaKXIy5JIo4BokCzxv96MHBZyW/WgCMn/xKrWuX0Ftz4yUsXprOB23NOjOajnwHT2zHvwm6els27U15gtKXPK2LZFWE8NbhvcX9htrEvJrujF/ydB0+m8SkueDQrPTbQOl1CVqVhF7upy4RKcJS2k9ydx2pyc8nmqf6mee2Brqyptd1T+yLyLb0ymzXZGm02puXHSXFxmJ3z7T3IB7n6UcpXKWXwBGhat4i9mleh2rBd7S1CQVNIj/ACbFKycY4qKFRuWGTypKK9pJ+psOCYOZTKJeEEbHBnA86OdRrgCnTVT8jM03XWn9CLfvsq0MQYPjlkSU20vFSwkqPzY9ATj0FNTp1634skqu1t/zRZWmeqOkdcQmGnYcaQl9O0vIYKHEeRC21AKxnIyM4Io5SnRfbUQMadKuu6kySQdNqskxaYbpctL6QppvOQ2od8exqvU92yWmvTfaY3+N7p43ZdQwLzCa8L/UUrLiUDALiMHP3B5+lafT6j3B+DC6pRSaqLyZQfjB+RlSCQQUqT/aAD/gZra55Od8na+xNsI0zaBEIMT8Ex4RT22eGnb+2KefIKZ5cPJpIeS8iX6VJkEtUZxmhEUh8aVnRevhw1YlYB/CJZmJz6tup7fUEj70E+B4akZi+ECx+B0gflpRgvXd9wjsSEpQBn9K5i/eKiwdh02P+Nt+WSFejJUrXLGorjOb8GOvxG7e7HU5HUrBALn9RAPHp5c1Uo1/T2katSiqr93AJtfR+y2ye/8A6FEmvuzApMl111Xg7CQdgCh2GEjjnCQM1cldynHGSCFlToy7o8l49M9NCyT9qMIThIATk4wPOqUE3JtF/GI4ZOrpBF2eXHkgKznbuHBBGDUkk87I+1JZiVnqjpKzfbe5ZbxBNys5eD6Y6nVKQhY4C0pJ4IBxkH7VKqkoaiBKnTrf7FsWmdJdOzo9lYj296A1aE7Ig8QDwMncraQcnJ5OTzmlVqur8oCFNUdJZLHtNuDFsU0oB3byleMZqPwM03LLM2fHTp1t/pixdiD4lumtuceaVZSR+4/SrVm+ysl8md1KKlQT+GYf0toq7612qgso2oV4e93hJX2Tz6kEVuVK0KSzJnPW9nVuZYpo62aCcWen+m0uIU24i2x21trTtKVJbSlSSPYgip+5SXcvJRnB0puEuUO5XBOKdMd8DXn3oyMtonFIZgTV9gias01c7RPZS/EmMLaWhQyDkcfocH7UM1mLQcMKSyZS+GbTC7BoefZZLa0Lg3mcypLo+YgOfKT9U4P3rlbnFSon9I7e0g6MZQ+Gy4xZG1IAQ2Md8DyqD01g0V8saT4jFsYAQjxJDnCUgZ59SfIU7gkg1Jt6C2h7V4j+HX0+IM7vLmpaUM6I6s+1Ehu1ncJT+EcS47HO5R7ipJwb4BhNPnWT1Hdj3VpBCQ2vGS2Tyk0KjnQlmPI7RZUlGdg4HHFH6f0M6iT0zxJbQxFWNqUem2mkklgizmRnf4q7PM1V0mu9qt0VcubIcYbaabGSSXU/sO59hQ28lGopPhFa+i50uyO2wF090NarH0OjW+LDSqUpJjurWkeIJRWAVZHluGR6Digq1XVzJrng27K3jaTjT+Nv7+TR0COY1qitk7ilsAn1NdNSj200mecXc1VuZzXDbGko4zRkAz3+9FkDBbijRgiLhyDSEUvcIyLNq27tNtpa8V4PkJHfckc/oP2rlbuPp1pYO3sqvq0Yt84/4SS3Tmm2lOKHibBgpzioYywXmm9ADUc+FJWtTZLSzxuH/VNJuW0KFVQ/IjehtOzbXc7jKizpBW6vxFLWrdvJ9vYcDtVilT8lSveZktaJG3pgvXdN7bdMW4uoS25LZz4im++1XOFDnPbjyo3TeMrkOjedmprKJH+FTFbbLThK0fN4ijnJPfNROElsn/UQefskdmvAeaIcHIFSwqZ0yGrDygXdpY8VzJwMHioJPLHjpFa3mc4p9TzDZkOoI2tBQTuP1PAqDPamGl31IpgzSOmJDeom7W4+Hk/ilTpPg/kQAPlRnzOTzVq0pepVUXwtsk6leKlQc4rbXav/AEt55ASjA4HkK6fB5yB5g70JKD6Qi3lH2qUiElA0hFW9T2FQrzClpbwlxBbU5j8xByBn2FYHUYvuTwdF0uWIyWfPALjy1Soq2EEBeCT6+1Y+3pHQqWOSFagvsfTl0YVKiS5TJHH4ZorCV+QJ7D61Os5SRDGl6jwwrYtdS7wkpj6fWiIrhfi8H9lZ/arag2jQjaQiiTRdUy7ahSn7AVRuAgIfSMYH8oJ/zUiTgQVbOM3p4YidXSblJCo1guEeLnC3XkpT90jOVD3qCVVlJ2vZ5JbbEqZt6Hlnw1LJIBHI57UKXkUpY9oNv0hSGlKKuSO4PFRzWhRlsitgtz95uwEfw1Fgh1aHfyrTnG375oqFCVdtLwBUu4WrU5r61/0n1qsrdtW86G0occPZJztT6ZretqHop55Zz3ULtXUl28IdSEZSauGUBJowTQEiB2fakOW+RzUpEJODNIRH9bWJV+05KjIRl9I8Vn/mnkD78j71VuKfq03Es29T0aqkUjar2puUkBJ3YIVny9c+9cg24vB28EpxyHm0fin2FJCFo+YqSUZzxxj0qbKfI6b8BIWoMNpKR4a/zEsJ/Yj0qzTaXI851VuMiSWCO2mOtThBycjxEjKanbRXcqsnmUsikiQ0tRbSkFxR/MOwFV1him3FHiS+iDH2urBwMgninb7SN+7aIXf703JCkg7Rz3Pao3LI2MMP9K4wNsuEsjKnHQgE+QAz/wB1s2EMU3L7MHqUszjH4JW52rTMgbL5SRT4EBrgjk0GCRcAzj2/WmHLgXnHpUpEIrVzikITcX70Iigurlsa0pqRqewnZHuAUspHAS6D8365B/Wudv6CU++Pk6Xp1w5QcJeATYdSIdUnasJIrNivk11P4J/aHGXGAtcn5z83fvmrsIxxyRzqSfgJKU0GiVTQEYyNpxRuEXywFVlFaQLuuo41qiDapKljtzyaibUFobuc3shF31uJPyZIVnnOarNt7ZNHSwgUy5IuixsylvuTilkTjkufpxHEfTWM93ScenArorD/AE5+2c11LVfH0g26nk1oGUNFdqdCBlw7GmYUQP8Aah0GW0teakIhNSs0hCThpmIqvrxb0zLDb1qTu2PqT+qP/qsbqWoRf2bXS13VJRfwZtuMa4WxxSozitozisVTT5N502nhD6w6y1B8rYmNJ8trzR7fUGj7kuBlFvkPJvF9ecCXp6Etnt4CSP8ANN35DcEh2liXL4cK1nzVnigch1EK2/TKyd6kYJ+5+9M8kiRJWLeiKjhPJ70MtEsY5Y66W9Q0zdaX3TDikFtna5EUnzUlA8ZHvgkH7KFdR0+LVsm/lnIdUlF3TS8JFpOnk1f0ZQ1VgmnED57eUnFJhRBHhn2oQy0VCiIjyE0hCLpyaFiK461TosXTsFp9wIekTUNMJP8AOvYokfoDWb1CHdQz8M1emSUbhJ+UUu9B/EnJz9PWuXZ1+NhOz2CM6tKHGAon+of90kM1omEfTMBprJZC+OARUuAWh5Gs4bGQ0AkdsDmiURuNDlcJDAKjhCEgqJPAA96LGgimepHWZlsO2vTTokSOUuXBPLbXrsP8yvfsPetez6ZOs1OrqP8AbMO96rC3Tp0dy+fCK86fale0rqy3XMKUvwHg6tRVkrSThefXIJrqHBJdqRx6m5Puk9m40vtymG3mVhxl1IW24k5CknkEGqf0WhutWDQhY1kay+UmiBBuwUJJkslRoiM8hKjSEJOIweTQsRm740rm7D0ppxthwtu/j1PJUO6ShAwfblVJRUvbJaEpOLUk8MqfQfWqDL8OHfj+HkflErHyKP8Ad6fXtWHc9MlDMqO18eTprTq0J4hX0/nwXhYm2nkNvR3UPMLGUrSQpJ+9YvbjR0OYyWUS2K0o7Ar8oHPPepEgZNAPW3UayaGi5uEhKpJTluGzhTrn28vqeKtUaFSvLtprJVrXFK2j31Hgzrrnqne9frWwtz/TbTniFHV+cf3q/m+nauqtem06Hun7pf0v4OOvOq1LjMaftj/b/khfhBCcYw2P6a1uDCHrLrba0pZTv5G4n09KBoNMU0b1y1H081HMctb4mW2QslcGUSpnjjckZ+U8HkfvVaVPJYjPBfunPiz0pdWGxeGpFmlHAXhPjNA+oI5x9RVd05InU4llWfX+mtVsJVab5AnFXZDT43//ABOD+1NhrkWU+B9tNNgfLP/Z\",\r\n    \"S Rami Reddy[5028]\": \"Photo not available!\"\r\n}"}],"_postman_id":"c37984ef-9bd3-47ce-93dd-a88dd24bc367"},{"name":"Get Employee Photo","id":"1adfa463-9f9a-4c38-bf65-49242f833a1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/hr/v2/employee/{employeeId}/photo","description":"<p>This API helps to get employee photo in a binary format for a particular employee based on employee number.</p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Required</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br /><code>employeeNo</code>  <br />  <br /></td>\n<td><br />  <br />String  <br />  <br /></td>\n<td><br />  <br />Employee Number  <br />  <br /></td>\n<td><br />  <br /><code>true</code>  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>size</code>  <br />  <br /></td>\n<td><br />  <br />String  <br />  <br /></td>\n<td><br />  <br />Photo size.  <br /><strong>Photo size can be [x_small, small, medium, large].</strong>  <br /></td>\n<td><code>Optional</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["hr","v2","employee","{employeeId}","photo"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"3031071b-6eda-47bc-a022-90e71dd1ec09","name":"Get Employee Photo","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/hr/v2/employee/{employeeId}/photo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"empPhoto\": \"/9j/4AAQSkZJRgABAQEA8ADwAAD/4QK4RXhpZgAASUkqAAgAAAAMAA4BAgAVAAAAngAAAA8BAgAGAAAAtAAAABABAgAYAAAAugAAABIBAwABAAAAAQAAABoBBQABAAAA0gAAABsBBQABAAAA2gAAACgBAwABAAAAAgAAADEBAgALAAAA4gAAADIBAgAUAAAA7gAAADsBAgATAAAAAgEAAJiCAgAVAAAAFgEAAGmHBAABAAAALAEAAGoCAABZb3VuZyBJbmRpYW4gTWFuYWdlcgAAQ2Fub24AQ2Fub24gRU9TIERJR0lUQUwgUkVCRUwA8AAAAAEAAADwAAAAAQAAAEdJTVAgMi44LjAAADIwMTI6MDc6MTcgMTU6NTM6MjcAVmlrcmFtIFJhZ2h1dmFuc2hpAADCqVZpa3JhbSBSYWdodXZhbnNoaQAAEgCaggUAAQAAAAoCAACdggUAAQAAABICAAAiiAMAAQAAAAEAAAAniAMAAQAAAGQAAAAAkAcABAAAADAyMjEDkAIAFAAAABoCAAAEkAIAFAAAAC4CAAABkgoAAQAAAEICAAACkgUAAQAAAEoCAAAEkgoAAQAAAFICAAAFkgUAAQAAAFoCAAAHkgMAAQAAAAIAAAAJkgMAAQAAAAAAAAAKkgUAAQAAAGICAAAAoAcABAAAADAxMDABoAMAAQAAAP//AAACoAQAAQAAAN4AAAADoAQAAQAAAPsAAAAAAAAAAQAAAPoAAAA/AAAACgAAADIwMDc6MDg6MDQgMjA6NTg6MzAAMjAwNzowODowNCAyMDo1ODozMABYjHkAQEIPAPAIUQBAQg8AAAAAAAEAAADHoAYAoIYBAL4AAAABAAAABAADAQMAAQAAAAYAAAAaAQUAAQAAAKACAAAbAQUAAQAAAKgCAAAoAQMAAQAAAAIAAAAAAAAA8AAAAAEAAADwAAAAAQAAAP/iDFhJQ0NfUFJPRklMRQABAQAADEhMaW5vAhAAAG1udHJSR0IgWFlaIAfOAAIACQAGADEAAGFjc3BNU0ZUAAAAAElFQyBzUkdCAAAAAAAAAAAAAAAAAAD21gABAAAAANMtSFAgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEWNwcnQAAAFQAAAAM2Rlc2MAAAGEAAAAbHd0cHQAAAHwAAAAFGJrcHQAAAIEAAAAFHJYWVoAAAIYAAAAFGdYWVoAAAIsAAAAFGJYWVoAAAJAAAAAFGRtbmQAAAJUAAAAcGRtZGQAAALEAAAAiHZ1ZWQAAANMAAAAhnZpZXcAAAPUAAAAJGx1bWkAAAP4AAAAFG1lYXMAAAQMAAAAJHRlY2gAAAQwAAAADHJUUkMAAAQ8AAAIDGdUUkMAAAQ8AAAIDGJUUkMAAAQ8AAAIDHRleHQAAAAAQ29weXJpZ2h0IChjKSAxOTk4IEhld2xldHQtUGFja2FyZCBDb21wYW55AABkZXNjAAAAAAAAABJzUkdCIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAEnNSR0IgSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYWVogAAAAAAAA81EAAQAAAAEWzFhZWiAAAAAAAAAAAAAAAAAAAAAAWFlaIAAAAAAAAG+iAAA49QAAA5BYWVogAAAAAAAAYpkAALeFAAAY2lhZWiAAAAAAAAAkoAAAD4QAALbPZGVzYwAAAAAAAAAWSUVDIGh0dHA6Ly93d3cuaWVjLmNoAAAAAAAAAAAAAAAWSUVDIGh0dHA6Ly93d3cuaWVjLmNoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGRlc2MAAAAAAAAALklFQyA2MTk2Ni0yLjEgRGVmYXVsdCBSR0IgY29sb3VyIHNwYWNlIC0gc1JHQgAAAAAAAAAAAAAALklFQyA2MTk2Ni0yLjEgRGVmYXVsdCBSR0IgY29sb3VyIHNwYWNlIC0gc1JHQgAAAAAAAAAAAAAAAAAAAAAAAAAAAABkZXNjAAAAAAAAACxSZWZlcmVuY2UgVmlld2luZyBDb25kaXRpb24gaW4gSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAsUmVmZXJlbmNlIFZpZXdpbmcgQ29uZGl0aW9uIGluIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdmlldwAAAAAAE6T+ABRfLgAQzxQAA+3MAAQTCwADXJ4AAAABWFlaIAAAAAAATAlWAFAAAABXH+dtZWFzAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAACjwAAAAJzaWcgAAAAAENSVCBjdXJ2AAAAAAAABAAAAAAFAAoADwAUABkAHgAjACgALQAyADcAOwBAAEUASgBPAFQAWQBeAGMAaABtAHIAdwB8AIEAhgCLAJAAlQCaAJ8ApACpAK4AsgC3ALwAwQDGAMsA0ADVANsA4ADlAOsA8AD2APsBAQEHAQ0BEwEZAR8BJQErATIBOAE+AUUBTAFSAVkBYAFnAW4BdQF8AYMBiwGSAZoBoQGpAbEBuQHBAckB0QHZAeEB6QHyAfoCAwIMAhQCHQImAi8COAJBAksCVAJdAmcCcQJ6AoQCjgKYAqICrAK2AsECywLVAuAC6wL1AwADCwMWAyEDLQM4A0MDTwNaA2YDcgN+A4oDlgOiA64DugPHA9MD4APsA/kEBgQTBCAELQQ7BEgEVQRjBHEEfgSMBJoEqAS2BMQE0wThBPAE/gUNBRwFKwU6BUkFWAVnBXcFhgWWBaYFtQXFBdUF5QX2BgYGFgYnBjcGSAZZBmoGewaMBp0GrwbABtEG4wb1BwcHGQcrBz0HTwdhB3QHhgeZB6wHvwfSB+UH+AgLCB8IMghGCFoIbgiCCJYIqgi+CNII5wj7CRAJJQk6CU8JZAl5CY8JpAm6Cc8J5Qn7ChEKJwo9ClQKagqBCpgKrgrFCtwK8wsLCyILOQtRC2kLgAuYC7ALyAvhC/kMEgwqDEMMXAx1DI4MpwzADNkM8w0NDSYNQA1aDXQNjg2pDcMN3g34DhMOLg5JDmQOfw6bDrYO0g7uDwkPJQ9BD14Peg+WD7MPzw/sEAkQJhBDEGEQfhCbELkQ1xD1ERMRMRFPEW0RjBGqEckR6BIHEiYSRRJkEoQSoxLDEuMTAxMjE0MTYxODE6QTxRPlFAYUJxRJFGoUixStFM4U8BUSFTQVVhV4FZsVvRXgFgMWJhZJFmwWjxayFtYW+hcdF0EXZReJF64X0hf3GBsYQBhlGIoYrxjVGPoZIBlFGWsZkRm3Gd0aBBoqGlEadxqeGsUa7BsUGzsbYxuKG7Ib2hwCHCocUhx7HKMczBz1HR4dRx1wHZkdwx3sHhYeQB5qHpQevh7pHxMfPh9pH5Qfvx/qIBUgQSBsIJggxCDwIRwhSCF1IaEhziH7IiciVSKCIq8i3SMKIzgjZiOUI8Ij8CQfJE0kfCSrJNolCSU4JWgllyXHJfcmJyZXJocmtyboJxgnSSd6J6sn3CgNKD8ocSiiKNQpBik4KWspnSnQKgIqNSpoKpsqzysCKzYraSudK9EsBSw5LG4soizXLQwtQS12Last4S4WLkwugi63Lu4vJC9aL5Evxy/+MDUwbDCkMNsxEjFKMYIxujHyMioyYzKbMtQzDTNGM38zuDPxNCs0ZTSeNNg1EzVNNYc1wjX9Njc2cjauNuk3JDdgN5w31zgUOFA4jDjIOQU5Qjl/Obw5+To2OnQ6sjrvOy07azuqO+g8JzxlPKQ84z0iPWE9oT3gPiA+YD6gPuA/IT9hP6I/4kAjQGRApkDnQSlBakGsQe5CMEJyQrVC90M6Q31DwEQDREdEikTORRJFVUWaRd5GIkZnRqtG8Ec1R3tHwEgFSEtIkUjXSR1JY0mpSfBKN0p9SsRLDEtTS5pL4kwqTHJMuk0CTUpNk03cTiVObk63TwBPSU+TT91QJ1BxULtRBlFQUZtR5lIxUnxSx1MTU19TqlP2VEJUj1TbVShVdVXCVg9WXFapVvdXRFeSV+BYL1h9WMtZGllpWbhaB1pWWqZa9VtFW5Vb5Vw1XIZc1l0nXXhdyV4aXmxevV8PX2Ffs2AFYFdgqmD8YU9homH1YklinGLwY0Njl2PrZEBklGTpZT1lkmXnZj1mkmboZz1nk2fpaD9olmjsaUNpmmnxakhqn2r3a09rp2v/bFdsr20IbWBtuW4SbmtuxG8eb3hv0XArcIZw4HE6cZVx8HJLcqZzAXNdc7h0FHRwdMx1KHWFdeF2Pnabdvh3VnezeBF4bnjMeSp5iXnnekZ6pXsEe2N7wnwhfIF84X1BfaF+AX5ifsJ/I3+Ef+WAR4CogQqBa4HNgjCCkoL0g1eDuoQdhICE44VHhauGDoZyhteHO4efiASIaYjOiTOJmYn+imSKyoswi5aL/IxjjMqNMY2Yjf+OZo7OjzaPnpAGkG6Q1pE/kaiSEZJ6kuOTTZO2lCCUipT0lV+VyZY0lp+XCpd1l+CYTJi4mSSZkJn8mmia1ZtCm6+cHJyJnPedZJ3SnkCerp8dn4uf+qBpoNihR6G2oiailqMGo3aj5qRWpMelOKWpphqmi6b9p26n4KhSqMSpN6mpqhyqj6sCq3Wr6axcrNCtRK24ri2uoa8Wr4uwALB1sOqxYLHWskuywrM4s660JbSctRO1irYBtnm28Ldot+C4WbjRuUq5wro7urW7LrunvCG8m70VvY++Cr6Evv+/er/1wHDA7MFnwePCX8Lbw1jD1MRRxM7FS8XIxkbGw8dBx7/IPci8yTrJuco4yrfLNsu2zDXMtc01zbXONs62zzfPuNA50LrRPNG+0j/SwdNE08bUSdTL1U7V0dZV1tjXXNfg2GTY6Nls2fHadtr724DcBdyK3RDdlt4c3qLfKd+v4DbgveFE4cziU+Lb42Pj6+Rz5PzlhOYN5pbnH+ep6DLovOlG6dDqW+rl63Dr++yG7RHtnO4o7rTvQO/M8Fjw5fFy8f/yjPMZ86f0NPTC9VD13vZt9vv3ivgZ+Kj5OPnH+lf65/t3/Af8mP0p/br+S/7c/23////hMhZodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/9sAQwADAgIDAgIDAwMDBAMDBAUIBQUEBAUKBwcGCAwKDAwLCgsLDQ4SEA0OEQ4LCxAWEBETFBUVFQwPFxgWFBgSFBUU/9sAQwEDBAQFBAUJBQUJFA0LDRQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU/8AAEQgAgABxAwERAAIRAQMRAf/EAB0AAAEFAQEBAQAAAAAAAAAAAAUDBAYHCAkCAQD/xAA6EAABAwMDAgQEBAUEAQUAAAABAgMEAAURBhIhBzETQVFhCCJxgRQykaEJQlJisRUjcsEzgoOS4fD/xAAbAQABBQEBAAAAAAAAAAAAAAACAAEDBAUGB//EACsRAAIBBAEDBAEEAwEAAAAAAAABAgMEESExBRJBEyJRYTIUFXGhIzOxwf/aAAwDAQACEQMRAD8A33k0AZ+pCEZChgjzpCE2EEqzSEO1JCW85p84AK51D1WtcJ8sQGlXZYOFPIfaYjJ/91xQCv8A0BVA5EvawHB6y22W6pARFkrQQHGrZcmZbqPqgbScf25PtTZH7Wic2S+QdQwkyrfJRKYJxuRnIPoQeQfY0WQD4m9W5yQthFxhqeb4W2JCCpP1GeKWxYY/LZG0kcEZB8iKcQlLTwKQgY8MGkI8g5pCPtIR+pCJkcikITW6U+VIQjys0hATW3UPTXS+xqu2qbzFs0EZ2qkL+d0j+VtA+ZZ9kg0nrbEk5aRgjrv/ABB5Ov571g0RENv06jIenzCfFk49UIPCP7M5V/NxxUTl3cE6jGHPJmXWvUjVGuCPxUyaqMlO1IddSyVAeqUkceieaSwM3JECXrK6abnH8M7IYU2C6JDT6krBA3EEcEcdvX3oks8AuTRc2jvi11zpeDf7ZJuK1N3BkOImKVtUkqThSgR7DJ9xnnJyzzjA+m84I7p3qaiREdK7bEkNOEOfiX0Ev7s8KBHI+n6g1HgNNIuXpn8bF76VXy3RJLUd2xqViTA3LAcQeNyEqJS24D/RtB5yk1IpNafADUWdAunvVLTvVzS0e/6cmplQ3PlcbVgOx3B3bcT/ACqH6EYIyDUn8EbWA0+nINIYbA4pDMVSMinYkfdp9KYcmlIQ1ecJURikIqv4huvtu+HvRybtLtsi5zpm5m3sNqQlDj4GQF5UFbR3JSDxQykorLCjHueDlV1T6oXrqzqGVqLVU5d2lKAQEFexlAz/AOJoZwEjn5RgHBJzyar5cnllh+1YRE7fbbxf2iLLbg8o5QAwgpaQMeSgME9800qsIfkySnQnP8UH7D8PerVMPOurefL6PnYCSoIz9fPNVZXsFwXI2NTGw5C+D/VF0Z8R4LcaCS2kqJzg87c+n+Mmov3CKD/b6jWwhcPhX1S/b3vGa2pcHkeAngBP0GKSv4sf9uqY4Kp1d0y1Po1W2S24w0jCQ6Ukttp9sZ78+VWqdzCZSqW1SmASq4GH4chxmZEUQPFGFhBx2V5D6kCrmnwU2mtMn3Rbq1qf4f8AWEG+WyUXbYt1ImQ2Xz4UhvOC2tJ/Kcdiex7HyKTwJSXDOu+gdd2rqbou2alsr/4i3T2t6CeFIV2UhQ8lJIII8iKkeiLgL7vmxTIQ5ZUCO1SAHukIlylYoAxrJdQ0hbri0ttoBUpazhKQO5J8hSEcpfjM+JBHWvqEmx27/a03aVuNRXDgKd4HiyFqzlKMJ4SMEgDOM1Wl73osL2LHkgHSvobM6oy4cq4MuRLCnCY0QjBdRn868eR9Pfms65u1SzCnybFnYyrPuktG39F9GbfZ4seOIzbLTYCQhKcACsBzlN5bOmhSjTWIotG3aJt8VAS2yE574Gc/en7USBg2NtlrY2nan+kDtTtYBW+RJViaW2Ts5/496HAedld6/wCmkK6sPAx2wVJO7ckYX7H1oU3F6I5U41FtGEuvfRCVoq4KvdlS1DQtWHI+35Sk9/qk+nlW7Z3WX2yOcvbP0/dEpIf7pVHEcqQ4CVMKI3NHzLajwpP9p+3pW1yc/wAPZtD+HD1eRbrveunVyfLf4wfjralR+RTiE4dSnPZRQEnb/Z50UdrA0lnZvFw4VSQB7Zc2q71IgWOPE9xTjEuVQBlIfGVqCdpv4etSPQSUKkqZhvOAlO1pxeF8jkZA258t1BN4iFHk5M6e04LleBHQwUiY+htRIPLW7JQM8gHjNVJy7YNluEe6aOk+idKtWe3QkR20NNtoQkgJ8gK5JvLbO7pRUY4LYtzDbUVOOFfTmjitDPIejM7mQeEjHep0iPInII2KKeQB3oWHEapkrdTy2Ue57Go8k3al5B1wAebWlYGe2cUD3yLHwZl+J2ZHY0+/EcYS4NpCsp9fQ/8A7FWbZNzM68liGGc9L3bFsSFNtqcbZ8QjeDwk/Ty+o711dN62cVUWJaDPSrVErpt1KsV7eeW27bJzMzenlJQFDJz6FJUOM96N6kmDF5WDtOZDUtluRHWHI7qQ40tJyFIUAUkfUEU71oDGhMrxjmpECz343vTgk9IyaAMyj/Eiv0uz9CbfEYc8Ni43lpuQn+tCELcCT7bgkn6VFU4wSU+cswt0LL+seotphoRltDvirUB2Snz/AG/es+6l20madrHvqxRvCf1J0vo1ot3S6R462uFNqWMg47fWsCnQlU3g6idxCnyw3o74gNBahlmIi9MoeGMIcQpO73BxyKvfppRWWiurqEtRZcjUePMiodjOJW0vkLScjFM6fwSKpnkAaz1PZ9C24yLk8QgDJCU7jjzNL0lwN63llM3b4wtD22S5G2yztO0qDPY/TOanVo2itK+jF7YSt3XzSmoUNluUthCyBvcQRgHsTVSpbSiW6V5CTAXWXQaNa6ZkLiqEqQGyqOtvkLH2qvSk6U8slr0/Xg1E566ktoi3F9D6VNLQSlaDweOPsQRiuqptSjlHE1YuMmmQa4xWIjy9jhWgHC0qBCShWfmA8sEjtUstorp4ejsj0fadZ6O6HQ8oqeRZIaVk5zkMp9eaKXIy5JIo4BokCzxv96MHBZyW/WgCMn/xKrWuX0Ftz4yUsXprOB23NOjOajnwHT2zHvwm6els27U15gtKXPK2LZFWE8NbhvcX9htrEvJrujF/ydB0+m8SkueDQrPTbQOl1CVqVhF7upy4RKcJS2k9ydx2pyc8nmqf6mee2Brqyptd1T+yLyLb0ymzXZGm02puXHSXFxmJ3z7T3IB7n6UcpXKWXwBGhat4i9mleh2rBd7S1CQVNIj/ACbFKycY4qKFRuWGTypKK9pJ+psOCYOZTKJeEEbHBnA86OdRrgCnTVT8jM03XWn9CLfvsq0MQYPjlkSU20vFSwkqPzY9ATj0FNTp1634skqu1t/zRZWmeqOkdcQmGnYcaQl9O0vIYKHEeRC21AKxnIyM4Io5SnRfbUQMadKuu6kySQdNqskxaYbpctL6QppvOQ2od8exqvU92yWmvTfaY3+N7p43ZdQwLzCa8L/UUrLiUDALiMHP3B5+lafT6j3B+DC6pRSaqLyZQfjB+RlSCQQUqT/aAD/gZra55Od8na+xNsI0zaBEIMT8Ex4RT22eGnb+2KefIKZ5cPJpIeS8iX6VJkEtUZxmhEUh8aVnRevhw1YlYB/CJZmJz6tup7fUEj70E+B4akZi+ECx+B0gflpRgvXd9wjsSEpQBn9K5i/eKiwdh02P+Nt+WSFejJUrXLGorjOb8GOvxG7e7HU5HUrBALn9RAPHp5c1Uo1/T2katSiqr93AJtfR+y2ye/8A6FEmvuzApMl111Xg7CQdgCh2GEjjnCQM1cldynHGSCFlToy7o8l49M9NCyT9qMIThIATk4wPOqUE3JtF/GI4ZOrpBF2eXHkgKznbuHBBGDUkk87I+1JZiVnqjpKzfbe5ZbxBNys5eD6Y6nVKQhY4C0pJ4IBxkH7VKqkoaiBKnTrf7FsWmdJdOzo9lYj296A1aE7Ig8QDwMncraQcnJ5OTzmlVqur8oCFNUdJZLHtNuDFsU0oB3byleMZqPwM03LLM2fHTp1t/pixdiD4lumtuceaVZSR+4/SrVm+ysl8md1KKlQT+GYf0toq7612qgso2oV4e93hJX2Tz6kEVuVK0KSzJnPW9nVuZYpo62aCcWen+m0uIU24i2x21trTtKVJbSlSSPYgip+5SXcvJRnB0puEuUO5XBOKdMd8DXn3oyMtonFIZgTV9gias01c7RPZS/EmMLaWhQyDkcfocH7UM1mLQcMKSyZS+GbTC7BoefZZLa0Lg3mcypLo+YgOfKT9U4P3rlbnFSon9I7e0g6MZQ+Gy4xZG1IAQ2Md8DyqD01g0V8saT4jFsYAQjxJDnCUgZ59SfIU7gkg1Jt6C2h7V4j+HX0+IM7vLmpaUM6I6s+1Ehu1ncJT+EcS47HO5R7ipJwb4BhNPnWT1Hdj3VpBCQ2vGS2Tyk0KjnQlmPI7RZUlGdg4HHFH6f0M6iT0zxJbQxFWNqUem2mkklgizmRnf4q7PM1V0mu9qt0VcubIcYbaabGSSXU/sO59hQ28lGopPhFa+i50uyO2wF090NarH0OjW+LDSqUpJjurWkeIJRWAVZHluGR6Digq1XVzJrng27K3jaTjT+Nv7+TR0COY1qitk7ilsAn1NdNSj200mecXc1VuZzXDbGko4zRkAz3+9FkDBbijRgiLhyDSEUvcIyLNq27tNtpa8V4PkJHfckc/oP2rlbuPp1pYO3sqvq0Yt84/4SS3Tmm2lOKHibBgpzioYywXmm9ADUc+FJWtTZLSzxuH/VNJuW0KFVQ/IjehtOzbXc7jKizpBW6vxFLWrdvJ9vYcDtVilT8lSveZktaJG3pgvXdN7bdMW4uoS25LZz4im++1XOFDnPbjyo3TeMrkOjedmprKJH+FTFbbLThK0fN4ijnJPfNROElsn/UQefskdmvAeaIcHIFSwqZ0yGrDygXdpY8VzJwMHioJPLHjpFa3mc4p9TzDZkOoI2tBQTuP1PAqDPamGl31IpgzSOmJDeom7W4+Hk/ilTpPg/kQAPlRnzOTzVq0pepVUXwtsk6leKlQc4rbXav/AEt55ASjA4HkK6fB5yB5g70JKD6Qi3lH2qUiElA0hFW9T2FQrzClpbwlxBbU5j8xByBn2FYHUYvuTwdF0uWIyWfPALjy1Soq2EEBeCT6+1Y+3pHQqWOSFagvsfTl0YVKiS5TJHH4ZorCV+QJ7D61Os5SRDGl6jwwrYtdS7wkpj6fWiIrhfi8H9lZ/arag2jQjaQiiTRdUy7ahSn7AVRuAgIfSMYH8oJ/zUiTgQVbOM3p4YidXSblJCo1guEeLnC3XkpT90jOVD3qCVVlJ2vZ5JbbEqZt6Hlnw1LJIBHI57UKXkUpY9oNv0hSGlKKuSO4PFRzWhRlsitgtz95uwEfw1Fgh1aHfyrTnG375oqFCVdtLwBUu4WrU5r61/0n1qsrdtW86G0occPZJztT6ZretqHop55Zz3ULtXUl28IdSEZSauGUBJowTQEiB2fakOW+RzUpEJODNIRH9bWJV+05KjIRl9I8Vn/mnkD78j71VuKfq03Es29T0aqkUjar2puUkBJ3YIVny9c+9cg24vB28EpxyHm0fin2FJCFo+YqSUZzxxj0qbKfI6b8BIWoMNpKR4a/zEsJ/Yj0qzTaXI851VuMiSWCO2mOtThBycjxEjKanbRXcqsnmUsikiQ0tRbSkFxR/MOwFV1him3FHiS+iDH2urBwMgninb7SN+7aIXf703JCkg7Rz3Pao3LI2MMP9K4wNsuEsjKnHQgE+QAz/wB1s2EMU3L7MHqUszjH4JW52rTMgbL5SRT4EBrgjk0GCRcAzj2/WmHLgXnHpUpEIrVzikITcX70Iigurlsa0pqRqewnZHuAUspHAS6D8365B/Wudv6CU++Pk6Xp1w5QcJeATYdSIdUnasJIrNivk11P4J/aHGXGAtcn5z83fvmrsIxxyRzqSfgJKU0GiVTQEYyNpxRuEXywFVlFaQLuuo41qiDapKljtzyaibUFobuc3shF31uJPyZIVnnOarNt7ZNHSwgUy5IuixsylvuTilkTjkufpxHEfTWM93ScenArorD/AE5+2c11LVfH0g26nk1oGUNFdqdCBlw7GmYUQP8Aah0GW0teakIhNSs0hCThpmIqvrxb0zLDb1qTu2PqT+qP/qsbqWoRf2bXS13VJRfwZtuMa4WxxSozitozisVTT5N502nhD6w6y1B8rYmNJ8trzR7fUGj7kuBlFvkPJvF9ecCXp6Etnt4CSP8ANN35DcEh2liXL4cK1nzVnigch1EK2/TKyd6kYJ+5+9M8kiRJWLeiKjhPJ70MtEsY5Y66W9Q0zdaX3TDikFtna5EUnzUlA8ZHvgkH7KFdR0+LVsm/lnIdUlF3TS8JFpOnk1f0ZQ1VgmnED57eUnFJhRBHhn2oQy0VCiIjyE0hCLpyaFiK461TosXTsFp9wIekTUNMJP8AOvYokfoDWb1CHdQz8M1emSUbhJ+UUu9B/EnJz9PWuXZ1+NhOz2CM6tKHGAon+of90kM1omEfTMBprJZC+OARUuAWh5Gs4bGQ0AkdsDmiURuNDlcJDAKjhCEgqJPAA96LGgimepHWZlsO2vTTokSOUuXBPLbXrsP8yvfsPetez6ZOs1OrqP8AbMO96rC3Tp0dy+fCK86fale0rqy3XMKUvwHg6tRVkrSThefXIJrqHBJdqRx6m5Puk9m40vtymG3mVhxl1IW24k5CknkEGqf0WhutWDQhY1kay+UmiBBuwUJJkslRoiM8hKjSEJOIweTQsRm740rm7D0ppxthwtu/j1PJUO6ShAwfblVJRUvbJaEpOLUk8MqfQfWqDL8OHfj+HkflErHyKP8Ad6fXtWHc9MlDMqO18eTprTq0J4hX0/nwXhYm2nkNvR3UPMLGUrSQpJ+9YvbjR0OYyWUS2K0o7Ar8oHPPepEgZNAPW3UayaGi5uEhKpJTluGzhTrn28vqeKtUaFSvLtprJVrXFK2j31Hgzrrnqne9frWwtz/TbTniFHV+cf3q/m+nauqtem06Hun7pf0v4OOvOq1LjMaftj/b/khfhBCcYw2P6a1uDCHrLrba0pZTv5G4n09KBoNMU0b1y1H081HMctb4mW2QslcGUSpnjjckZ+U8HkfvVaVPJYjPBfunPiz0pdWGxeGpFmlHAXhPjNA+oI5x9RVd05InU4llWfX+mtVsJVab5AnFXZDT43//ABOD+1NhrkWU+B9tNNgfLP/Z\"\r\n}"}],"_postman_id":"1adfa463-9f9a-4c38-bf65-49242f833a1e"},{"name":"Get Employee Profile Details","id":"aca5703d-7dda-4ef8-8979-71752f5ccce7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/profile","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","profile"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"170459c6-3433-4826-b55d-e4bc2cdcc7c1","name":"Get Employee Profile Details 200 OK","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"employeeId\": 11,\n    \"nickname\": \"Venu\",\n    \"twitter\": \"@myName3\",\n    \"linkedIn\": \"myLinkedInName3\",\n    \"facebook\": \"randomFbAcc3\",\n    \"googlePlus\": \"myGooglePlusId3\",\n    \"biography\": \"myBio3\",\n    \"wishDOB\": \"1982-02-18\"\n}"},{"id":"ac0d893e-b3ac-49ff-b2d5-264399f867a7","name":"Get Employee Profile Details 404 Not Found","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/profile"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"NOT-FOUND\",\n    \"code\": \"EMPLOYEE-DETAIL-EXCEPTION\",\n    \"message\": \"error.employee.detail.notfound\",\n    \"details\": null\n}"}],"_postman_id":"aca5703d-7dda-4ef8-8979-71752f5ccce7"},{"name":"Update Employee Profile Details","id":"dc4a3759-e620-4ad5-8f99-f9e456058203","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n    \"nickname\":\"nick3\",\r\n    \"wishDOB\":\"1982-02-18\",\r\n    \"twitter\":\"@myName3\",\r\n    \"linkedIn\":\"myLinkedInName3\",\r\n    \"facebook\":\"randomFbAcc3\",\r\n    \"googlePlus\":\"myGooglePlusId3\",\r\n    \"biography\":\"myBio3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/profile","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","profile"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"ccb9f0a4-44e1-4341-ad43-d984ffdb3fe8","name":"Update Employee Profile Details 200 OK","originalRequest":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n    \"nickname\":\"nick3\",\r\n    \"wishDOB\":\"1982-02-18\",\r\n    \"twitter\":\"@myName3\",\r\n    \"linkedIn\":\"myLinkedInName3\",\r\n    \"facebook\":\"randomFbAcc3\",\r\n    \"googlePlus\":\"myGooglePlusId3\",\r\n    \"biography\":\"myBio3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/profile"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"dc4a3759-e620-4ad5-8f99-f9e456058203"}],"id":"cb5796b3-1d3c-4b33-bee3-ccf88f4a3577","description":"<p>Get Employee Profile Details API gets the profile details of employee by passing the employeeId.</p>\n","event":[{"listen":"prerequest","script":{"id":"f9ec2398-572a-4fdd-a630-5465d34ad740","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6275fa30-4b19-41fc-be2e-b37d392eae47","type":"text/javascript","exec":[""]}}],"_postman_id":"cb5796b3-1d3c-4b33-bee3-ccf88f4a3577"},{"name":"Employee Personal","item":[{"name":"Get All Employee Personal Details","id":"2f9364ed-8369-485c-bf13-cfe9524c69ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/personal","description":"<p>This API endpoint is used to fetch Personal details for all employees.</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","personal"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"925906e9-a9a6-43e4-b280-d420e0fb0b3a","name":"Get All Employee Personal Details","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/personal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"employeeId\": 127,\r\n            \"bloodGroup\": 1,\r\n            \"maritalStatus\": 1,\r\n            \"marriageDate\": \"2004-05-16\",\r\n            \"spouseBirthday\": \"1983-02-10\",\r\n            \"spouseName\": \"Suma\",\r\n            \"actualDOB\": \"1982-08-17\"\r\n        },\r\n        {\r\n            \"employeeId\": 6,\r\n            \"bloodGroup\": 2,\r\n            \"maritalStatus\": 1,\r\n            \"marriageDate\": \"2004-05-16\",\r\n            \"spouseBirthday\": \"1983-02-10\",\r\n            \"spouseName\": \"Vanitha KT\",\r\n            \"actualDOB\": \"1982-08-17\"\r\n        },\r\n        {\r\n            \"employeeId\": 205,\r\n            \"bloodGroup\": 1,\r\n            \"maritalStatus\": 2,\r\n            \"marriageDate\": \"2020-10-18\",\r\n            \"spouseBirthday\": \"2000-02-18\",\r\n            \"spouseName\": \"Suma\",\r\n            \"actualDOB\": \"1990-02-18\"\r\n        },\r\n        {\r\n            \"employeeId\": 208,\r\n            \"bloodGroup\": null,\r\n            \"maritalStatus\": null,\r\n            \"marriageDate\": null,\r\n            \"spouseBirthday\": null,\r\n            \"spouseName\": null,\r\n            \"actualDOB\": null\r\n        },\r\n        {\r\n            \"employeeId\": 135,\r\n            \"bloodGroup\": 1,\r\n            \"maritalStatus\": 2,\r\n            \"marriageDate\": \"2020-10-18\",\r\n            \"spouseBirthday\": \"2000-02-18\",\r\n            \"spouseName\": \"Suma\",\r\n            \"actualDOB\": \"1990-02-18\"\r\n        },\r\n        {\r\n            \"employeeId\": 152,\r\n            \"bloodGroup\": null,\r\n            \"maritalStatus\": null,\r\n            \"marriageDate\": null,\r\n            \"spouseBirthday\": null,\r\n            \"spouseName\": null,\r\n            \"actualDOB\": null\r\n        },\r\n        {\r\n            \"employeeId\": 124,\r\n            \"bloodGroup\": null,\r\n            \"maritalStatus\": null,\r\n            \"marriageDate\": null,\r\n            \"spouseBirthday\": null,\r\n            \"spouseName\": null,\r\n            \"actualDOB\": null\r\n        },\r\n        {\r\n            \"employeeId\": 5,\r\n            \"bloodGroup\": null,\r\n            \"maritalStatus\": null,\r\n            \"marriageDate\": null,\r\n            \"spouseBirthday\": null,\r\n            \"spouseName\": null,\r\n            \"actualDOB\": null\r\n        },\r\n        {\r\n            \"employeeId\": 164,\r\n            \"bloodGroup\": null,\r\n            \"maritalStatus\": null,\r\n            \"marriageDate\": null,\r\n            \"spouseBirthday\": null,\r\n            \"spouseName\": null,\r\n            \"actualDOB\": null\r\n        },\r\n        {\r\n            \"employeeId\": 212,\r\n            \"bloodGroup\": null,\r\n            \"maritalStatus\": null,\r\n            \"marriageDate\": null,\r\n            \"spouseBirthday\": null,\r\n            \"spouseName\": null,\r\n            \"actualDOB\": null\r\n        },\r\n        {\r\n            \"employeeId\": 196,\r\n            \"bloodGroup\": null,\r\n            \"maritalStatus\": null,\r\n            \"marriageDate\": null,\r\n            \"spouseBirthday\": null,\r\n            \"spouseName\": null,\r\n            \"actualDOB\": null\r\n        },\r\n        {\r\n            \"employeeId\": 137,\r\n            \"bloodGroup\": null,\r\n            \"maritalStatus\": null,\r\n            \"marriageDate\": null,\r\n            \"spouseBirthday\": null,\r\n            \"spouseName\": null,\r\n            \"actualDOB\": null\r\n        },\r\n        {\r\n            \"employeeId\": 178,\r\n            \"bloodGroup\": null,\r\n            \"maritalStatus\": null,\r\n            \"marriageDate\": null,\r\n            \"spouseBirthday\": null,\r\n            \"spouseName\": null,\r\n            \"actualDOB\": null\r\n        },\r\n        {\r\n            \"employeeId\": 110,\r\n            \"bloodGroup\": 5,\r\n            \"maritalStatus\": 1,\r\n            \"marriageDate\": \"2005-05-16\",\r\n            \"spouseBirthday\": null,\r\n            \"spouseName\": \"Jayalakshmi\",\r\n            \"actualDOB\": null\r\n        },\r\n        {\r\n            \"employeeId\": 11,\r\n            \"bloodGroup\": 1,\r\n            \"maritalStatus\": 1,\r\n            \"marriageDate\": \"2004-05-16\",\r\n            \"spouseBirthday\": \"1983-02-10\",\r\n            \"spouseName\": \"Jayalakshmi\",\r\n            \"actualDOB\": \"1982-08-17\"\r\n        },\r\n        {\r\n            \"employeeId\": 1,\r\n            \"bloodGroup\": 1,\r\n            \"maritalStatus\": 2,\r\n            \"marriageDate\": \"2020-10-18\",\r\n            \"spouseBirthday\": \"2000-02-18\",\r\n            \"spouseName\": \"sam\",\r\n            \"actualDOB\": \"1990-02-18\"\r\n        },\r\n        {\r\n            \"employeeId\": 197,\r\n            \"bloodGroup\": null,\r\n            \"maritalStatus\": null,\r\n            \"marriageDate\": null,\r\n            \"spouseBirthday\": null,\r\n            \"spouseName\": null,\r\n            \"actualDOB\": null\r\n        },\r\n        {\r\n            \"employeeId\": 199,\r\n            \"bloodGroup\": null,\r\n            \"maritalStatus\": null,\r\n            \"marriageDate\": null,\r\n            \"spouseBirthday\": null,\r\n            \"spouseName\": null,\r\n            \"actualDOB\": null\r\n        },\r\n        {\r\n            \"employeeId\": 198,\r\n            \"bloodGroup\": null,\r\n            \"maritalStatus\": null,\r\n            \"marriageDate\": null,\r\n            \"spouseBirthday\": null,\r\n            \"spouseName\": null,\r\n            \"actualDOB\": null\r\n        },\r\n        {\r\n            \"employeeId\": 201,\r\n            \"bloodGroup\": null,\r\n            \"maritalStatus\": null,\r\n            \"marriageDate\": null,\r\n            \"spouseBirthday\": null,\r\n            \"spouseName\": null,\r\n            \"actualDOB\": null\r\n        },\r\n        {\r\n            \"employeeId\": 200,\r\n            \"bloodGroup\": 1,\r\n            \"maritalStatus\": 2,\r\n            \"marriageDate\": \"2020-10-18\",\r\n            \"spouseBirthday\": \"2000-02-18\",\r\n            \"spouseName\": \"Suma\",\r\n            \"actualDOB\": \"1990-02-18\"\r\n        }\r\n    ],\r\n    \"pages\": {\r\n        \"totalPages\": 1,\r\n        \"totalElements\": 21,\r\n        \"size\": 25,\r\n        \"empty\": false,\r\n        \"hasNext\": false,\r\n        \"hasPrevious\": false,\r\n        \"first\": true,\r\n        \"last\": true,\r\n        \"sort\": {\r\n            \"unsorted\": false,\r\n            \"sorted\": true,\r\n            \"empty\": false\r\n        }\r\n    }\r\n}"}],"_postman_id":"2f9364ed-8369-485c-bf13-cfe9524c69ae"},{"name":"Get Employee Personal Details","id":"c1476a82-e4aa-4f81-9b44-e0bd1aeac14c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/personal","description":"<p>Get Employee Personal Details API gets the Personal details of employee by passing the employeeId.</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","personal"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"f0331cc3-1079-499e-b5c4-f2bb24a7d032","name":"Get Employee Personal Details","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/personal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"employeeId\": 11,\n    \"bloodGroup\": 1,\n    \"maritalStatus\": 2,\n    \"marriageDate\": \"2005-10-18\",\n    \"spouseBirthday\": \"1983-02-10\",\n    \"spouseName\": \"Jaya\",\n    \"actualDOB\": \"1981-08-15\"\n}"}],"_postman_id":"c1476a82-e4aa-4f81-9b44-e0bd1aeac14c"},{"name":"Update Employee Personal Details","id":"2d6c4d91-8b5f-402d-8ef4-7de368eff569","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n    \"bloodGroup\": \"1\",\r\n    \"maritalStatus\": \"1\",\r\n    \"marriageDate\": \"2020-10-18\",\r\n    \"spouseBirthday\": \"2000-02-18\",\r\n    \"spouseName\": \"Suma\",\r\n    \"actualDOB\": \"1990-02-18\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/personal","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","personal"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"a73e5202-f7be-4a74-a928-dde05cfbfe47","name":"Update Employee Personal Details - 200 OK","originalRequest":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n    \"bloodGroup\": \"1\",\r\n    \"maritalStatus\": \"1\",\r\n    \"marriageDate\": \"2004-05-16\",\r\n    \"spouseBirthday\": \"1983-02-10\",\r\n    \"spouseName\": \"Jayalakshmi\",\r\n    \"actualDOB\": \"1982-08-17\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/personal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"2d6c4d91-8b5f-402d-8ef4-7de368eff569"}],"id":"90ad85fc-075a-4761-ad34-ebcd11b58ed5","description":"<p>Get Employee Personal Details API gets the Personal details of employee.</p>\n","event":[{"listen":"prerequest","script":{"id":"2a3fda6b-6127-48ca-a805-412f14cbcc8d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2d9844e2-fe7c-43f7-bec4-c9b0a22d8ef5","type":"text/javascript","exec":[""]}}],"_postman_id":"90ad85fc-075a-4761-ad34-ebcd11b58ed5"},{"name":"Employee Work","item":[{"name":"Get All Employee Work Details","id":"7e6d742c-2390-41fa-8b7f-0c42142b3e47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/work","description":"<p>This API endpoint is used to fetch Work details for all employees.</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","work"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"76e3d436-5553-4dea-b15a-00945feeab2f","name":"Get All Employee Work Details","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/work"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"employeeId\": 127,\r\n            \"extension\": null,\r\n            \"confirmDate\": \"2018-02-15\",\r\n            \"lastPromotionDate\": null,\r\n            \"lastPrevEmployment\": null,\r\n            \"noticePeriod\": null,\r\n            \"originalHireDate\": null,\r\n            \"probationExtendedBy\": null,\r\n            \"onboardingStatus\": \"NOT_REQUIRED\"\r\n        },\r\n        {\r\n            \"employeeId\": 6,\r\n            \"extension\": null,\r\n            \"confirmDate\": \"2013-11-06\",\r\n            \"lastPromotionDate\": null,\r\n            \"lastPrevEmployment\": null,\r\n            \"noticePeriod\": null,\r\n            \"originalHireDate\": null,\r\n            \"probationExtendedBy\": null,\r\n            \"onboardingStatus\": \"NOT_REQUIRED\"\r\n        },\r\n        {\r\n            \"employeeId\": 152,\r\n            \"extension\": null,\r\n            \"confirmDate\": null,\r\n            \"lastPromotionDate\": null,\r\n            \"lastPrevEmployment\": null,\r\n            \"noticePeriod\": null,\r\n            \"originalHireDate\": null,\r\n            \"probationExtendedBy\": null,\r\n            \"onboardingStatus\": \"NOT_REQUIRED\"\r\n        },\r\n        {\r\n            \"employeeId\": 124,\r\n            \"extension\": null,\r\n            \"confirmDate\": \"0018-05-31\",\r\n            \"lastPromotionDate\": null,\r\n            \"lastPrevEmployment\": null,\r\n            \"noticePeriod\": null,\r\n            \"originalHireDate\": null,\r\n            \"probationExtendedBy\": null,\r\n            \"onboardingStatus\": \"NOT_REQUIRED\"\r\n        },\r\n        {\r\n            \"employeeId\": 5,\r\n            \"extension\": null,\r\n            \"confirmDate\": \"2013-10-23\",\r\n            \"lastPromotionDate\": null,\r\n            \"lastPrevEmployment\": null,\r\n            \"noticePeriod\": null,\r\n            \"originalHireDate\": null,\r\n            \"probationExtendedBy\": null,\r\n            \"onboardingStatus\": \"NOT_REQUIRED\"\r\n        },\r\n        {\r\n            \"employeeId\": 11,\r\n            \"extension\": \"280\",\r\n            \"confirmDate\": \"2019-01-01\",\r\n            \"lastPromotionDate\": \"2019-10-18\",\r\n            \"lastPrevEmployment\": \"CMS\",\r\n            \"noticePeriod\": 30,\r\n            \"originalHireDate\": \"2018-06-20\",\r\n            \"probationExtendedBy\": \"20\",\r\n            \"onboardingStatus\": \"NOT_REQUIRED\"\r\n        },\r\n        {\r\n            \"employeeId\": 1,\r\n            \"extension\": null,\r\n            \"confirmDate\": \"2013-02-15\",\r\n            \"lastPromotionDate\": null,\r\n            \"lastPrevEmployment\": null,\r\n            \"noticePeriod\": null,\r\n            \"originalHireDate\": null,\r\n            \"probationExtendedBy\": null,\r\n            \"onboardingStatus\": \"NOT_REQUIRED\"\r\n        },\r\n        {\r\n            \"employeeId\": 200,\r\n            \"extension\": null,\r\n            \"confirmDate\": null,\r\n            \"lastPromotionDate\": null,\r\n            \"lastPrevEmployment\": null,\r\n            \"noticePeriod\": null,\r\n            \"originalHireDate\": null,\r\n            \"probationExtendedBy\": null,\r\n            \"onboardingStatus\": \"NOT_REQUIRED\"\r\n        }\r\n    ],\r\n    \"pages\": {\r\n        \"totalPages\": 1,\r\n        \"totalElements\": 8,\r\n        \"size\": 25,\r\n        \"empty\": false,\r\n        \"hasNext\": false,\r\n        \"hasPrevious\": false,\r\n        \"first\": true,\r\n        \"last\": true,\r\n        \"sort\": {\r\n            \"unsorted\": true,\r\n            \"sorted\": false,\r\n            \"empty\": true\r\n        }\r\n    }\r\n}"}],"_postman_id":"7e6d742c-2390-41fa-8b7f-0c42142b3e47"},{"name":"Get Employee Work Details","id":"abeaf4bd-1fae-448a-97c6-a694b427dc3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/work","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","work"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"e994b70f-c42d-4419-bdf1-5cf7f60bdc6a","name":"Get Employee Work Details - 200 Ok","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/11/work"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"employeeId\": 11,\n    \"extension\": \"280\",\n    \"confirmDate\": \"2019-01-01\",\n    \"lastPromotionDate\": \"2019-10-18\",\n    \"lastPrevEmployment\": \"CMS\",\n    \"noticePeriod\": 30,\n    \"originalHireDate\": \"2018-06-20\",\n    \"probationExtendedBy\": \"20\",\n    \"onboardingStatus\": \"NOT_REQUIRED\"\n}"}],"_postman_id":"abeaf4bd-1fae-448a-97c6-a694b427dc3e"},{"name":"Update Employee Work Details","id":"bdf926b5-2dd8-433e-b6d7-f268b71e0b74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n\t\"extension\":\"453\",\r\n\t\"lastPromotionDate\":\"2010-02-18\",\r\n\t\"lastPrevEmployment\":\"unk\",\r\n\t\"noticePeriod\":\"30\",\r\n\t\"originalHireDate\":\"2000-10-18\",\r\n\t\"probationExtendedBy\":\"20\",\r\n\t\"onboardingStatus\":\"NOT_REQUIRED\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/work","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","work"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"998702eb-c7cf-47df-9e6e-63952021bc26","name":"Update Employee Work Details","originalRequest":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n    \"extension\": \"280\",\r\n    \"confirmDate\": \"2019-01-01\",\r\n    \"originalHireDate\": \"2018-06-20\",\r\n    \"lastPrevEmployment\": \"CMS\",\r\n    \"lastPromotionDate\": \"2019-10-18\",\r\n    \"noticePeriod\": \"30\",\r\n    \"probationExtendedBy\": \"20\",\r\n    \"onboardingStatus\": \"NOT_REQUIRED\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/11/work"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"bdf926b5-2dd8-433e-b6d7-f268b71e0b74"}],"id":"9b4ebeff-3f21-47e9-b562-7c52e7e4a9ae","_postman_id":"9b4ebeff-3f21-47e9-b562-7c52e7e4a9ae","description":""},{"name":"Employee Separation","item":[{"name":"Get All Employee Separation Details","id":"e151d8a9-e241-4c99-9de7-2d60385ba3fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/separation","description":"<p>This API endpoint is used to fetch Exit-Separation details for all employees.</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","separation"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"fafb21a8-9b3a-45bf-a772-4dd372df0fdb","name":"Get All Employee Separation Details","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":{"raw":"https://api.greythr.com/employee/v2/employees/separation?sort=id&state=RESIGNED","protocol":"https","host":["api.greythr.com"],"path":["employee","v2","employees","separation"],"query":[{"key":"sort","value":"id"},{"key":"state","value":"RESIGNED"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"employeeId\": 425,\r\n            \"leftOrg\": true,\r\n            \"leavingDate\": \"2016-10-12\",\r\n            \"retirementDate\": \"2016-10-12\",\r\n            \"tentativeRelieveDate\": \"2016-10-12\",\r\n            \"exitInterviewDate\": null,\r\n            \"submittedResignation\": false,\r\n            \"tentativeLeavingDate\": null,\r\n            \"submissionDate\": null,\r\n            \"fitToBeRehired\": null,\r\n            \"finalSettlementDate\": null,\r\n            \"leavingReason\": null\r\n        },\r\n        {\r\n            \"employeeId\": 137,\r\n            \"leftOrg\": true,\r\n            \"leavingDate\": \"2020-12-18\",\r\n            \"retirementDate\": \"2020-12-18\",\r\n            \"tentativeRelieveDate\": \"2020-12-18\",\r\n            \"exitInterviewDate\": null,\r\n            \"submittedResignation\": true,\r\n            \"tentativeLeavingDate\": null,\r\n            \"submissionDate\": null,\r\n            \"fitToBeRehired\": null,\r\n            \"finalSettlementDate\": null,\r\n            \"leavingReason\": null\r\n        },\r\n        {\r\n            \"employeeId\": 20,\r\n            \"leftOrg\": true,\r\n            \"leavingDate\": \"2014-02-28\",\r\n            \"retirementDate\": null,\r\n            \"tentativeRelieveDate\": null,\r\n            \"exitInterviewDate\": null,\r\n            \"submittedResignation\": null,\r\n            \"tentativeLeavingDate\": \"2014-02-28\",\r\n            \"submissionDate\": \"2014-01-10\",\r\n            \"fitToBeRehired\": true,\r\n            \"finalSettlementDate\": \"2014-02-28\",\r\n            \"leavingReason\": 4\r\n        },\r\n        {\r\n            \"employeeId\": 266,\r\n            \"leftOrg\": true,\r\n            \"leavingDate\": \"2016-10-07\",\r\n            \"retirementDate\": \"2016-10-07\",\r\n            \"tentativeRelieveDate\": \"2016-10-07\",\r\n            \"exitInterviewDate\": null,\r\n            \"submittedResignation\": false,\r\n            \"tentativeLeavingDate\": null,\r\n            \"submissionDate\": null,\r\n            \"fitToBeRehired\": null,\r\n            \"finalSettlementDate\": null,\r\n            \"leavingReason\": null\r\n        },\r\n        {\r\n            \"employeeId\": 486,\r\n            \"leftOrg\": true,\r\n            \"leavingDate\": \"2016-10-10\",\r\n            \"retirementDate\": \"2016-10-10\",\r\n            \"tentativeRelieveDate\": \"2016-10-10\",\r\n            \"exitInterviewDate\": null,\r\n            \"submittedResignation\": false,\r\n            \"tentativeLeavingDate\": null,\r\n            \"submissionDate\": null,\r\n            \"fitToBeRehired\": null,\r\n            \"finalSettlementDate\": null,\r\n            \"leavingReason\": null\r\n        },\r\n        {\r\n            \"employeeId\": 135,\r\n            \"leftOrg\": true,\r\n            \"leavingDate\": \"2020-12-18\",\r\n            \"retirementDate\": \"2020-12-18\",\r\n            \"tentativeRelieveDate\": \"2020-12-18\",\r\n            \"exitInterviewDate\": null,\r\n            \"submittedResignation\": true,\r\n            \"tentativeLeavingDate\": null,\r\n            \"submissionDate\": null,\r\n            \"fitToBeRehired\": null,\r\n            \"finalSettlementDate\": null,\r\n            \"leavingReason\": null\r\n        },\r\n        {\r\n            \"employeeId\": 372,\r\n            \"leftOrg\": true,\r\n            \"leavingDate\": \"2016-10-10\",\r\n            \"retirementDate\": \"2016-10-10\",\r\n            \"tentativeRelieveDate\": \"2016-10-10\",\r\n            \"exitInterviewDate\": null,\r\n            \"submittedResignation\": false,\r\n            \"tentativeLeavingDate\": null,\r\n            \"submissionDate\": null,\r\n            \"fitToBeRehired\": null,\r\n            \"finalSettlementDate\": null,\r\n            \"leavingReason\": null\r\n        },\r\n        {\r\n            \"employeeId\": 540,\r\n            \"leftOrg\": true,\r\n            \"leavingDate\": \"2016-10-07\",\r\n            \"retirementDate\": \"2016-10-07\",\r\n            \"tentativeRelieveDate\": \"2016-10-07\",\r\n            \"exitInterviewDate\": \"2016-10-04\",\r\n            \"submittedResignation\": false,\r\n            \"tentativeLeavingDate\": \"2016-10-16\",\r\n            \"submissionDate\": \"2016-09-06\",\r\n            \"fitToBeRehired\": false,\r\n            \"finalSettlementDate\": null,\r\n            \"leavingReason\": 4\r\n        },\r\n        {\r\n            \"employeeId\": 225,\r\n            \"leftOrg\": true,\r\n            \"leavingDate\": \"2016-10-07\",\r\n            \"retirementDate\": \"2016-10-07\",\r\n            \"tentativeRelieveDate\": \"2016-10-07\",\r\n            \"exitInterviewDate\": null,\r\n            \"submittedResignation\": false,\r\n            \"tentativeLeavingDate\": null,\r\n            \"submissionDate\": null,\r\n            \"fitToBeRehired\": null,\r\n            \"finalSettlementDate\": null,\r\n            \"leavingReason\": null\r\n        }\r\n    ],\r\n    \"pages\": {\r\n        \"totalPages\": 1,\r\n        \"totalElements\": 9,\r\n        \"size\": 25,\r\n        \"empty\": false,\r\n        \"hasNext\": false,\r\n        \"hasPrevious\": false,\r\n        \"first\": true,\r\n        \"last\": true,\r\n        \"sort\": {\r\n            \"sorted\": true,\r\n            \"unsorted\": false,\r\n            \"empty\": false\r\n        }\r\n    }\r\n}"}],"_postman_id":"e151d8a9-e241-4c99-9de7-2d60385ba3fb"},{"name":"Get Employee Separation Details","id":"95b91e6a-5e43-4048-ab49-62889416dc23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/separation","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","separation"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"6c454d8e-82fd-4b87-b176-06eec4b9e7c3","name":"Get Employee Separation Details Copy","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/540/separation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"employeeId\": 540,\n    \"leftOrg\": true,\n    \"leavingDate\": \"2016-10-07\",\n    \"retirementDate\": \"2016-10-07\",\n    \"tentativeRelieveDate\": \"2016-10-07\",\n    \"exitInterviewDate\": \"2016-10-04\",\n    \"submittedResignation\": false,\n    \"tentativeLeavingDate\": \"2016-10-16\",\n    \"submissionDate\": \"2016-09-06\",\n    \"fitToBeRehired\": false,\n    \"finalSettlementDate\": null,\n    \"leavingReason\": 4\n}"}],"_postman_id":"95b91e6a-5e43-4048-ab49-62889416dc23"},{"name":"Update Employee Separation Details","id":"a98a62c2-de18-4d13-aa65-18914b95b2e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n    \"leftOrg\": true,\r\n    \"leavingDate\": \"2020-12-18\",\r\n    \"retirementDate\": \"2020-12-18\",\r\n    \"tentativeRelieveDate\": \"2020-12-18\",\r\n    \"exitInterviewDate\": \"2020-12-18\",\r\n    \"submittedResignation\": true,\r\n    \"tentativeLeavingDate\": \"2020-12-18\",\r\n    \"submissionDate\": \"2020-09-06\",\r\n    \"fitToBeRehired\": false,\r\n    \"finalSettlementDate\": null,\r\n    \"leavingReason\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/separation","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","separation"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"75f2dcfe-2084-4632-804f-c2c23240cd3b","name":"Update Employee Separation Details","originalRequest":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n    \"leftOrg\": true,\r\n    \"leavingDate\": \"2020-12-18\",\r\n    \"retirementDate\": \"2020-12-18\",\r\n    \"tentativeRelieveDate\": \"2020-12-18\",\r\n    \"exitInterviewDate\": \"2020-12-18\",\r\n    \"submittedResignation\": true,\r\n    \"tentativeLeavingDate\": \"2020-12-18\",\r\n    \"submissionDate\": \"2020-09-06\",\r\n    \"fitToBeRehired\": false,\r\n    \"finalSettlementDate\": null,\r\n    \"leavingReason\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/135/separation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"a98a62c2-de18-4d13-aa65-18914b95b2e4"}],"id":"cbbd55ff-e6bb-4674-b855-c5bc093b2659","description":"<p>Get Employee Separation Details API gets the separation details of employee by passing the employeeId.</p>\n","event":[{"listen":"prerequest","script":{"id":"9aa60b40-3512-49ce-aa27-d944f6ce6ae7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1e0fac6f-ee79-42d5-b16a-11b01fbbab53","type":"text/javascript","exec":[""]}}],"_postman_id":"cbbd55ff-e6bb-4674-b855-c5bc093b2659"},{"name":"Employee Address","item":[{"name":"Get All Employee Address Details","id":"fcc93925-a830-4832-862e-dc8edde572fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/addresses/{address-type}","description":"<p>This API endpoint is used to fetch Address details for all employees by passing the address-type.</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","addresses","{address-type}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"0de935fd-edbe-4f92-aaca-27ce351e0b7e","name":"Get All Employee Address Details","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/addresses/presentaddress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"employeeId\": 110,\r\n            \"address1\": \"#152 / 2\",\r\n            \"address2\": \"V.P Road\",\r\n            \"address3\": \"Jalahalli\",\r\n            \"city\": \"Bangalore\",\r\n            \"state\": 1,\r\n            \"country\": 1,\r\n            \"pin\": \"560013\",\r\n            \"phone1\": null,\r\n            \"phone2\": null,\r\n            \"extnno\": null,\r\n            \"fax\": null,\r\n            \"mobile\": null,\r\n            \"email\": null,\r\n            \"name\": \"Venugopal M\",\r\n            \"addressType\": \"presentaddress\",\r\n            \"companyId\": null,\r\n            \"recordId\": null\r\n        },\r\n        {\r\n            \"employeeId\": 127,\r\n            \"address1\": \"1515/63 R . A Road \",\r\n            \"address2\": \"RT nagar 2 nd cross 1 st main 6building \",\r\n            \"address3\": \"Address 3 list test for API\",\r\n            \"city\": \"Bangalore\",\r\n            \"state\": 2,\r\n            \"country\": 1,\r\n            \"pin\": \"400056\",\r\n            \"phone1\": \"9740506709\",\r\n            \"phone2\": \"9353324334\",\r\n            \"extnno\": \"234\",\r\n            \"fax\": \"123456\",\r\n            \"mobile\": \"9876543210\",\r\n            \"email\": \"tesr@gmail.com\",\r\n            \"name\": \"testname\",\r\n            \"addressType\": \"presentaddress\",\r\n            \"companyId\": 1,\r\n            \"recordId\": \"2\"\r\n        },\r\n        {\r\n            \"employeeId\": 124,\r\n            \"address1\": \"1515/63 R . A Road \",\r\n            \"address2\": \"RT nagar 2 nd cross 1 st main 6building \",\r\n            \"address3\": \"Address 3 list test for API\",\r\n            \"city\": \"Bangalore\",\r\n            \"state\": 2,\r\n            \"country\": 1,\r\n            \"pin\": \"400056\",\r\n            \"phone1\": \"9740506709\",\r\n            \"phone2\": \"9353324334\",\r\n            \"extnno\": \"234\",\r\n            \"fax\": \"123456\",\r\n            \"mobile\": \"9876543210\",\r\n            \"email\": \"tesr@gmail.com\",\r\n            \"name\": \"testname\",\r\n            \"addressType\": \"presentaddress\",\r\n            \"companyId\": 1,\r\n            \"recordId\": \"2\"\r\n        },\r\n        {\r\n            \"employeeId\": 1,\r\n            \"address1\": \"1515/63 R . A Road \",\r\n            \"address2\": \"RT nagar 2 nd cross 1 st main 6building \",\r\n            \"address3\": \"Address 3 list test for API\",\r\n            \"city\": \"Bangalore\",\r\n            \"state\": 2,\r\n            \"country\": 1,\r\n            \"pin\": \"400056\",\r\n            \"phone1\": \"9740506709\",\r\n            \"phone2\": \"9353324334\",\r\n            \"extnno\": \"234\",\r\n            \"fax\": \"123456\",\r\n            \"mobile\": \"9876543210\",\r\n            \"email\": \"tesr@gmail.com\",\r\n            \"name\": \"testname\",\r\n            \"addressType\": \"presentaddress\",\r\n            \"companyId\": 1,\r\n            \"recordId\": \"2\"\r\n        },\r\n        {\r\n            \"employeeId\": 11,\r\n            \"address1\": \"Flat F60,  Brigade Frontline,\",\r\n            \"address2\": \"Corporation No 4/1, Bannerghatta Road\",\r\n            \"address3\": null,\r\n            \"city\": \"Bangalore\",\r\n            \"state\": 1,\r\n            \"country\": 1,\r\n            \"pin\": \"560029\",\r\n            \"phone1\": null,\r\n            \"phone2\": null,\r\n            \"extnno\": null,\r\n            \"fax\": null,\r\n            \"mobile\": null,\r\n            \"email\": null,\r\n            \"name\": null,\r\n            \"addressType\": \"presentaddress\",\r\n            \"companyId\": null,\r\n            \"recordId\": null\r\n        },\r\n        {\r\n            \"employeeId\": 5,\r\n            \"address1\": null,\r\n            \"address2\": null,\r\n            \"address3\": null,\r\n            \"city\": null,\r\n            \"state\": null,\r\n            \"country\": null,\r\n            \"pin\": null,\r\n            \"phone1\": null,\r\n            \"phone2\": null,\r\n            \"extnno\": null,\r\n            \"fax\": null,\r\n            \"mobile\": null,\r\n            \"email\": null,\r\n            \"name\": \"\",\r\n            \"addressType\": \"presentaddress\",\r\n            \"companyId\": null,\r\n            \"recordId\": null\r\n        },\r\n        {\r\n            \"employeeId\": 6,\r\n            \"address1\": \"1515/63 R . A Road \",\r\n            \"address2\": \"RT nagar 2 nd cross 1 st main 6building \",\r\n            \"address3\": \"Address 3 list test for API\",\r\n            \"city\": \"Bangalore\",\r\n            \"state\": 2,\r\n            \"country\": 1,\r\n            \"pin\": \"400056\",\r\n            \"phone1\": \"9740506709\",\r\n            \"phone2\": \"9353324334\",\r\n            \"extnno\": \"234\",\r\n            \"fax\": \"123456\",\r\n            \"mobile\": \"9876543210\",\r\n            \"email\": \"tesr@gmail.com\",\r\n            \"name\": \"testname\",\r\n            \"addressType\": \"presentaddress\",\r\n            \"companyId\": 1,\r\n            \"recordId\": \"2\"\r\n        }\r\n    ],\r\n    \"pages\": {\r\n        \"totalPages\": 1,\r\n        \"totalElements\": 7,\r\n        \"size\": 25,\r\n        \"empty\": false,\r\n        \"hasNext\": false,\r\n        \"hasPrevious\": false,\r\n        \"first\": true,\r\n        \"last\": true,\r\n        \"sort\": {\r\n            \"sorted\": true,\r\n            \"unsorted\": false,\r\n            \"empty\": false\r\n        }\r\n    }\r\n}"}],"_postman_id":"fcc93925-a830-4832-862e-dc8edde572fb"},{"name":"Get Employee Address Details","id":"69ee0d29-0233-411e-b253-03389bafdeda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/addresses/{address-type}","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","addresses","{address-type}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"71e3cf77-5d36-4712-b5f8-e87cd0ad0f4e","name":"Get Employee Address Details","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/11/addresses/presentaddress"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"employeeId\": 11,\n    \"address1\": \"1515/63 R . A Road \",\n    \"address2\": \"RT nagar 2 nd cross 1 st main 6building \",\n    \"address3\": \"Address 3 list test for API\",\n    \"city\": \"Bangalore\",\n    \"state\": 2,\n    \"country\": 1,\n    \"pin\": \"400056\",\n    \"phone1\": \"9740506709\",\n    \"phone2\": \"9353324334\",\n    \"extnno\": \"234\",\n    \"fax\": \"123456\",\n    \"mobile\": \"9876543210\",\n    \"email\": \"tesr@gmail.com\",\n    \"name\": \"testname\",\n    \"addressType\": \"presentaddress\",\n    \"companyId\": 1,\n    \"recordId\": \"2\"\n}"}],"_postman_id":"69ee0d29-0233-411e-b253-03389bafdeda"},{"name":"Update Employee Address Details","id":"3571dd06-ac74-438f-b06e-2b29dd6789a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n\"address1\":\"1515/63 R . A Road \",\r\n\"address2\":\"RT nagar 2 nd cross 1 st main 6building \",\r\n\"address3\":\"Address 3 list test for API\",\r\n\"city\":\"Bangalore\",\r\n\"state\":\"2\",\r\n\"country\":\"1\",\r\n\"pin\":\"400056\",\r\n\"phone1\":\"9740506709\",\r\n\"phone2\":\"9353324334\",\r\n\"extnno\":\"234\",\r\n\"fax\":\"123456\",\r\n\"mobile\":\"9876543210\",\r\n\"email\":\"tesr@gmail.com\",\r\n\"name\":\"testname\",\r\n\"companyId\":\"1\",\r\n\"recordId\":\"2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/addresses/{address-type}","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","addresses","{address-type}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"5e6609d4-4096-4519-8a5e-31b3ff23e2c4","name":"Update Employee Address Details","originalRequest":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n\"address1\":\"1515/63 R . A Road \",\r\n\"address2\":\"RT nagar 2 nd cross 1 st main 6building \",\r\n\"address3\":\"Address 3 list test for API\",\r\n\"city\":\"Bangalore\",\r\n\"state\":\"2\",\r\n\"country\":\"1\",\r\n\"pin\":\"400056\",\r\n\"phone1\":\"9740506709\",\r\n\"phone2\":\"9353324334\",\r\n\"extnno\":\"234\",\r\n\"fax\":\"123456\",\r\n\"mobile\":\"9876543210\",\r\n\"email\":\"tesr@gmail.com\",\r\n\"name\":\"testname\",\r\n\"companyId\":\"1\",\r\n\"recordId\":\"2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/6/addresses/presentaddress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"3571dd06-ac74-438f-b06e-2b29dd6789a8"},{"name":"Delete Employee Address Details","id":"ebb1d435-a698-45f9-91d4-394b9fbcceb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/addresses/{address-type}","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","addresses","{address-type}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"7e7ca8ac-ad51-4e3a-9627-8c337c3193c0","name":"Delete Employee Address Details","originalRequest":{"method":"DELETE","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/employee/v2/employees/11/addresses/emergencyaddress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"ebb1d435-a698-45f9-91d4-394b9fbcceb3"}],"id":"8012428f-c3e8-4369-86f4-24b781e2c684","description":"<p>Get Employee Address Details API gets the address details of employee by passing the employeeId and the address-type.</p>\n<h1 id=\"list-of-address-types\">List of Address-Types</h1>\n<ul>\n    <li>presentaddress</li>\n    <li>contactaddress</li>\n    <li>emergencyaddress</li>\n    <li>spouseaddress</li>\n    <li>permanentaddress</li>\n</ul>\n\n\n","event":[{"listen":"prerequest","script":{"id":"3d04fba3-3aeb-4c21-b66f-027174ad9189","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"86aa1a38-6010-47d4-a1cc-b94f4041fe49","type":"text/javascript","exec":[""]}}],"_postman_id":"8012428f-c3e8-4369-86f4-24b781e2c684"},{"name":"Employee Statutory","item":[{"name":"Get All Employee Statutory Details","id":"68147994-0882-4b13-b617-463d14f369fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/statutory/india","description":"<p>Get Employee Statutory Details API gets the statutory details of employee by passing the employeeId.</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","statutory","india"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"7f70cf9d-7f91-469d-805f-bf151e14a5d5","name":"Get All Employee Statutory Details","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/statutory/india"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"employeeId\": 127,\r\n            \"birthplace\": \"Bengaluru\",\r\n            \"fatherName\": \"Subramani R\",\r\n            \"motherName\": \"Kavitha\",\r\n            \"nationality\": 1,\r\n            \"dispensary\": null,\r\n            \"disabled\": true,\r\n            \"expatriate\": false,\r\n            \"exempted\": false,\r\n            \"disabilityType\": 3,\r\n            \"religion\": 4,\r\n            \"residentialStatus\": 2,\r\n            \"countryOfOrigin\": 1,\r\n            \"isDirector\": false\r\n        },\r\n        {\r\n            \"employeeId\": 6,\r\n            \"birthplace\": \"Bengaluru\",\r\n            \"fatherName\": \"Father Name\",\r\n            \"motherName\": \"MotherName\",\r\n            \"nationality\": 1,\r\n            \"dispensary\": null,\r\n            \"disabled\": true,\r\n            \"expatriate\": false,\r\n            \"exempted\": false,\r\n            \"disabilityType\": 3,\r\n            \"religion\": 4,\r\n            \"residentialStatus\": 2,\r\n            \"countryOfOrigin\": 1,\r\n            \"isDirector\": false\r\n        },\r\n        {\r\n            \"employeeId\": 205,\r\n            \"birthplace\": \"Bengaluru\",\r\n            \"fatherName\": \"Father Name\",\r\n            \"motherName\": \"MotherName\",\r\n            \"nationality\": 1,\r\n            \"dispensary\": null,\r\n            \"disabled\": true,\r\n            \"expatriate\": false,\r\n            \"exempted\": false,\r\n            \"disabilityType\": 3,\r\n            \"religion\": 4,\r\n            \"residentialStatus\": 2,\r\n            \"countryOfOrigin\": 1,\r\n            \"isDirector\": false\r\n        },\r\n        {\r\n            \"employeeId\": 135,\r\n            \"birthplace\": \"Bengaluru\",\r\n            \"fatherName\": \"Subramani R\",\r\n            \"motherName\": \"Kavitha\",\r\n            \"nationality\": 1,\r\n            \"dispensary\": null,\r\n            \"disabled\": true,\r\n            \"expatriate\": false,\r\n            \"exempted\": false,\r\n            \"disabilityType\": 3,\r\n            \"religion\": 4,\r\n            \"residentialStatus\": 2,\r\n            \"countryOfOrigin\": 1,\r\n            \"isDirector\": false\r\n        },\r\n        {\r\n            \"employeeId\": 208,\r\n            \"birthplace\": \"Bengaluru\",\r\n            \"fatherName\": \"Father Name\",\r\n            \"motherName\": \"MotherName\",\r\n            \"nationality\": 1,\r\n            \"dispensary\": null,\r\n            \"disabled\": true,\r\n            \"expatriate\": false,\r\n            \"exempted\": false,\r\n            \"disabilityType\": 3,\r\n            \"religion\": 4,\r\n            \"residentialStatus\": 2,\r\n            \"countryOfOrigin\": 1,\r\n            \"isDirector\": false\r\n        },\r\n        {\r\n            \"employeeId\": 124,\r\n            \"birthplace\": \"Bengaluru\",\r\n            \"fatherName\": \"Father Name\",\r\n            \"motherName\": \"MotherName\",\r\n            \"nationality\": 1,\r\n            \"dispensary\": null,\r\n            \"disabled\": true,\r\n            \"expatriate\": false,\r\n            \"exempted\": false,\r\n            \"disabilityType\": 3,\r\n            \"religion\": 4,\r\n            \"residentialStatus\": 2,\r\n            \"countryOfOrigin\": 1,\r\n            \"isDirector\": false\r\n        },\r\n        {\r\n            \"employeeId\": 152,\r\n            \"birthplace\": \"Bengaluru\",\r\n            \"fatherName\": \"Father Name\",\r\n            \"motherName\": \"MotherName\",\r\n            \"nationality\": 1,\r\n            \"dispensary\": null,\r\n            \"disabled\": true,\r\n            \"expatriate\": false,\r\n            \"exempted\": false,\r\n            \"disabilityType\": 3,\r\n            \"religion\": 4,\r\n            \"residentialStatus\": 2,\r\n            \"countryOfOrigin\": 1,\r\n            \"isDirector\": false\r\n        },\r\n        {\r\n            \"employeeId\": 5,\r\n            \"birthplace\": \"Bengaluru\",\r\n            \"fatherName\": \"Father Name\",\r\n            \"motherName\": \"MotherName\",\r\n            \"nationality\": 1,\r\n            \"dispensary\": null,\r\n            \"disabled\": true,\r\n            \"expatriate\": false,\r\n            \"exempted\": false,\r\n            \"disabilityType\": 3,\r\n            \"religion\": 4,\r\n            \"residentialStatus\": 2,\r\n            \"countryOfOrigin\": 1,\r\n            \"isDirector\": false\r\n        },\r\n        {\r\n            \"employeeId\": 164,\r\n            \"birthplace\": null,\r\n            \"fatherName\": null,\r\n            \"motherName\": null,\r\n            \"nationality\": null,\r\n            \"dispensary\": null,\r\n            \"disabled\": false,\r\n            \"expatriate\": false,\r\n            \"exempted\": null,\r\n            \"disabilityType\": null,\r\n            \"religion\": null,\r\n            \"residentialStatus\": null,\r\n            \"countryOfOrigin\": null,\r\n            \"isDirector\": false\r\n        },\r\n        {\r\n            \"employeeId\": 212,\r\n            \"birthplace\": null,\r\n            \"fatherName\": null,\r\n            \"motherName\": null,\r\n            \"nationality\": null,\r\n            \"dispensary\": null,\r\n            \"disabled\": null,\r\n            \"expatriate\": null,\r\n            \"exempted\": null,\r\n            \"disabilityType\": null,\r\n            \"religion\": null,\r\n            \"residentialStatus\": null,\r\n            \"countryOfOrigin\": null,\r\n            \"isDirector\": null\r\n        },\r\n        {\r\n            \"employeeId\": 196,\r\n            \"birthplace\": \"Bengaluru\",\r\n            \"fatherName\": \"Subramani R\",\r\n            \"motherName\": \"Kavitha\",\r\n            \"nationality\": 1,\r\n            \"dispensary\": null,\r\n            \"disabled\": true,\r\n            \"expatriate\": true,\r\n            \"exempted\": false,\r\n            \"disabilityType\": 1,\r\n            \"religion\": 4,\r\n            \"residentialStatus\": 2,\r\n            \"countryOfOrigin\": 1,\r\n            \"isDirector\": false\r\n        },\r\n        {\r\n            \"employeeId\": 137,\r\n            \"birthplace\": \"Bengaluru\",\r\n            \"fatherName\": \"Subramani\",\r\n            \"motherName\": \"Kavitha\",\r\n            \"nationality\": 1,\r\n            \"dispensary\": null,\r\n            \"disabled\": true,\r\n            \"expatriate\": false,\r\n            \"exempted\": false,\r\n            \"disabilityType\": 3,\r\n            \"religion\": 4,\r\n            \"residentialStatus\": 2,\r\n            \"countryOfOrigin\": 1,\r\n            \"isDirector\": false\r\n        },\r\n        {\r\n            \"employeeId\": 178,\r\n            \"birthplace\": null,\r\n            \"fatherName\": null,\r\n            \"motherName\": null,\r\n            \"nationality\": null,\r\n            \"dispensary\": null,\r\n            \"disabled\": false,\r\n            \"expatriate\": false,\r\n            \"exempted\": null,\r\n            \"disabilityType\": null,\r\n            \"religion\": null,\r\n            \"residentialStatus\": null,\r\n            \"countryOfOrigin\": null,\r\n            \"isDirector\": false\r\n        },\r\n        {\r\n            \"employeeId\": 110,\r\n            \"birthplace\": \"Bangalore\",\r\n            \"fatherName\": \"Muniyappa P\",\r\n            \"motherName\": null,\r\n            \"nationality\": 1,\r\n            \"dispensary\": null,\r\n            \"disabled\": false,\r\n            \"expatriate\": false,\r\n            \"exempted\": null,\r\n            \"disabilityType\": null,\r\n            \"religion\": 1,\r\n            \"residentialStatus\": 1,\r\n            \"countryOfOrigin\": 1,\r\n            \"isDirector\": false\r\n        },\r\n        {\r\n            \"employeeId\": 11,\r\n            \"birthplace\": \"Delhi\",\r\n            \"fatherName\": \"adsksjd\",\r\n            \"motherName\": null,\r\n            \"nationality\": 1,\r\n            \"dispensary\": null,\r\n            \"disabled\": false,\r\n            \"expatriate\": false,\r\n            \"exempted\": null,\r\n            \"disabilityType\": null,\r\n            \"religion\": 1,\r\n            \"residentialStatus\": 1,\r\n            \"countryOfOrigin\": null,\r\n            \"isDirector\": false\r\n        },\r\n        {\r\n            \"employeeId\": 1,\r\n            \"birthplace\": null,\r\n            \"fatherName\": \"\",\r\n            \"motherName\": null,\r\n            \"nationality\": null,\r\n            \"dispensary\": null,\r\n            \"disabled\": false,\r\n            \"expatriate\": false,\r\n            \"exempted\": null,\r\n            \"disabilityType\": null,\r\n            \"religion\": null,\r\n            \"residentialStatus\": null,\r\n            \"countryOfOrigin\": null,\r\n            \"isDirector\": false\r\n        },\r\n        {\r\n            \"employeeId\": 197,\r\n            \"birthplace\": null,\r\n            \"fatherName\": null,\r\n            \"motherName\": null,\r\n            \"nationality\": null,\r\n            \"dispensary\": null,\r\n            \"disabled\": null,\r\n            \"expatriate\": null,\r\n            \"exempted\": null,\r\n            \"disabilityType\": null,\r\n            \"religion\": null,\r\n            \"residentialStatus\": null,\r\n            \"countryOfOrigin\": null,\r\n            \"isDirector\": null\r\n        },\r\n        {\r\n            \"employeeId\": 199,\r\n            \"birthplace\": null,\r\n            \"fatherName\": null,\r\n            \"motherName\": null,\r\n            \"nationality\": null,\r\n            \"dispensary\": null,\r\n            \"disabled\": null,\r\n            \"expatriate\": null,\r\n            \"exempted\": null,\r\n            \"disabilityType\": null,\r\n            \"religion\": null,\r\n            \"residentialStatus\": null,\r\n            \"countryOfOrigin\": null,\r\n            \"isDirector\": null\r\n        },\r\n        {\r\n            \"employeeId\": 198,\r\n            \"birthplace\": null,\r\n            \"fatherName\": null,\r\n            \"motherName\": null,\r\n            \"nationality\": null,\r\n            \"dispensary\": null,\r\n            \"disabled\": null,\r\n            \"expatriate\": null,\r\n            \"exempted\": null,\r\n            \"disabilityType\": null,\r\n            \"religion\": null,\r\n            \"residentialStatus\": null,\r\n            \"countryOfOrigin\": null,\r\n            \"isDirector\": null\r\n        },\r\n        {\r\n            \"employeeId\": 201,\r\n            \"birthplace\": null,\r\n            \"fatherName\": null,\r\n            \"motherName\": null,\r\n            \"nationality\": null,\r\n            \"dispensary\": null,\r\n            \"disabled\": null,\r\n            \"expatriate\": null,\r\n            \"exempted\": null,\r\n            \"disabilityType\": null,\r\n            \"religion\": null,\r\n            \"residentialStatus\": null,\r\n            \"countryOfOrigin\": null,\r\n            \"isDirector\": null\r\n        },\r\n        {\r\n            \"employeeId\": 200,\r\n            \"birthplace\": null,\r\n            \"fatherName\": null,\r\n            \"motherName\": null,\r\n            \"nationality\": null,\r\n            \"dispensary\": null,\r\n            \"disabled\": null,\r\n            \"expatriate\": null,\r\n            \"exempted\": null,\r\n            \"disabilityType\": null,\r\n            \"religion\": null,\r\n            \"residentialStatus\": null,\r\n            \"countryOfOrigin\": null,\r\n            \"isDirector\": null\r\n        }\r\n    ],\r\n    \"pages\": {\r\n        \"totalPages\": 1,\r\n        \"totalElements\": 21,\r\n        \"size\": 25,\r\n        \"empty\": false,\r\n        \"hasNext\": false,\r\n        \"hasPrevious\": false,\r\n        \"first\": true,\r\n        \"last\": true,\r\n        \"sort\": {\r\n            \"unsorted\": false,\r\n            \"sorted\": true,\r\n            \"empty\": false\r\n        }\r\n    }\r\n}"}],"_postman_id":"68147994-0882-4b13-b617-463d14f369fe"},{"name":"Get Employee Statutory Details","id":"0fab5486-1920-47cb-84a9-c4ee5845538f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/statutory/india","description":"<p>Get Employee Statutory Details API gets the statutory details of employee by passing the employeeId.</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","statutory","india"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"bbfac1a8-9e03-442c-aa61-f01245ddecf6","name":"Get Employee Statutory Details","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/11/statutory/india"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"employeeId\": 11,\n    \"birthplace\": \"Bengaluru\",\n    \"fatherName\": \"Father Name\",\n    \"motherName\": \"MotherName\",\n    \"nationality\": 1,\n    \"dispensary\": null,\n    \"disabled\": true,\n    \"expatriate\": false,\n    \"exempted\": false,\n    \"disabilityType\": 3,\n    \"religion\": 4,\n    \"residentialStatus\": 2,\n    \"countryOfOrigin\": 1,\n    \"isDirector\": false\n}"}],"_postman_id":"0fab5486-1920-47cb-84a9-c4ee5845538f"},{"name":"Update Employee Statutory Details","id":"18649b90-c4ea-42ea-8d36-8ab3598c5c49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\"birthplace\":\"Bengaluru\",\r\n\"fatherName\":\"Subramani\",\r\n\"motherName\":\"Kavitha\",\r\n\"nationality\":\"1\",\r\n\"disabilityType\":\"3\",\r\n\"religion\":\"4\",\r\n\"exempted\":false,\r\n\"residentialStatus\":\"2\",\r\n\"countryOfOrigin\":\"1\",\r\n\"isDirector\":false,\r\n\"expatriate\":false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/statutory/india","description":"<p>Update Employee Statutory Details</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","statutory","india"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"b443b0e2-fd3a-4ca5-9585-724509f64811","name":"Update Employee Statutory Details","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\"birthplace\":\"Bengaluru\",\r\n\"fatherName\":\"Subramani\",\r\n\"motherName\":\"Kavitha\",\r\n\"nationality\":\"1\",\r\n\"disabilityType\":\"3\",\r\n\"religion\":\"4\",\r\n\"exempted\":false,\r\n\"residentialStatus\":\"2\",\r\n\"countryOfOrigin\":\"1\",\r\n\"isDirector\":false,\r\n\"expatriate\":false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/11/statutory/india"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"18649b90-c4ea-42ea-8d36-8ab3598c5c49"}],"id":"52571c63-75ac-4ace-ab2d-e3c95620a7a2","event":[{"listen":"prerequest","script":{"id":"71296dc2-1f53-4672-8b70-3e0da3581f42","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b4d641eb-b736-49b9-beae-a8441e908a54","type":"text/javascript","exec":[""]}}],"_postman_id":"52571c63-75ac-4ace-ab2d-e3c95620a7a2","description":""},{"name":"Employee Orgtree","item":[{"name":"Get  Orgtree - Reporting Structure","id":"47566d9e-1b3c-4750-a6f4-e4f2c7617a76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/org-tree","urlObject":{"protocol":"https","path":["employee","v2","employees","org-tree"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"e536f733-05ae-4023-b878-1803e8901fa6","name":"Get  Orgtree - Reporting Structure","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/org-tree"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"employeeId\": 1,\n            \"orgtree\": [\n                24\n            ]\n        },\n        {\n            \"employeeId\": 5,\n            \"orgtree\": [\n                1,\n                24\n            ]\n        },\n        {\n            \"employeeId\": 6,\n            \"orgtree\": [\n                11,\n                5,\n                1,\n                24\n            ]\n        },\n        {\n            \"employeeId\": 127,\n            \"orgtree\": [\n                11,\n                5,\n                1,\n                24\n            ]\n        },\n        {\n            \"employeeId\": 208,\n            \"orgtree\": [\n                1,\n                24\n            ]\n        },\n        {\n            \"employeeId\": 11,\n            \"orgtree\": [\n                24\n            ]\n        }\n    ],\n    \"pages\": {\n        \"totalPages\": 1,\n        \"totalElements\": 6,\n        \"size\": 25,\n        \"empty\": false,\n        \"hasNext\": false,\n        \"hasPrevious\": false,\n        \"first\": true,\n        \"last\": true,\n        \"sort\": {\n            \"unsorted\": false,\n            \"sorted\": true,\n            \"empty\": false\n        }\n    }\n}"}],"_postman_id":"47566d9e-1b3c-4750-a6f4-e4f2c7617a76"},{"name":"Get Employee Manager details","id":"a3c28418-8cbe-47ec-8592-7ca89e6a0b00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/org-tree","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","org-tree"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"0fc4a30f-6ecd-4846-865b-e20d998dbcad","name":"Employee Manager details - 404 Not Found","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/4545/org-tree"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Feb 2021 12:15:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"5c75cea4-e181-4e17-84eb-3ee71417fab3"},{"key":"X-Kong-Upstream-Latency","value":"48"},{"key":"X-Kong-Proxy-Latency","value":"34"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"NOT-FOUND\",\n    \"code\": \"ORGANIZATION-EXCEPTION\",\n    \"message\": \"error.employee.organization.notfound\",\n    \"details\": null\n}"},{"id":"772cdb1f-c46f-4fd2-bfd4-1ae593db7b3b","name":"Employee Manager details - 200 OK","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/206/org-tree"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Feb 2021 12:14:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"b5932a1a-e068-4f4f-87d0-3b69d49eca23"},{"key":"X-Kong-Upstream-Latency","value":"113"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"manager\": {\n            \"employeeId\": 1,\n            \"employeeNo\": \"5002\",\n            \"name\": \"S Raj Kumar\"\n        },\n        \"level\": 0\n    },\n    {\n        \"manager\": {\n            \"employeeId\": 24,\n            \"employeeNo\": \"5001\",\n            \"name\": \"Vikram Lakshmanan\"\n        },\n        \"level\": -1\n    }\n]"}],"_postman_id":"a3c28418-8cbe-47ec-8592-7ca89e6a0b00"},{"name":"Add Employee Manager","id":"d01fcd7e-7c04-4d27-a82e-491eaace90b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n  \"managerId\": \"5\",\r\n  \"effectiveDate\":\"2020-10-05\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/org-tree","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","org-tree"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"3053261a-c80c-49c8-b4b5-d7cf3b9f8cc6","name":"Add Employee Manager -404 Employee not found","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n  \"managerId\": \"5\",\r\n  \"effectiveDate\":\"2020-10-05\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/org-tree"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"NOT-FOUND\",\n    \"code\": \"EMPLOYEE-NOT-FOUND\",\n    \"message\": \"error.employee.notfound\",\n    \"details\": null\n}"},{"id":"ddee5118-fab2-4c68-96f9-62e6df3e3ca8","name":"Add Employee Manager - 201 Created","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"managerId\": \"5\",\r\n    \"effectiveDate\": \"2020-10-05\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/org-tree"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\"id\":106}"}],"_postman_id":"d01fcd7e-7c04-4d27-a82e-491eaace90b4"},{"name":"Update Employee Manager","id":"5c94eb9e-f572-4250-83fd-68e1f3555a31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n  \"managerId\": \"5\",\r\n  \"effectiveDate\":\"2020-10-05\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/org-tree","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","org-tree"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"379d9daa-b4e9-491a-9ec6-2442995a030b","name":"Update Employee Manager - 400 Bad Request","originalRequest":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"managerId\": \"588\",\r\n    \"effectiveDate\": \"2020-10-05\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/org-tree"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"type\": \"VALIDATION-EXCEPTION\",\r\n    \"code\": \"BAD-REQUEST\",\r\n    \"message\": \"error.form.invalid\",\r\n    \"details\": [\r\n        {\r\n            \"field\": \"managerId\",\r\n            \"message\": \"Invalid Manager Id\",\r\n            \"codes\": [\r\n                \"error.managerId.invalid.empManagerForm.managerId\",\r\n                \"error.managerId.invalid.managerId\",\r\n                \"error.managerId.invalid.int\",\r\n                \"error.managerId.invalid\"\r\n            ],\r\n            \"invalidValue\": 54545\r\n        }\r\n    ]\r\n}"},{"id":"79ca8390-bf48-4fea-a591-0b1c520151ce","name":"Update Employee Manager - 200 OK","originalRequest":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n  \"managerId\": \"5\",\r\n  \"effectiveDate\":\"2020-10-05\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/org-tree"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"5c94eb9e-f572-4250-83fd-68e1f3555a31"}],"id":"8f8de2fc-8e22-4bac-9827-8dbb2e51714f","description":"<p><strong>Employee Reporting Structure</strong>\n<br />We can get the reporting structure of your employees, and also assign/update a manager to a Employee</p>\n","_postman_id":"8f8de2fc-8e22-4bac-9827-8dbb2e51714f"},{"name":"Employee Position","item":[{"name":"Get All Employee Positions details","id":"e2f8614c-e1ac-48ab-aa07-66999aff6e55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/categories","urlObject":{"protocol":"https","path":["employee","v2","employees","categories"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"4c2a0065-e36c-4ea1-be69-6164801cc0ee","name":"Get All Employee Positions details","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"employeeId\": 128,\n            \"categoryList\": [\n                {\n                    \"id\": 535,\n                    \"category\": 1,\n                    \"value\": 4,\n                    \"effectiveFrom\": \"2018-08-17\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 129,\n            \"categoryList\": [\n                {\n                    \"id\": 539,\n                    \"category\": 6,\n                    \"value\": 65,\n                    \"effectiveFrom\": \"0014-02-17\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 538,\n                    \"category\": 2,\n                    \"value\": 28,\n                    \"effectiveFrom\": \"0014-02-17\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 540,\n                    \"category\": 8,\n                    \"value\": 66,\n                    \"effectiveFrom\": \"0014-02-17\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 537,\n                    \"category\": 1,\n                    \"value\": 62,\n                    \"effectiveFrom\": \"0014-02-17\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 541,\n                    \"category\": 11,\n                    \"value\": 64,\n                    \"effectiveFrom\": \"0014-02-17\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 1,\n            \"categoryList\": [\n                {\n                    \"id\": 3,\n                    \"category\": 6,\n                    \"value\": 45,\n                    \"effectiveFrom\": \"2013-02-15\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 2,\n                    \"category\": 2,\n                    \"value\": 29,\n                    \"effectiveFrom\": \"2013-02-15\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 232,\n                    \"category\": 8,\n                    \"value\": 47,\n                    \"effectiveFrom\": \"2013-02-15\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 402,\n                    \"category\": 9,\n                    \"value\": 55,\n                    \"effectiveFrom\": \"2013-02-15\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 1,\n                    \"category\": 1,\n                    \"value\": 4,\n                    \"effectiveFrom\": \"2013-02-15\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 130,\n            \"categoryList\": [\n                {\n                    \"id\": 544,\n                    \"category\": 6,\n                    \"value\": 65,\n                    \"effectiveFrom\": \"0014-02-17\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 543,\n                    \"category\": 2,\n                    \"value\": 28,\n                    \"effectiveFrom\": \"0014-02-17\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 545,\n                    \"category\": 8,\n                    \"value\": 66,\n                    \"effectiveFrom\": \"0014-02-17\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 542,\n                    \"category\": 1,\n                    \"value\": 62,\n                    \"effectiveFrom\": \"0014-02-17\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 546,\n                    \"category\": 11,\n                    \"value\": 64,\n                    \"effectiveFrom\": \"0014-02-17\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 131,\n            \"categoryList\": [\n                {\n                    \"id\": 549,\n                    \"category\": 6,\n                    \"value\": 65,\n                    \"effectiveFrom\": \"0014-02-17\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 548,\n                    \"category\": 2,\n                    \"value\": 28,\n                    \"effectiveFrom\": \"0014-02-17\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 550,\n                    \"category\": 8,\n                    \"value\": 66,\n                    \"effectiveFrom\": \"0014-02-17\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 547,\n                    \"category\": 1,\n                    \"value\": 62,\n                    \"effectiveFrom\": \"0014-02-17\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 551,\n                    \"category\": 11,\n                    \"value\": 64,\n                    \"effectiveFrom\": \"0014-02-17\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 132,\n            \"categoryList\": [\n                {\n                    \"id\": 554,\n                    \"category\": 6,\n                    \"value\": 65,\n                    \"effectiveFrom\": \"0014-02-17\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 553,\n                    \"category\": 2,\n                    \"value\": 28,\n                    \"effectiveFrom\": \"0014-02-17\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 555,\n                    \"category\": 8,\n                    \"value\": 66,\n                    \"effectiveFrom\": \"0014-02-17\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 552,\n                    \"category\": 1,\n                    \"value\": 62,\n                    \"effectiveFrom\": \"0014-02-17\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 556,\n                    \"category\": 11,\n                    \"value\": 64,\n                    \"effectiveFrom\": \"0014-02-17\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 133,\n            \"categoryList\": [\n                {\n                    \"id\": 557,\n                    \"category\": 1,\n                    \"value\": 4,\n                    \"effectiveFrom\": \"2020-03-10\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 5,\n            \"categoryList\": [\n                {\n                    \"id\": 15,\n                    \"category\": 6,\n                    \"value\": 36,\n                    \"effectiveFrom\": \"2013-04-26\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 14,\n                    \"category\": 2,\n                    \"value\": 26,\n                    \"effectiveFrom\": \"2013-04-26\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 244,\n                    \"category\": 8,\n                    \"value\": 48,\n                    \"effectiveFrom\": \"2013-04-26\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 373,\n                    \"category\": 9,\n                    \"value\": 55,\n                    \"effectiveFrom\": \"2013-04-26\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 13,\n                    \"category\": 1,\n                    \"value\": 4,\n                    \"effectiveFrom\": \"2013-04-26\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 6,\n            \"categoryList\": [\n                {\n                    \"id\": 227,\n                    \"category\": 6,\n                    \"value\": 36,\n                    \"effectiveFrom\": \"2014-02-01\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 17,\n                    \"category\": 2,\n                    \"value\": 26,\n                    \"effectiveFrom\": \"2013-05-10\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 246,\n                    \"category\": 8,\n                    \"value\": 50,\n                    \"effectiveFrom\": \"2013-05-10\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 357,\n                    \"category\": 9,\n                    \"value\": 55,\n                    \"effectiveFrom\": \"2013-05-10\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 226,\n                    \"category\": 1,\n                    \"value\": 1,\n                    \"effectiveFrom\": \"2014-02-01\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 11,\n            \"categoryList\": [\n                {\n                    \"id\": 302,\n                    \"category\": 6,\n                    \"value\": 36,\n                    \"effectiveFrom\": \"2014-03-01\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 32,\n                    \"category\": 2,\n                    \"value\": 26,\n                    \"effectiveFrom\": \"2013-05-24\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 303,\n                    \"category\": 8,\n                    \"value\": 50,\n                    \"effectiveFrom\": \"2014-03-01\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 389,\n                    \"category\": 9,\n                    \"value\": 55,\n                    \"effectiveFrom\": \"2013-05-24\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 559,\n                    \"category\": 1,\n                    \"value\": 4,\n                    \"effectiveFrom\": \"2015-01-01\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 507,\n                    \"category\": 10,\n                    \"value\": 59,\n                    \"effectiveFrom\": \"2019-03-01\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 536,\n                    \"category\": 11,\n                    \"value\": 63,\n                    \"effectiveFrom\": \"2019-12-03\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 16,\n            \"categoryList\": [\n                {\n                    \"id\": 48,\n                    \"category\": 6,\n                    \"value\": 31,\n                    \"effectiveFrom\": \"2013-08-02\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 47,\n                    \"category\": 2,\n                    \"value\": 26,\n                    \"effectiveFrom\": \"2013-08-02\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 257,\n                    \"category\": 8,\n                    \"value\": 51,\n                    \"effectiveFrom\": \"2013-08-02\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 359,\n                    \"category\": 9,\n                    \"value\": 55,\n                    \"effectiveFrom\": \"2013-08-02\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 46,\n                    \"category\": 1,\n                    \"value\": 4,\n                    \"effectiveFrom\": \"2013-08-02\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 17,\n            \"categoryList\": [\n                {\n                    \"id\": 51,\n                    \"category\": 6,\n                    \"value\": 37,\n                    \"effectiveFrom\": \"2013-08-09\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 50,\n                    \"category\": 2,\n                    \"value\": 26,\n                    \"effectiveFrom\": \"2013-08-09\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 258,\n                    \"category\": 8,\n                    \"value\": 51,\n                    \"effectiveFrom\": \"2013-08-09\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 396,\n                    \"category\": 9,\n                    \"value\": 55,\n                    \"effectiveFrom\": \"2013-08-09\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 49,\n                    \"category\": 1,\n                    \"value\": 4,\n                    \"effectiveFrom\": \"2013-08-09\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 19,\n            \"categoryList\": [\n                {\n                    \"id\": 57,\n                    \"category\": 6,\n                    \"value\": 32,\n                    \"effectiveFrom\": \"2013-08-30\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 56,\n                    \"category\": 2,\n                    \"value\": 28,\n                    \"effectiveFrom\": \"2013-08-30\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 261,\n                    \"category\": 8,\n                    \"value\": 50,\n                    \"effectiveFrom\": \"2013-08-30\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 367,\n                    \"category\": 9,\n                    \"value\": 55,\n                    \"effectiveFrom\": \"2013-08-30\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 55,\n                    \"category\": 1,\n                    \"value\": 4,\n                    \"effectiveFrom\": \"2013-08-30\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 20,\n            \"categoryList\": [\n                {\n                    \"id\": 60,\n                    \"category\": 6,\n                    \"value\": 39,\n                    \"effectiveFrom\": \"2013-09-20\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 59,\n                    \"category\": 2,\n                    \"value\": 28,\n                    \"effectiveFrom\": \"2013-09-20\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 264,\n                    \"category\": 8,\n                    \"value\": 51,\n                    \"effectiveFrom\": \"2013-09-20\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 58,\n                    \"category\": 1,\n                    \"value\": 4,\n                    \"effectiveFrom\": \"2013-09-20\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 21,\n            \"categoryList\": [\n                {\n                    \"id\": 63,\n                    \"category\": 6,\n                    \"value\": 31,\n                    \"effectiveFrom\": \"2013-09-27\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 62,\n                    \"category\": 2,\n                    \"value\": 26,\n                    \"effectiveFrom\": \"2013-09-27\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 265,\n                    \"category\": 8,\n                    \"value\": 51,\n                    \"effectiveFrom\": \"2013-09-27\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 413,\n                    \"category\": 9,\n                    \"value\": 55,\n                    \"effectiveFrom\": \"2013-09-27\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 225,\n                    \"category\": 1,\n                    \"value\": 18,\n                    \"effectiveFrom\": \"2014-02-01\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 24,\n            \"categoryList\": [\n                {\n                    \"id\": 72,\n                    \"category\": 6,\n                    \"value\": 45,\n                    \"effectiveFrom\": \"2013-02-15\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 71,\n                    \"category\": 2,\n                    \"value\": 29,\n                    \"effectiveFrom\": \"2013-02-15\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 231,\n                    \"category\": 8,\n                    \"value\": 47,\n                    \"effectiveFrom\": \"2013-02-15\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 363,\n                    \"category\": 9,\n                    \"value\": 55,\n                    \"effectiveFrom\": \"2013-02-15\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 345,\n                    \"category\": 1,\n                    \"value\": 3,\n                    \"effectiveFrom\": \"2016-02-01\",\n                    \"effectiveTo\": \"2016-02-29\"\n                }\n            ]\n        },\n        {\n            \"employeeId\": 25,\n            \"categoryList\": [\n                {\n                    \"id\": 75,\n                    \"category\": 6,\n                    \"value\": 42,\n                    \"effectiveFrom\": \"2013-02-15\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 74,\n                    \"category\": 2,\n                    \"value\": 29,\n                    \"effectiveFrom\": \"2013-02-15\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 233,\n                    \"category\": 8,\n                    \"value\": 47,\n                    \"effectiveFrom\": \"2013-02-15\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 386,\n                    \"category\": 9,\n                    \"value\": 55,\n                    \"effectiveFrom\": \"2013-02-15\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 73,\n                    \"category\": 1,\n                    \"value\": 4,\n                    \"effectiveFrom\": \"2013-02-15\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 71,\n            \"categoryList\": [\n                {\n                    \"id\": 213,\n                    \"category\": 6,\n                    \"value\": 31,\n                    \"effectiveFrom\": \"2014-02-25\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 212,\n                    \"category\": 2,\n                    \"value\": 26,\n                    \"effectiveFrom\": \"2014-02-25\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 300,\n                    \"category\": 8,\n                    \"value\": 51,\n                    \"effectiveFrom\": \"2014-02-25\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 379,\n                    \"category\": 9,\n                    \"value\": 55,\n                    \"effectiveFrom\": \"2014-05-30\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 211,\n                    \"category\": 1,\n                    \"value\": 4,\n                    \"effectiveFrom\": \"2014-02-25\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 206,\n            \"categoryList\": [\n                {\n                    \"id\": 566,\n                    \"category\": 6,\n                    \"value\": 31,\n                    \"effectiveFrom\": \"2021-02-19\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 565,\n                    \"category\": 2,\n                    \"value\": 28,\n                    \"effectiveFrom\": \"2021-02-19\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 564,\n                    \"category\": 1,\n                    \"value\": 12,\n                    \"effectiveFrom\": \"2021-02-19\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 207,\n            \"categoryList\": [\n                {\n                    \"id\": 563,\n                    \"category\": 6,\n                    \"value\": 31,\n                    \"effectiveFrom\": \"2021-02-19\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 562,\n                    \"category\": 2,\n                    \"value\": 28,\n                    \"effectiveFrom\": \"2021-02-19\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 561,\n                    \"category\": 1,\n                    \"value\": 12,\n                    \"effectiveFrom\": \"2021-02-19\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 210,\n            \"categoryList\": [\n                {\n                    \"id\": 569,\n                    \"category\": 6,\n                    \"value\": 31,\n                    \"effectiveFrom\": \"2021-02-19\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 568,\n                    \"category\": 2,\n                    \"value\": 28,\n                    \"effectiveFrom\": \"2021-02-19\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 567,\n                    \"category\": 1,\n                    \"value\": 12,\n                    \"effectiveFrom\": \"2021-02-19\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 83,\n            \"categoryList\": [\n                {\n                    \"id\": 342,\n                    \"category\": 6,\n                    \"value\": 40,\n                    \"effectiveFrom\": \"2015-08-23\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 341,\n                    \"category\": 2,\n                    \"value\": 29,\n                    \"effectiveFrom\": \"2015-08-23\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 343,\n                    \"category\": 8,\n                    \"value\": 47,\n                    \"effectiveFrom\": \"2015-08-23\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 340,\n                    \"category\": 1,\n                    \"value\": 12,\n                    \"effectiveFrom\": \"2015-08-23\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 85,\n            \"categoryList\": [\n                {\n                    \"id\": 347,\n                    \"category\": 2,\n                    \"value\": 54,\n                    \"effectiveFrom\": \"2016-04-07\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 346,\n                    \"category\": 1,\n                    \"value\": 24,\n                    \"effectiveFrom\": \"2016-04-07\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 89,\n            \"categoryList\": [\n                {\n                    \"id\": 420,\n                    \"category\": 6,\n                    \"value\": 31,\n                    \"effectiveFrom\": \"2016-11-07\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 419,\n                    \"category\": 2,\n                    \"value\": 26,\n                    \"effectiveFrom\": \"2016-11-07\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 421,\n                    \"category\": 8,\n                    \"value\": 47,\n                    \"effectiveFrom\": \"2016-11-07\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 422,\n                    \"category\": 9,\n                    \"value\": 55,\n                    \"effectiveFrom\": \"2016-11-07\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 418,\n                    \"category\": 1,\n                    \"value\": 4,\n                    \"effectiveFrom\": \"2016-11-07\",\n                    \"effectiveTo\": null\n                }\n            ]\n        },\n        {\n            \"employeeId\": 90,\n            \"categoryList\": [\n                {\n                    \"id\": 425,\n                    \"category\": 6,\n                    \"value\": 31,\n                    \"effectiveFrom\": \"2016-06-01\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 424,\n                    \"category\": 2,\n                    \"value\": 26,\n                    \"effectiveFrom\": \"2016-06-01\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 426,\n                    \"category\": 8,\n                    \"value\": 49,\n                    \"effectiveFrom\": \"2016-06-01\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 427,\n                    \"category\": 9,\n                    \"value\": 55,\n                    \"effectiveFrom\": \"2016-06-01\",\n                    \"effectiveTo\": null\n                },\n                {\n                    \"id\": 423,\n                    \"category\": 1,\n                    \"value\": 4,\n                    \"effectiveFrom\": \"2016-06-01\",\n                    \"effectiveTo\": null\n                }\n            ]\n        }\n    ],\n    \"pages\": {\n        \"totalPages\": 3,\n        \"totalElements\": 59,\n        \"size\": 25,\n        \"empty\": false,\n        \"hasNext\": true,\n        \"hasPrevious\": false,\n        \"first\": true,\n        \"last\": false,\n        \"sort\": {\n            \"sorted\": true,\n            \"unsorted\": false,\n            \"empty\": false\n        }\n    }\n}"}],"_postman_id":"e2f8614c-e1ac-48ab-aa07-66999aff6e55"},{"name":"Get Employee Positions Details","id":"eafdf4b9-0738-4537-9610-91c9fd469e77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/categories","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","categories"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"ab2a3933-d129-456e-8a48-1c4438990513","name":"Get Employee Positions - 200 OK","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/categories"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id\": 567,\r\n        \"category\": 1,\r\n        \"value\": 12,\r\n        \"effectiveFrom\": \"2021-02-19\",\r\n        \"effectiveTo\": null\r\n    },\r\n    {\r\n        \"id\": 568,\r\n        \"category\": 2,\r\n        \"value\": 28,\r\n        \"effectiveFrom\": \"2021-02-19\",\r\n        \"effectiveTo\": null\r\n    },\r\n    {\r\n        \"id\": 569,\r\n        \"category\": 6,\r\n        \"value\": 31,\r\n        \"effectiveFrom\": \"2021-02-19\",\r\n        \"effectiveTo\": null\r\n    }\r\n]"}],"_postman_id":"eafdf4b9-0738-4537-9610-91c9fd469e77"},{"name":"Add Employee Positions","id":"ef64daf5-086e-4e0c-84c7-04ef12416842","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"list\":[\r\n      {\r\n         \"category\":1,\r\n         \"value\":12,\r\n         \"effectiveDate\":\"2021-02-19\"\r\n      },\r\n      {\r\n         \"category\":2,\r\n         \"value\":28,\r\n         \"effectiveDate\":\"2021-02-19\"\r\n      },\r\n      {\r\n        \"category\":6,\r\n         \"value\":31,\r\n         \"effectiveDate\":\"2021-02-19\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/categories","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","categories"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"170f6374-abab-4098-a02c-802c44ef5602","name":"Add Employee Positions - 201 Created","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"list\":[\r\n      {\r\n         \"category\":1,\r\n         \"value\":12,\r\n         \"effectiveDate\":\"2021-02-19\"\r\n      },\r\n      {\r\n         \"category\":2,\r\n         \"value\":28,\r\n         \"effectiveDate\":\"2021-02-19\"\r\n      },\r\n      {\r\n        \"category\":6,\r\n         \"value\":31,\r\n         \"effectiveDate\":\"2021-02-19\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/categories"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\"id\":\"[567, 568, 569]\"}"},{"id":"649af32c-1fa1-4512-bf25-bb8840fb6e37","name":"Add Employee Positions - 409 Conflict","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"list\":[\r\n      {\r\n         \"category\":1,\r\n         \"value\":12,\r\n         \"effectiveDate\":\"2021-02-19\"\r\n      },\r\n      {\r\n         \"category\":2,\r\n         \"value\":28,\r\n         \"effectiveDate\":\"2021-02-19\"\r\n      },\r\n      {\r\n        \"category\":6,\r\n         \"value\":31,\r\n         \"effectiveDate\":\"2021-02-19\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/categories"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"VALIDATION-EXCEPTION\",\n    \"code\": \"CATEGORY-EXIST\",\n    \"message\": \"Employee current category has same values\",\n    \"details\": null\n}"}],"_postman_id":"ef64daf5-086e-4e0c-84c7-04ef12416842"},{"name":"Update Employee Position","id":"68cc629b-88b5-4804-963a-f697c1092e53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","value":"Access Token"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n   \"list\":[\r\n      {\r\n         \"category\":1,\r\n         \"value\":12,\r\n         \"effectiveDate\":\"2021-02-19\"\r\n      },\r\n      {\r\n         \"category\":2,\r\n         \"value\":28,\r\n         \"effectiveDate\":\"2021-02-19\"\r\n      },\r\n      {\r\n        \"category\":6,\r\n         \"value\":31,\r\n         \"effectiveDate\":\"2021-02-19\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/categories","description":"<p>This API streamlines the process of updating employee category details within the system. Refer to the following list of fields required for seamless updating.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>employeeId</code></td>\n<td>Yes</td>\n<td>The employee ID is mapped to the new category to be added</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body-parameters\">Request Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Category</code></td>\n<td>Integer</td>\n<td>The category helps to find one category to be added from many available categories.</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td><code>Value</code></td>\n<td>Integer</td>\n<td>Value helps to find one value to set to a category from many available values.</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td><code>EffectiveFrom</code></td>\n<td>String</td>\n<td>Date from when the given category and its value are effective  <br />  <br /><strong>Date Format: YYYY-MM-DD.</strong></td>\n<td><code>true</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","categories"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"84eba87c-5027-4108-9247-81f23d1d81d2","name":"Update Employee Position","originalRequest":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","value":"Access Token"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n   \"list\":[\r\n      {\r\n         \"category\":1,\r\n         \"value\":12,\r\n         \"effectiveDate\":\"2021-02-19\"\r\n      },\r\n      {\r\n         \"category\":2,\r\n         \"value\":28,\r\n         \"effectiveDate\":\"2021-02-19\"\r\n      },\r\n      {\r\n        \"category\":6,\r\n         \"value\":31,\r\n         \"effectiveDate\":\"2021-02-19\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/categories"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"68cc629b-88b5-4804-963a-f697c1092e53"}],"id":"70446c3d-c3c2-4c63-8396-287c863187ea","_postman_id":"70446c3d-c3c2-4c63-8396-287c863187ea","description":""},{"name":"Employee Bank","item":[{"name":"Get All Employee Bank Details","id":"c8a2248d-04e7-4c21-b9d6-d5caec5fc85f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/bank","urlObject":{"protocol":"https","path":["employee","v2","employees","bank"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"44fc47bf-25e3-4ab4-91b0-8829ceaeaf47","name":"Get All Employee Bank Details","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/bank"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"employeeId\": 11,\r\n            \"bankAccountNumber\": \"00050425018\",\r\n            \"accountType\": 1,\r\n            \"bankName\": 1,\r\n            \"bankBranch\": 1,\r\n            \"branchCode\": \"1234567\",\r\n            \"salaryPaymentMode\": 2,\r\n            \"ddPayableAt\": null,\r\n            \"nameAsPerBank\": null\r\n        },\r\n        {\r\n            \"employeeId\": 1,\r\n            \"bankAccountNumber\": \"00050425002\",\r\n            \"accountType\": 1,\r\n            \"bankName\": 1,\r\n            \"bankBranch\": 1,\r\n            \"branchCode\": \"1234567\",\r\n            \"salaryPaymentMode\": 2,\r\n            \"ddPayableAt\": null,\r\n            \"nameAsPerBank\": null\r\n        },\r\n        {\r\n            \"employeeId\": 5,\r\n            \"bankAccountNumber\": \"00050425014\",\r\n            \"accountType\": 1,\r\n            \"bankName\": 1,\r\n            \"bankBranch\": 1,\r\n            \"branchCode\": \"1234567\",\r\n            \"salaryPaymentMode\": 2,\r\n            \"ddPayableAt\": null,\r\n            \"nameAsPerBank\": null\r\n        },\r\n        {\r\n            \"employeeId\": 6,\r\n            \"bankAccountNumber\": \"00050425016\",\r\n            \"accountType\": 1,\r\n            \"bankName\": 1,\r\n            \"bankBranch\": 1,\r\n            \"branchCode\": \"1234567\",\r\n            \"salaryPaymentMode\": 2,\r\n            \"ddPayableAt\": null,\r\n            \"nameAsPerBank\": null\r\n        },\r\n        {\r\n            \"employeeId\": 200,\r\n            \"bankAccountNumber\": \"00050425022\",\r\n            \"accountType\": 1,\r\n            \"bankName\": 2,\r\n            \"bankBranch\": 3,\r\n            \"branchCode\": \"ICICI000007\",\r\n            \"salaryPaymentMode\": 2,\r\n            \"ddPayableAt\": \"unknown\",\r\n            \"nameAsPerBank\": \"prabha\"\r\n        }\r\n    ],\r\n    \"pages\": {\r\n        \"totalPages\": 1,\r\n        \"totalElements\": 5,\r\n        \"size\": 50,\r\n        \"empty\": false,\r\n        \"hasNext\": false,\r\n        \"hasPrevious\": false,\r\n        \"first\": true,\r\n        \"last\": true,\r\n        \"sort\": {\r\n            \"sorted\": true,\r\n            \"unsorted\": false,\r\n            \"empty\": false\r\n        }\r\n    }\r\n}"}],"_postman_id":"c8a2248d-04e7-4c21-b9d6-d5caec5fc85f"},{"name":"Get Employee Bank Details","id":"00649286-a1a9-40f6-b46c-9c7e9a5aff0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/bank","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","bank"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"4e7343b7-b871-4f46-a244-4316d8a8aed0","name":"Get Employee Bank Details - 200 OK","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/bank"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 96,\n    \"bankAccountNumber\": \"00050425020\",\n    \"accountType\": 1,\n    \"bankName\": 2,\n    \"bankBranch\": 3,\n    \"branchCode\": \"ICICI000007\",\n    \"salaryPaymentMode\": 2,\n    \"ddPayableAt\": \"unknown\",\n    \"nameAsPerBank\": \"prabha\"\n}"},{"id":"800002f2-8a52-4854-9984-11f8d21ef15a","name":"Get Employee Bank Details - 404 Not Found","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/bank"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"NOT-FOUND\",\n    \"code\": \"EMPLOYEE-BANK-EXCEPTION\",\n    \"message\": \"error.employee.bank.notfound\",\n    \"details\": null\n}"}],"_postman_id":"00649286-a1a9-40f6-b46c-9c7e9a5aff0d"},{"name":"Add Employee Bank Details","id":"d4702685-0805-4064-9be8-7a9de9315e69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"bankAccountNumber\": \"00050425018\",\r\n    \"accountType\": \"1\",\r\n    \"branchCode\": \"ICICI000007\",\r\n    \"salaryPaymentMode\": \"2\",\r\n    \"ddPayableAt\": \"unknown\",\r\n    \"nameAsPerBank\": \"prabha\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/bank","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","bank"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"76f05ca0-8c9e-425e-83cd-97edbc3bcaa4","name":"Add Employee Bank Details - 409 Conflict","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"bankAccountNumber\": \"00050425020\",\r\n    \"accountType\": \"1\",\r\n    \"branchCode\": \"ICICI000007\",\r\n    \"salaryPaymentMode\": \"2\",\r\n    \"ddPayableAt\": \"unknown\",\r\n    \"nameAsPerBank\": \"prabha\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/bank"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"VALIDATION-EXCEPTION\",\n    \"code\": \"BANK-ACCOUNT-EXIST\",\n    \"message\": \"Bank Account exist for Employee\",\n    \"details\": null\n}"},{"id":"e64f29f4-4259-4d8f-843d-130e2eb188c7","name":"Add Employee Bank Details - 201 Created","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"bankAccountNumber\": \"00050425020\",\r\n    \"accountType\": \"1\",\r\n    \"branchCode\": \"ICICI000007\",\r\n    \"salaryPaymentMode\": \"2\",\r\n    \"ddPayableAt\": \"unknown\",\r\n    \"nameAsPerBank\": \"prabha\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/bank"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\"id\":96}"}],"_postman_id":"d4702685-0805-4064-9be8-7a9de9315e69"},{"name":"Update Employee Bank Details","id":"9069ce99-7a90-4494-bbdc-1ba751dfb203","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"bankAccountNumber\": \"00050425019\",\r\n    \"accountType\": \"1\",\r\n    \"branchCode\": \"ICICI000007\",\r\n    \"salaryPaymentMode\": \"2\",\r\n    \"ddPayableAt\": \"unknown\",\r\n    \"nameAsPerBank\": \"prabha\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/bank","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","bank"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"8661a8ee-74f2-4375-b2d4-f1023a27b54b","name":"Update Employee Bank Details - 200 OK","originalRequest":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"bankAccountNumber\": \"00050425019\",\r\n    \"accountType\": \"1\",\r\n    \"branchCode\": \"ICICI000007\",\r\n    \"salaryPaymentMode\": \"2\",\r\n    \"ddPayableAt\": \"unknown\",\r\n    \"nameAsPerBank\": \"prabha\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/bank"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"9069ce99-7a90-4494-bbdc-1ba751dfb203"}],"id":"c496a0c7-ac7b-424f-a084-8d7ffd8de0a3","_postman_id":"c496a0c7-ac7b-424f-a084-8d7ffd8de0a3","description":""},{"name":"Employee PF/ESI","item":[{"name":"Get All Employee PF & ESI details","id":"d1019d80-2a53-4653-ad87-b0fb14b84018","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/pf","description":"<p>This API endpoint is used to fetch PF/ESI &amp; UAN details for all employees.</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","pf"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"02e186c3-c748-4ca4-ae94-c8564254b575","name":"Get All Employee PF & ESI details","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/pf"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"employeeId\": 25,\n            \"pfEligible\": true,\n            \"esiEligible\": false,\n            \"pfNumber\": \"BN/BNG/1234567/000/0005003\",\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": \"2014-08-21T06:54:48.927978\",\n            \"pfExistingMember\": true,\n            \"uan\": null,\n            \"esiNumber\": null,\n            \"excessEPFContribution\": true,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 20,\n            \"pfEligible\": true,\n            \"esiEligible\": false,\n            \"pfNumber\": \"BN/BNG/1234567/000/0005035\",\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": \"2014-08-21T06:54:48.927978\",\n            \"pfExistingMember\": true,\n            \"uan\": null,\n            \"esiNumber\": null,\n            \"excessEPFContribution\": true,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 24,\n            \"pfEligible\": true,\n            \"esiEligible\": false,\n            \"pfNumber\": \"BN/BNG/1234567/000/0005001\",\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": \"2014-08-21T06:54:48.927978\",\n            \"pfExistingMember\": true,\n            \"uan\": null,\n            \"esiNumber\": null,\n            \"excessEPFContribution\": true,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 21,\n            \"pfEligible\": true,\n            \"esiEligible\": true,\n            \"pfNumber\": \"BN/BNG/1234567/000/0005036\",\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": \"2014-08-21T06:54:48.927978\",\n            \"pfExistingMember\": true,\n            \"uan\": null,\n            \"esiNumber\": null,\n            \"excessEPFContribution\": true,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 16,\n            \"pfEligible\": true,\n            \"esiEligible\": true,\n            \"pfNumber\": \"BN/BNG/1234567/000/0005028\",\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": \"2014-08-21T06:54:48.927978\",\n            \"pfExistingMember\": true,\n            \"uan\": null,\n            \"esiNumber\": null,\n            \"excessEPFContribution\": true,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 17,\n            \"pfEligible\": true,\n            \"esiEligible\": true,\n            \"pfNumber\": \"BN/BNG/1234567/000/0005029\",\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": \"2014-08-21T06:54:48.927978\",\n            \"pfExistingMember\": true,\n            \"uan\": null,\n            \"esiNumber\": null,\n            \"excessEPFContribution\": true,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 19,\n            \"pfEligible\": true,\n            \"esiEligible\": false,\n            \"pfNumber\": \"BN/BNG/1234567/000/0005032\",\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": \"2014-08-21T06:54:48.927978\",\n            \"pfExistingMember\": true,\n            \"uan\": null,\n            \"esiNumber\": null,\n            \"excessEPFContribution\": true,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 6,\n            \"pfEligible\": true,\n            \"esiEligible\": false,\n            \"pfNumber\": \"BN/BNG/1234567/000/0005016\",\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": \"2014-08-21T06:54:48.927978\",\n            \"pfExistingMember\": true,\n            \"uan\": null,\n            \"esiNumber\": null,\n            \"excessEPFContribution\": true,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 1,\n            \"pfEligible\": true,\n            \"esiEligible\": false,\n            \"pfNumber\": \"BN/BNG/1234567/000/0005002\",\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": \"2014-08-21T06:54:48.927978\",\n            \"pfExistingMember\": true,\n            \"uan\": null,\n            \"esiNumber\": null,\n            \"excessEPFContribution\": true,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 83,\n            \"pfEligible\": true,\n            \"esiEligible\": true,\n            \"pfNumber\": null,\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": null,\n            \"pfExistingMember\": false,\n            \"uan\": null,\n            \"esiNumber\": null,\n            \"excessEPFContribution\": true,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 71,\n            \"pfEligible\": true,\n            \"esiEligible\": true,\n            \"pfNumber\": \"BN/BNG/1234567/000/0005071\",\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": null,\n            \"pfExistingMember\": true,\n            \"uan\": null,\n            \"esiNumber\": null,\n            \"excessEPFContribution\": true,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 89,\n            \"pfEligible\": false,\n            \"esiEligible\": false,\n            \"pfNumber\": null,\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": null,\n            \"pfExistingMember\": false,\n            \"uan\": null,\n            \"esiNumber\": null,\n            \"excessEPFContribution\": false,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 90,\n            \"pfEligible\": false,\n            \"esiEligible\": false,\n            \"pfNumber\": null,\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": null,\n            \"pfExistingMember\": false,\n            \"uan\": null,\n            \"esiNumber\": null,\n            \"excessEPFContribution\": false,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 91,\n            \"pfEligible\": false,\n            \"esiEligible\": false,\n            \"pfNumber\": null,\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": null,\n            \"pfExistingMember\": false,\n            \"uan\": null,\n            \"esiNumber\": null,\n            \"excessEPFContribution\": false,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 92,\n            \"pfEligible\": true,\n            \"esiEligible\": false,\n            \"pfNumber\": \"KA/BLR/4578562/114/5822222\",\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": null,\n            \"pfExistingMember\": false,\n            \"uan\": \"487225889664\",\n            \"esiNumber\": null,\n            \"excessEPFContribution\": false,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 93,\n            \"pfEligible\": true,\n            \"esiEligible\": false,\n            \"pfNumber\": \"KA/BLR/4789561/354/7852566\",\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": null,\n            \"pfExistingMember\": false,\n            \"uan\": \"895623326589\",\n            \"esiNumber\": null,\n            \"excessEPFContribution\": false,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 94,\n            \"pfEligible\": true,\n            \"esiEligible\": false,\n            \"pfNumber\": \"KA/BLR/7845896/523/1451252\",\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": null,\n            \"pfExistingMember\": false,\n            \"uan\": \"745812852147\",\n            \"esiNumber\": null,\n            \"excessEPFContribution\": false,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 95,\n            \"pfEligible\": true,\n            \"esiEligible\": false,\n            \"pfNumber\": \"KA/BLR/5896523/145/8956633\",\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": null,\n            \"pfExistingMember\": false,\n            \"uan\": \"785622565878\",\n            \"esiNumber\": null,\n            \"excessEPFContribution\": false,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 96,\n            \"pfEligible\": true,\n            \"esiEligible\": true,\n            \"pfNumber\": \"KN/BLR/1921442/074/0954785\",\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": \"2017-01-16T18:30:00\",\n            \"pfExistingMember\": true,\n            \"uan\": \"125478245845\",\n            \"esiNumber\": \"14587845214\",\n            \"excessEPFContribution\": false,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 97,\n            \"pfEligible\": false,\n            \"esiEligible\": false,\n            \"pfNumber\": null,\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": null,\n            \"pfExistingMember\": false,\n            \"uan\": null,\n            \"esiNumber\": null,\n            \"excessEPFContribution\": false,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 98,\n            \"pfEligible\": false,\n            \"esiEligible\": false,\n            \"pfNumber\": null,\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": null,\n            \"pfExistingMember\": false,\n            \"uan\": null,\n            \"esiNumber\": null,\n            \"excessEPFContribution\": false,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 99,\n            \"pfEligible\": false,\n            \"esiEligible\": false,\n            \"pfNumber\": null,\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": null,\n            \"pfExistingMember\": false,\n            \"uan\": null,\n            \"esiNumber\": null,\n            \"excessEPFContribution\": false,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 100,\n            \"pfEligible\": true,\n            \"esiEligible\": false,\n            \"pfNumber\": \"BL/BLR/0000000/000/0006454\",\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": null,\n            \"pfExistingMember\": false,\n            \"uan\": \"897456935487\",\n            \"esiNumber\": null,\n            \"excessEPFContribution\": false,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 101,\n            \"pfEligible\": false,\n            \"esiEligible\": false,\n            \"pfNumber\": null,\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": null,\n            \"pfExistingMember\": false,\n            \"uan\": null,\n            \"esiNumber\": null,\n            \"excessEPFContribution\": false,\n            \"excessEPSContribution\": false\n        },\n        {\n            \"employeeId\": 103,\n            \"pfEligible\": false,\n            \"esiEligible\": false,\n            \"pfNumber\": null,\n            \"pfScheme\": null,\n            \"pfJoinDate\": null,\n            \"familyPfNo\": null,\n            \"pfKycLinkedOn\": null,\n            \"pfExistingMember\": false,\n            \"uan\": null,\n            \"esiNumber\": null,\n            \"excessEPFContribution\": true,\n            \"excessEPSContribution\": false\n        }\n    ],\n    \"pages\": {\n        \"totalPages\": 3,\n        \"totalElements\": 65,\n        \"size\": 25,\n        \"empty\": false,\n        \"hasNext\": true,\n        \"hasPrevious\": false,\n        \"first\": true,\n        \"last\": false,\n        \"sort\": {\n            \"sorted\": false,\n            \"unsorted\": true,\n            \"empty\": true\n        }\n    }\n}"}],"_postman_id":"d1019d80-2a53-4653-ad87-b0fb14b84018"},{"name":"Get Employee PF & ESI details","id":"4a8914ae-5c0a-48ad-9f44-1f5ba4a048b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/pf","description":"<p>This API helps to fetch the Employee PF &amp; ESI details based on the EmployeeId passed</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","pf"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"1b709e83-5595-4327-ad38-38f581601fb7","name":"Get Employee PF & ESI details","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/11/pf"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 11,\n    \"pfEligible\": true,\n    \"esiEligible\": true,\n    \"pfNumber\": \"BN/BNG/1234567/000/0005018\",\n    \"pfScheme\": null,\n    \"pfJoinDate\": \"2006-01-01\",\n    \"familyPfNo\": \"FamilyPFno\",\n    \"pfKycLinkedOn\": \"2021-01-24T00:00:00\",\n    \"pfExistingMember\": true,\n    \"uan\": \"124363328473\",\n    \"esiNumber\": \"6789099\",\n    \"excessEPFContribution\": true,\n    \"excessEPSContribution\": true\n}"}],"_postman_id":"4a8914ae-5c0a-48ad-9f44-1f5ba4a048b9"},{"name":"Add Employee PF & ESI details","id":"38c2acb4-eeb9-4e25-ac6d-acd7b240d8ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"pfEligible\": true,\r\n    \"pfNumber\": \"BN/BNG/1234567/000/0005019\",\r\n    \"pfJoinDate\": \"2012-12-01\",\r\n    \"pfExistingMember\": true,\r\n    \"uan\": \"23r4454655\",\r\n    \"esiEligible\": true,\r\n    \"esiNumber\": \"2345679ergh\",\r\n    \"pfScheme\": null,\r\n    \"familyPfNo\": null,\r\n    \"pfKycLinkedOn\": \"2014-08-21T06:54:48.927978\",\r\n    \"excessEPFContribution\": true,\r\n    \"excessEPSContribution\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/pf","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","pf"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"38c2acb4-eeb9-4e25-ac6d-acd7b240d8ce"},{"name":"Update Employee PF & ESI details","id":"cceee04e-b2ba-4722-9e74-74d8e9d63c17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"pfEligible\": true,\r\n    \"pfNumber\": \"BN/BNG/1234567/000/0005019\",\r\n    \"pfJoinDate\": \"2012-12-01\",\r\n    \"pfExistingMember\": true,\r\n    \"uan\": \"23r4454655\",\r\n    \"esiEligible\": true,\r\n    \"esiNumber\": \"2345679ergh\",\r\n    \"pfScheme\": null,\r\n    \"familyPfNo\": null,\r\n    \"pfKycLinkedOn\": \"2014-08-21T06:54:48.927978\",\r\n    \"excessEPFContribution\": true,\r\n    \"excessEPSContribution\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/pf","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","pf"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cceee04e-b2ba-4722-9e74-74d8e9d63c17"}],"id":"d9b28502-bfb8-4646-b082-2568a12868b5","_postman_id":"d9b28502-bfb8-4646-b082-2568a12868b5","description":""},{"name":"Employee Identity","item":[{"name":"Get All Employee Identity Details","id":"ad2cde0f-3494-4ea0-b3f2-8b0fef315b96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/identities/{identity-code}","description":"<p><strong>Get All Employee Identities Details</strong></p>\n<p>This API gets the identity details of all employees by passing the identity code.</p>\n<h1 id=\"list-of-identity-code\">List of Identity-Code</h1>\n<ul>\n    <li>PAN</li>\n    <li>BANKACCNO</li>\n    <li>PASSPORT</li>\n    <li>AADHAR</li>\n    <li>NPR</li>\n    <li>PRAN</li>\n    <li>LWF</li>\n    <li>DL</li>\n    <li>RC</li>\n    <li>EC</li>\n</ul>","urlObject":{"protocol":"https","path":["employee","v2","employees","identities","{identity-code}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"cc0aa292-e2b4-4fc9-9703-7741e45a362e","name":"Get All Employee Identity Details","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/identities/PAN"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 105,\n            \"idType\": 3,\n            \"employeeId\": 5,\n            \"documentNo\": \"CKWPP5391M\",\n            \"nameAsPerDoc\": \"D Mohan Rao\",\n            \"ifscCode\": null,\n            \"expiryDate\": null,\n            \"verified\": null,\n            \"verifiedDate\": null,\n            \"aadharAppNo\": null,\n            \"enableMasking\": false,\n            \"guid\": \"00b109ac-c03c-466f-8a63-2c074f874f8d\"\n        },\n        {\n            \"id\": 112,\n            \"idType\": 3,\n            \"employeeId\": 11,\n            \"documentNo\": \"AQAPJ9679L\",\n            \"nameAsPerDoc\": \"Venugopal M\",\n            \"ifscCode\": \"\",\n            \"expiryDate\": null,\n            \"verified\": true,\n            \"verifiedDate\": null,\n            \"aadharAppNo\": null,\n            \"enableMasking\": false,\n            \"guid\": \"a60c2d72-8c78-4ece-83f8-416a99cdd064\"\n        },\n        {\n            \"id\": 106,\n            \"idType\": 3,\n            \"employeeId\": 125,\n            \"documentNo\": \"CKJPP3595O\",\n            \"nameAsPerDoc\": \"Linganagouda M Patil\",\n            \"ifscCode\": null,\n            \"expiryDate\": null,\n            \"verified\": null,\n            \"verifiedDate\": null,\n            \"aadharAppNo\": null,\n            \"enableMasking\": false,\n            \"guid\": \"7af24c93-234c-49f6-9049-5a66103398b2\"\n        },\n        {\n            \"id\": 109,\n            \"idType\": 3,\n            \"employeeId\": 207,\n            \"documentNo\": \"EWSPP7778C\",\n            \"nameAsPerDoc\": \"Prabhakaran Subramani\",\n            \"ifscCode\": \"SBIN0005943\",\n            \"expiryDate\": \"2027-09-11\",\n            \"verified\": true,\n            \"verifiedDate\": \"2021-01-18\",\n            \"aadharAppNo\": null,\n            \"enableMasking\": false,\n            \"guid\": \"bb8285bb-dec6-4b96-a40b-e5dd3d1dc65a\"\n        },\n        {\n            \"id\": 86,\n            \"idType\": 3,\n            \"employeeId\": 96,\n            \"documentNo\": \"FFREP5482O\",\n            \"nameAsPerDoc\": \"Harshit Patel\",\n            \"ifscCode\": null,\n            \"expiryDate\": null,\n            \"verified\": false,\n            \"verifiedDate\": null,\n            \"aadharAppNo\": null,\n            \"enableMasking\": false,\n            \"guid\": \"035674d3-e196-4c72-a0a8-dd7207c26388\"\n        },\n        {\n            \"id\": 80,\n            \"idType\": 3,\n            \"employeeId\": 93,\n            \"documentNo\": \"EDFRT4565E\",\n            \"nameAsPerDoc\": \"Ramesh Belludi\",\n            \"ifscCode\": null,\n            \"expiryDate\": null,\n            \"verified\": false,\n            \"verifiedDate\": null,\n            \"aadharAppNo\": null,\n            \"enableMasking\": false,\n            \"guid\": \"663add71-1012-4ed3-b9cd-40269cb1ae94\"\n        },\n        {\n            \"id\": 72,\n            \"idType\": 3,\n            \"employeeId\": 89,\n            \"documentNo\": \"BEEQW2541T\",\n            \"nameAsPerDoc\": \"Manjunath Tanjaur\",\n            \"ifscCode\": null,\n            \"expiryDate\": null,\n            \"verified\": false,\n            \"verifiedDate\": null,\n            \"aadharAppNo\": null,\n            \"enableMasking\": false,\n            \"guid\": \"27251f27-a3e8-472a-bece-f7a81c7ee068\"\n        },\n        {\n            \"id\": 78,\n            \"idType\": 3,\n            \"employeeId\": 92,\n            \"documentNo\": \"OIUYT8596I\",\n            \"nameAsPerDoc\": \"Rajeev Dixit\",\n            \"ifscCode\": null,\n            \"expiryDate\": null,\n            \"verified\": false,\n            \"verifiedDate\": null,\n            \"aadharAppNo\": null,\n            \"enableMasking\": false,\n            \"guid\": \"883ef3ce-c13d-4d2c-8fee-2400ded2b33f\"\n        },\n        {\n            \"id\": 84,\n            \"idType\": 3,\n            \"employeeId\": 95,\n            \"documentNo\": \"TRFGH6789E\",\n            \"nameAsPerDoc\": \"Vinayak Kulkarni\",\n            \"ifscCode\": null,\n            \"expiryDate\": null,\n            \"verified\": false,\n            \"verifiedDate\": null,\n            \"aadharAppNo\": null,\n            \"enableMasking\": false,\n            \"guid\": \"6d445319-7834-4653-9ee1-d5f8c2f6b85a\"\n        },\n        {\n            \"id\": 76,\n            \"idType\": 3,\n            \"employeeId\": 91,\n            \"documentNo\": \"POIUY1526A\",\n            \"nameAsPerDoc\": \"Bharath Solanki\",\n            \"ifscCode\": null,\n            \"expiryDate\": null,\n            \"verified\": false,\n            \"verifiedDate\": null,\n            \"aadharAppNo\": null,\n            \"enableMasking\": false,\n            \"guid\": \"513d9a8b-b453-46ee-9ec5-d49e9a19041f\"\n        },\n        {\n            \"id\": 82,\n            \"idType\": 3,\n            \"employeeId\": 94,\n            \"documentNo\": \"JKLHF1234U\",\n            \"nameAsPerDoc\": \"Manoj Biradari\",\n            \"ifscCode\": null,\n            \"expiryDate\": null,\n            \"verified\": false,\n            \"verifiedDate\": null,\n            \"aadharAppNo\": null,\n            \"enableMasking\": false,\n            \"guid\": \"05323fb2-8837-4916-9bd1-5dcd2fa204e8\"\n        },\n        {\n            \"id\": 53,\n            \"idType\": 3,\n            \"employeeId\": 24,\n            \"documentNo\": \"ABCDE1234F\",\n            \"nameAsPerDoc\": \"Lipika  Jena\",\n            \"ifscCode\": null,\n            \"expiryDate\": null,\n            \"verified\": true,\n            \"verifiedDate\": \"2014-08-21\",\n            \"aadharAppNo\": null,\n            \"enableMasking\": false,\n            \"guid\": \"944aabf7-a8c0-47df-ac2c-73c8e9ef6f21\"\n        },\n        {\n            \"id\": 74,\n            \"idType\": 3,\n            \"employeeId\": 90,\n            \"documentNo\": \"BEESV1950N\",\n            \"nameAsPerDoc\": \"Praveen Kumar\",\n            \"ifscCode\": null,\n            \"expiryDate\": null,\n            \"verified\": false,\n            \"verifiedDate\": null,\n            \"aadharAppNo\": null,\n            \"enableMasking\": false,\n            \"guid\": \"f2e9ca8f-cf21-42cf-b0b7-3ad0e94f1541\"\n        },\n        {\n            \"id\": 68,\n            \"idType\": 3,\n            \"employeeId\": 85,\n            \"documentNo\": \"BBNPD6350F\",\n            \"nameAsPerDoc\": \"Dinesh Babu\",\n            \"ifscCode\": null,\n            \"expiryDate\": null,\n            \"verified\": true,\n            \"verifiedDate\": \"2019-10-29\",\n            \"aadharAppNo\": null,\n            \"enableMasking\": false,\n            \"guid\": \"e198ed07-59b6-4a66-a208-05661b617101\"\n        },\n        {\n            \"id\": 94,\n            \"idType\": 3,\n            \"employeeId\": 102,\n            \"documentNo\": \"AAAPL1234C\",\n            \"nameAsPerDoc\": \"Suresh Sahu\",\n            \"ifscCode\": null,\n            \"expiryDate\": null,\n            \"verified\": true,\n            \"verifiedDate\": null,\n            \"aadharAppNo\": null,\n            \"enableMasking\": false,\n            \"guid\": \"3b078a21-ca3a-4986-812f-e65d6abee7b2\"\n        },\n        {\n            \"id\": 93,\n            \"idType\": 3,\n            \"employeeId\": 114,\n            \"documentNo\": \"ABCDs9729L\",\n            \"nameAsPerDoc\": \"Test test \",\n            \"ifscCode\": null,\n            \"expiryDate\": null,\n            \"verified\": false,\n            \"verifiedDate\": null,\n            \"aadharAppNo\": null,\n            \"enableMasking\": false,\n            \"guid\": \"9e94a30a-2a21-4744-91c6-959ae17a2291\"\n        }\n    ],\n    \"pages\": {\n        \"totalPages\": 1,\n        \"totalElements\": 16,\n        \"size\": 25,\n        \"empty\": false,\n        \"hasNext\": false,\n        \"hasPrevious\": false,\n        \"first\": true,\n        \"last\": true,\n        \"sort\": {\n            \"sorted\": false,\n            \"unsorted\": true,\n            \"empty\": true\n        }\n    }\n}"}],"_postman_id":"ad2cde0f-3494-4ea0-b3f2-8b0fef315b96"},{"name":"Get Employee's All Identity Details","id":"81436076-c84b-4741-93d5-156bb3d3cea5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/identities","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","identities"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"bbdab6c2-d57c-4fc5-b21b-9dff194e5b0c","name":"Get Employee's All Identity Details - 200 OK","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/11/identities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 112,\n        \"idCode\": \"PAN\",\n        \"employeeId\": 11,\n        \"documentNo\": \"AQAPJ9679L\",\n        \"nameAsPerDoc\": \"Venugopal M\",\n        \"ifscCode\": \"\",\n        \"expiryDate\": null,\n        \"verified\": true,\n        \"verifiedDate\": null,\n        \"aadharAppNo\": null,\n        \"enableMasking\": false,\n        \"guid\": \"a60c2d72-8c78-4ece-83f8-416a99cdd064\"\n    },\n    {\n        \"id\": 113,\n        \"idCode\": \"AADHAR\",\n        \"employeeId\": 11,\n        \"documentNo\": \"142567207892\",\n        \"nameAsPerDoc\": \"Venugopal M\",\n        \"ifscCode\": \"\",\n        \"expiryDate\": null,\n        \"verified\": true,\n        \"verifiedDate\": null,\n        \"aadharAppNo\": null,\n        \"enableMasking\": false,\n        \"guid\": \"4bb4baee-a0f9-4e3f-8c04-31efe7ea1733\"\n    },\n    {\n        \"id\": 26,\n        \"idCode\": \"BANKACCNO\",\n        \"employeeId\": 11,\n        \"documentNo\": \"00050425018\",\n        \"nameAsPerDoc\": \"Venugopal M\",\n        \"ifscCode\": \"CITI0001212\",\n        \"expiryDate\": \"2027-09-11\",\n        \"verified\": true,\n        \"verifiedDate\": null,\n        \"aadharAppNo\": null,\n        \"enableMasking\": false,\n        \"guid\": \"f466b98f-bd28-4602-b41b-b23dea49475c\"\n    }\n]"}],"_postman_id":"81436076-c84b-4741-93d5-156bb3d3cea5"},{"name":"Get Employee Identity Details","id":"21e0ebcd-3233-4ed7-b3e3-3fb9f123eef6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/identities/{identity-code}","description":"<p>By Passing the identity-code, we can get specific Employee Identities Details.</p>\n<h1 id=\"list-of-identity-code\">List of Identity-Code</h1>\n<ul>\n    <li>PAN</li>\n    <li>BANKACCNO</li>\n    <li>PASSPORT</li>\n    <li>AADHAR</li>\n    <li>NPR</li>\n    <li>PRAN</li>\n    <li>LWF</li>\n    <li>DL</li>\n    <li>RC</li>\n    <li>EC</li>\n</ul>","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","identities","{identity-code}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"17974aaa-a210-4c74-9f8a-36898e63a3e5","name":"Get Employee Identity Details - 404 Not Found","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/11/identities/PASSPORT"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"type\": \"NOT-FOUND\",\r\n    \"code\": \"EMPLOYEE-IDENTITY-EXCEPTION\",\r\n    \"message\": \"error.employee.identity.notfound\",\r\n    \"details\": null\r\n}"},{"id":"e8a320ad-c4e7-4156-a823-410e56b5e9cc","name":"Get Employee Identity Details - 200 OK","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/11/identities/AADHAR"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 113,\n    \"idType\": 2,\n    \"employeeId\": 11,\n    \"documentNo\": \"142567207892\",\n    \"nameAsPerDoc\": \"Venugopal M\",\n    \"ifscCode\": \"\",\n    \"expiryDate\": null,\n    \"verified\": true,\n    \"verifiedDate\": null,\n    \"aadharAppNo\": null,\n    \"enableMasking\": false,\n    \"guid\": \"4bb4baee-a0f9-4e3f-8c04-31efe7ea1733\"\n}"}],"_postman_id":"21e0ebcd-3233-4ed7-b3e3-3fb9f123eef6"},{"name":"Add Employee Identity","id":"9e68e205-55cd-4578-9d46-5ae5ebc52a66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"idType\":8,\r\n\"documentNo\":\"EWSPP7779C\",\r\n\"nameAsPerDoc\":\"Prabhakaran Subramani\",\r\n\"ifscCode\":\"SBIN0005943\",\r\n\"expiryDate\":\"2027-09-11\",\r\n\"verified\":true,\r\n\"verifiedDate\":\"2021-01-18\",\r\n\"enableMasking\":true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/identities/{identity-code}","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","identities","{identity-code}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e68e205-55cd-4578-9d46-5ae5ebc52a66"},{"name":"Update Employee Identity","id":"709f0f07-7940-4ac3-9b92-2d51dc5a8f88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"idType\":8,\r\n\"documentNo\":\"EWSPP7776C\",\r\n\"nameAsPerDoc\":\"Prabhakvenuaran Subramani\",\r\n\"ifscCode\":\"SBIN0005943\",\r\n\"expiryDate\":\"2027-09-11\",\r\n\"verified\":true,\r\n\"verifiedDate\":\"2021-01-18\",\r\n\"enableMasking\":true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/identities/{identity-code}","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","identities","{identity-code}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"709f0f07-7940-4ac3-9b92-2d51dc5a8f88"},{"name":"Delete Employee Identity","id":"398c5590-1ddf-4916-8945-7b0ffa2d92b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/identities/{identity-code}","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","identities","{identity-code}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"398c5590-1ddf-4916-8945-7b0ffa2d92b3"}],"id":"128a17fa-8abb-49f5-9994-264180476a9f","description":"<p>Get Employee Identity Details API gets the identities details of employee by passing the employeeId.</p>\n","_postman_id":"128a17fa-8abb-49f5-9994-264180476a9f"},{"name":"Employee Family","item":[{"name":"Get Employees Family Details","id":"14acf01c-f404-4648-9af7-25ae2f9f3b4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/families/{relationtype-id}","description":"<p>This API endpoint is used to fetch Family details for all employees by passing the relationship-type id.</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","families","{relationtype-id}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"213970e5-dd39-43b1-b728-416875e6f1b2","name":"Family Details - 200 OK","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/families/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 09 Oct 2021 06:34:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"f2016fc7-d597-4118-b791-bcd64e55cfce"},{"key":"X-Kong-Upstream-Latency","value":"109"},{"key":"X-Kong-Proxy-Latency","value":"3"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 9,\n            \"employeeId\": 90,\n            \"name\": \"Seema Kumar\",\n            \"relationId\": 4,\n            \"dob\": null,\n            \"bloodGroup\": null,\n            \"nationality\": null,\n            \"gender\": null,\n            \"profession\": null\n        },\n        {\n            \"id\": 11,\n            \"employeeId\": 91,\n            \"name\": \"Harpreet Solanki\",\n            \"relationId\": 4,\n            \"dob\": null,\n            \"bloodGroup\": null,\n            \"nationality\": null,\n            \"gender\": null,\n            \"profession\": null\n        },\n        {\n            \"id\": 13,\n            \"employeeId\": 92,\n            \"name\": \"Reshma Dixit\",\n            \"relationId\": 4,\n            \"dob\": null,\n            \"bloodGroup\": null,\n            \"nationality\": null,\n            \"gender\": null,\n            \"profession\": null\n        },\n        {\n            \"id\": 15,\n            \"employeeId\": 93,\n            \"name\": \"Manvitha Belludi\",\n            \"relationId\": 4,\n            \"dob\": null,\n            \"bloodGroup\": null,\n            \"nationality\": null,\n            \"gender\": null,\n            \"profession\": null\n        },\n        {\n            \"id\": 17,\n            \"employeeId\": 94,\n            \"name\": \"Rekha Biradari\",\n            \"relationId\": 4,\n            \"dob\": null,\n            \"bloodGroup\": null,\n            \"nationality\": null,\n            \"gender\": null,\n            \"profession\": null\n        },\n        {\n            \"id\": 19,\n            \"employeeId\": 95,\n            \"name\": \"Keerthana Kulkarni\",\n            \"relationId\": 4,\n            \"dob\": null,\n            \"bloodGroup\": null,\n            \"nationality\": null,\n            \"gender\": null,\n            \"profession\": null\n        },\n        {\n            \"id\": 21,\n            \"employeeId\": 96,\n            \"name\": \"Anushree Patel\",\n            \"relationId\": 4,\n            \"dob\": \"1986-10-20\",\n            \"bloodGroup\": 3,\n            \"nationality\": 1,\n            \"gender\": null,\n            \"profession\": \"Working\"\n        },\n        {\n            \"id\": 4,\n            \"employeeId\": 11,\n            \"name\": \"Ambika\",\n            \"relationId\": 4,\n            \"dob\": \"1980-04-16\",\n            \"bloodGroup\": 1,\n            \"nationality\": 1,\n            \"gender\": \"F\",\n            \"profession\": \"\"\n        }\n    ],\n    \"pages\": {\n        \"totalPages\": 1,\n        \"totalElements\": 8,\n        \"size\": 25,\n        \"empty\": false,\n        \"hasNext\": false,\n        \"hasPrevious\": false,\n        \"first\": true,\n        \"last\": true,\n        \"sort\": {\n            \"sorted\": false,\n            \"unsorted\": true,\n            \"empty\": true\n        }\n    }\n}"},{"id":"53283e6e-2db4-43af-bc70-85894fc487ca","name":"Family Details - 404 Not Found","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/families/9"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 09 Oct 2021 06:34:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"b415d428-acec-443a-ab0e-dc08f7cbcf46"},{"key":"X-Kong-Upstream-Latency","value":"27"},{"key":"X-Kong-Proxy-Latency","value":"25"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"NOT-FOUND\",\n    \"code\": \"RELATION-EXCEPTION\",\n    \"message\": \"error.relation.notfound\",\n    \"details\": null\n}"}],"_postman_id":"14acf01c-f404-4648-9af7-25ae2f9f3b4a"},{"name":"Get Employee Family Details","id":"00a30ffe-4919-4bab-a251-f0e52e4b5929","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/families","description":"<p>This API endpoint helps us to fetch the Family details of an individual employee.</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","families"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"4b68065e-f88f-47a7-b52a-ae6e0db6dfca","name":"Get Employee Family Details - 200 OK","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/11/families"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 09 Oct 2021 06:35:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"c939c3be-9cb5-4fca-b2f2-26903350e34d"},{"key":"X-Kong-Upstream-Latency","value":"34"},{"key":"X-Kong-Proxy-Latency","value":"102"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Yogesh Hiralal\",\n        \"relationId\": 1,\n        \"dob\": \"1940-06-19\",\n        \"bloodGroup\": 7,\n        \"gender\": \"M\",\n        \"profession\": \"\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Jayanthi Hiralal\",\n        \"relationId\": 2,\n        \"dob\": \"1947-03-30\",\n        \"bloodGroup\": 1,\n        \"gender\": \"F\",\n        \"profession\": \"\"\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Manish\",\n        \"relationId\": 5,\n        \"dob\": \"2000-03-01\",\n        \"bloodGroup\": 1,\n        \"gender\": \"M\",\n        \"profession\": \"\"\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Ambika\",\n        \"relationId\": 4,\n        \"dob\": \"1980-04-16\",\n        \"bloodGroup\": 1,\n        \"gender\": \"F\",\n        \"profession\": \"\"\n    }\n]"}],"_postman_id":"00a30ffe-4919-4bab-a251-f0e52e4b5929"},{"name":"Add family member to Employee","id":"1efc832a-9771-4257-8d26-67981aa7bc32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Suma\",\r\n    \"relation\": 4,\r\n    \"dob\": \"2000-02-19\",\r\n    \"bloodGroup\": 1,\r\n    \"gender\": \"F\",\r\n    \"profession\": \"Doctor\",\r\n    \"useempadd\": false,\r\n    \"nationality\": 1,\r\n    \"address1\": \"no 108 3rd cross nagar\",\r\n    \"address2\": \"no 108 3rd cross nagar\",\r\n    \"address3\": \"no 108 3rd cross nagar\",\r\n    \"city\": \"Bangalore\",\r\n    \"state\": \"10\",\r\n    \"country\": \"1\",\r\n    \"pin\": \"560028\",\r\n    \"phone\": \"23234545\",\r\n    \"mobile\": \"9740406700\",\r\n    \"email\": \"username1@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/families","description":"<p>This API helps us to add a new family member to an employee. \nBelow is the list of fields that needs to pass in the body of the API request.\nList</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","families"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"0dcdc5d3-5c1e-407f-8f27-78ab99f65e0c","name":"Add family member - 201 Created","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Suma\",\r\n    \"relation\": 4,\r\n    \"dob\": \"2000-02-19\",\r\n    \"bloodGroup\": 1,\r\n    \"gender\": \"F\",\r\n    \"profession\": \"Doctor\",\r\n    \"useempadd\": false,\r\n    \"nationality\": 1,\r\n    \"address1\": \"no 108 3rd cross nagar\",\r\n    \"address2\": \"no 108 3rd cross nagar\",\r\n    \"address3\": \"no 108 3rd cross nagar\",\r\n    \"city\": \"Bangalore\",\r\n    \"state\": \"10\",\r\n    \"country\": \"1\",\r\n    \"pin\": \"560028\",\r\n    \"phone\": \"23234545\",\r\n    \"mobile\": \"9740406700\",\r\n    \"email\": \"username1@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/11/families"},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 11 Oct 2021 02:57:41 GMT"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"9"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"f458a983-8076-4cb7-975f-e33f87725f9b"},{"key":"X-Kong-Upstream-Latency","value":"2609"},{"key":"X-Kong-Proxy-Latency","value":"16"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\"id\":30}"}],"_postman_id":"1efc832a-9771-4257-8d26-67981aa7bc32"},{"name":"Add  Employee Family Benefits","id":"670bd816-a7b9-4f04-8dea-4b5c47b20250","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Suma\",\r\n    \"relation\": 4,\r\n    \"dob\": \"2000-02-19\",\r\n    \"bloodGroup\": 1,\r\n    \"gender\": \"F\",\r\n    \"profession\": \"Doctor\",\r\n    \"useempadd\": false,\r\n    \"nationality\": 1,\r\n    \"address1\": \"no 108 3rd cross nagar\",\r\n    \"address2\": \"no 108 3rd cross nagar\",\r\n    \"address3\": \"no 108 3rd cross nagar\",\r\n    \"city\": \"Bangalore\",\r\n    \"state\": \"10\",\r\n    \"country\": \"1\",\r\n    \"pin\": \"560028\",\r\n    \"phone\": \"23234545\",\r\n    \"mobile\": \"9740406700\",\r\n    \"email\": \"username1@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/family-benefit","description":"<p>This API is utilized to include family benefits for employees such as airfare, child allowance, etc. Employees are required to provide details of family members and the type of benefit they are seeking to add. These benefits are then associated with the employee and their family members.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>employee-id</code></td>\n<td>Number</td>\n<td>employee id</td>\n<td><code>true</code></td>\n<td><code>120</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","family-benefit"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"124cae2e-f35b-4167-aca4-26e63eb815cc","name":"Add  Employee Family Benefits","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"benefits\" :[\r\n            {\r\n            \"benefitType\": 1,\r\n            \"familyMember\": 12,\r\n            \"effectiveFrom\": \"2024-01-01\",\r\n            \"effectiveTo\" : \"2024-08-01\"\r\n            },\r\n            {\r\n            \"benefitType\": 2,\r\n            \"familyMember\": 12,\r\n            \"effectiveFrom\": \"2024-01-01\",\r\n            \"effectiveTo\" : \"2024-08-01\"\r\n            }\r\n        \r\n        ]\r\n} ","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/family-benefit"},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 11 Oct 2021 02:57:41 GMT"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"9"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"f458a983-8076-4cb7-975f-e33f87725f9b"},{"key":"X-Kong-Upstream-Latency","value":"2609"},{"key":"X-Kong-Proxy-Latency","value":"16"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"succes.family-benefits.created\"  \r\n}"}],"_postman_id":"670bd816-a7b9-4f04-8dea-4b5c47b20250"},{"name":"Update Family member details","id":"c0bbd889-17e1-4d13-9cf7-a84fc90aaa7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Suma S\",\r\n    \"dob\": \"2000-02-19\",\r\n    \"email\": \"usernamt@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/families/{relation-id}","description":"<p>This API endpoint helps us to update the Family details of an individual employee.</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","families","{relation-id}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"7f13b51b-e3ce-48f5-b446-c90b25958210","name":"Update Family member - 200 OK","originalRequest":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Suma S\",\r\n    \"dob\": \"2000-02-19\",\r\n    \"email\": \"usernamt@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/11/families/30"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 11 Oct 2021 02:58:39 GMT"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"24a9b0dd-2d5c-4fa7-a889-a948246b4414"},{"key":"X-Kong-Upstream-Latency","value":"3958"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"4f40fe98-ea0c-4661-b254-f9f4bdd86a3f","name":"Update Family member - 404 Not Found","originalRequest":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Suma S\",\r\n    \"dob\": \"2000-02-19\",\r\n    \"email\": \"usernamt@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/11/families/29"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Oct 2021 02:59:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"0a5908d6-abdb-40a2-84f1-76ac0174b61f"},{"key":"X-Kong-Upstream-Latency","value":"4024"},{"key":"X-Kong-Proxy-Latency","value":"60"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"NOT-FOUND\",\n    \"code\": \"EMPLOYEE-FAMILY-EXCEPTION\",\n    \"message\": \"error.employee.family.not.found\",\n    \"details\": null\n}"}],"_postman_id":"c0bbd889-17e1-4d13-9cf7-a84fc90aaa7e"},{"name":"Delete Family member details","id":"9fc2c396-567b-4d9b-bea6-0d24ed5db2d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/families/{relation-id}","description":"<p>This API help us to delete a family member for a Employee.\nWe need to pass the Relation ID</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","families","{relation-id}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"464f7304-1df8-4a89-b095-2a14065290b3","name":"Delete Family member - 200 OK","originalRequest":{"method":"DELETE","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/11/families/30"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 11 Oct 2021 02:59:37 GMT"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"14dfe0e5-cac3-4383-86e2-d4cdbfb08ab4"},{"key":"X-Kong-Upstream-Latency","value":"7952"},{"key":"X-Kong-Proxy-Latency","value":"4"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"09c702b8-97f5-489c-bceb-19cf0886e408","name":"Delete Family member - 404 Not Found","originalRequest":{"method":"DELETE","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/11/families/29"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Oct 2021 03:00:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"e1773d14-de06-4aa3-bcc7-d5d6c13cc96a"},{"key":"X-Kong-Upstream-Latency","value":"1389"},{"key":"X-Kong-Proxy-Latency","value":"34"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"NOT-FOUND\",\n    \"code\": \"EMPLOYEE-RELATION-NOT-FOUND\",\n    \"message\": \"error.employee.relation.not.found\",\n    \"details\": null\n}"}],"_postman_id":"9fc2c396-567b-4d9b-bea6-0d24ed5db2d3"}],"id":"d8ccb739-f6a4-47a6-8565-d3e2ad77f607","_postman_id":"d8ccb739-f6a4-47a6-8565-d3e2ad77f607","description":""},{"name":"Employee Asset","item":[{"name":"Get All Employee Asset details","id":"ba2964b0-cc00-4e33-9983-05522523b973","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/assets","description":"<p>This API endpoint is used to fetch Asset details for all employees.</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","assets"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"f271c3c9-6514-488f-a706-e959a50d1462","name":"Employee Asset details - 200 OK","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/assets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Oct 2021 07:35:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"32d2f59b-f46c-42f2-8ad0-c9372ae53112"},{"key":"X-Kong-Upstream-Latency","value":"110"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"employeeId\": 11,\n            \"assetType\": 2,\n            \"assetDetails\": \"Acer Laptop\",\n            \"assetId\": \"01245836258\",\n            \"assetValue\": 35000,\n            \"assetStatus\": null,\n            \"issuedDate\": \"2013-01-01\",\n            \"validTill\": null,\n            \"returnedOn\": null,\n            \"remarks\": null\n        },\n        {\n            \"id\": 2,\n            \"employeeId\": 11,\n            \"assetType\": 1,\n            \"assetDetails\": \"Blackberry z10\",\n            \"assetId\": \"425785369\",\n            \"assetValue\": 30000,\n            \"assetStatus\": null,\n            \"issuedDate\": \"2013-01-01\",\n            \"validTill\": null,\n            \"returnedOn\": null,\n            \"remarks\": null\n        },\n        {\n            \"id\": 7,\n            \"employeeId\": 11,\n            \"assetType\": 3,\n            \"assetDetails\": \"Airtel\",\n            \"assetId\": \"124\",\n            \"assetValue\": 5000,\n            \"assetStatus\": 3,\n            \"issuedDate\": \"2021-06-01\",\n            \"validTill\": \"2022-01-14\",\n            \"returnedOn\": null,\n            \"remarks\": \"test asset API\"\n        },\n        {\n            \"id\": 8,\n            \"employeeId\": 11,\n            \"assetType\": 4,\n            \"assetDetails\": \"wqwqewq\",\n            \"assetId\": \"12121\",\n            \"assetValue\": 300,\n            \"assetStatus\": null,\n            \"issuedDate\": \"2021-06-01\",\n            \"validTill\": null,\n            \"returnedOn\": null,\n            \"remarks\": null\n        },\n        {\n            \"id\": 12,\n            \"employeeId\": 124,\n            \"assetType\": 2,\n            \"assetDetails\": \"Dell 205\",\n            \"assetId\": \"12323\",\n            \"assetValue\": 35000,\n            \"assetStatus\": 1,\n            \"issuedDate\": \"2021-08-25\",\n            \"validTill\": \"2021-12-25\",\n            \"returnedOn\": null,\n            \"remarks\": \"laptop issued APItest\"\n        },\n        {\n            \"id\": 16,\n            \"employeeId\": 96,\n            \"assetType\": 2,\n            \"assetDetails\": \"Dell 205\",\n            \"assetId\": \"12323\",\n            \"assetValue\": 35000,\n            \"assetStatus\": 1,\n            \"issuedDate\": \"2021-08-25\",\n            \"validTill\": \"2021-12-25\",\n            \"returnedOn\": null,\n            \"remarks\": \"laptop issued\"\n        }\n    ],\n    \"pages\": {\n        \"totalPages\": 1,\n        \"totalElements\": 6,\n        \"size\": 25,\n        \"empty\": false,\n        \"hasNext\": false,\n        \"hasPrevious\": false,\n        \"first\": true,\n        \"last\": true,\n        \"sort\": {\n            \"unsorted\": true,\n            \"sorted\": false,\n            \"empty\": true\n        }\n    }\n}"}],"_postman_id":"ba2964b0-cc00-4e33-9983-05522523b973"},{"name":"Get Employee Asset details","id":"b59cee37-36ec-490c-9815-805538e4ddda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/assets","description":"<p>This API endpoint helps us to fetch the Asset details of an individual employee.</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","assets"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"12d19759-1f46-4753-a837-7a8b2fffbaa6","name":"Get Employee Asset - 200 OK","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/96/assets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Oct 2021 07:36:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"35cdaa51-c7ca-4db2-a20e-0fa24244aadb"},{"key":"X-Kong-Upstream-Latency","value":"27"},{"key":"X-Kong-Proxy-Latency","value":"51"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 16,\n        \"employeeId\": 96,\n        \"assetType\": 2,\n        \"assetDetails\": \"Dell 205\",\n        \"assetId\": \"12323\",\n        \"assetValue\": 35000,\n        \"assetStatus\": 1,\n        \"issuedDate\": \"2021-08-25\",\n        \"validTill\": \"2021-12-25\",\n        \"returnedOn\": null,\n        \"remarks\": \"laptop issued\"\n    }\n]"}],"_postman_id":"b59cee37-36ec-490c-9815-805538e4ddda"},{"name":"Add Asset to Employee","id":"b9895241-f419-422c-822e-5554bb5e45e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"assetType\": 2,\r\n    \"assetDetails\": \"Dell 205\",\r\n    \"assetId\": \"12323\",\r\n    \"assetValue\": 35000,\r\n    \"assetStatus\": 1,\r\n    \"issuedDate\": \"2021-08-25\",\r\n    \"returnedOn\": \"\",\r\n    \"validTill\": \"2021-12-25\",\r\n    \"remarks\": \"laptop issued\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/assets","description":"<p>This API helps us to add a new Asset item to an employee. Below is the list of fields that needs to pass in the body of the API request. <br />\nList</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","assets"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"adc01687-6e29-48a1-af13-249fedea10f4","name":"Add Asset to Employee - 201 Created","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"assetType\": 2,\r\n    \"assetDetails\": \"Dell 205\",\r\n    \"assetId\": \"12323\",\r\n    \"assetValue\": 35000,\r\n    \"assetStatus\": 1,\r\n    \"issuedDate\": \"2021-08-25\",\r\n    \"returnedOn\": \"\",\r\n    \"validTill\": \"2021-12-25\",\r\n    \"remarks\": \"laptop issued\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/96/assets"},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 11 Oct 2021 07:37:02 GMT"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"9"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"9b25a3cd-0447-4a34-a070-db9b74e152c0"},{"key":"X-Kong-Upstream-Latency","value":"62"},{"key":"X-Kong-Proxy-Latency","value":"27"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\"id\":17}"}],"_postman_id":"b9895241-f419-422c-822e-5554bb5e45e6"},{"name":"Update Employee Assets","id":"4321ce1b-8d93-40a4-9264-de6ae8c443a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"assetType\": 2,\r\n    \"assetDetails\": \"Dell 205\",\r\n    \"assetId\": \"12323\",\r\n    \"assetValue\": 35000,\r\n    \"assetStatus\": 1,\r\n    \"issuedDate\": \"2021-08-25\",\r\n    \"returnedOn\": \"\",\r\n    \"validTill\": \"2021-12-25\",\r\n    \"remarks\": \"laptop issued APItest1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/assets/{asset-id}","description":"<p>This API endpoint helps us to update the Asset details of an individual employee.</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","assets","{asset-id}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"9e14c516-9df6-497c-a9e3-d9df64bc2226","name":"Update Employee Assets - 200 OK","originalRequest":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"assetType\": 2,\r\n    \"assetDetails\": \"Dell 205\",\r\n    \"assetId\": \"12323\",\r\n    \"assetValue\": 35000,\r\n    \"assetStatus\": 1,\r\n    \"issuedDate\": \"2021-08-25\",\r\n    \"returnedOn\": \"\",\r\n    \"validTill\": \"2021-12-25\",\r\n    \"remarks\": \"laptop issued APItest1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/96/assets/17"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 11 Oct 2021 07:37:30 GMT"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"955efda8-f1a5-474a-92ff-8fc1b29db4b3"},{"key":"X-Kong-Upstream-Latency","value":"42"},{"key":"X-Kong-Proxy-Latency","value":"3"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c77a6717-1c30-4ce4-9dea-b4a82e7af1f6","name":"Update Employee Assets - 404 Not Found","originalRequest":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"assetType\": 2,\r\n    \"assetDetails\": \"Dell 205\",\r\n    \"assetId\": \"12323\",\r\n    \"assetValue\": 35000,\r\n    \"assetStatus\": 1,\r\n    \"issuedDate\": \"2021-08-25\",\r\n    \"returnedOn\": \"\",\r\n    \"validTill\": \"2021-12-25\",\r\n    \"remarks\": \"laptop issued APItest1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/96/assets/19"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Oct 2021 07:37:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"29cc5ea7-303d-417e-bcf8-01486b50e9c3"},{"key":"X-Kong-Upstream-Latency","value":"36"},{"key":"X-Kong-Proxy-Latency","value":"161"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"NOT-FOUND\",\n    \"code\": \"EMPLOYEE-ASSET-EXCEPTION\",\n    \"message\": \"error.employee.asset.not.found\",\n    \"details\": null\n}"}],"_postman_id":"4321ce1b-8d93-40a4-9264-de6ae8c443a5"},{"name":"Delete Employee Asset","id":"0b195124-0085-4bf7-afb5-ce0cac84d96a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/assets/{asset-id}","description":"<p>This API help us to delete a Asset allocated item for a Employee. We need to pass the Asset ID.</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","assets","{asset-id}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"528b6346-8e0f-49bc-94cd-085112407461","name":"Delete Employee Asset - 200 OK","originalRequest":{"method":"DELETE","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/96/assets/17"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 11 Oct 2021 07:38:22 GMT"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"96031235-0ce6-49ae-9588-7a5b9c3fcd92"},{"key":"X-Kong-Upstream-Latency","value":"40"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"049a2d07-75af-46f2-b587-feee68c5f7fc","name":"Delete Employee Asset - 404 Not Found","originalRequest":{"method":"DELETE","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/96/assets/19"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Oct 2021 07:38:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"cb45fde2-a33b-4223-9bbe-4bd5e2be94f8"},{"key":"X-Kong-Upstream-Latency","value":"32"},{"key":"X-Kong-Proxy-Latency","value":"57"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"NOT-FOUND\",\n    \"code\": \"EMPLOYEE-ASSET-EXCEPTION\",\n    \"message\": \"error.employee.asset.not.found\",\n    \"details\": null\n}"}],"_postman_id":"0b195124-0085-4bf7-afb5-ce0cac84d96a"}],"id":"e75ec607-49dd-48c0-8409-ae8d40deb49f","_postman_id":"e75ec607-49dd-48c0-8409-ae8d40deb49f","description":""},{"name":"Employee Qualifications","item":[{"name":"Get All Employee Qualifications details","id":"48f3c05f-e9eb-4c0d-bdd8-6e5aa2464c3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/qualifications","description":"<p>This API endpoint is used to fetch Qualifications details for all employees.</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","qualifications"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"aeddda6d-415a-49f7-9d6c-3923b44000f4","name":"Get All Employee Qualifications details - 200 OK","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/qualifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Oct 2021 09:06:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"7ebecbe8-1cd8-4b7e-9be1-6d0e44dc1f43"},{"key":"X-Kong-Upstream-Latency","value":"155"},{"key":"X-Kong-Proxy-Latency","value":"4"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"employee\": 24,\n            \"qualArea\": null,\n            \"qualDescription\": 6,\n            \"qualLevel\": null,\n            \"qualYear\": 2000,\n            \"qualCompletionYear\": 2004,\n            \"duration\": \"4\",\n            \"professionalQual\": null,\n            \"yearsTaken\": null,\n            \"institute\": null,\n            \"university\": null,\n            \"grade\": null,\n            \"current\": null,\n            \"qualSubjects\": null\n        },\n        {\n            \"id\": 2,\n            \"employee\": 24,\n            \"qualArea\": null,\n            \"qualDescription\": 5,\n            \"qualLevel\": null,\n            \"qualYear\": 2004,\n            \"qualCompletionYear\": 2006,\n            \"duration\": \"2\",\n            \"professionalQual\": null,\n            \"yearsTaken\": null,\n            \"institute\": null,\n            \"university\": null,\n            \"grade\": null,\n            \"current\": null,\n            \"qualSubjects\": null\n        },\n        {\n            \"id\": 3,\n            \"employee\": 11,\n            \"qualArea\": null,\n            \"qualDescription\": 6,\n            \"qualLevel\": null,\n            \"qualYear\": 1998,\n            \"qualCompletionYear\": 2000,\n            \"duration\": \"2\",\n            \"professionalQual\": null,\n            \"yearsTaken\": null,\n            \"institute\": \"VTU\",\n            \"university\": null,\n            \"grade\": null,\n            \"current\": null,\n            \"qualSubjects\": null\n        },\n        {\n            \"id\": 4,\n            \"employee\": 11,\n            \"qualArea\": null,\n            \"qualDescription\": 5,\n            \"qualLevel\": null,\n            \"qualYear\": 2002,\n            \"qualCompletionYear\": 2004,\n            \"duration\": \"2\",\n            \"professionalQual\": null,\n            \"yearsTaken\": null,\n            \"institute\": \"Bangalore University\",\n            \"university\": null,\n            \"grade\": null,\n            \"current\": null,\n            \"qualSubjects\": null\n        },\n        {\n            \"id\": 7,\n            \"employee\": 114,\n            \"qualArea\": null,\n            \"qualDescription\": 3,\n            \"qualLevel\": null,\n            \"qualYear\": 2008,\n            \"qualCompletionYear\": 2014,\n            \"duration\": null,\n            \"professionalQual\": null,\n            \"yearsTaken\": null,\n            \"institute\": \"asasdfsad\",\n            \"university\": null,\n            \"grade\": null,\n            \"current\": null,\n            \"qualSubjects\": null\n        },\n        {\n            \"id\": 8,\n            \"employee\": 11,\n            \"qualArea\": null,\n            \"qualDescription\": 4,\n            \"qualLevel\": null,\n            \"qualYear\": 1,\n            \"qualCompletionYear\": 2,\n            \"duration\": \"1\",\n            \"professionalQual\": null,\n            \"yearsTaken\": null,\n            \"institute\": null,\n            \"university\": null,\n            \"grade\": null,\n            \"current\": null,\n            \"qualSubjects\": null\n        },\n        {\n            \"id\": 9,\n            \"employee\": 11,\n            \"qualArea\": null,\n            \"qualDescription\": 3,\n            \"qualLevel\": null,\n            \"qualYear\": 1,\n            \"qualCompletionYear\": 2,\n            \"duration\": \"1\",\n            \"professionalQual\": null,\n            \"yearsTaken\": null,\n            \"institute\": null,\n            \"university\": null,\n            \"grade\": null,\n            \"current\": null,\n            \"qualSubjects\": null\n        },\n        {\n            \"id\": 10,\n            \"employee\": 24,\n            \"qualArea\": 1,\n            \"qualDescription\": 1,\n            \"qualLevel\": null,\n            \"qualYear\": 2020,\n            \"qualCompletionYear\": 2021,\n            \"duration\": \"1\",\n            \"professionalQual\": null,\n            \"yearsTaken\": null,\n            \"institute\": \"VTU\",\n            \"university\": null,\n            \"grade\": \"S\",\n            \"current\": null,\n            \"qualSubjects\": null\n        }\n    ],\n    \"pages\": {\n        \"totalPages\": 1,\n        \"totalElements\": 8,\n        \"size\": 25,\n        \"empty\": false,\n        \"hasNext\": false,\n        \"hasPrevious\": false,\n        \"first\": true,\n        \"last\": true,\n        \"sort\": {\n            \"unsorted\": true,\n            \"sorted\": false,\n            \"empty\": true\n        }\n    }\n}"}],"_postman_id":"48f3c05f-e9eb-4c0d-bdd8-6e5aa2464c3a"},{"name":"Get Employee Qualifications details","id":"45fdfa40-ed10-4fd7-b1b8-eadd810c52b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/qualifications","description":"<p>This API endpoint helps us to fetch the Qualifications details of an individual employee.</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","qualifications"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"53729cd9-410a-42ac-87cd-9de5c6807e9a","name":"Get Employee Qualifications details - 200 OK","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/11/qualifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Oct 2021 09:06:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"ff0d27bd-95e7-4693-b532-23303e1b1114"},{"key":"X-Kong-Upstream-Latency","value":"85"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"employee\": 11,\n        \"qualArea\": null,\n        \"qualDescription\": 6,\n        \"qualLevel\": null,\n        \"qualYear\": 1998,\n        \"qualCompletionYear\": 2000,\n        \"duration\": \"2\",\n        \"professionalQual\": null,\n        \"yearsTaken\": null,\n        \"institute\": \"VTU\",\n        \"university\": null,\n        \"grade\": null,\n        \"current\": null,\n        \"qualSubjects\": null\n    },\n    {\n        \"id\": 4,\n        \"employee\": 11,\n        \"qualArea\": null,\n        \"qualDescription\": 5,\n        \"qualLevel\": null,\n        \"qualYear\": 2002,\n        \"qualCompletionYear\": 2004,\n        \"duration\": \"2\",\n        \"professionalQual\": null,\n        \"yearsTaken\": null,\n        \"institute\": \"Bangalore University\",\n        \"university\": null,\n        \"grade\": null,\n        \"current\": null,\n        \"qualSubjects\": null\n    },\n    {\n        \"id\": 8,\n        \"employee\": 11,\n        \"qualArea\": null,\n        \"qualDescription\": 4,\n        \"qualLevel\": null,\n        \"qualYear\": 1,\n        \"qualCompletionYear\": 2,\n        \"duration\": \"1\",\n        \"professionalQual\": null,\n        \"yearsTaken\": null,\n        \"institute\": null,\n        \"university\": null,\n        \"grade\": null,\n        \"current\": null,\n        \"qualSubjects\": null\n    },\n    {\n        \"id\": 9,\n        \"employee\": 11,\n        \"qualArea\": null,\n        \"qualDescription\": 3,\n        \"qualLevel\": null,\n        \"qualYear\": 1,\n        \"qualCompletionYear\": 2,\n        \"duration\": \"1\",\n        \"professionalQual\": null,\n        \"yearsTaken\": null,\n        \"institute\": null,\n        \"university\": null,\n        \"grade\": null,\n        \"current\": null,\n        \"qualSubjects\": null\n    }\n]"}],"_postman_id":"45fdfa40-ed10-4fd7-b1b8-eadd810c52b5"},{"name":"Add Employee Qualifications","id":"83b0c8f5-db0a-4597-b305-5a8da51cb3a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"qualification\": 1,\r\n    \"fromYear\": 2020,\r\n    \"toYear\": 2021,\r\n    \"institute\": \"VTU\",\r\n    \"grade\": \"S\",\r\n    \"qualificationArea\": \"1\",\r\n    \"remarks\": \"no remarks\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/qualifications","description":"<p>This API helps us to add a Qualification details to an employee. Below is the list of fields that needs to pass in the body of the API request.\n<br />List</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","qualifications"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"381c7949-bce8-4848-ab7f-91826a191d5e","name":"Add Employee Qualifications - 201 Created","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"qualification\": 1,\r\n    \"fromYear\": 2020,\r\n    \"toYear\": 2021,\r\n    \"institute\": \"VTU\",\r\n    \"grade\": \"S\",\r\n    \"qualificationArea\": \"1\",\r\n    \"remarks\": \"no remarks\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/96/qualifications"},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 11 Oct 2021 09:08:17 GMT"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"9"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"e7ab8878-3a4c-4422-85b9-9f9556e1cc4e"},{"key":"X-Kong-Upstream-Latency","value":"126"},{"key":"X-Kong-Proxy-Latency","value":"27"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\"id\":13}"}],"_postman_id":"83b0c8f5-db0a-4597-b305-5a8da51cb3a1"},{"name":"Update Employee Qualifications details","id":"f3f77224-bdf4-4512-900a-b2f8c5215ca8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"qualification\": 1,\r\n    \"fromYear\": 2021,\r\n    \"toYear\": 2022,\r\n    \"institute\": \"VTU\",\r\n    \"grade\": \"S\",\r\n    \"qualificationArea\": \"1\",\r\n    \"remarks\": \"Update qualification\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/qualifications/{qualification-id}","description":"<p>This API endpoint helps us to update the Qualification details of an individual employee.</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","qualifications","{qualification-id}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"f79f5a35-911d-4bf8-a286-1fefce00bc43","name":"Update Employee Qualifications details - 200 OK","originalRequest":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"qualification\": 1,\r\n    \"fromYear\": 2021,\r\n    \"toYear\": 2022,\r\n    \"institute\": \"VTU\",\r\n    \"grade\": \"S\",\r\n    \"qualificationArea\": \"1\",\r\n    \"remarks\": \"Update qualification\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/96/qualifications/13"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 11 Oct 2021 09:09:12 GMT"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"1f74666d-f042-43b8-a4bf-9ccc8b825872"},{"key":"X-Kong-Upstream-Latency","value":"86"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5292ff6e-2a7d-42c2-9448-0fe44ec63fac","name":"Update Employee Qualifications details - 404 Not Found","originalRequest":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"qualification\": 1,\r\n    \"fromYear\": 2021,\r\n    \"toYear\": 2022,\r\n    \"institute\": \"VTU\",\r\n    \"grade\": \"S\",\r\n    \"qualificationArea\": \"1\",\r\n    \"remarks\": \"Update qualification\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/96/qualifications/14"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Oct 2021 09:09:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"1fcd7579-6439-49b5-b55f-aed7cfaa2f0c"},{"key":"X-Kong-Upstream-Latency","value":"33"},{"key":"X-Kong-Proxy-Latency","value":"4"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"NOT-FOUND\",\n    \"code\": \"EMPLOYEE-QUALIFICATION-EXCEPTION\",\n    \"message\": \"error.employee.qualification.not.found\",\n    \"details\": null\n}"}],"_postman_id":"f3f77224-bdf4-4512-900a-b2f8c5215ca8"},{"name":"Delete Employee Qualifications details","id":"3a756d0e-16d6-4679-a10b-4c5782614630","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/{employee-id}/qualifications/{qualification-id}","description":"<p>This API help us to delete a Qualification for a Employee. We need to pass the Qualification ID.</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee-id}","qualifications","{qualification-id}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"95f4f32e-2fac-4611-bb8b-229dab011341","name":"Delete Employee Qualifications details - 200 OK","originalRequest":{"method":"DELETE","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/96/qualifications/13"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 11 Oct 2021 09:10:41 GMT"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"2c38bed7-dd28-4c59-a0a8-b95cc239961c"},{"key":"X-Kong-Upstream-Latency","value":"119"},{"key":"X-Kong-Proxy-Latency","value":"37"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"3a756d0e-16d6-4679-a10b-4c5782614630"}],"id":"65233aa1-6b1f-4666-ae9e-fd46e40ad05b","_postman_id":"65233aa1-6b1f-4666-ae9e-fd46e40ad05b","description":""},{"name":"Employee Card Details","item":[{"name":"Get Employee All Card Details","id":"ada3f451-6a5e-4b62-9910-7030ea61948f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/{employeeId}/card-details","description":"<p>This API is used to fetch all the card details from a particular employee based on employee Id. This API is only available for the Middle East region.</p>\n<p><strong>Request Path Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>employeeId</code></td>\n<td>Yes</td>\n<td>Id of the employee</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["employee","v2","employees","{employeeId}","card-details"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"1192a7f2-c00c-4a98-84fc-c6f3a90167f7","name":"Get Employee All Card Details - 200 OK","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/{employeeId}/card-details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Oct 2021 09:06:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"7ebecbe8-1cd8-4b7e-9be1-6d0e44dc1f43"},{"key":"X-Kong-Upstream-Latency","value":"155"},{"key":"X-Kong-Proxy-Latency","value":"4"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n  {\n        \"relation\": \"Son\",\n        \"cardType\": \"Emirates ID\",\n        \"cardId\": 31,\n        \"cardNo\": \"45670987\",\n        \"personalNo\": \"\",\n        \"issueDate\": \"\",\n        \"expiryDate\": \"\",\n        \"current\": false\n    },\n    {\n        \"relation\": \"Self\",\n        \"cardType\": \"Emirates ID\",\n        \"cardId\": 34,\n        \"cardNo\": \"4567039817\",\n        \"personalNo\": \"\",\n        \"issueDate\": \"\",\n        \"expiryDate\": \"\",\n        \"current\": false\n    }\n]"}],"_postman_id":"ada3f451-6a5e-4b62-9910-7030ea61948f"},{"name":"Get Employee Card Details","id":"d36e3fb8-27d0-459e-acf4-c7e418aeec5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/employeeId/card-details/cardId","description":"<p>This API is used to fetch card details for a particular employee based on employee Id and card Id. This API is only available for the Middle East region.</p>\n<h2 id=\"request-path-parameters\">Request Path Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Parameter</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Required</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br /><code>employeeId</code>  <br />  <br /></td>\n<td><br />  <br />Yes  <br />  <br /></td>\n<td><br />  <br />Employee ID of the employee  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>cardId</code>  <br />  <br /></td>\n<td><br />  <br />Yes  <br />  <br /></td>\n<td><br />  <br />ID of the card  <br />  <br /></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["employee","v2","employees","employeeId","card-details","cardId"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"56d916d3-45b8-4caf-9786-a5270d64e364","name":"Get Employee Card Details - 200 OK","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/employeeId/card-details/cardId"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Oct 2021 09:06:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"ff0d27bd-95e7-4693-b532-23303e1b1114"},{"key":"X-Kong-Upstream-Latency","value":"85"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"relation\": \"Self\",\n    \"cardType\": \"Emirates ID\",\n    \"cardId\": 34,\n    \"cardNo\": \"4567039817\",\n    \"personalNo\": \"\",\n    \"issueDate\": \"\",\n    \"expiryDate\": \"\",\n    \"current\": false\n}"}],"_postman_id":"d36e3fb8-27d0-459e-acf4-c7e418aeec5f"},{"name":"Add Employee Card Details","id":"56ca39b6-9625-4ffd-8cd7-c3ccffce3342","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"qualification\": 1,\r\n    \"fromYear\": 2020,\r\n    \"toYear\": 2021,\r\n    \"institute\": \"VTU\",\r\n    \"grade\": \"S\",\r\n    \"qualificationArea\": \"1\",\r\n    \"remarks\": \"no remarks\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employeeId}/card-details","description":"<p>This API is used to push a particular employee’s card details based on the employee id. This API is only available for the Middle East region.</p>\n<h2 id=\"request-path-parameters\">Request Path Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Parameter</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Required</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br /><code>employeeId</code>  <br />  <br /></td>\n<td><br />  <br />Yes  <br />  <br /></td>\n<td><br />  <br />Id of the employee  <br />  <br /></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-payload-parameters\">Request Payload Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Key</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Required</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br /><code>relation</code>  <br />  <br /></td>\n<td><br />  <br />String  <br />  <br /></td>\n<td><br />  <br />Employees' relation to the person whose card details has to be added.  <br /><strong>Eg:</strong> Self(If adding for himself/herself), Father etc.  <br />  <br /></td>\n<td><br />  <br /><code>Mandatory</code>  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>cardType</code>  <br />  <br /></td>\n<td><br />  <br />String  <br />  <br /></td>\n<td><br />  <br />Type of the Card.  <br /><strong>Eg:</strong> Emirates Id, Qatar Id etc.  <br />  <br /></td>\n<td><br />  <br /><code>Mandatory</code>  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>cardNo</code>  <br />  <br /></td>\n<td><br />  <br />String  <br />  <br /></td>\n<td><br />  <br />Number of the card.  <br />  <br /></td>\n<td><br />  <br /><code>Mandatory</code>  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>issueDate</code>  <br />  <br /></td>\n<td><br />  <br />String  <br />  <br /></td>\n<td><br />  <br />Date of issue for the card. (<code>dd MMM yyyy</code>)  <br />  <br /></td>\n<td><br />  <br /><code>Optional</code>  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>expiryDate</code>  <br />  <br /></td>\n<td><br />  <br />String  <br />  <br /></td>\n<td><br />  <br />Date of expiry for the card. (<code>dd MMM yyyy</code>)  <br />  <br /></td>\n<td><br />  <br /><code>Optional</code>  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>Current</code>  <br />  <br /></td>\n<td><br />  <br />boolean  <br />  <br /></td>\n<td><br />  <br />True if is currently active.  <br />  <br /></td>\n<td><br />  <br /><code>Optional</code>  <br />  <br /></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["employee","v2","employees","{employeeId}","card-details"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"d367a52e-88aa-4474-b0d2-3f1d514d4948","name":"Add Employee Card Details - 201 Created","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"cardNo\": \"45678\",\r\n  \"cardType\": \"Emirates ID\",\r\n  \"relation\": \"wife\",\r\n  \"issueDate\": \"01 Jul 2000\",\r\n  \"expiryDate\" : \"31 Dec 2030\",\r\n  \"Current\" : true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employeeId}/card-details"},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 11 Oct 2021 09:08:17 GMT"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"9"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"e7ab8878-3a4c-4422-85b9-9f9556e1cc4e"},{"key":"X-Kong-Upstream-Latency","value":"126"},{"key":"X-Kong-Proxy-Latency","value":"27"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"Card details added successfully."}],"_postman_id":"56ca39b6-9625-4ffd-8cd7-c3ccffce3342"},{"name":"Delete Employee Card Details","id":"7525283a-f92f-4379-b689-50beab7b0f32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/{employeeId}/card-details/{cardId}","description":"<p>StartFragment</p>\n<p>This API is used to delete a particular employee’s card details based on employee Id and card Id. This API is only available for the Middle East region.</p>\n<h2 id=\"request-path-parameters\">Request Path Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Parameter</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Required</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br /><code>employeeId</code>  <br />  <br /></td>\n<td><br />  <br />Yes  <br />  <br /></td>\n<td><br />  <br />Id of the employee  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>cardId</code>  <br />  <br /></td>\n<td><br />  <br />Yes  <br />  <br /></td>\n<td><br />  <br />Id of the card.  <br />  <br /></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["employee","v2","employees","{employeeId}","card-details","{cardId}"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"1ee8e25b-0b16-481b-b42b-daaeaa355536","name":"Delete Employee Card Details - 200 OK","originalRequest":{"method":"DELETE","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/employees/{employeeId}/card-details/{cardId}"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 11 Oct 2021 09:10:41 GMT"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"2c38bed7-dd28-4c59-a0a8-b95cc239961c"},{"key":"X-Kong-Upstream-Latency","value":"119"},{"key":"X-Kong-Proxy-Latency","value":"37"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"Card details deleted successfully."}],"_postman_id":"7525283a-f92f-4379-b689-50beab7b0f32"}],"id":"070dd7c1-8c2f-434b-b263-09b9fbea93de","_postman_id":"070dd7c1-8c2f-434b-b263-09b9fbea93de","description":""},{"name":"Employee Access Card","item":[{"name":"Get Employee Access Card Details","id":"b9c21824-8ea6-40ac-baa4-a091b552f45d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.greythr.com/access-card/v2/employee?page=0&size=2000","description":"<p>This API is to get all employees Access Card details.</p>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<ul>\n<li>There are no path parameters.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n</tbody>\n</table>\n</div><h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>State of the employee (current, resigned)</td>\n<td><code>false</code></td>\n<td>all</td>\n</tr>\n<tr>\n<td>modifiedSince</td>\n<td>String</td>\n<td>The modified date of access card</td>\n<td><code>false</code></td>\n<td>-</td>\n</tr>\n<tr>\n<td>size</td>\n<td>Integer</td>\n<td>Number of records per page</td>\n<td><code>false</code></td>\n<td>25</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>Page number</td>\n<td><code>false</code></td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["access-card","v2","employee"],"host":["api","greythr","com"],"query":[{"key":"page","value":"0"},{"key":"size","value":"2000"}],"variable":[]}},"response":[{"id":"55d7b8f2-330d-474f-a71b-9dc53a4e8bad","name":"Get Employee Access Card Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.greythr.com/access-card/v2/employee?page=0&size=2000","protocol":"https","host":["api","greythr","com"],"path":["access-card","v2","employee"],"query":[{"key":"page","value":"0"},{"key":"size","value":"2000"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"id\": 56,\r\n            \"employee\": 85,\r\n            \"accessCardNo\": \"test001\",\r\n            \"fromDate\": \"2023-11-12\",\r\n            \"toDate\": \"2023-11-30\",\r\n            \"updatedBy\": 1,\r\n            \"updatedOn\": \"2023-11-23\",\r\n            \"cardValidity\": \"12 Nov 2023 - 30 Nov 2023\"\r\n        },\r\n        {\r\n            \"id\": 58,\r\n            \"employee\": 85,\r\n            \"accessCardNo\": \"test001\",\r\n            \"fromDate\": \"2023-12-12\",\r\n            \"toDate\": \"2023-12-30\",\r\n            \"updatedBy\": 1,\r\n            \"updatedOn\": \"2023-11-23\",\r\n            \"cardValidity\": \"12 Dec 2023 - 30 Dec 2023\"\r\n        }\r\n    ],\r\n    \"pages\": {\r\n        \"totalPages\": 1,\r\n        \"totalElements\": 2,\r\n        \"size\": 3,\r\n        \"empty\": false,\r\n        \"hasNext\": false,\r\n        \"hasPrevious\": false,\r\n        \"first\": true,\r\n        \"last\": true,\r\n        \"sort\": {\r\n            \"sorted\": false,\r\n            \"unsorted\": true,\r\n            \"empty\": true\r\n        }\r\n    }\r\n}"}],"_postman_id":"b9c21824-8ea6-40ac-baa4-a091b552f45d"},{"name":"Add Employee Access Card","id":"0e86c441-54a4-4381-a612-4de588041068","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"employee\" : 85,\r\n  \"accessCardNo\" : \"test001\",\r\n  \"fromDate\" : \"2023-12-12\",\r\n  \"toDate\" : \"2023-12-30\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/access-card/v2/employee","description":"<p>This API is to add employee Access Card details.</p>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<ul>\n<li>There are no path parameters.</li>\n</ul>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<ul>\n<li>There are no query parameters.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["access-card","v2","employee"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"992ae7b4-5cc2-46a1-a979-b5840857d4a2","name":"Add Employee Access Card","originalRequest":{"method":"POST","header":[],"url":"https://api.greythr.com/access-card/v2/employee"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n  \"id\":61,\r\n  \"Message\":\"Employee access card details added successfully.\"\r\n}"}],"_postman_id":"0e86c441-54a4-4381-a612-4de588041068"},{"name":"Update Employee Access Card","id":"cb3898cf-ea91-43d9-a174-6a3db4eaa168","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"employee\" : 85,\r\n  \"accessCardNo\" : \"test001\",\r\n  \"fromDate\" : \"2023-12-12\",\r\n  \"toDate\" : \"2023-12-30\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/access-card/v2/employee/{employeeId}/card/{empAccessCardId}","description":"<p>This API is to update employee Access Card Details.</p>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>employeeId</td>\n<td>Integer</td>\n<td>Employee id of whom access card details are to be updated</td>\n<td><code>false</code></td>\n<td></td>\n</tr>\n<tr>\n<td>empAccessCardId</td>\n<td>Integer</td>\n<td>Access card id of which details are to be updated</td>\n<td><code>true</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"query-parameters\">Query Parameters</h3>\n<ul>\n<li>There are no query parameters.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["access-card","v2","employee","{employeeId}","card","{empAccessCardId}"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"627eff6f-6a1b-43d9-85e1-fdf5b865248c","name":"Update Employee Access Card","originalRequest":{"method":"PUT","header":[],"url":"https://api.greythr.com/access-card/v2/employee/{employeeId}/card/{empAccessCardId}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n  \"Message\":\"Employee access card details updated successfully.\"\r\n}"}],"_postman_id":"cb3898cf-ea91-43d9-a174-6a3db4eaa168"},{"name":"Delete Employee Access Card","id":"2e71e4c0-afb5-47cd-b6d4-59760de6595b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/access-card/v2/employee/{employeeId}/card/{empAccessCardId}","description":"<p>This API is to delete employee Access Card Details.</p>\n<p>Path Parameters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>employeeId</td>\n<td>Integer</td>\n<td>Employee id of whom access card details are to be deleted</td>\n<td><code>true</code></td>\n<td></td>\n</tr>\n<tr>\n<td>empAccessCardId</td>\n<td>Integer</td>\n<td>Access card id of which details are to be deleted</td>\n<td><code>true</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"query-parameters\">Query Parameters</h3>\n<ul>\n<li>There are no query parameters.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["access-card","v2","employee","{employeeId}","card","{empAccessCardId}"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"799314e9-45a7-488a-b0fb-1f58d8917397","name":"Delete Employee Access Card","originalRequest":{"method":"DELETE","header":[],"url":"https://api.greythr.com/access-card/v2/employee/{employeeId}/card/{empAccessCardId}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n  \"Message\":\"Employee access card details deleted successfully.\"\r\n}"}],"_postman_id":"2e71e4c0-afb5-47cd-b6d4-59760de6595b"}],"id":"9d202b4e-5605-429b-82bf-e83103c5bb3e","_postman_id":"9d202b4e-5605-429b-82bf-e83103c5bb3e","description":""},{"name":"Employee Visa","item":[{"name":"Add Employee Visa","id":"67604900-a11c-4362-9638-f73759bb197d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":" '{\r\n    \"country\": \"101\",\r\n    \"visaType\": \"Employment Pass\",\r\n    \"visaNo\": \"EP123456789\",\r\n    \"issueDate\": \"2020-06-01\",\r\n    \"validity\": \"2025-05-31\",\r\n    \"relation\": \"Self\"\r\n  }'","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee_id}/visa","description":"<p>This API creates a visa record for an employee (either self or a dependent). It validates the country, visa type, visa number, and the issue and valid-till dates, and supports an optional relationship field. It also allows optional immigration status details (description, code, or ID) and a UID.<br />**<br />Path Parameters**</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>employeeId</td>\n<td>Integer</td>\n<td>Employee id</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>yes</td>\n<td>Country id or name</td>\n</tr>\n<tr>\n<td>visaType</td>\n<td>string</td>\n<td>yes</td>\n<td>Visa type <strong>description</strong> (master)</td>\n</tr>\n<tr>\n<td>visaNo</td>\n<td>string</td>\n<td>yes</td>\n<td>Visa number</td>\n</tr>\n<tr>\n<td>issueDate</td>\n<td>string</td>\n<td>yes</td>\n<td>Issue date</td>\n</tr>\n<tr>\n<td>validity</td>\n<td>string</td>\n<td>yes</td>\n<td>Valid till (must be after issue date)</td>\n</tr>\n<tr>\n<td>relation</td>\n<td>string</td>\n<td>no</td>\n<td>Self / dependent relation description</td>\n</tr>\n<tr>\n<td>immigrationStatus</td>\n<td>string</td>\n<td>no</td>\n<td>Description, <strong>code</strong>, or <strong>numeric id</strong></td>\n</tr>\n<tr>\n<td>uid</td>\n<td>string</td>\n<td>no</td>\n<td>UID</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>string</td>\n<td>no</td>\n<td>External correlation id</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee_id}","visa"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"9e2bd15d-800a-4d69-aae2-0898f4f4bbe8","name":"Add Employee Visa","originalRequest":{"method":"POST","header":[],"url":"https://api.greythr.com/employee/v2/employees/{employee_id}/visa"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"Visa details added successfully."}],"_postman_id":"67604900-a11c-4362-9638-f73759bb197d"},{"name":"Update Employee Visa","id":"e8598e86-5bd1-4f77-8dc4-de41ab70447a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"'{ \"country\": \"101\", \"visaType\": \"Employment Pass\", \"visaNo\": \"EP123456789\", \"issueDate\": \"2020-06-01\", \"validity\": \"2025-05-31\" }'","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee_id}/visa/{visa_id}","description":"<p>This API updates visa details and verifies that the visa belongs to the specified employee.</p>\n<p><strong>Path Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>employeeId</td>\n<td>Integer</td>\n<td>Employee id</td>\n<td>true</td>\n</tr>\n<tr>\n<td>visaId</td>\n<td>Integer</td>\n<td>Visa record id</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>yes</td>\n<td>Country <strong>id</strong> or <strong>name</strong> (case-insensitive)</td>\n</tr>\n<tr>\n<td>passportNo</td>\n<td>string</td>\n<td>yes</td>\n<td>Passport number</td>\n</tr>\n<tr>\n<td>issueDate</td>\n<td>string</td>\n<td>yes</td>\n<td>Issue date</td>\n</tr>\n<tr>\n<td>expiryDate</td>\n<td>string</td>\n<td>yes</td>\n<td>Valid till / expiry (must be after issue date)</td>\n</tr>\n<tr>\n<td>relation</td>\n<td>string</td>\n<td>no</td>\n<td>Omit or <code>\"Self\"</code> for employee; else dependent <strong>relation description</strong> (must exist for employee)</td>\n</tr>\n<tr>\n<td>surName</td>\n<td>string</td>\n<td>no</td>\n<td></td>\n</tr>\n<tr>\n<td>middleName</td>\n<td>string</td>\n<td>no</td>\n<td></td>\n</tr>\n<tr>\n<td>givenName</td>\n<td>string</td>\n<td>no</td>\n<td></td>\n</tr>\n<tr>\n<td>passportType</td>\n<td>string</td>\n<td>no</td>\n<td>Passport type <strong>description</strong> (must exist in master)</td>\n</tr>\n<tr>\n<td>issuePlace</td>\n<td>string</td>\n<td>no</td>\n<td></td>\n</tr>\n<tr>\n<td>issueCity</td>\n<td>string</td>\n<td>no</td>\n<td></td>\n</tr>\n<tr>\n<td>address1/2/3</td>\n<td>string</td>\n<td>no</td>\n<td></td>\n</tr>\n<tr>\n<td>currentlyWith</td>\n<td>string</td>\n<td>no</td>\n<td></td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>string</td>\n<td>no</td>\n<td>External correlation id</td>\n</tr>\n</tbody>\n</table>\n</div><p>EndFragment</p>\n","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee_id}","visa","{visa_id}"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"6f07be9f-1c39-4160-91ac-ac3d20b14e49","name":"Update Employee Visa","originalRequest":{"method":"PUT","header":[],"url":"https://api.greythr.com/employee/v2/employees/{employee_id}/visa/{visa_id}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"Visa details updated successfully."}],"_postman_id":"e8598e86-5bd1-4f77-8dc4-de41ab70447a"},{"name":"Delete Employee Visa","id":"0a6a91f5-8582-4531-9c30-767774cd80cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.greythr.com/employee/v2/employees/{employee_id}/visa/{visa_id}","description":"<p>This API deletes a visa after verifying ownership.</p>\n<p><strong>Path Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>employeeId</td>\n<td>Integer</td>\n<td>Employee id</td>\n<td>true</td>\n</tr>\n<tr>\n<td>visaId</td>\n<td>Integer</td>\n<td>Visa record id</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee_id}","visa","{visa_id}"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"2d052c27-97fb-4b54-99f0-b989b6519f96","name":"Delete Employee Visa","originalRequest":{"method":"DELETE","header":[],"url":"https://api.greythr.com/employee/v2/employees/{employee_id}/visa/{visa_id}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"Visa details deleted successfully."}],"_postman_id":"0a6a91f5-8582-4531-9c30-767774cd80cf"},{"name":"Get Employee Visa","id":"9accd14d-8774-40c0-a907-9f4204f85146","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.greythr.com/employee/v2/employees/{employee_id}/visa/{visa_id}","description":"<p>This API returns all visas for an employee, or a specific visa by ID, with validation of the employee and ownership.</p>\n<p><strong>Path Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>employeeId</td>\n<td>Integer</td>\n<td>Employee id</td>\n<td>true</td>\n</tr>\n<tr>\n<td>visaId</td>\n<td>Integer</td>\n<td>Visa record id</td>\n<td>false</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee_id}","visa","{visa_id}"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"aa7830b1-8303-4f89-9e1e-dafb013194c9","name":"Get Employee Visa","originalRequest":{"method":"GET","header":[],"url":"https://api.greythr.com/employee/v2/employees/{employee_id}/visa/{visa_id}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n  \"visaId\": 1,\r\n  \"relation\": \"Self\",\r\n  \"country\": \"Singapore\",\r\n  \"visaType\": \"Employment Pass\",\r\n  \"visaNo\": \"EP123456789\",\r\n  \"issueDate\": \"01 Jun 2020\",\r\n  \"validity\": \"31 May 2025\",\r\n  \"immigrationStatus\": \"\",\r\n  \"uid\": \"\",\r\n  \"uuid\": \"\"\r\n}"}],"_postman_id":"9accd14d-8774-40c0-a907-9f4204f85146"},{"name":"Get All Employees Visa","id":"bd0ae2b2-c7de-4987-b08a-6cede343d27c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.greythr.com/employee/v2/employees/visa","description":"<p>This API retrieves all visa records in a paginated response (default page size of 25). Similar to passports, although criteria query parameters are accepted, they are not currently applied in the service logic.</p>\n<p><strong>Query Parameters</strong>  </p>\n<p><strong>Query Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n<th>Default</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>Page index (0-based)</td>\n<td>false</td>\n<td>0</td>\n</tr>\n<tr>\n<td>size</td>\n<td>Integer</td>\n<td>Page size</td>\n<td>false</td>\n<td>25</td>\n</tr>\n<tr>\n<td>sort</td>\n<td>string</td>\n<td>Spring Data sort, e.g. <code>Visaid,desc</code></td>\n<td>false</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["employee","v2","employees","visa"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"ceb39b7f-0255-4c84-8685-7a8d9eda36e1","name":"Get All Employees Visa","originalRequest":{"method":"GET","header":[],"url":"https://api.greythr.com/employee/v2/employees/visa"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n  \"data\": [\r\n    {\r\n      \"VisaId\": 1,\r\n      \"relation\": \"Self\",\r\n      \"country\": \"India\",\r\n      \"passportNo\": \"A1234567\",\r\n      \"issueDate\": \"15 Jan 2018\",\r\n      \"expiryDate\": \"14 Jan 2028\",\r\n      \"surName\": \"\",\r\n      \"middleName\": \"\",\r\n      \"givenName\": \"\",\r\n      \"passportType\": \"Ordinary\",\r\n      \"issuePlace\": \"\",\r\n      \"issueCity\": \"\",\r\n      \"address1\": \"\",\r\n      \"address2\": \"\",\r\n      \"address3\": \"\",\r\n      \"currentlyWith\": \"\",\r\n      \"uuid\": \"\"\r\n    }\r\n  ],\r\n  \"pages\": {\r\n    \"totalPages\": 1,\r\n    \"totalElements\": 1,\r\n    \"size\": 25,\r\n    \"empty\": false,\r\n    \"hasNext\": false,\r\n    \"hasPrevious\": false,\r\n    \"first\": true,\r\n    \"last\": true,\r\n    \"sort\": { \"empty\": true, \"sorted\": false, \"unsorted\": true }\r\n  }\r\n}"}],"_postman_id":"bd0ae2b2-c7de-4987-b08a-6cede343d27c"}],"id":"d5e3709f-c8ad-40f2-8868-fd37e860efc8","_postman_id":"d5e3709f-c8ad-40f2-8868-fd37e860efc8","description":""},{"name":"Employee Passport","item":[{"name":"Add Employee Passport","id":"c5b6af14-30cd-4d29-91be-e13b9ff28e7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"'{\r\n    \"country\": \"101\",\r\n    \"passportNo\": \"A1234567\",\r\n    \"issueDate\": \"2018-01-15\",\r\n    \"expiryDate\": \"2028-01-14\",\r\n    \"relation\": \"Self\",\r\n    \"passportType\": \"Ordinary\"\r\n  }'","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee_id}/passport","description":"<p>This API enables adding a passport for an employee (either self or a dependent). It validates the country, passport number (including checks for duplicates across employees), and issue and expiry dates. It also supports optional fields such as relationship and passport type. An optional UUID can be provided for external tracking; if not, a deterministic UUID may be generated on the server side.</p>\n<p><strong>Path Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>employeeId</td>\n<td>Integer</td>\n<td>Employee id (<code>tblemployee</code> / cid)</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>yes</td>\n<td>Country <strong>id</strong> or <strong>name</strong> (case-insensitive)</td>\n</tr>\n<tr>\n<td>passportNo</td>\n<td>string</td>\n<td>yes</td>\n<td>Passport number</td>\n</tr>\n<tr>\n<td>issueDate</td>\n<td>string</td>\n<td>yes</td>\n<td>Issue date</td>\n</tr>\n<tr>\n<td>expiryDate</td>\n<td>string</td>\n<td>yes</td>\n<td>Valid till / expiry (must be after issue date)</td>\n</tr>\n<tr>\n<td>relation</td>\n<td>string</td>\n<td>no</td>\n<td>Omit or <code>\"Self\"</code> for employee; else dependent <strong>relation description</strong> (must exist for employee)</td>\n</tr>\n<tr>\n<td>surName</td>\n<td>string</td>\n<td>no</td>\n<td></td>\n</tr>\n<tr>\n<td>middleName</td>\n<td>string</td>\n<td>no</td>\n<td></td>\n</tr>\n<tr>\n<td>givenName</td>\n<td>string</td>\n<td>no</td>\n<td></td>\n</tr>\n<tr>\n<td>passportType</td>\n<td>string</td>\n<td>no</td>\n<td>Passport type <strong>description</strong> (must exist in master)</td>\n</tr>\n<tr>\n<td>issuePlace</td>\n<td>string</td>\n<td>no</td>\n<td></td>\n</tr>\n<tr>\n<td>issueCity</td>\n<td>string</td>\n<td>no</td>\n<td></td>\n</tr>\n<tr>\n<td>address1/2/3</td>\n<td>string</td>\n<td>no</td>\n<td></td>\n</tr>\n<tr>\n<td>currentlyWith</td>\n<td>string</td>\n<td>no</td>\n<td></td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>string</td>\n<td>no</td>\n<td>External correlation id</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee_id}","passport"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"0b5b5332-ca1d-45d3-92d3-75594e7bdb19","name":"Add Employee Passport","originalRequest":{"method":"GET","header":[],"url":"https://api.greythr.com/employee/v2/employees/{employee_id}/passport"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Passport details added successfully."}],"_postman_id":"c5b6af14-30cd-4d29-91be-e13b9ff28e7e"},{"name":"Update Employee Passport","id":"59af45c8-d5f6-4d65-afca-2d5b5f11c089","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"'{ \"country\": \"101\", \"passportNo\": \"A1234567\", \"issueDate\": \"2018-01-15\", \"expiryDate\": \"2028-01-14\" }'","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employees/{employee_id}/passport/{passport_id}","description":"<p>This API updates an existing passport and verifies that it belongs to the specified employee. It applies the same validation rules as the create operation for the request payload.</p>\n<p><strong>Path Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>employeeId</td>\n<td>Integer</td>\n<td>Employee id</td>\n<td>true</td>\n</tr>\n<tr>\n<td>passportId</td>\n<td>Integer</td>\n<td>Passport record id</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>yes</td>\n<td>Country <strong>id</strong> or <strong>name</strong> (case-insensitive)</td>\n</tr>\n<tr>\n<td>passportNo</td>\n<td>string</td>\n<td>yes</td>\n<td>Passport number</td>\n</tr>\n<tr>\n<td>issueDate</td>\n<td>string</td>\n<td>yes</td>\n<td>Issue date</td>\n</tr>\n<tr>\n<td>expiryDate</td>\n<td>string</td>\n<td>yes</td>\n<td>Valid till / expiry (must be after issue date)</td>\n</tr>\n<tr>\n<td>relation</td>\n<td>string</td>\n<td>no</td>\n<td>Omit or <code>\"Self\"</code> for employee; else dependent <strong>relation description</strong> (must exist for employee)</td>\n</tr>\n<tr>\n<td>surName</td>\n<td>string</td>\n<td>no</td>\n<td></td>\n</tr>\n<tr>\n<td>middleName</td>\n<td>string</td>\n<td>no</td>\n<td></td>\n</tr>\n<tr>\n<td>givenName</td>\n<td>string</td>\n<td>no</td>\n<td></td>\n</tr>\n<tr>\n<td>passportType</td>\n<td>string</td>\n<td>no</td>\n<td>Passport type <strong>description</strong> (must exist in master)</td>\n</tr>\n<tr>\n<td>issuePlace</td>\n<td>string</td>\n<td>no</td>\n<td></td>\n</tr>\n<tr>\n<td>issueCity</td>\n<td>string</td>\n<td>no</td>\n<td></td>\n</tr>\n<tr>\n<td>address1/2/3</td>\n<td>string</td>\n<td>no</td>\n<td></td>\n</tr>\n<tr>\n<td>currentlyWith</td>\n<td>string</td>\n<td>no</td>\n<td></td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>string</td>\n<td>no</td>\n<td>External correlation id</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee_id}","passport","{passport_id}"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"a9faa96b-d791-40d3-a09e-3298aee6e07a","name":"Update Employee Passport","originalRequest":{"method":"PUT","header":[],"url":"https://api.greythr.com/employee/v2/employees/{employee_id}/passport/{passport_id}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"Passport details updated successfully."}],"_postman_id":"59af45c8-d5f6-4d65-afca-2d5b5f11c089"},{"name":"Delete Employee Passport","id":"c0dd6755-5e48-4d7a-8361-e0b835d9e6d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.greythr.com/employee/v2/employees/{employee_id}/passport/{passport_id}","description":"<p>This API deletes a passport after verifying that it belongs to the specified employee.</p>\n<p><strong>Path Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>employeeId</td>\n<td>Integer</td>\n<td>Employee id</td>\n<td>true</td>\n</tr>\n<tr>\n<td>passportId</td>\n<td>Integer</td>\n<td>Passport record id</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee_id}","passport","{passport_id}"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"b7b4f3b5-aa03-429f-b387-7ae1e642691b","name":"Delete Employee Passport","originalRequest":{"method":"DELETE","header":[],"url":"https://api.greythr.com/core-hr/v1/employees/{employeeId}/passport/{passportId}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"Passport details deleted successfully."}],"_postman_id":"c0dd6755-5e48-4d7a-8361-e0b835d9e6d8"},{"name":"Get Employee Passport","id":"28dcc39a-909b-4d81-b336-60b46186cb47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.greythr.com/employee/v2/employees/{employee_id}/passport/{passport_id}","description":"<p>This API returns all passports for an employee when the passport ID is not provided, or a specific passport when the passport ID is included. It also validates the employee and ensures proper ownership.</p>\n<p><strong>Path Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>employeeId</td>\n<td>Integer</td>\n<td>Employee id</td>\n<td>true</td>\n</tr>\n<tr>\n<td>passportId</td>\n<td>Integer</td>\n<td>Passport record id</td>\n<td>false</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["employee","v2","employees","{employee_id}","passport","{passport_id}"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"be06c3a8-c065-46b2-b3f9-ccde759a5bf4","name":"Get Employee Passport","originalRequest":{"method":"GET","header":[],"url":"https://api.greythr.com/employee/v2/employees/{employee_id}/passport/{passport_id}"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n  \"passportId\": 1,\r\n  \"relation\": \"Self\",\r\n  \"country\": \"India\",\r\n  \"passportNo\": \"A1234567\",\r\n  \"issueDate\": \"15 Jan 2018\",\r\n  \"expiryDate\": \"14 Jan 2028\",\r\n  \"surName\": \"\",\r\n  \"middleName\": \"\",\r\n  \"givenName\": \"\",\r\n  \"passportType\": \"Ordinary\",\r\n  \"issuePlace\": \"\",\r\n  \"issueCity\": \"\",\r\n  \"address1\": \"\",\r\n  \"address2\": \"\",\r\n  \"address3\": \"\",\r\n  \"currentlyWith\": \"\",\r\n  \"uuid\": \"\"\r\n}"}],"_postman_id":"28dcc39a-909b-4d81-b336-60b46186cb47"},{"name":"Get All Employees Passport","id":"550ea58a-8287-428e-b855-1092fe074478","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.greythr.com/employee/v2/employees/passport","description":"<p>This API retrieves all passport records in the system and returns them in a paginated response, with a default page size of 25. Currently, it loads all records and applies pagination in memory. Although query parameters for filtering are accepted, they are not yet used in the implementation.</p>\n<p><strong>Query Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n<th>Default</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>Page index (0-based)</td>\n<td>false</td>\n<td>0</td>\n</tr>\n<tr>\n<td>size</td>\n<td>Integer</td>\n<td>Page size</td>\n<td>false</td>\n<td>25</td>\n</tr>\n<tr>\n<td>sort</td>\n<td>string</td>\n<td>Spring Data sort, e.g. <code>passportId,desc</code></td>\n<td>false</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["employee","v2","employees","passport"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"dff2ecef-410e-4a26-83b4-4a351996c273","name":"Get All Employees Passport","originalRequest":{"method":"GET","header":[],"url":"https://api.greythr.com/employee/v2/employees/passport"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n  \"data\": [\r\n    {\r\n      \"passportId\": 1,\r\n      \"relation\": \"Self\",\r\n      \"country\": \"India\",\r\n      \"passportNo\": \"A1234567\",\r\n      \"issueDate\": \"15 Jan 2018\",\r\n      \"expiryDate\": \"14 Jan 2028\",\r\n      \"surName\": \"\",\r\n      \"middleName\": \"\",\r\n      \"givenName\": \"\",\r\n      \"passportType\": \"Ordinary\",\r\n      \"issuePlace\": \"\",\r\n      \"issueCity\": \"\",\r\n      \"address1\": \"\",\r\n      \"address2\": \"\",\r\n      \"address3\": \"\",\r\n      \"currentlyWith\": \"\",\r\n      \"uuid\": \"\"\r\n    }\r\n  ],\r\n  \"pages\": {\r\n    \"totalPages\": 1,\r\n    \"totalElements\": 1,\r\n    \"size\": 25,\r\n    \"empty\": false,\r\n    \"hasNext\": false,\r\n    \"hasPrevious\": false,\r\n    \"first\": true,\r\n    \"last\": true,\r\n    \"sort\": { \"empty\": true, \"sorted\": false, \"unsorted\": true }\r\n  }\r\n}"}],"_postman_id":"550ea58a-8287-428e-b855-1092fe074478"}],"id":"4b17b3ef-1950-44fd-995c-eb9b094bb7ee","_postman_id":"4b17b3ef-1950-44fd-995c-eb9b094bb7ee","description":""}],"id":"dfcec8d7-0bf4-4903-9124-39d36bd84fdc","description":"<p>The APIs help you get the basic information of all the employees, individual employee details, you can add employees and also update employee details.</p>\n","event":[{"listen":"prerequest","script":{"id":"4a661ac7-0dab-4135-a1bf-b8f791de69e1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"69b8f1b3-8949-44b7-a455-a9f239df3eeb","type":"text/javascript","exec":[""]}}],"_postman_id":"dfcec8d7-0bf4-4903-9124-39d36bd84fdc"},{"name":"Leave","item":[{"name":"Leave Balance","item":[{"name":"Get Leave Balance details for All Employees","event":[{"listen":"prerequest","script":{"id":"b56b9057-d0cd-4ddb-9aad-fae5c550e0b0","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"13a2f3c6-147a-422e-86d5-67d18d889763","exec":[""],"type":"text/javascript"}}],"id":"16a35fe4-4020-4c82-98bf-845ce88bce64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/leave/v2/employee/years/{{Year}}/balance","urlObject":{"protocol":"https","path":["leave","v2","employee","years","{{Year}}","balance"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"e48f2558-bc67-44d5-b027-82af33ff9cc5","name":"Get Leave Balance details for All Employees","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/leave/v2/employee/years/2021/balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 22 Apr 2021 14:07:57 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"d5d6fab6-40d0-4ceb-b002-82e633bfc9ce"},{"key":"X-Kong-Upstream-Latency","value":"45"},{"key":"X-Kong-Proxy-Latency","value":"22"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"employeeId\": 1,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 31,\n                    \"ob\": 30,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 31,\n                    \"ob\": 30,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 11,\n                    \"ob\": 10,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 54,\n                    \"ob\": 30,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 13,\n                    \"ob\": 12,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 130,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 24,\n                    \"ob\": 0,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 131,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 24,\n                    \"ob\": 0,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 132,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 24,\n                    \"ob\": 0,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 134,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 24,\n                    \"ob\": 0,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 6,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 29,\n                    \"ob\": 28,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 31,\n                    \"ob\": 30,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 11,\n                    \"ob\": 10,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 54,\n                    \"ob\": 30,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 26,\n                    \"ob\": 25,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 136,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 24,\n                    \"ob\": 0,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 138,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 24,\n                    \"ob\": 0,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 139,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 24,\n                    \"ob\": 0,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 11,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 19.5,\n                    \"ob\": 18.5,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 22.5,\n                    \"ob\": 21.5,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 10.5,\n                    \"ob\": 9.5,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 54,\n                    \"ob\": 30,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 26,\n                    \"ob\": 25,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 140,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 24,\n                    \"ob\": 0,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 141,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 24,\n                    \"ob\": 0,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 142,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 24,\n                    \"ob\": 0,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 143,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 24,\n                    \"ob\": 0,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 16,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 22,\n                    \"ob\": 21,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 31,\n                    \"ob\": 30,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 11,\n                    \"ob\": 10,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 54,\n                    \"ob\": 30,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 13,\n                    \"ob\": 12,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 17,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 31,\n                    \"ob\": 30,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 31,\n                    \"ob\": 30,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 5,\n                    \"balance\": 84,\n                    \"ob\": 0,\n                    \"grant\": 84,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 11,\n                    \"ob\": 10,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 54,\n                    \"ob\": 30,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 26,\n                    \"ob\": 25,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 19,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 31,\n                    \"ob\": 30,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 31,\n                    \"ob\": 30,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 11,\n                    \"ob\": 10,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 54,\n                    \"ob\": 30,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 26,\n                    \"ob\": 25,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 21,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 31,\n                    \"ob\": 30,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 31,\n                    \"ob\": 30,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 11,\n                    \"ob\": 10,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 54,\n                    \"ob\": 30,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 26,\n                    \"ob\": 25,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 151,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 24,\n                    \"ob\": 0,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 24,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 27,\n                    \"ob\": 26,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 31,\n                    \"ob\": 30,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 11,\n                    \"ob\": 10,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 54,\n                    \"ob\": 30,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 14,\n                    \"ob\": 13,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 25,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 31,\n                    \"ob\": 30,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 29,\n                    \"ob\": 28,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 11,\n                    \"ob\": 10,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 54,\n                    \"ob\": 30,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 9,\n                    \"ob\": 8,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 196,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 24,\n                    \"ob\": 0,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 1,\n                    \"ob\": 0,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 71,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 31,\n                    \"ob\": 30,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 31,\n                    \"ob\": 30,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 11,\n                    \"ob\": 10,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 54,\n                    \"ob\": 30,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 21,\n                    \"ob\": 20,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 83,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 28,\n                    \"ob\": 27,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 31,\n                    \"ob\": 30,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 11,\n                    \"ob\": 10,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 54,\n                    \"ob\": 30,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 26,\n                    \"ob\": 25,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 85,\n            \"summaries\": [\n                {\n                    \"leaveTypeCategory\": 1,\n                    \"balance\": 25,\n                    \"ob\": 24,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 2,\n                    \"balance\": 26,\n                    \"ob\": 25,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 6,\n                    \"balance\": 5,\n                    \"ob\": 0,\n                    \"grant\": 5,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 7,\n                    \"balance\": 7,\n                    \"ob\": 6,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 9,\n                    \"balance\": 54,\n                    \"ob\": 30,\n                    \"grant\": 24,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                },\n                {\n                    \"leaveTypeCategory\": 10,\n                    \"balance\": 11,\n                    \"ob\": 10,\n                    \"grant\": 1,\n                    \"availed\": 0,\n                    \"applied\": 0,\n                    \"lapsed\": 0,\n                    \"deducted\": 0,\n                    \"encashed\": 0\n                }\n            ]\n        }\n    ],\n    \"pages\": {\n        \"totalPages\": 3,\n        \"totalElements\": 54,\n        \"size\": 25,\n        \"empty\": false,\n        \"hasNext\": true,\n        \"hasPrevious\": false,\n        \"first\": true,\n        \"last\": false,\n        \"sort\": {\n            \"sorted\": false,\n            \"unsorted\": true,\n            \"empty\": true\n        }\n    }\n}"}],"_postman_id":"16a35fe4-4020-4c82-98bf-845ce88bce64"},{"name":"Get Employee Leave Balance for a year","event":[{"listen":"prerequest","script":{"id":"7dd4df07-9885-4ec0-aaa3-10b5d6ede0e0","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"a6f6c0d5-0191-4eb1-aac8-bcac692bf7ac","exec":[""],"type":"text/javascript"}}],"id":"dab9dae3-88d9-40bd-aad5-320268f4d802","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/leave/v2/employee/{employee-id}/years/{{Year}}/balance","description":"<p><strong>Employee Leave Balance</strong></p>\n<p>API to get Employee's leave balance for a given year.</p>\n","urlObject":{"protocol":"https","path":["leave","v2","employee","{employee-id}","years","{{Year}}","balance"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"38ba9ed5-371a-4ffc-b570-ac69e98e7702","name":"Employee Leave Balance for a year","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/leave/v2/employee/11/years/2020/balance"},"status":"Ok","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Oct 2020 07:51:57 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Moesif-Transaction-Id","value":"e076edcb-bd4b-4f23-85d1-e5f43ded1056"},{"key":"X-Kong-Upstream-Latency","value":"134"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"list\": [\n        {\n            \"leaveTypeCategory\": {\n                \"id\": 2,\n                \"description\": \"Loss Of Pay\",\n                \"code\": \"LOP\",\n                \"sortOrder\": 0\n            },\n            \"balance\": 0,\n            \"ob\": 0,\n            \"grant\": 0,\n            \"availed\": 0,\n            \"applied\": 0,\n            \"lapsed\": 0,\n            \"deducted\": 0,\n            \"encashed\": 0,\n            \"employee\": {\n                \"id\": 652,\n                \"name\": \"Swapnil Bankar\",\n                \"employeeNo\": \"881619\",\n                \"leftOrg\": false\n            }\n        },\n        {\n            \"leaveTypeCategory\": {\n                \"id\": 3,\n                \"description\": \"Comp - Off\",\n                \"code\": \"COF\",\n                \"sortOrder\": 1\n            },\n            \"balance\": 0,\n            \"ob\": 0,\n            \"grant\": 0,\n            \"availed\": 0,\n            \"applied\": 0,\n            \"lapsed\": 0,\n            \"deducted\": 0,\n            \"encashed\": 0,\n            \"employee\": {\n                \"id\": 652,\n                \"name\": \"Swapnil Bankar\",\n                \"employeeNo\": \"881619\",\n                \"leftOrg\": false\n            }\n        },\n        {\n            \"leaveTypeCategory\": {\n                \"id\": 4,\n                \"description\": \"All Purpose Leave\",\n                \"code\": \"APL\",\n                \"sortOrder\": 1\n            },\n            \"balance\": 5,\n            \"ob\": 0,\n            \"grant\": 5,\n            \"availed\": 0,\n            \"applied\": 0,\n            \"lapsed\": 0,\n            \"deducted\": 0,\n            \"encashed\": 0,\n            \"employee\": {\n                \"id\": 652,\n                \"name\": \"Swapnil Bankar\",\n                \"employeeNo\": \"881619\",\n                \"leftOrg\": false\n            }\n        },\n        {\n            \"leaveTypeCategory\": {\n                \"id\": 5,\n                \"description\": \"Sick Leave\",\n                \"code\": \"SL\",\n                \"sortOrder\": 2\n            },\n            \"balance\": 3,\n            \"ob\": 0,\n            \"grant\": 3,\n            \"availed\": 0,\n            \"applied\": 0,\n            \"lapsed\": 0,\n            \"deducted\": 0,\n            \"encashed\": 0,\n            \"employee\": {\n                \"id\": 652,\n                \"name\": \"Swapnil Bankar\",\n                \"employeeNo\": \"881619\",\n                \"leftOrg\": false\n            }\n        },\n        {\n            \"leaveTypeCategory\": {\n                \"id\": 6,\n                \"description\": \"Bereavement Leave\",\n                \"code\": \"BL\",\n                \"sortOrder\": 3\n            },\n            \"balance\": 5,\n            \"ob\": 0,\n            \"grant\": 5,\n            \"availed\": 0,\n            \"applied\": 0,\n            \"lapsed\": 0,\n            \"deducted\": 0,\n            \"encashed\": 0,\n            \"employee\": {\n                \"id\": 652,\n                \"name\": \"Swapnil Bankar\",\n                \"employeeNo\": \"881619\",\n                \"leftOrg\": false\n            }\n        },\n        {\n            \"leaveTypeCategory\": {\n                \"id\": 8,\n                \"description\": \"Paternity Leave\",\n                \"code\": \"PL\",\n                \"sortOrder\": 4\n            },\n            \"balance\": 5,\n            \"ob\": 0,\n            \"grant\": 5,\n            \"availed\": 0,\n            \"applied\": 0,\n            \"lapsed\": 0,\n            \"deducted\": 0,\n            \"encashed\": 0,\n            \"employee\": {\n                \"id\": 652,\n                \"name\": \"Swapnil Bankar\",\n                \"employeeNo\": \"881619\",\n                \"leftOrg\": false\n            }\n        },\n        {\n            \"leaveTypeCategory\": {\n                \"id\": 10,\n                \"description\": \"Work from Home\",\n                \"code\": \"WH\",\n                \"sortOrder\": 8\n            },\n            \"balance\": 48,\n            \"ob\": 0,\n            \"grant\": 48,\n            \"availed\": 0,\n            \"applied\": 0,\n            \"lapsed\": 0,\n            \"deducted\": 0,\n            \"encashed\": 0,\n            \"employee\": {\n                \"id\": 652,\n                \"name\": \"Swapnil Bankar\",\n                \"employeeNo\": \"881619\",\n                \"leftOrg\": false\n            }\n        }\n    ]\n}"}],"_postman_id":"dab9dae3-88d9-40bd-aad5-320268f4d802"}],"id":"b1ba5d1f-94f1-4908-a84e-558fa1db3399","_postman_id":"b1ba5d1f-94f1-4908-a84e-558fa1db3399","description":""},{"name":"Leave Transactions","item":[{"name":"Get Leave Transactions details for All Employees","event":[{"listen":"prerequest","script":{"id":"529c2274-9d85-4448-89c1-ff2f6a708d08","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"5c36a4b6-8f42-4c6d-96ec-fb698926ae77","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"5759c0e9-ba11-47be-88a9-82eb3d22b4e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/leave/v2/employee/transactions?start={{StartDate}}&end={{EndDate}}","urlObject":{"protocol":"https","path":["leave","v2","employee","transactions"],"host":["api.greythr.com"],"query":[{"key":"start","value":"{{StartDate}}"},{"key":"end","value":"{{EndDate}}"}],"variable":[]}},"response":[{"id":"1eccc0c9-9248-45a9-aa9a-ff2ab342d774","name":"Get Leave Transactions details for All Employees","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":{"raw":"https://api.greythr.com/leave/v2/employee/transactions?start=2020-06-01&end=2020-06-30","protocol":"https","host":["api.greythr.com"],"path":["leave","v2","employee","transactions"],"query":[{"key":"start","value":"2020-06-01"},{"key":"end","value":"2020-06-30"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 22 Apr 2021 14:14:01 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"1507715b-84ec-4646-81d7-bb192a6164e3"},{"key":"X-Kong-Upstream-Latency","value":"48"},{"key":"X-Kong-Proxy-Latency","value":"22"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"employeeId\": 6,\n            \"list\": [\n                {\n                    \"id\": 15067,\n                    \"leaveTypeCategory\": 2,\n                    \"leaveTransactionType\": 3,\n                    \"fromDate\": \"2020-06-10\",\n                    \"toDate\": \"2020-06-10\",\n                    \"days\": -0.5,\n                    \"fromSession\": 1,\n                    \"toSession\": 1,\n                    \"remarks\": \"\",\n                    \"cancelled\": false,\n                    \"cancelId\": null,\n                    \"postedDate\": \"2020-07-03T00:18:53.393\",\n                    \"reason\": \"test for Leave API\"\n                },\n                {\n                    \"id\": 15065,\n                    \"leaveTypeCategory\": 9,\n                    \"leaveTransactionType\": 3,\n                    \"fromDate\": \"2020-06-20\",\n                    \"toDate\": \"2020-06-23\",\n                    \"days\": -2,\n                    \"fromSession\": 1,\n                    \"toSession\": 2,\n                    \"remarks\": null,\n                    \"cancelled\": false,\n                    \"cancelId\": null,\n                    \"postedDate\": \"2020-07-03T00:12:30.703\",\n                    \"reason\": \"test for Leave API\"\n                }\n            ]\n        },\n        {\n            \"employeeId\": 11,\n            \"list\": [\n                {\n                    \"id\": 15070,\n                    \"leaveTypeCategory\": 3,\n                    \"leaveTransactionType\": 3,\n                    \"fromDate\": \"2020-06-30\",\n                    \"toDate\": \"2020-06-30\",\n                    \"days\": -0.5,\n                    \"fromSession\": 2,\n                    \"toSession\": 2,\n                    \"remarks\": \"Transaction manually posted by Majordomo1\",\n                    \"cancelled\": false,\n                    \"cancelId\": null,\n                    \"postedDate\": \"2020-08-12T06:12:41.406\",\n                    \"reason\": \"\"\n                },\n                {\n                    \"id\": 15069,\n                    \"leaveTypeCategory\": 7,\n                    \"leaveTransactionType\": 3,\n                    \"fromDate\": \"2020-06-30\",\n                    \"toDate\": \"2020-06-30\",\n                    \"days\": -0.5,\n                    \"fromSession\": 1,\n                    \"toSession\": 1,\n                    \"remarks\": \"Transaction manually posted by Majordomo1\",\n                    \"cancelled\": false,\n                    \"cancelId\": null,\n                    \"postedDate\": \"2020-08-12T06:12:20.154\",\n                    \"reason\": \"\"\n                },\n                {\n                    \"id\": 15068,\n                    \"leaveTypeCategory\": 2,\n                    \"leaveTransactionType\": 3,\n                    \"fromDate\": \"2020-06-26\",\n                    \"toDate\": \"2020-06-29\",\n                    \"days\": -2,\n                    \"fromSession\": 1,\n                    \"toSession\": 2,\n                    \"remarks\": \"Transaction manually posted by Majordomo1\",\n                    \"cancelled\": false,\n                    \"cancelId\": null,\n                    \"postedDate\": \"2020-08-12T06:11:45.138\",\n                    \"reason\": \"\"\n                },\n                {\n                    \"id\": 15064,\n                    \"leaveTypeCategory\": 1,\n                    \"leaveTransactionType\": 3,\n                    \"fromDate\": \"2020-06-16\",\n                    \"toDate\": \"2020-06-18\",\n                    \"days\": -3,\n                    \"fromSession\": 1,\n                    \"toSession\": 2,\n                    \"remarks\": \"\",\n                    \"cancelled\": false,\n                    \"cancelId\": null,\n                    \"postedDate\": \"2020-07-03T00:11:14.595\",\n                    \"reason\": \"Test for Leave API\"\n                }\n            ]\n        }\n    ],\n    \"pages\": {\n        \"totalPages\": 1,\n        \"totalElements\": 2,\n        \"size\": 25,\n        \"empty\": false,\n        \"hasNext\": false,\n        \"hasPrevious\": false,\n        \"first\": true,\n        \"last\": true,\n        \"sort\": {\n            \"sorted\": false,\n            \"unsorted\": true,\n            \"empty\": true\n        }\n    }\n}"}],"_postman_id":"5759c0e9-ba11-47be-88a9-82eb3d22b4e4"},{"name":"Get Employee Leave Transactions","event":[{"listen":"prerequest","script":{"id":"e62d400d-a972-4045-99dc-9d02fc6312ea","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"bcc66b2f-e978-4990-bf46-817297556a0b","exec":[""],"type":"text/javascript"}}],"id":"5917c571-f210-4ac0-95de-459ed3959787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/leave/v2/employee/{employee-id}/transactions?start={{StartDate}}&end={{EndDate}}","description":"<p><strong>Employee Leave Transactions</strong></p>\n<p>API to get Employee's leave transactions for a given date range (Max 31 days).</p>\n","urlObject":{"protocol":"https","path":["leave","v2","employee","{employee-id}","transactions"],"host":["api.greythr.com"],"query":[{"key":"start","value":"{{StartDate}}"},{"key":"end","value":"{{EndDate}}"}],"variable":[]}},"response":[{"id":"bf84ea4a-bd50-413e-853c-35e8eb1e9c83","name":"Get Employee Leave Transactions","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":{"raw":"https://api.greythr.com/leave/v2/employee/11/transactions?start=2020-06-01&end=2020-06-30","protocol":"https","host":["api.greythr.com"],"path":["leave","v2","employee","11","transactions"],"query":[{"key":"start","value":"2020-06-01"},{"key":"end","value":"2020-06-30"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Oct 2020 07:53:27 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Moesif-Transaction-Id","value":"d9ff7f37-a25a-4669-9322-50a9f0396c16"},{"key":"X-Kong-Upstream-Latency","value":"5418"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"list\": [\n        {\n            \"id\": 15070,\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"leaveTypeCategory\": {\n                \"id\": 3,\n                \"description\": \"Sick Leave\",\n                \"code\": \"SL\",\n                \"sortOrder\": 3\n            },\n            \"leaveTransactionType\": {\n                \"id\": 3,\n                \"description\": \"Availed\"\n            },\n            \"fromDate\": \"2020-06-30\",\n            \"toDate\": \"2020-06-30\",\n            \"fromSession\": \"Session 2\",\n            \"toSession\": \"Session 2\",\n            \"days\": -0.5,\n            \"remarks\": \"Transaction manually posted by Majordomo1\",\n            \"cancelled\": false,\n            \"cancelId\": null,\n            \"postedDate\": \"2020-08-12T06:12:41.406\",\n            \"reason\": \"\",\n            \"children\": [\n                {\n                    \"id\": 1279,\n                    \"leaveDate\": \"2020-06-30\",\n                    \"days\": -0.5,\n                    \"fromSession\": \"Session 2\",\n                    \"toSession\": \"Session 2\"\n                }\n            ],\n            \"processId\": null\n        },\n        {\n            \"id\": 15069,\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"leaveTypeCategory\": {\n                \"id\": 7,\n                \"description\": \"Compensatory Off\",\n                \"code\": \"COMPOFF\",\n                \"sortOrder\": 0\n            },\n            \"leaveTransactionType\": {\n                \"id\": 3,\n                \"description\": \"Availed\"\n            },\n            \"fromDate\": \"2020-06-30\",\n            \"toDate\": \"2020-06-30\",\n            \"fromSession\": \"Session 1\",\n            \"toSession\": \"Session 1\",\n            \"days\": -0.5,\n            \"remarks\": \"Transaction manually posted by Majordomo1\",\n            \"cancelled\": false,\n            \"cancelId\": null,\n            \"postedDate\": \"2020-08-12T06:12:20.154\",\n            \"reason\": \"\",\n            \"children\": [\n                {\n                    \"id\": 1278,\n                    \"leaveDate\": \"2020-06-30\",\n                    \"days\": -0.5,\n                    \"fromSession\": \"Session 1\",\n                    \"toSession\": \"Session 1\"\n                }\n            ],\n            \"processId\": null\n        },\n        {\n            \"id\": 15068,\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"leaveTypeCategory\": {\n                \"id\": 2,\n                \"description\": \"Casual Leave\",\n                \"code\": \"CL\",\n                \"sortOrder\": 2\n            },\n            \"leaveTransactionType\": {\n                \"id\": 3,\n                \"description\": \"Availed\"\n            },\n            \"fromDate\": \"2020-06-26\",\n            \"toDate\": \"2020-06-29\",\n            \"fromSession\": \"Session 1\",\n            \"toSession\": \"Session 2\",\n            \"days\": -2,\n            \"remarks\": \"Transaction manually posted by Majordomo1\",\n            \"cancelled\": false,\n            \"cancelId\": null,\n            \"postedDate\": \"2020-08-12T06:11:45.138\",\n            \"reason\": \"\",\n            \"children\": [\n                {\n                    \"id\": 1277,\n                    \"leaveDate\": \"2020-06-29\",\n                    \"days\": -1,\n                    \"fromSession\": \"Session 1\",\n                    \"toSession\": \"Session 2\"\n                },\n                {\n                    \"id\": 1276,\n                    \"leaveDate\": \"2020-06-26\",\n                    \"days\": -1,\n                    \"fromSession\": \"Session 1\",\n                    \"toSession\": \"Session 2\"\n                }\n            ],\n            \"processId\": null\n        },\n        {\n            \"id\": 15064,\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"leaveTypeCategory\": {\n                \"id\": 1,\n                \"description\": \"Privilege Leave\",\n                \"code\": \"PL\",\n                \"sortOrder\": 1\n            },\n            \"leaveTransactionType\": {\n                \"id\": 3,\n                \"description\": \"Availed\"\n            },\n            \"fromDate\": \"2020-06-16\",\n            \"toDate\": \"2020-06-18\",\n            \"fromSession\": \"Session 1\",\n            \"toSession\": \"Session 2\",\n            \"days\": -3,\n            \"remarks\": \"\",\n            \"cancelled\": false,\n            \"cancelId\": null,\n            \"postedDate\": \"2020-07-03T00:11:14.595\",\n            \"reason\": \"Test for Leave API\",\n            \"children\": [\n                {\n                    \"id\": 1273,\n                    \"leaveDate\": \"2020-06-18\",\n                    \"days\": -1,\n                    \"fromSession\": \"Session 1\",\n                    \"toSession\": \"Session 2\"\n                },\n                {\n                    \"id\": 1272,\n                    \"leaveDate\": \"2020-06-17\",\n                    \"days\": -1,\n                    \"fromSession\": \"Session 1\",\n                    \"toSession\": \"Session 2\"\n                },\n                {\n                    \"id\": 1271,\n                    \"leaveDate\": \"2020-06-16\",\n                    \"days\": -1,\n                    \"fromSession\": \"Session 1\",\n                    \"toSession\": \"Session 2\"\n                }\n            ],\n            \"processId\": 133\n        }\n    ]\n}"}],"_postman_id":"5917c571-f210-4ac0-95de-459ed3959787"},{"name":"Leave Transaction","id":"b26997ef-8a79-4ceb-8ab1-caee8f4cf175","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n  \"employeeNo\" : \"89170020\",\r\n  \"fromDate\": \"2023-07-19\",\r\n  \"toDate\": \"2023-07-19\",\r\n  \"leaveTypeDescription\": \"Recal Year\",\r\n  \"leaveTransactionTypeDescription\": \"Availed\",\r\n  \"fromSession\": 1,\r\n  \"toSession\": 2,\r\n  \"days\": \"1\",\r\n  \"ignoreLeaveRule\": false,\r\n  \"reason\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/leave/v2/employee/transactions","description":"<p>This API helps to update availed and cancelled leave transactions for a particular period.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<ul>\n<li>There are no path parameters.</li>\n</ul>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<ul>\n<li>There are no query parameters.</li>\n</ul>\n<h3 id=\"request-payload\">Request Payload</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>employeeNo</td>\n<td>String</td>\n<td>Employee number to whom leave is posted</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td>fromDate</td>\n<td>String</td>\n<td>Leave from date</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td>toDate</td>\n<td>String</td>\n<td>Leave to date</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td>leaveTypeDescription</td>\n<td>String</td>\n<td>Leave type description</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td>leaveTransactionTypeDescription</td>\n<td>String</td>\n<td>Leave transaction type  <br />(Availed/ Cancelled)</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td>fromSession</td>\n<td>int</td>\n<td>Leave from session  <br />(Default 1)</td>\n<td><code>false</code></td>\n</tr>\n<tr>\n<td>toSession</td>\n<td>int</td>\n<td>Leave to session  <br />(Default 2)</td>\n<td><code>false</code></td>\n</tr>\n<tr>\n<td>days</td>\n<td>float</td>\n<td>Number of days  <br />(It will be overridden after calculating days)</td>\n<td><code>false</code></td>\n</tr>\n<tr>\n<td>ignoreLeaveRule</td>\n<td>boolean</td>\n<td>Whether to ignore leave rules or consider rules</td>\n<td><code>false</code></td>\n</tr>\n<tr>\n<td>reason</td>\n<td>String</td>\n<td>Reason for the leave</td>\n<td><code>false</code></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["leave","v2","employee","transactions"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"a202cb56-466b-4ed1-99a8-b8a4058b147d","name":"Leave Transaction","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n  \"employeeNo\" : {employee guid},\r\n  \"fromDate\":,\r\n  \"toDate\":,\r\n  \"leaveTypeDescription\":,\r\n  \"leaveTransactionTypeDescription\":,\r\n  \"fromSession\":,\r\n  \"toSession\":,\r\n  \"days\":,\r\n  \"reason\":,\r\n  \"ignoreLeaveRule\":\r\n}\r\n\r\n\r\nPayload for Availed:\r\n{\r\n  \"employeeNo\" : \"89170020\",\r\n  \"fromDate\": \"2023-07-19\",\r\n  \"toDate\": \"2023-07-19\",\r\n  \"leaveTypeDescription\": \"Recal Year\",\r\n  \"leaveTransactionTypeDescription\": \"Availed\",\r\n  \"fromSession\": 1,\r\n  \"toSession\": 2,\r\n  \"days\": \"1\",\r\n  \"ignoreLeaveRule\": false,\r\n  \"reason\": null\r\n}\r\n\r\nPayload for Cancelled:\r\n{\r\n  \"employeeNo\" : \"89170020\",\r\n  \"fromDate\": \"2023-07-19\",\r\n  \"toDate\": \"2023-07-19\",\r\n  \"leaveTypeDescription\": \"Recal Year\",\r\n  \"leaveTransactionTypeDescription\": \"Cancelled\",\r\n  \"fromSession\": 1,\r\n  \"toSession\": 2,\r\n  \"days\": \"1\",\r\n  \"ignoreLeaveRule\": false,\r\n  \"reason\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/leave/v2/employee/transactions"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"leaveApiMessage\": {\r\n        \"_page-message\": \"Leave posted successfully.\",\r\n        \"_page-message-type\": \"success\"\r\n    }\r\n}"}],"_postman_id":"b26997ef-8a79-4ceb-8ab1-caee8f4cf175"}],"id":"2a1c31aa-2adb-4315-8ff1-f260e2c06469","_postman_id":"2a1c31aa-2adb-4315-8ff1-f260e2c06469","description":""}],"id":"a86f9610-6d83-4ea9-9576-e31c902018a9","_postman_id":"a86f9610-6d83-4ea9-9576-e31c902018a9","description":""},{"name":"Attendance","item":[{"name":"Attendance Summary","item":[{"name":"Get Attendance Summary for All Employees","event":[{"listen":"prerequest","script":{"id":"0c0e8001-ea0d-4e49-9c1c-f94521b9c3b4","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"ad15d3c9-fb89-41bc-b6d8-c93d0fc4f75a","exec":[""],"type":"text/javascript"}}],"id":"8e848243-3f1e-4889-aa75-99eaf86f60f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/attendance/v2/employee/insights?end={{EndDate}}&start={{StartDate}}","urlObject":{"protocol":"https","path":["attendance","v2","employee","insights"],"host":["api.greythr.com"],"query":[{"key":"end","value":"{{EndDate}}"},{"key":"start","value":"{{StartDate}}"}],"variable":[]}},"response":[{"id":"3455b083-1627-4561-a1b3-b4c7d180b751","name":"Get Attendance Summary for All Employees","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":{"raw":"https://api.greythr.com/attendance/v2/employee/insights?end=2020-06-30&start=2020-06-01","protocol":"https","host":["api.greythr.com"],"path":["attendance","v2","employee","insights"],"query":[{"key":"end","value":"2020-06-30"},{"key":"start","value":"2020-06-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 22 Apr 2021 14:30:55 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"26b2fbfe-e4f6-4df2-bb3f-1ca16ea62d33"},{"key":"X-Kong-Upstream-Latency","value":"737"},{"key":"X-Kong-Proxy-Latency","value":"36"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"employee\": 128,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 129,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 1,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 130,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 131,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 132,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 5,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 6,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"9:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"9:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"9:31\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"18:31\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 4\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"P\",\n                        \"days\": 15.5\n                    },\n                    {\n                        \"type\": \"A\",\n                        \"days\": 4\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    },\n                    {\n                        \"type\": \"L\",\n                        \"days\": 2.5\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 11,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"9:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"9:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"9:31\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"18:31\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"P\",\n                        \"days\": 16\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    },\n                    {\n                        \"type\": \"L\",\n                        \"days\": 6\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 16,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 17,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 19,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 21,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 24,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 25,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 71,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 83,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 85,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 89,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 90,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 91,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 92,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 93,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 94,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        },\n        {\n            \"employee\": 95,\n            \"insights\": {\n                \"averages\": [\n                    {\n                        \"type\": \"workHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"actualWorkHours\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"inTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"outTime\",\n                        \"average\": \"00:00\"\n                    },\n                    {\n                        \"type\": \"workHoursDiff\",\n                        \"average\": null\n                    },\n                    {\n                        \"type\": \"actualWorkHoursDiff\",\n                        \"average\": null\n                    }\n                ],\n                \"days\": [\n                    {\n                        \"type\": \"penalty\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"lateIn\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"earlyOut\",\n                        \"days\": 0\n                    },\n                    {\n                        \"type\": \"exception\",\n                        \"days\": 0\n                    }\n                ],\n                \"status\": [\n                    {\n                        \"type\": \"A\",\n                        \"days\": 22\n                    },\n                    {\n                        \"type\": \"R\",\n                        \"days\": 8\n                    }\n                ]\n            }\n        }\n    ],\n    \"pages\": {\n        \"totalPages\": 3,\n        \"totalElements\": 56,\n        \"size\": 25,\n        \"empty\": false,\n        \"hasNext\": true,\n        \"hasPrevious\": false,\n        \"first\": true,\n        \"last\": false,\n        \"sort\": {\n            \"sorted\": false,\n            \"unsorted\": true,\n            \"empty\": true\n        }\n    }\n}"}],"_postman_id":"8e848243-3f1e-4889-aa75-99eaf86f60f7"},{"name":"Get Employee Attendance Summary","event":[{"listen":"prerequest","script":{"id":"a9fb0085-d8e5-45cd-b187-558b93d4984b","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"4d2f6e6e-5bab-4416-8bcc-bdff4e60deb5","exec":[""],"type":"text/javascript"}}],"id":"d4e49a6b-f732-486a-8c5f-9aeb82652102","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/attendance/v2/employee/{employee-id}/insights?end={{EndDate}}&start={{StartDate}}","description":"<p><strong>Employee Attendance Summary</strong></p>\n<p>API to get Employee's attendance summary for a given date range (Max 31 days).</p>\n","urlObject":{"protocol":"https","path":["attendance","v2","employee","{employee-id}","insights"],"host":["api.greythr.com"],"query":[{"key":"end","value":"{{EndDate}}"},{"key":"start","value":"{{StartDate}}"}],"variable":[]}},"response":[{"id":"a36d9d08-0ea3-4d53-aa48-07e29f0031e4","name":"Get Employee Attendance Summary","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"url":{"raw":"https://api.greythr.com/attendance/v2/employee/11/insights?end=2020-06-30&start=2020-06-01","protocol":"https","host":["api.greythr.com"],"path":["attendance","v2","employee","11","insights"],"query":[{"key":"end","value":"2020-06-30"},{"key":"start","value":"2020-06-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Oct 2020 07:53:52 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Moesif-Transaction-Id","value":"696c0132-3310-4045-a0a6-b2f43bc47aab"},{"key":"X-Kong-Upstream-Latency","value":"231"},{"key":"X-Kong-Proxy-Latency","value":"24"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"averages\": [\n        {\n            \"type\": \"workHours\",\n            \"average\": \"9:00\"\n        },\n        {\n            \"type\": \"actualWorkHours\",\n            \"average\": \"9:00\"\n        },\n        {\n            \"type\": \"inTime\",\n            \"average\": \"9:31\"\n        },\n        {\n            \"type\": \"outTime\",\n            \"average\": \"18:31\"\n        },\n        {\n            \"type\": \"workHoursDiff\",\n            \"average\": null\n        },\n        {\n            \"type\": \"actualWorkHoursDiff\",\n            \"average\": null\n        }\n    ],\n    \"days\": [\n        {\n            \"type\": \"penalty\",\n            \"days\": 0\n        },\n        {\n            \"type\": \"lateIn\",\n            \"days\": 0\n        },\n        {\n            \"type\": \"earlyOut\",\n            \"days\": 0\n        },\n        {\n            \"type\": \"exception\",\n            \"days\": 0\n        }\n    ],\n    \"status\": [\n        {\n            \"type\": \"P\",\n            \"days\": 16\n        },\n        {\n            \"type\": \"R\",\n            \"days\": 8\n        },\n        {\n            \"type\": \"L\",\n            \"days\": 6\n        }\n    ],\n    \"startDate\": \"2020-06-01\",\n    \"endDate\": \"2020-06-30\",\n    \"employee\": {\n        \"id\": 11,\n        \"name\": \"Venugopal M\",\n        \"employeeNo\": \"5018\",\n        \"leftOrg\": false\n    }\n}"}],"_postman_id":"d4e49a6b-f732-486a-8c5f-9aeb82652102"}],"id":"480d0853-8253-4b95-95b1-307ac0a5d7b1","_postman_id":"480d0853-8253-4b95-95b1-307ac0a5d7b1","description":""},{"name":"Attendance Muster","item":[{"name":"Get Attendance Muster details for All Employees","event":[{"listen":"prerequest","script":{"id":"19493924-b025-4a96-82c9-f05c051b816f","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"a3a35389-c93c-4d2b-8db3-43ed346d70c0","exec":[""],"type":"text/javascript"}}],"id":"bc71f2fb-b832-4fbf-b375-af92fa870bf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/attendance/v2/employee/muster?end={{EndDate}}&start={{StartDate}}","urlObject":{"protocol":"https","path":["attendance","v2","employee","muster"],"host":["api.greythr.com"],"query":[{"key":"end","value":"{{EndDate}}"},{"key":"start","value":"{{StartDate}}"}],"variable":[]}},"response":[{"id":"9ec18999-9053-476a-9597-5ec9840282d5","name":"Get Attendance Muster details for All Employees","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":{"raw":"https://api.greythr.com/attendance/v2/employee/muster?end=2020-06-05&start=2020-06-01","protocol":"https","host":["api.greythr.com"],"path":["attendance","v2","employee","muster"],"query":[{"key":"end","value":"2020-06-05"},{"key":"start","value":"2020-06-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 22 Apr 2021 14:41:10 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"style-src 'self' https://gt-linckia.s3.amazonaws.com https://cdn.ckeditor.com 'unsafe-inline'; script-src 'self' https://gt-linckia.s3.amazonaws.com https://www.googletagmanager.com/gtm.js https://cafe.cdn.greytip.com https://www.gstatic.com/charts/loader.js https://static.hotjar.com/c/hotjar-734540.js https://script.hotjar.com/modules.5d1cad31427a09b055ed.js https://script.hotjar.com/sentry.2fd66b87754acef2f3db.js https://www.google-analytics.com/analytics.js https://cdn.ckeditor.com:* https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.0.943/pdf.worker.js 'unsafe-inline' 'unsafe-eval'; img-src 'self' data: https://gt-linckia.s3.amazonaws.com ; font-src 'self' data: https://gt-linckia.s3.amazonaws.com;"},{"key":"X-Moesif-Transaction-Id","value":"a2c41efb-6364-4a94-86da-a8a9a2e8c32f"},{"key":"X-Kong-Upstream-Latency","value":"24906"},{"key":"X-Kong-Proxy-Latency","value":"26"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"employeeId\": 1,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.399\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.963\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.495\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.041\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.609\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 5,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.399\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.963\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.495\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.041\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.609\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 6,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.399\",\n                        \"firstInTime\": \"2020-06-01T04:01:02\",\n                        \"lastOutTime\": \"2020-06-01T13:01:02\",\n                        \"totalWorkHrs\": \"00:9\",\n                        \"actualWorkHrs\": \"00:9\",\n                        \"shortFallHrs\": \"00:00\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"P\",\n                        \"session2hLabel\": \"P\",\n                        \"session1Label\": \"P\",\n                        \"session2Label\": \"P\",\n                        \"productionHours\": \"00:9\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": null,\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.963\",\n                        \"firstInTime\": \"2020-06-02T04:01:02\",\n                        \"lastOutTime\": \"2020-06-02T13:01:02\",\n                        \"totalWorkHrs\": \"00:9\",\n                        \"actualWorkHrs\": \"00:9\",\n                        \"shortFallHrs\": \"00:00\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"P\",\n                        \"session2hLabel\": \"P\",\n                        \"session1Label\": \"P\",\n                        \"session2Label\": \"P\",\n                        \"productionHours\": \"00:9\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": null,\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.495\",\n                        \"firstInTime\": \"2020-06-03T04:01:02\",\n                        \"lastOutTime\": \"2020-06-03T13:01:02\",\n                        \"totalWorkHrs\": \"00:9\",\n                        \"actualWorkHrs\": \"00:9\",\n                        \"shortFallHrs\": \"00:00\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"P\",\n                        \"session2hLabel\": \"P\",\n                        \"session1Label\": \"P\",\n                        \"session2Label\": \"P\",\n                        \"productionHours\": \"00:9\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": null,\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.041\",\n                        \"firstInTime\": \"2020-06-04T04:01:02\",\n                        \"lastOutTime\": \"2020-06-04T13:01:02\",\n                        \"totalWorkHrs\": \"00:9\",\n                        \"actualWorkHrs\": \"00:9\",\n                        \"shortFallHrs\": \"00:00\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"P\",\n                        \"session2hLabel\": \"P\",\n                        \"session1Label\": \"P\",\n                        \"session2Label\": \"P\",\n                        \"productionHours\": \"00:9\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": null,\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.609\",\n                        \"firstInTime\": \"2020-06-05T04:01:02\",\n                        \"lastOutTime\": \"2020-06-05T13:01:02\",\n                        \"totalWorkHrs\": \"00:9\",\n                        \"actualWorkHrs\": \"00:9\",\n                        \"shortFallHrs\": \"00:00\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"P\",\n                        \"session2hLabel\": \"P\",\n                        \"session1Label\": \"P\",\n                        \"session2Label\": \"P\",\n                        \"productionHours\": \"00:9\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": null,\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 11,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.399\",\n                        \"firstInTime\": \"2020-06-01T04:01:02\",\n                        \"lastOutTime\": \"2020-06-01T13:01:02\",\n                        \"totalWorkHrs\": \"00:9\",\n                        \"actualWorkHrs\": \"00:9\",\n                        \"shortFallHrs\": \"00:00\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"P\",\n                        \"session2hLabel\": \"P\",\n                        \"session1Label\": \"P\",\n                        \"session2Label\": \"P\",\n                        \"productionHours\": \"00:9\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": null,\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.963\",\n                        \"firstInTime\": \"2020-06-02T04:01:02\",\n                        \"lastOutTime\": \"2020-06-02T13:01:02\",\n                        \"totalWorkHrs\": \"00:9\",\n                        \"actualWorkHrs\": \"00:9\",\n                        \"shortFallHrs\": \"00:00\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"P\",\n                        \"session2hLabel\": \"P\",\n                        \"session1Label\": \"P\",\n                        \"session2Label\": \"P\",\n                        \"productionHours\": \"00:9\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": null,\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.495\",\n                        \"firstInTime\": \"2020-06-03T04:01:02\",\n                        \"lastOutTime\": \"2020-06-03T13:01:02\",\n                        \"totalWorkHrs\": \"00:9\",\n                        \"actualWorkHrs\": \"00:9\",\n                        \"shortFallHrs\": \"00:00\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"P\",\n                        \"session2hLabel\": \"P\",\n                        \"session1Label\": \"P\",\n                        \"session2Label\": \"P\",\n                        \"productionHours\": \"00:9\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": null,\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.041\",\n                        \"firstInTime\": \"2020-06-04T04:01:02\",\n                        \"lastOutTime\": \"2020-06-04T13:01:02\",\n                        \"totalWorkHrs\": \"00:9\",\n                        \"actualWorkHrs\": \"00:9\",\n                        \"shortFallHrs\": \"00:00\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"P\",\n                        \"session2hLabel\": \"P\",\n                        \"session1Label\": \"P\",\n                        \"session2Label\": \"P\",\n                        \"productionHours\": \"00:9\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": null,\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.609\",\n                        \"firstInTime\": \"2020-06-05T04:01:02\",\n                        \"lastOutTime\": \"2020-06-05T13:01:02\",\n                        \"totalWorkHrs\": \"00:9\",\n                        \"actualWorkHrs\": \"00:9\",\n                        \"shortFallHrs\": \"00:00\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"P\",\n                        \"session2hLabel\": \"P\",\n                        \"session1Label\": \"P\",\n                        \"session2Label\": \"P\",\n                        \"productionHours\": \"00:9\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": null,\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 16,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.399\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.963\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.495\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.041\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.609\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 17,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.399\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.963\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.495\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.041\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.609\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 19,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.399\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.963\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.495\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.041\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.609\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 21,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.399\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.963\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.495\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.041\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.609\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 24,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.399\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.963\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.495\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.041\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.609\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 25,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.399\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.963\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.495\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.041\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.609\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 71,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.399\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.963\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.495\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.041\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.609\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 83,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.399\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.963\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.495\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.041\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.609\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 85,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.399\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.963\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.495\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.041\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.609\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 89,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.399\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.963\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.495\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.041\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.609\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 90,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.399\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.963\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.495\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.041\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.609\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 91,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.399\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.963\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.495\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.041\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.609\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 92,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.399\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.963\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.495\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.041\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.609\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 93,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.399\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.963\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.495\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.041\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.609\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 94,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.399\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.963\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.495\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.041\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.609\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 95,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.399\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.963\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.495\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.041\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.609\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 96,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.399\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.963\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.495\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.041\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"General Scheme.\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.609\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 97,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"Contract Employees\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.175\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"?\",\n                        \"session2hLabel\": \"?\",\n                        \"session1Label\": \"?\",\n                        \"session2Label\": \"?\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": null,\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"Contract Employees\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.752\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"?\",\n                        \"session2hLabel\": \"?\",\n                        \"session1Label\": \"?\",\n                        \"session2Label\": \"?\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": null,\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"Contract Employees\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.287\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"?\",\n                        \"session2hLabel\": \"?\",\n                        \"session1Label\": \"?\",\n                        \"session2Label\": \"?\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": null,\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"Contract Employees\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.824\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"?\",\n                        \"session2hLabel\": \"?\",\n                        \"session1Label\": \"?\",\n                        \"session2Label\": \"?\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": null,\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"Contract Employees\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.397\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"?\",\n                        \"session2hLabel\": \"?\",\n                        \"session1Label\": \"?\",\n                        \"session2Label\": \"?\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": null,\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 98,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"Trainee Scheme\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.079\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"?\",\n                        \"session2hLabel\": \"?\",\n                        \"session1Label\": \"?\",\n                        \"session2Label\": \"?\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": null,\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"Trainee Scheme\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.64\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"?\",\n                        \"session2hLabel\": \"?\",\n                        \"session1Label\": \"?\",\n                        \"session2Label\": \"?\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": null,\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"Trainee Scheme\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.196\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"?\",\n                        \"session2hLabel\": \"?\",\n                        \"session1Label\": \"?\",\n                        \"session2Label\": \"?\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": null,\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"Trainee Scheme\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.734\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"?\",\n                        \"session2hLabel\": \"?\",\n                        \"session1Label\": \"?\",\n                        \"session2Label\": \"?\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": null,\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"Trainee Scheme\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.265\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"?\",\n                        \"session2hLabel\": \"?\",\n                        \"session1Label\": \"?\",\n                        \"session2Label\": \"?\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": null,\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 99,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"Probation Scheme\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:24.977\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"Probation Scheme\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.542\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"Probation Scheme\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.1\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"Probation Scheme\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.637\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"Probation Scheme\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.172\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"employeeId\": 100,\n            \"period\": {\n                \"startDate\": \"2020-06-01\",\n                \"endDate\": \"2020-06-05\"\n            },\n            \"records\": [\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-01\",\n                        \"schemeName\": \"Probation Scheme\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-01T04:00:00\",\n                            \"endTime\": \"2020-06-01T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:24.977\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-02\",\n                        \"schemeName\": \"Probation Scheme\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-02T04:00:00\",\n                            \"endTime\": \"2020-06-02T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:25.542\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-03\",\n                        \"schemeName\": \"Probation Scheme\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-03T04:00:00\",\n                            \"endTime\": \"2020-06-03T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.1\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-04\",\n                        \"schemeName\": \"Probation Scheme\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-04T04:00:00\",\n                            \"endTime\": \"2020-06-04T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:26.637\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                },\n                {\n                    \"summary\": {\n                        \"attendanceDate\": \"2020-06-05\",\n                        \"schemeName\": \"Probation Scheme\",\n                        \"dayType\": \"Regular\",\n                        \"shift\": {\n                            \"id\": 1,\n                            \"name\": \"General\",\n                            \"code\": \"GEN\",\n                            \"startTime\": \"2020-06-05T04:00:00\",\n                            \"endTime\": \"2020-06-05T13:00:00\"\n                        },\n                        \"lastProcessed\": \"2020-07-03T00:52:27.172\",\n                        \"firstInTime\": null,\n                        \"lastOutTime\": null,\n                        \"totalWorkHrs\": \"00:00\",\n                        \"actualWorkHrs\": \"00:00\",\n                        \"shortFallHrs\": \"00:9\",\n                        \"excessWorkHrs\": \"00:00\",\n                        \"overridden\": false,\n                        \"regularized\": false,\n                        \"session1hLabel\": \"A\",\n                        \"session2hLabel\": \"A\",\n                        \"session1Label\": \"A\",\n                        \"session2Label\": \"A\",\n                        \"productionHours\": \"00:00\",\n                        \"breakHours\": \"00:00\",\n                        \"holidayAbsent\": false,\n                        \"absentReason\": \"Absent\",\n                        \"onLeave\": false,\n                        \"leave\": null\n                    },\n                    \"exceptions\": [\n                        \"Full Day Minimum Hours\",\n                        \"Half Day Minimum Hours\",\n                        \"Unauthorized Absence\"\n                    ]\n                }\n            ]\n        }\n    ],\n    \"pages\": {\n        \"totalPages\": 4,\n        \"totalElements\": 100,\n        \"size\": 25,\n        \"empty\": false,\n        \"hasNext\": true,\n        \"hasPrevious\": false,\n        \"first\": true,\n        \"last\": false,\n        \"sort\": {\n            \"sorted\": false,\n            \"unsorted\": true,\n            \"empty\": true\n        }\n    }\n}"}],"_postman_id":"bc71f2fb-b832-4fbf-b375-af92fa870bf7"},{"name":"Get Employee Attendance Muster","event":[{"listen":"prerequest","script":{"id":"f44b004c-d445-4448-9a29-666ff2e9d663","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"bb881c59-8b4d-4b65-8d6b-bfa781a863a9","exec":[""],"type":"text/javascript"}}],"id":"b33e44ba-8361-457b-8085-a19c5b02ee49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/attendance/v2/employee/{employee-id}/muster?end={{EndDate}}&start={{StartDate}}","urlObject":{"protocol":"https","path":["attendance","v2","employee","{employee-id}","muster"],"host":["api.greythr.com"],"query":[{"key":"end","value":"{{EndDate}}"},{"key":"start","value":"{{StartDate}}"}],"variable":[]}},"response":[{"id":"9281377a-6095-49a2-b15d-17e7fa88e6a1","name":"Get Employee Attendance Muster","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":{"raw":"https://api.greythr.com/attendance/v2/employee/11/muster?end=2020-06-30&start=2020-06-01","protocol":"https","host":["api.greythr.com"],"path":["attendance","v2","employee","11","muster"],"query":[{"key":"end","value":"2020-06-30"},{"key":"start","value":"2020-06-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Oct 2020 07:54:29 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Moesif-Transaction-Id","value":"ccbdcb07-1443-4411-a251-bf391c7f5a73"},{"key":"X-Kong-Upstream-Latency","value":"6873"},{"key":"X-Kong-Proxy-Latency","value":"3"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"period\": null,\n    \"records\": [\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-01\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"Regular\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-01T04:00:00\",\n                    \"endTime\": \"2020-06-01T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:25.399\",\n                \"firstInTime\": \"2020-06-01T04:01:02\",\n                \"lastOutTime\": \"2020-06-01T13:01:02\",\n                \"totalWorkHrs\": \"00:9\",\n                \"actualWorkHrs\": \"00:9\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"P\",\n                \"session2hLabel\": \"P\",\n                \"session1Label\": \"P\",\n                \"session2Label\": \"P\",\n                \"productionHours\": \"00:9\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-02\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"Regular\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-02T04:00:00\",\n                    \"endTime\": \"2020-06-02T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:25.963\",\n                \"firstInTime\": \"2020-06-02T04:01:02\",\n                \"lastOutTime\": \"2020-06-02T13:01:02\",\n                \"totalWorkHrs\": \"00:9\",\n                \"actualWorkHrs\": \"00:9\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"P\",\n                \"session2hLabel\": \"P\",\n                \"session1Label\": \"P\",\n                \"session2Label\": \"P\",\n                \"productionHours\": \"00:9\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-03\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"Regular\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-03T04:00:00\",\n                    \"endTime\": \"2020-06-03T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:26.495\",\n                \"firstInTime\": \"2020-06-03T04:01:02\",\n                \"lastOutTime\": \"2020-06-03T13:01:02\",\n                \"totalWorkHrs\": \"00:9\",\n                \"actualWorkHrs\": \"00:9\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"P\",\n                \"session2hLabel\": \"P\",\n                \"session1Label\": \"P\",\n                \"session2Label\": \"P\",\n                \"productionHours\": \"00:9\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-04\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"Regular\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-04T04:00:00\",\n                    \"endTime\": \"2020-06-04T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:27.041\",\n                \"firstInTime\": \"2020-06-04T04:01:02\",\n                \"lastOutTime\": \"2020-06-04T13:01:02\",\n                \"totalWorkHrs\": \"00:9\",\n                \"actualWorkHrs\": \"00:9\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"P\",\n                \"session2hLabel\": \"P\",\n                \"session1Label\": \"P\",\n                \"session2Label\": \"P\",\n                \"productionHours\": \"00:9\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-05\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"Regular\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-05T04:00:00\",\n                    \"endTime\": \"2020-06-05T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:27.609\",\n                \"firstInTime\": \"2020-06-05T04:01:02\",\n                \"lastOutTime\": \"2020-06-05T13:01:02\",\n                \"totalWorkHrs\": \"00:9\",\n                \"actualWorkHrs\": \"00:9\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"P\",\n                \"session2hLabel\": \"P\",\n                \"session1Label\": \"P\",\n                \"session2Label\": \"P\",\n                \"productionHours\": \"00:9\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-06\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"RestDay\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-06T04:00:00\",\n                    \"endTime\": \"2020-06-06T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:28.227\",\n                \"firstInTime\": null,\n                \"lastOutTime\": null,\n                \"totalWorkHrs\": \"00:00\",\n                \"actualWorkHrs\": \"00:00\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"R\",\n                \"session2hLabel\": \"R\",\n                \"session1Label\": \"R\",\n                \"session2Label\": \"R\",\n                \"productionHours\": \"00:00\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-07\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"RestDay\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-07T04:00:00\",\n                    \"endTime\": \"2020-06-07T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:28.75\",\n                \"firstInTime\": null,\n                \"lastOutTime\": null,\n                \"totalWorkHrs\": \"00:00\",\n                \"actualWorkHrs\": \"00:00\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"R\",\n                \"session2hLabel\": \"R\",\n                \"session1Label\": \"R\",\n                \"session2Label\": \"R\",\n                \"productionHours\": \"00:00\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-08\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"Regular\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-08T04:00:00\",\n                    \"endTime\": \"2020-06-08T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:29.254\",\n                \"firstInTime\": \"2020-06-08T04:01:02\",\n                \"lastOutTime\": \"2020-06-08T13:01:02\",\n                \"totalWorkHrs\": \"00:9\",\n                \"actualWorkHrs\": \"00:9\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"P\",\n                \"session2hLabel\": \"P\",\n                \"session1Label\": \"P\",\n                \"session2Label\": \"P\",\n                \"productionHours\": \"00:9\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-09\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"Regular\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-09T04:00:00\",\n                    \"endTime\": \"2020-06-09T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:29.773\",\n                \"firstInTime\": \"2020-06-09T04:01:02\",\n                \"lastOutTime\": \"2020-06-09T13:01:02\",\n                \"totalWorkHrs\": \"00:9\",\n                \"actualWorkHrs\": \"00:9\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"P\",\n                \"session2hLabel\": \"P\",\n                \"session1Label\": \"P\",\n                \"session2Label\": \"P\",\n                \"productionHours\": \"00:9\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-10\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"Regular\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-10T04:00:00\",\n                    \"endTime\": \"2020-06-10T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:30.557\",\n                \"firstInTime\": \"2020-06-10T04:01:02\",\n                \"lastOutTime\": \"2020-06-10T13:01:02\",\n                \"totalWorkHrs\": \"00:9\",\n                \"actualWorkHrs\": \"00:9\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"P\",\n                \"session2hLabel\": \"P\",\n                \"session1Label\": \"P\",\n                \"session2Label\": \"P\",\n                \"productionHours\": \"00:9\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-11\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"Regular\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-11T04:00:00\",\n                    \"endTime\": \"2020-06-11T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:31.108\",\n                \"firstInTime\": \"2020-06-11T04:01:02\",\n                \"lastOutTime\": \"2020-06-11T13:01:02\",\n                \"totalWorkHrs\": \"00:9\",\n                \"actualWorkHrs\": \"00:9\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"P\",\n                \"session2hLabel\": \"P\",\n                \"session1Label\": \"P\",\n                \"session2Label\": \"P\",\n                \"productionHours\": \"00:9\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-12\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"Regular\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-12T04:00:00\",\n                    \"endTime\": \"2020-06-12T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:31.614\",\n                \"firstInTime\": \"2020-06-12T04:01:02\",\n                \"lastOutTime\": \"2020-06-12T13:01:02\",\n                \"totalWorkHrs\": \"00:9\",\n                \"actualWorkHrs\": \"00:9\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"P\",\n                \"session2hLabel\": \"P\",\n                \"session1Label\": \"P\",\n                \"session2Label\": \"P\",\n                \"productionHours\": \"00:9\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-13\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"RestDay\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-13T04:00:00\",\n                    \"endTime\": \"2020-06-13T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:32.137\",\n                \"firstInTime\": null,\n                \"lastOutTime\": null,\n                \"totalWorkHrs\": \"00:00\",\n                \"actualWorkHrs\": \"00:00\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"R\",\n                \"session2hLabel\": \"R\",\n                \"session1Label\": \"R\",\n                \"session2Label\": \"R\",\n                \"productionHours\": \"00:00\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-14\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"RestDay\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-14T04:00:00\",\n                    \"endTime\": \"2020-06-14T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:32.648\",\n                \"firstInTime\": null,\n                \"lastOutTime\": null,\n                \"totalWorkHrs\": \"00:00\",\n                \"actualWorkHrs\": \"00:00\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"R\",\n                \"session2hLabel\": \"R\",\n                \"session1Label\": \"R\",\n                \"session2Label\": \"R\",\n                \"productionHours\": \"00:00\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-15\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"Regular\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-15T04:00:00\",\n                    \"endTime\": \"2020-06-15T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:33.186\",\n                \"firstInTime\": \"2020-06-15T04:01:02\",\n                \"lastOutTime\": \"2020-06-15T13:01:02\",\n                \"totalWorkHrs\": \"00:9\",\n                \"actualWorkHrs\": \"00:9\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"P\",\n                \"session2hLabel\": \"P\",\n                \"session1Label\": \"P\",\n                \"session2Label\": \"P\",\n                \"productionHours\": \"00:9\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-16\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"Regular\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-16T04:00:00\",\n                    \"endTime\": \"2020-06-16T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:33.722\",\n                \"firstInTime\": null,\n                \"lastOutTime\": null,\n                \"totalWorkHrs\": \"00:00\",\n                \"actualWorkHrs\": \"00:00\",\n                \"shortFallHrs\": \"00:9\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"L\",\n                \"session2hLabel\": \"L\",\n                \"session1Label\": \"PL\",\n                \"session2Label\": \"PL\",\n                \"productionHours\": \"00:00\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-17\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"Regular\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-17T04:00:00\",\n                    \"endTime\": \"2020-06-17T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:34.311\",\n                \"firstInTime\": null,\n                \"lastOutTime\": null,\n                \"totalWorkHrs\": \"00:00\",\n                \"actualWorkHrs\": \"00:00\",\n                \"shortFallHrs\": \"00:9\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"L\",\n                \"session2hLabel\": \"L\",\n                \"session1Label\": \"PL\",\n                \"session2Label\": \"PL\",\n                \"productionHours\": \"00:00\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-18\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"Regular\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-18T04:00:00\",\n                    \"endTime\": \"2020-06-18T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:34.851\",\n                \"firstInTime\": null,\n                \"lastOutTime\": null,\n                \"totalWorkHrs\": \"00:00\",\n                \"actualWorkHrs\": \"00:00\",\n                \"shortFallHrs\": \"00:9\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"L\",\n                \"session2hLabel\": \"L\",\n                \"session1Label\": \"PL\",\n                \"session2Label\": \"PL\",\n                \"productionHours\": \"00:00\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-19\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"Regular\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-19T04:00:00\",\n                    \"endTime\": \"2020-06-19T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:35.428\",\n                \"firstInTime\": \"2020-06-19T04:01:02\",\n                \"lastOutTime\": \"2020-06-19T13:01:02\",\n                \"totalWorkHrs\": \"00:9\",\n                \"actualWorkHrs\": \"00:9\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"P\",\n                \"session2hLabel\": \"P\",\n                \"session1Label\": \"P\",\n                \"session2Label\": \"P\",\n                \"productionHours\": \"00:9\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-20\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"RestDay\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-20T04:00:00\",\n                    \"endTime\": \"2020-06-20T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:36.008\",\n                \"firstInTime\": null,\n                \"lastOutTime\": null,\n                \"totalWorkHrs\": \"00:00\",\n                \"actualWorkHrs\": \"00:00\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"R\",\n                \"session2hLabel\": \"R\",\n                \"session1Label\": \"R\",\n                \"session2Label\": \"R\",\n                \"productionHours\": \"00:00\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-21\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"RestDay\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-21T04:00:00\",\n                    \"endTime\": \"2020-06-21T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:36.513\",\n                \"firstInTime\": null,\n                \"lastOutTime\": null,\n                \"totalWorkHrs\": \"00:00\",\n                \"actualWorkHrs\": \"00:00\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"R\",\n                \"session2hLabel\": \"R\",\n                \"session1Label\": \"R\",\n                \"session2Label\": \"R\",\n                \"productionHours\": \"00:00\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-22\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"Regular\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-22T04:00:00\",\n                    \"endTime\": \"2020-06-22T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:37.011\",\n                \"firstInTime\": \"2020-06-22T04:01:02\",\n                \"lastOutTime\": \"2020-06-22T13:01:02\",\n                \"totalWorkHrs\": \"00:9\",\n                \"actualWorkHrs\": \"00:9\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"P\",\n                \"session2hLabel\": \"P\",\n                \"session1Label\": \"P\",\n                \"session2Label\": \"P\",\n                \"productionHours\": \"00:9\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-23\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"Regular\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-23T04:00:00\",\n                    \"endTime\": \"2020-06-23T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:37.517\",\n                \"firstInTime\": \"2020-06-23T04:01:02\",\n                \"lastOutTime\": \"2020-06-23T13:01:02\",\n                \"totalWorkHrs\": \"00:9\",\n                \"actualWorkHrs\": \"00:9\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"P\",\n                \"session2hLabel\": \"P\",\n                \"session1Label\": \"P\",\n                \"session2Label\": \"P\",\n                \"productionHours\": \"00:9\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-24\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"Regular\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-24T04:00:00\",\n                    \"endTime\": \"2020-06-24T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:38.019\",\n                \"firstInTime\": \"2020-06-24T04:01:02\",\n                \"lastOutTime\": \"2020-06-24T13:01:02\",\n                \"totalWorkHrs\": \"00:9\",\n                \"actualWorkHrs\": \"00:9\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"P\",\n                \"session2hLabel\": \"P\",\n                \"session1Label\": \"P\",\n                \"session2Label\": \"P\",\n                \"productionHours\": \"00:9\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-25\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"Regular\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-25T04:00:00\",\n                    \"endTime\": \"2020-06-25T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:38.526\",\n                \"firstInTime\": \"2020-06-25T04:01:02\",\n                \"lastOutTime\": \"2020-06-25T13:01:02\",\n                \"totalWorkHrs\": \"00:9\",\n                \"actualWorkHrs\": \"00:9\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"P\",\n                \"session2hLabel\": \"P\",\n                \"session1Label\": \"P\",\n                \"session2Label\": \"P\",\n                \"productionHours\": \"00:9\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-26\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"Regular\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-26T04:00:00\",\n                    \"endTime\": \"2020-06-26T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:39.035\",\n                \"firstInTime\": null,\n                \"lastOutTime\": null,\n                \"totalWorkHrs\": \"00:00\",\n                \"actualWorkHrs\": \"00:00\",\n                \"shortFallHrs\": \"00:9\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"L\",\n                \"session2hLabel\": \"L\",\n                \"session1Label\": \"CL\",\n                \"session2Label\": \"CL\",\n                \"productionHours\": \"00:00\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": \"Absent\",\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-27\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"RestDay\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-27T04:00:00\",\n                    \"endTime\": \"2020-06-27T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:39.539\",\n                \"firstInTime\": null,\n                \"lastOutTime\": null,\n                \"totalWorkHrs\": \"00:00\",\n                \"actualWorkHrs\": \"00:00\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"R\",\n                \"session2hLabel\": \"R\",\n                \"session1Label\": \"R\",\n                \"session2Label\": \"R\",\n                \"productionHours\": \"00:00\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-28\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"RestDay\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-28T04:00:00\",\n                    \"endTime\": \"2020-06-28T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:40.06\",\n                \"firstInTime\": null,\n                \"lastOutTime\": null,\n                \"totalWorkHrs\": \"00:00\",\n                \"actualWorkHrs\": \"00:00\",\n                \"shortFallHrs\": \"00:00\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"R\",\n                \"session2hLabel\": \"R\",\n                \"session1Label\": \"R\",\n                \"session2Label\": \"R\",\n                \"productionHours\": \"00:00\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-29\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"Regular\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-29T04:00:00\",\n                    \"endTime\": \"2020-06-29T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-07-03T00:52:40.586\",\n                \"firstInTime\": null,\n                \"lastOutTime\": null,\n                \"totalWorkHrs\": \"00:00\",\n                \"actualWorkHrs\": \"00:00\",\n                \"shortFallHrs\": \"00:9\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"L\",\n                \"session2hLabel\": \"L\",\n                \"session1Label\": \"CL\",\n                \"session2Label\": \"CL\",\n                \"productionHours\": \"00:00\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": \"Absent\",\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"summary\": {\n                \"attendanceDate\": \"2020-06-30\",\n                \"schemeName\": \"General Scheme.\",\n                \"dayType\": \"Regular\",\n                \"shift\": {\n                    \"id\": 1,\n                    \"name\": \"General\",\n                    \"code\": \"GEN\",\n                    \"startTime\": \"2020-06-30T04:00:00\",\n                    \"endTime\": \"2020-06-30T13:00:00\"\n                },\n                \"lastProcessed\": \"2020-08-12T06:13:31.673\",\n                \"firstInTime\": null,\n                \"lastOutTime\": null,\n                \"totalWorkHrs\": \"00:00\",\n                \"actualWorkHrs\": \"00:00\",\n                \"shortFallHrs\": \"00:9\",\n                \"excessWorkHrs\": \"00:00\",\n                \"overridden\": false,\n                \"regularized\": false,\n                \"session1hLabel\": \"L\",\n                \"session2hLabel\": \"L\",\n                \"session1Label\": \"COMPOFF\",\n                \"session2Label\": \"SL\",\n                \"productionHours\": \"00:00\",\n                \"breakHours\": \"00:00\",\n                \"holidayAbsent\": false,\n                \"absentReason\": null,\n                \"onLeave\": false,\n                \"leave\": null\n            },\n            \"exceptions\": []\n        }\n    ]\n}"}],"_postman_id":"b33e44ba-8361-457b-8085-a19c5b02ee49"},{"name":"Get Employee Attendance Muster Raw Swipes","event":[{"listen":"prerequest","script":{"id":"3f58b8b5-2f7d-48d2-ba1d-a0fbc7b0cad7","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"a525ee8c-3671-4d29-b42f-d0f5a2d6bc93","exec":[""],"type":"text/javascript"}}],"id":"0694a2bb-2ff6-429b-ba75-e65d1a684b63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/attendance/v2/employee/{employee-id}/swipes?end={{EndDate}}&start={{StartDate}}&systemSwipes=true","urlObject":{"protocol":"https","path":["attendance","v2","employee","{employee-id}","swipes"],"host":["api.greythr.com"],"query":[{"key":"end","value":"{{EndDate}}"},{"key":"start","value":"{{StartDate}}"},{"key":"systemSwipes","value":"true"}],"variable":[]}},"response":[{"id":"68d9756a-4a4a-4054-8cd4-b43ee4a1c5e6","name":"Get Employee Attendance Muster Raw Swipe","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":{"raw":"https://api.greythr.com/attendance/v2/employee/11/swipes?end=2020-06-30&start=2020-06-01&systemSwipes=true","protocol":"https","host":["api.greythr.com"],"path":["attendance","v2","employee","11","swipes"],"query":[{"key":"end","value":"2020-06-30"},{"key":"start","value":"2020-06-01"},{"key":"systemSwipes","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Oct 2020 07:54:57 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Moesif-Transaction-Id","value":"53fbb751-3119-4b49-abaf-d3988331e8b6"},{"key":"X-Kong-Upstream-Latency","value":"141"},{"key":"X-Kong-Proxy-Latency","value":"23"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"list\": [\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-01\",\n            \"punchDateTime\": \"2020-06-01T04:01:02\",\n            \"inOutIndicator\": \"IN\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-01T04:00:00\",\n                \"endTime\": \"2020-06-01T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-01\",\n            \"punchDateTime\": \"2020-06-01T13:01:02\",\n            \"inOutIndicator\": \"OUT\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-01T04:00:00\",\n                \"endTime\": \"2020-06-01T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-02\",\n            \"punchDateTime\": \"2020-06-02T04:01:02\",\n            \"inOutIndicator\": \"IN\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-02T04:00:00\",\n                \"endTime\": \"2020-06-02T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-02\",\n            \"punchDateTime\": \"2020-06-02T13:01:02\",\n            \"inOutIndicator\": \"OUT\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-02T04:00:00\",\n                \"endTime\": \"2020-06-02T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-03\",\n            \"punchDateTime\": \"2020-06-03T04:01:02\",\n            \"inOutIndicator\": \"IN\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-03T04:00:00\",\n                \"endTime\": \"2020-06-03T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-03\",\n            \"punchDateTime\": \"2020-06-03T13:01:02\",\n            \"inOutIndicator\": \"OUT\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-03T04:00:00\",\n                \"endTime\": \"2020-06-03T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-04\",\n            \"punchDateTime\": \"2020-06-04T04:01:02\",\n            \"inOutIndicator\": \"IN\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-04T04:00:00\",\n                \"endTime\": \"2020-06-04T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-04\",\n            \"punchDateTime\": \"2020-06-04T13:01:02\",\n            \"inOutIndicator\": \"OUT\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-04T04:00:00\",\n                \"endTime\": \"2020-06-04T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-05\",\n            \"punchDateTime\": \"2020-06-05T04:01:02\",\n            \"inOutIndicator\": \"IN\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-05T04:00:00\",\n                \"endTime\": \"2020-06-05T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-05\",\n            \"punchDateTime\": \"2020-06-05T13:01:02\",\n            \"inOutIndicator\": \"OUT\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-05T04:00:00\",\n                \"endTime\": \"2020-06-05T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-08\",\n            \"punchDateTime\": \"2020-06-08T04:01:02\",\n            \"inOutIndicator\": \"IN\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-08T04:00:00\",\n                \"endTime\": \"2020-06-08T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-08\",\n            \"punchDateTime\": \"2020-06-08T13:01:02\",\n            \"inOutIndicator\": \"OUT\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-08T04:00:00\",\n                \"endTime\": \"2020-06-08T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-09\",\n            \"punchDateTime\": \"2020-06-09T04:01:02\",\n            \"inOutIndicator\": \"IN\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-09T04:00:00\",\n                \"endTime\": \"2020-06-09T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-09\",\n            \"punchDateTime\": \"2020-06-09T13:01:02\",\n            \"inOutIndicator\": \"OUT\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-09T04:00:00\",\n                \"endTime\": \"2020-06-09T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-10\",\n            \"punchDateTime\": \"2020-06-10T04:01:02\",\n            \"inOutIndicator\": \"IN\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-10T04:00:00\",\n                \"endTime\": \"2020-06-10T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-10\",\n            \"punchDateTime\": \"2020-06-10T13:01:02\",\n            \"inOutIndicator\": \"OUT\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-10T04:00:00\",\n                \"endTime\": \"2020-06-10T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-11\",\n            \"punchDateTime\": \"2020-06-11T04:01:02\",\n            \"inOutIndicator\": \"IN\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-11T04:00:00\",\n                \"endTime\": \"2020-06-11T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-11\",\n            \"punchDateTime\": \"2020-06-11T13:01:02\",\n            \"inOutIndicator\": \"OUT\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-11T04:00:00\",\n                \"endTime\": \"2020-06-11T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-12\",\n            \"punchDateTime\": \"2020-06-12T04:01:02\",\n            \"inOutIndicator\": \"IN\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-12T04:00:00\",\n                \"endTime\": \"2020-06-12T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-12\",\n            \"punchDateTime\": \"2020-06-12T13:01:02\",\n            \"inOutIndicator\": \"OUT\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-12T04:00:00\",\n                \"endTime\": \"2020-06-12T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-15\",\n            \"punchDateTime\": \"2020-06-15T04:01:02\",\n            \"inOutIndicator\": \"IN\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-15T04:00:00\",\n                \"endTime\": \"2020-06-15T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-15\",\n            \"punchDateTime\": \"2020-06-15T13:01:02\",\n            \"inOutIndicator\": \"OUT\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-15T04:00:00\",\n                \"endTime\": \"2020-06-15T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-19\",\n            \"punchDateTime\": \"2020-06-19T04:01:02\",\n            \"inOutIndicator\": \"IN\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-19T04:00:00\",\n                \"endTime\": \"2020-06-19T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-19\",\n            \"punchDateTime\": \"2020-06-19T13:01:02\",\n            \"inOutIndicator\": \"OUT\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-19T04:00:00\",\n                \"endTime\": \"2020-06-19T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-22\",\n            \"punchDateTime\": \"2020-06-22T04:01:02\",\n            \"inOutIndicator\": \"IN\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-22T04:00:00\",\n                \"endTime\": \"2020-06-22T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-22\",\n            \"punchDateTime\": \"2020-06-22T13:01:02\",\n            \"inOutIndicator\": \"OUT\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-22T04:00:00\",\n                \"endTime\": \"2020-06-22T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-23\",\n            \"punchDateTime\": \"2020-06-23T04:01:02\",\n            \"inOutIndicator\": \"IN\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-23T04:00:00\",\n                \"endTime\": \"2020-06-23T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-23\",\n            \"punchDateTime\": \"2020-06-23T13:01:02\",\n            \"inOutIndicator\": \"OUT\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-23T04:00:00\",\n                \"endTime\": \"2020-06-23T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-24\",\n            \"punchDateTime\": \"2020-06-24T04:01:02\",\n            \"inOutIndicator\": \"IN\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-24T04:00:00\",\n                \"endTime\": \"2020-06-24T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-24\",\n            \"punchDateTime\": \"2020-06-24T13:01:02\",\n            \"inOutIndicator\": \"OUT\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-24T04:00:00\",\n                \"endTime\": \"2020-06-24T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-25\",\n            \"punchDateTime\": \"2020-06-25T04:01:02\",\n            \"inOutIndicator\": \"IN\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-25T04:00:00\",\n                \"endTime\": \"2020-06-25T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        },\n        {\n            \"employee\": {\n                \"id\": 11,\n                \"name\": \"Venugopal M\",\n                \"employeeNo\": \"5018\",\n                \"leftOrg\": false\n            },\n            \"attendanceDate\": \"2020-06-25\",\n            \"punchDateTime\": \"2020-06-25T13:01:02\",\n            \"inOutIndicator\": \"OUT\",\n            \"doorName\": \"Test Door Name\",\n            \"systemSwipe\": false,\n            \"swipeCaptureType\": \"Astra\",\n            \"shift\": {\n                \"id\": 1,\n                \"name\": \"General\",\n                \"code\": \"GEN\",\n                \"startTime\": \"2020-06-25T04:00:00\",\n                \"endTime\": \"2020-06-25T13:00:00\"\n            },\n            \"receivedOn\": null,\n            \"accessCardNo\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"deviceId\": null,\n            \"deviceName\": null,\n            \"autoDetect\": false,\n            \"autoDetection\": {\n                \"autoShiftDetectionNote\": null,\n                \"autoShiftReasons\": []\n            }\n        }\n    ]\n}"}],"_postman_id":"0694a2bb-2ff6-429b-ba75-e65d1a684b63"}],"id":"7ffd1005-318d-487f-97b4-47d3c4bbc697","_postman_id":"7ffd1005-318d-487f-97b4-47d3c4bbc697","description":""},{"name":"Attendance Swipes","item":[{"name":"Push Attendance Swipes","id":"18236e42-e94e-460d-896f-8e2f68e2583e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{ \"swipe\":\r\n  [\r\n    \"2024-04-26T17:00:00.000+05:30,89170020,door 1,1\",\r\n    \"2024-04-26T25:00:00.000+05:30,89170020,door 2,0\"\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com//attendance/v2/employee/swipes","description":"<p>This API is for pushing attendance swipes into the greytHR application.</p>\n","urlObject":{"protocol":"https","path":["","attendance","v2","employee","swipes"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"96faa31f-2276-4426-bc3f-bfa25589d936","name":"Push Attendance Swipes","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    \"2024-04-26T13:00:00.000+05:30,1234,door 1,1\",\r\n    \"2024-04-26T19:00:00.000+05:30,1234,door 2,0\",\r\n    \"2024-04-26T09:30:00.000+05:30,3456,door 1,1\",\r\n    \"2024-04-26T25:30:00.000+05:30,3456,door 2,0\",\r\n    \"2024-04-26T12:00:00.000+05:30,5678,door 1,1\",\r\n    \"2024-04-26T16:00:00.000+05:30,5678,door 2,0\",\r\n    \"2024-04-26T10:00:00.000+05:30,7890,door 1,1\",\r\n    \"2024-04-26T18:00:00.000+05:30,7890,door 2,0\",\r\n]\r\nPayload without inout indicator\r\n\r\n[\r\n    \"2024-04-26T13:00:00.000+05:30,1234,door 1\",\r\n    \"2024-04-26T19:00:00.000+05:30,1234,door 2\",\r\n    \"2024-04-26T09:30:00.000+05:30,3456,door 1\",\r\n    \"2024-04-26T25:30:00.000+05:30,3456,door 2\",\r\n    \"2024-04-26T12:00:00.000+05:30,5678,door 1\",\r\n    \"2024-04-26T16:00:00.000+05:30,5678,door 2\",\r\n    \"2024-04-26T10:00:00.000+05:30,7890,door 1\",\r\n    \"2024-04-26T18:00:00.000+05:30,7890,door 2\",\r\n]\r\nPayload without inout indicator and door name\r\n\r\n[\r\n    \"2024-04-26T13:00:00.000+05:30,1234\",\r\n    \"2024-04-26T19:00:00.000+05:30,1234\",\r\n    \"2024-04-26T09:30:00.000+05:30,3456\",\r\n    \"2024-04-26T25:30:00.000+05:30,3456\",\r\n    \"2024-04-26T12:00:00.000+05:30,5678\",\r\n    \"2024-04-26T16:00:00.000+05:30,5678\",\r\n    \"2024-04-26T10:00:00.000+05:30,7890\",\r\n    \"2024-04-26T18:00:00.000+05:30,7890\",\r\n]\r\nPayload with inout indicator and without door name\r\n\r\n[\r\n    \"2024-04-26T13:00:00.000+05:30,1234,,1\",\r\n    \"2024-04-26T19:00:00.000+05:30,1234,,0\",\r\n    \"2024-04-26T09:30:00.000+05:30,3456,,1\",\r\n    \"2024-04-26T25:30:00.000+05:30,3456,,0\",\r\n    \"2024-04-26T12:00:00.000+05:30,5678,,1\",\r\n    \"2024-04-26T16:00:00.000+05:30,5678,,0\",\r\n    \"2024-04-26T10:00:00.000+05:30,7890,,1\",\r\n    \"2024-04-26T18:00:00.000+05:30,7890,,0\",\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com//attendance/v2/employee/swipes"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Employee swipes are saved successfully.\",\r\n    \"invalidRecords\": null,\r\n    \"messageType\": \"SUCCESS\"\r\n}"}],"_postman_id":"18236e42-e94e-460d-896f-8e2f68e2583e"}],"id":"37a5a501-2c52-4326-ad6c-624d90018368","_postman_id":"37a5a501-2c52-4326-ad6c-624d90018368","description":""}],"id":"b93fd109-b6e4-4179-b76b-4fdfd7b2f004","_postman_id":"b93fd109-b6e4-4179-b76b-4fdfd7b2f004","description":""},{"name":"Payroll","item":[{"name":"Salary Items-Repository","item":[{"name":"Get All Employee Handenrty salary Items","id":"1391a4a6-fc32-4d9a-84f2-d45cd38d4ff1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/payroll/v2/employees/handentry","description":"<p><strong>Handenrty salary Items</strong>\n<br />API to get hand entry item values for all Employee</p>\n","urlObject":{"protocol":"https","path":["payroll","v2","employees","handentry"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"1aeed183-adec-4ba0-906c-8350f245c35c","name":"Get All Employee Handenrty salary Items","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/payroll/v2/employees/handentry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"employeeId\": 1,\n            \"values\": [\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2013-02-15\",\n                    \"toDate\": null,\n                    \"value\": 2500000\n                }\n            ]\n        },\n        {\n            \"employeeId\": 5,\n            \"values\": [\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2013-04-26\",\n                    \"toDate\": null,\n                    \"value\": 800000\n                }\n            ]\n        },\n        {\n            \"employeeId\": 6,\n            \"values\": [\n                {\n                    \"itemId\": 82,\n                    \"fromDate\": \"2013-05-10\",\n                    \"toDate\": null,\n                    \"value\": 8000\n                },\n                {\n                    \"itemId\": 88,\n                    \"fromDate\": \"2013-05-10\",\n                    \"toDate\": null,\n                    \"value\": 3200\n                },\n                {\n                    \"itemId\": 84,\n                    \"fromDate\": \"2013-05-10\",\n                    \"toDate\": null,\n                    \"value\": 800\n                },\n                {\n                    \"itemId\": 86,\n                    \"fromDate\": \"2013-05-10\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 92,\n                    \"fromDate\": \"2013-05-10\",\n                    \"toDate\": null,\n                    \"value\": 1250\n                },\n                {\n                    \"itemId\": 93,\n                    \"fromDate\": \"2013-05-10\",\n                    \"toDate\": null,\n                    \"value\": 6750\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2013-05-10\",\n                    \"toDate\": null,\n                    \"value\": 220000\n                },\n                {\n                    \"itemId\": 91,\n                    \"fromDate\": \"2013-05-10\",\n                    \"toDate\": null,\n                    \"value\": 20000\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2020-06-05\",\n                    \"toDate\": null,\n                    \"value\": 90000\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2013-05-10\",\n                    \"toDate\": \"2020-06-04\",\n                    \"value\": 240000\n                }\n            ]\n        },\n        {\n            \"employeeId\": 71,\n            \"values\": [\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2014-02-25\",\n                    \"toDate\": null,\n                    \"value\": 140000\n                }\n            ]\n        },\n        {\n            \"employeeId\": 11,\n            \"values\": [\n                {\n                    \"itemId\": 96,\n                    \"fromDate\": \"2013-04-01\",\n                    \"toDate\": null,\n                    \"value\": 25000\n                },\n                {\n                    \"itemId\": 82,\n                    \"fromDate\": \"2013-05-24\",\n                    \"toDate\": null,\n                    \"value\": 6000\n                },\n                {\n                    \"itemId\": 88,\n                    \"fromDate\": \"2013-05-24\",\n                    \"toDate\": null,\n                    \"value\": 2400\n                },\n                {\n                    \"itemId\": 84,\n                    \"fromDate\": \"2013-05-24\",\n                    \"toDate\": null,\n                    \"value\": 800\n                },\n                {\n                    \"itemId\": 86,\n                    \"fromDate\": \"2013-05-24\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 92,\n                    \"fromDate\": \"2013-05-24\",\n                    \"toDate\": null,\n                    \"value\": 1250\n                },\n                {\n                    \"itemId\": 93,\n                    \"fromDate\": \"2013-05-24\",\n                    \"toDate\": null,\n                    \"value\": 4550\n                },\n                {\n                    \"itemId\": 91,\n                    \"fromDate\": \"2013-05-24\",\n                    \"toDate\": null,\n                    \"value\": 15000\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2013-05-24\",\n                    \"toDate\": null,\n                    \"value\": 180000\n                },\n                {\n                    \"itemId\": 82,\n                    \"fromDate\": \"2013-06-01\",\n                    \"toDate\": null,\n                    \"value\": 7200\n                },\n                {\n                    \"itemId\": 88,\n                    \"fromDate\": \"2013-06-01\",\n                    \"toDate\": null,\n                    \"value\": 2880\n                },\n                {\n                    \"itemId\": 84,\n                    \"fromDate\": \"2013-06-01\",\n                    \"toDate\": null,\n                    \"value\": 800\n                },\n                {\n                    \"itemId\": 86,\n                    \"fromDate\": \"2013-06-01\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 92,\n                    \"fromDate\": \"2013-06-01\",\n                    \"toDate\": null,\n                    \"value\": 1250\n                },\n                {\n                    \"itemId\": 93,\n                    \"fromDate\": \"2013-06-01\",\n                    \"toDate\": null,\n                    \"value\": 5870\n                },\n                {\n                    \"itemId\": 91,\n                    \"fromDate\": \"2013-06-01\",\n                    \"toDate\": null,\n                    \"value\": 18000\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2013-06-01\",\n                    \"toDate\": null,\n                    \"value\": 216000\n                },\n                {\n                    \"itemId\": 82,\n                    \"fromDate\": \"2013-07-01\",\n                    \"toDate\": null,\n                    \"value\": 7920\n                },\n                {\n                    \"itemId\": 88,\n                    \"fromDate\": \"2013-07-01\",\n                    \"toDate\": null,\n                    \"value\": 3168\n                },\n                {\n                    \"itemId\": 84,\n                    \"fromDate\": \"2013-07-01\",\n                    \"toDate\": null,\n                    \"value\": 800\n                },\n                {\n                    \"itemId\": 86,\n                    \"fromDate\": \"2013-07-01\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 92,\n                    \"fromDate\": \"2013-07-01\",\n                    \"toDate\": null,\n                    \"value\": 1250\n                },\n                {\n                    \"itemId\": 93,\n                    \"fromDate\": \"2013-07-01\",\n                    \"toDate\": null,\n                    \"value\": 6662\n                },\n                {\n                    \"itemId\": 91,\n                    \"fromDate\": \"2013-07-01\",\n                    \"toDate\": null,\n                    \"value\": 19800\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2013-07-01\",\n                    \"toDate\": null,\n                    \"value\": 237600\n                },\n                {\n                    \"itemId\": 82,\n                    \"fromDate\": \"2013-08-01\",\n                    \"toDate\": null,\n                    \"value\": 8554\n                },\n                {\n                    \"itemId\": 88,\n                    \"fromDate\": \"2013-08-01\",\n                    \"toDate\": null,\n                    \"value\": 3422\n                },\n                {\n                    \"itemId\": 84,\n                    \"fromDate\": \"2013-08-01\",\n                    \"toDate\": null,\n                    \"value\": 800\n                },\n                {\n                    \"itemId\": 86,\n                    \"fromDate\": \"2013-08-01\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 92,\n                    \"fromDate\": \"2013-08-01\",\n                    \"toDate\": null,\n                    \"value\": 1250\n                },\n                {\n                    \"itemId\": 93,\n                    \"fromDate\": \"2013-08-01\",\n                    \"toDate\": null,\n                    \"value\": 7358\n                },\n                {\n                    \"itemId\": 91,\n                    \"fromDate\": \"2013-08-01\",\n                    \"toDate\": null,\n                    \"value\": 21384\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2013-08-01\",\n                    \"toDate\": null,\n                    \"value\": 256608\n                },\n                {\n                    \"itemId\": 82,\n                    \"fromDate\": \"2015-04-01\",\n                    \"toDate\": null,\n                    \"value\": 12830\n                },\n                {\n                    \"itemId\": 88,\n                    \"fromDate\": \"2015-04-01\",\n                    \"toDate\": null,\n                    \"value\": 5132\n                },\n                {\n                    \"itemId\": 84,\n                    \"fromDate\": \"2015-04-01\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 86,\n                    \"fromDate\": \"2015-04-01\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 92,\n                    \"fromDate\": \"2015-04-01\",\n                    \"toDate\": null,\n                    \"value\": 1250\n                },\n                {\n                    \"itemId\": 93,\n                    \"fromDate\": \"2015-04-01\",\n                    \"toDate\": null,\n                    \"value\": 12864\n                },\n                {\n                    \"itemId\": 118,\n                    \"fromDate\": \"2015-04-01\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 91,\n                    \"fromDate\": \"2015-04-01\",\n                    \"toDate\": null,\n                    \"value\": 32076\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2015-04-01\",\n                    \"toDate\": null,\n                    \"value\": 384912\n                },\n                {\n                    \"itemId\": 82,\n                    \"fromDate\": \"2016-04-02\",\n                    \"toDate\": null,\n                    \"value\": 56667\n                },\n                {\n                    \"itemId\": 88,\n                    \"fromDate\": \"2016-04-02\",\n                    \"toDate\": null,\n                    \"value\": 22667\n                },\n                {\n                    \"itemId\": 84,\n                    \"fromDate\": \"2016-04-02\",\n                    \"toDate\": null,\n                    \"value\": 1600\n                },\n                {\n                    \"itemId\": 86,\n                    \"fromDate\": \"2016-04-02\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 92,\n                    \"fromDate\": \"2016-04-02\",\n                    \"toDate\": null,\n                    \"value\": 1250\n                },\n                {\n                    \"itemId\": 93,\n                    \"fromDate\": \"2016-04-02\",\n                    \"toDate\": null,\n                    \"value\": 59483\n                },\n                {\n                    \"itemId\": 118,\n                    \"fromDate\": \"2016-04-02\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 91,\n                    \"fromDate\": \"2016-04-02\",\n                    \"toDate\": null,\n                    \"value\": 141667\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2020-06-05\",\n                    \"toDate\": null,\n                    \"value\": 180000\n                },\n                {\n                    \"itemId\": 96,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": null\n                },\n                {\n                    \"itemId\": 96,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": null\n                },\n                {\n                    \"itemId\": 96,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": null\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2018-02-01\",\n                    \"toDate\": \"2020-06-04\",\n                    \"value\": 800100\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2016-04-02\",\n                    \"toDate\": \"2018-01-31\",\n                    \"value\": 1700000\n                },\n                {\n                    \"itemId\": 227,\n                    \"fromDate\": \"2018-02-01\",\n                    \"toDate\": null,\n                    \"value\": 6701\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2020-09-01\",\n                    \"toDate\": null,\n                    \"value\": 1000000\n                }\n            ]\n        },\n        {\n            \"employeeId\": 16,\n            \"values\": [\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2013-08-02\",\n                    \"toDate\": null,\n                    \"value\": 150000\n                }\n            ]\n        },\n        {\n            \"employeeId\": 17,\n            \"values\": [\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2013-08-09\",\n                    \"toDate\": null,\n                    \"value\": 140000\n                }\n            ]\n        },\n        {\n            \"employeeId\": 83,\n            \"values\": [\n                {\n                    \"itemId\": 82,\n                    \"fromDate\": \"2016-10-01\",\n                    \"toDate\": null,\n                    \"value\": 5000\n                },\n                {\n                    \"itemId\": 88,\n                    \"fromDate\": \"2016-10-01\",\n                    \"toDate\": null,\n                    \"value\": 2000\n                },\n                {\n                    \"itemId\": 84,\n                    \"fromDate\": \"2016-10-01\",\n                    \"toDate\": null,\n                    \"value\": 1600\n                },\n                {\n                    \"itemId\": 86,\n                    \"fromDate\": \"2016-10-01\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 92,\n                    \"fromDate\": \"2016-10-01\",\n                    \"toDate\": null,\n                    \"value\": 1250\n                },\n                {\n                    \"itemId\": 93,\n                    \"fromDate\": \"2016-10-01\",\n                    \"toDate\": null,\n                    \"value\": 2650\n                },\n                {\n                    \"itemId\": 118,\n                    \"fromDate\": \"2016-10-01\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 91,\n                    \"fromDate\": \"2016-10-01\",\n                    \"toDate\": null,\n                    \"value\": 12500\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2016-10-01\",\n                    \"toDate\": null,\n                    \"value\": 150000\n                }\n            ]\n        },\n        {\n            \"employeeId\": 19,\n            \"values\": [\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2013-08-30\",\n                    \"toDate\": null,\n                    \"value\": 300000\n                }\n            ]\n        },\n        {\n            \"employeeId\": 20,\n            \"values\": [\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2013-09-20\",\n                    \"toDate\": null,\n                    \"value\": 180000\n                },\n                {\n                    \"itemId\": 64,\n                    \"fromDate\": \"2014-02-01\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 65,\n                    \"fromDate\": \"2014-02-01\",\n                    \"toDate\": null,\n                    \"value\": 0\n                }\n            ]\n        },\n        {\n            \"employeeId\": 85,\n            \"values\": [\n                {\n                    \"itemId\": 82,\n                    \"fromDate\": \"2016-04-07\",\n                    \"toDate\": null,\n                    \"value\": 263333\n                },\n                {\n                    \"itemId\": 88,\n                    \"fromDate\": \"2016-04-07\",\n                    \"toDate\": null,\n                    \"value\": 105333\n                },\n                {\n                    \"itemId\": 84,\n                    \"fromDate\": \"2016-04-07\",\n                    \"toDate\": null,\n                    \"value\": 1600\n                },\n                {\n                    \"itemId\": 86,\n                    \"fromDate\": \"2016-04-07\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 93,\n                    \"fromDate\": \"2016-04-07\",\n                    \"toDate\": null,\n                    \"value\": 288067\n                },\n                {\n                    \"itemId\": 91,\n                    \"fromDate\": \"2016-04-07\",\n                    \"toDate\": null,\n                    \"value\": 658333\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2016-04-07\",\n                    \"toDate\": null,\n                    \"value\": 7900000\n                }\n            ]\n        },\n        {\n            \"employeeId\": 21,\n            \"values\": [\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2013-09-27\",\n                    \"toDate\": null,\n                    \"value\": 155000\n                }\n            ]\n        },\n        {\n            \"employeeId\": 152,\n            \"values\": [\n                {\n                    \"itemId\": 228,\n                    \"fromDate\": \"2019-01-01\",\n                    \"toDate\": null,\n                    \"value\": 10000\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2019-01-01\",\n                    \"toDate\": null,\n                    \"value\": 26482.05\n                },\n                {\n                    \"itemId\": 228,\n                    \"fromDate\": \"2020-09-01\",\n                    \"toDate\": null,\n                    \"value\": 26482.05\n                }\n            ]\n        },\n        {\n            \"employeeId\": 24,\n            \"values\": [\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2013-02-15\",\n                    \"toDate\": null,\n                    \"value\": 3000000\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2013-07-01\",\n                    \"toDate\": null,\n                    \"value\": 3500000\n                },\n                {\n                    \"itemId\": 82,\n                    \"fromDate\": \"2013-02-15\",\n                    \"toDate\": null,\n                    \"value\": 116667\n                },\n                {\n                    \"itemId\": 88,\n                    \"fromDate\": \"2013-02-15\",\n                    \"toDate\": null,\n                    \"value\": 46667\n                },\n                {\n                    \"itemId\": 84,\n                    \"fromDate\": \"2013-02-15\",\n                    \"toDate\": null,\n                    \"value\": 800\n                },\n                {\n                    \"itemId\": 86,\n                    \"fromDate\": \"2013-02-15\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 92,\n                    \"fromDate\": \"2013-02-15\",\n                    \"toDate\": null,\n                    \"value\": 1250\n                },\n                {\n                    \"itemId\": 93,\n                    \"fromDate\": \"2013-02-15\",\n                    \"toDate\": null,\n                    \"value\": 126283\n                },\n                {\n                    \"itemId\": 91,\n                    \"fromDate\": \"2013-02-15\",\n                    \"toDate\": null,\n                    \"value\": 291667\n                },\n                {\n                    \"itemId\": 96,\n                    \"fromDate\": \"2015-12-01\",\n                    \"toDate\": null,\n                    \"value\": 5600\n                }\n            ]\n        },\n        {\n            \"employeeId\": 25,\n            \"values\": [\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2013-02-15\",\n                    \"toDate\": null,\n                    \"value\": 1500000\n                }\n            ]\n        },\n        {\n            \"employeeId\": 89,\n            \"values\": [\n                {\n                    \"itemId\": 82,\n                    \"fromDate\": \"2016-11-07\",\n                    \"toDate\": null,\n                    \"value\": 29667\n                },\n                {\n                    \"itemId\": 88,\n                    \"fromDate\": \"2016-11-07\",\n                    \"toDate\": null,\n                    \"value\": 11867\n                },\n                {\n                    \"itemId\": 84,\n                    \"fromDate\": \"2016-11-07\",\n                    \"toDate\": null,\n                    \"value\": 1600\n                },\n                {\n                    \"itemId\": 86,\n                    \"fromDate\": \"2016-11-07\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 93,\n                    \"fromDate\": \"2016-11-07\",\n                    \"toDate\": null,\n                    \"value\": 31033\n                },\n                {\n                    \"itemId\": 91,\n                    \"fromDate\": \"2016-11-07\",\n                    \"toDate\": null,\n                    \"value\": 74167\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2016-11-07\",\n                    \"toDate\": null,\n                    \"value\": 890004\n                }\n            ]\n        },\n        {\n            \"employeeId\": 90,\n            \"values\": [\n                {\n                    \"itemId\": 82,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 8000\n                },\n                {\n                    \"itemId\": 88,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 3200\n                },\n                {\n                    \"itemId\": 84,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 1600\n                },\n                {\n                    \"itemId\": 86,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 92,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 1250\n                },\n                {\n                    \"itemId\": 93,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 5950\n                },\n                {\n                    \"itemId\": 118,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 91,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 20000\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 240000\n                }\n            ]\n        },\n        {\n            \"employeeId\": 91,\n            \"values\": [\n                {\n                    \"itemId\": 82,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 7000\n                },\n                {\n                    \"itemId\": 88,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 2800\n                },\n                {\n                    \"itemId\": 84,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 1600\n                },\n                {\n                    \"itemId\": 86,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 92,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 1250\n                },\n                {\n                    \"itemId\": 93,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 4850\n                },\n                {\n                    \"itemId\": 118,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 91,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 17500\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 210000\n                },\n                {\n                    \"itemId\": 97,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 2500\n                },\n                {\n                    \"itemId\": 96,\n                    \"fromDate\": \"2016-10-01\",\n                    \"toDate\": null,\n                    \"value\": 2500\n                },\n                {\n                    \"itemId\": 96,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": \"2016-09-30\",\n                    \"value\": 6000\n                }\n            ]\n        },\n        {\n            \"employeeId\": 92,\n            \"values\": [\n                {\n                    \"itemId\": 82,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 8667\n                },\n                {\n                    \"itemId\": 88,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 3467\n                },\n                {\n                    \"itemId\": 84,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 1600\n                },\n                {\n                    \"itemId\": 86,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 92,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 1250\n                },\n                {\n                    \"itemId\": 93,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 6683\n                },\n                {\n                    \"itemId\": 118,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 91,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 21667\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 260000\n                },\n                {\n                    \"itemId\": 96,\n                    \"fromDate\": \"2016-10-01\",\n                    \"toDate\": null,\n                    \"value\": 700\n                },\n                {\n                    \"itemId\": 96,\n                    \"fromDate\": \"2016-07-01\",\n                    \"toDate\": \"2016-09-30\",\n                    \"value\": 1500\n                },\n                {\n                    \"itemId\": 97,\n                    \"fromDate\": \"2016-10-01\",\n                    \"toDate\": null,\n                    \"value\": 750\n                }\n            ]\n        },\n        {\n            \"employeeId\": 93,\n            \"values\": [\n                {\n                    \"itemId\": 82,\n                    \"fromDate\": \"2016-06-06\",\n                    \"toDate\": null,\n                    \"value\": 9500\n                },\n                {\n                    \"itemId\": 88,\n                    \"fromDate\": \"2016-06-06\",\n                    \"toDate\": null,\n                    \"value\": 3800\n                },\n                {\n                    \"itemId\": 84,\n                    \"fromDate\": \"2016-06-06\",\n                    \"toDate\": null,\n                    \"value\": 1600\n                },\n                {\n                    \"itemId\": 86,\n                    \"fromDate\": \"2016-06-06\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 92,\n                    \"fromDate\": \"2016-06-06\",\n                    \"toDate\": null,\n                    \"value\": 1250\n                },\n                {\n                    \"itemId\": 93,\n                    \"fromDate\": \"2016-06-06\",\n                    \"toDate\": null,\n                    \"value\": 7600\n                },\n                {\n                    \"itemId\": 118,\n                    \"fromDate\": \"2016-06-06\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 91,\n                    \"fromDate\": \"2016-06-06\",\n                    \"toDate\": null,\n                    \"value\": 23750\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2016-06-06\",\n                    \"toDate\": null,\n                    \"value\": 285000\n                }\n            ]\n        },\n        {\n            \"employeeId\": 94,\n            \"values\": [\n                {\n                    \"itemId\": 82,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 10667\n                },\n                {\n                    \"itemId\": 88,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 4267\n                },\n                {\n                    \"itemId\": 84,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 1600\n                },\n                {\n                    \"itemId\": 86,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 92,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 1250\n                },\n                {\n                    \"itemId\": 93,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 8883\n                },\n                {\n                    \"itemId\": 118,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 91,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 26667\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 320000\n                },\n                {\n                    \"itemId\": 96,\n                    \"fromDate\": \"2016-10-01\",\n                    \"toDate\": null,\n                    \"value\": 1500\n                },\n                {\n                    \"itemId\": 96,\n                    \"fromDate\": \"2016-10-01\",\n                    \"toDate\": null,\n                    \"value\": null\n                },\n                {\n                    \"itemId\": 97,\n                    \"fromDate\": \"2016-10-01\",\n                    \"toDate\": null,\n                    \"value\": 750\n                }\n            ]\n        },\n        {\n            \"employeeId\": 95,\n            \"values\": [\n                {\n                    \"itemId\": 82,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 6667\n                },\n                {\n                    \"itemId\": 88,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 2667\n                },\n                {\n                    \"itemId\": 84,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 1600\n                },\n                {\n                    \"itemId\": 86,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 92,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 1250\n                },\n                {\n                    \"itemId\": 93,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 4483\n                },\n                {\n                    \"itemId\": 118,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 91,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 16667\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2016-06-01\",\n                    \"toDate\": null,\n                    \"value\": 200000\n                }\n            ]\n        },\n        {\n            \"employeeId\": 96,\n            \"values\": [\n                {\n                    \"itemId\": 82,\n                    \"fromDate\": \"2017-01-02\",\n                    \"toDate\": null,\n                    \"value\": 26699\n                },\n                {\n                    \"itemId\": 88,\n                    \"fromDate\": \"2017-01-02\",\n                    \"toDate\": null,\n                    \"value\": 10680\n                },\n                {\n                    \"itemId\": 84,\n                    \"fromDate\": \"2017-01-02\",\n                    \"toDate\": null,\n                    \"value\": 1600\n                },\n                {\n                    \"itemId\": 86,\n                    \"fromDate\": \"2017-01-02\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 93,\n                    \"fromDate\": \"2017-01-02\",\n                    \"toDate\": null,\n                    \"value\": 27769\n                },\n                {\n                    \"itemId\": 91,\n                    \"fromDate\": \"2017-01-02\",\n                    \"toDate\": null,\n                    \"value\": 66748\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2017-01-02\",\n                    \"toDate\": null,\n                    \"value\": 800977\n                }\n            ]\n        },\n        {\n            \"employeeId\": 97,\n            \"values\": [\n                {\n                    \"itemId\": 82,\n                    \"fromDate\": \"2017-01-01\",\n                    \"toDate\": null,\n                    \"value\": 6500\n                },\n                {\n                    \"itemId\": 88,\n                    \"fromDate\": \"2017-01-01\",\n                    \"toDate\": null,\n                    \"value\": 2600\n                },\n                {\n                    \"itemId\": 84,\n                    \"fromDate\": \"2017-01-01\",\n                    \"toDate\": null,\n                    \"value\": 1600\n                },\n                {\n                    \"itemId\": 86,\n                    \"fromDate\": \"2017-01-01\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 93,\n                    \"fromDate\": \"2017-01-01\",\n                    \"toDate\": null,\n                    \"value\": 5550\n                },\n                {\n                    \"itemId\": 91,\n                    \"fromDate\": \"2017-01-01\",\n                    \"toDate\": null,\n                    \"value\": 16250\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2017-01-01\",\n                    \"toDate\": null,\n                    \"value\": 195000\n                },\n                {\n                    \"itemId\": 151,\n                    \"fromDate\": \"2017-01-01\",\n                    \"toDate\": null,\n                    \"value\": 1250\n                }\n            ]\n        },\n        {\n            \"employeeId\": 98,\n            \"values\": [\n                {\n                    \"itemId\": 82,\n                    \"fromDate\": \"2017-01-01\",\n                    \"toDate\": null,\n                    \"value\": 8333\n                },\n                {\n                    \"itemId\": 88,\n                    \"fromDate\": \"2017-01-01\",\n                    \"toDate\": null,\n                    \"value\": 3333\n                },\n                {\n                    \"itemId\": 84,\n                    \"fromDate\": \"2017-01-01\",\n                    \"toDate\": null,\n                    \"value\": 1600\n                },\n                {\n                    \"itemId\": 86,\n                    \"fromDate\": \"2017-01-01\",\n                    \"toDate\": null,\n                    \"value\": 0\n                },\n                {\n                    \"itemId\": 93,\n                    \"fromDate\": \"2017-01-01\",\n                    \"toDate\": null,\n                    \"value\": 7567\n                },\n                {\n                    \"itemId\": 91,\n                    \"fromDate\": \"2017-01-01\",\n                    \"toDate\": null,\n                    \"value\": 20833\n                },\n                {\n                    \"itemId\": 90,\n                    \"fromDate\": \"2017-01-01\",\n                    \"toDate\": null,\n                    \"value\": 250000\n                },\n                {\n                    \"itemId\": 151,\n                    \"fromDate\": \"2017-01-01\",\n                    \"toDate\": null,\n                    \"value\": 1250\n                }\n            ]\n        }\n    ],\n    \"pages\": {\n        \"totalPages\": 2,\n        \"totalElements\": 40,\n        \"size\": 25,\n        \"empty\": false,\n        \"hasNext\": true,\n        \"hasPrevious\": false,\n        \"first\": true,\n        \"last\": false,\n        \"sort\": {\n            \"sorted\": false,\n            \"unsorted\": true,\n            \"empty\": true\n        }\n    }\n}"}],"_postman_id":"1391a4a6-fc32-4d9a-84f2-d45cd38d4ff1"},{"name":"Get Employee Handenrty salary Items","id":"715a8e9e-e4ea-4ab6-a2bc-ddeddbaf7e4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/payroll/v2/employees/{employee-id}","description":"<p><strong>Employee Handenrty salary Items</strong>\n<br />API to get hand entry item values for an Employee</p>\n","urlObject":{"protocol":"https","path":["payroll","v2","employees","{employee-id}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"88027577-438a-4d7b-b8ee-fbfd017afb67","name":"Get Employee Handenrty salary Items 200 OK","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/payroll/v2/employees/11"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Jan 2021 12:49:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Moesif-Transaction-Id","value":"bb4098c1-bd6a-4095-9292-81c934aa0fe3"},{"key":"X-Kong-Upstream-Latency","value":"218"},{"key":"X-Kong-Proxy-Latency","value":"31"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"Venugopal M\",\n            \"employeeNo\": \"5018\",\n            \"itemName\": \"ANNUAL_CTC\",\n            \"itemDescription\": \"ANNUAL CTC\",\n            \"itemOrder\": \"/00002/00001/00002\",\n            \"fromDate\": \"2020-06-05\",\n            \"toDate\": null,\n            \"value\": 180000\n        },\n        {\n            \"name\": \"Venugopal M\",\n            \"employeeNo\": \"5018\",\n            \"itemName\": \"BONUS\",\n            \"itemDescription\": \"BONUS\",\n            \"itemOrder\": \"/00001/00001/00016\",\n            \"fromDate\": \"2016-06-01\",\n            \"toDate\": null,\n            \"value\": null\n        },\n        {\n            \"name\": \"Venugopal M\",\n            \"employeeNo\": \"5018\",\n            \"itemName\": \"BONUS\",\n            \"itemDescription\": \"BONUS\",\n            \"itemOrder\": \"/00001/00001/00016\",\n            \"fromDate\": \"2016-06-01\",\n            \"toDate\": null,\n            \"value\": null\n        },\n        {\n            \"name\": \"Venugopal M\",\n            \"employeeNo\": \"5018\",\n            \"itemName\": \"BONUS\",\n            \"itemDescription\": \"BONUS\",\n            \"itemOrder\": \"/00001/00001/00016\",\n            \"fromDate\": \"2016-06-01\",\n            \"toDate\": null,\n            \"value\": null\n        },\n        {\n            \"name\": \"Venugopal M\",\n            \"employeeNo\": \"5018\",\n            \"itemName\": \"MON_INCE\",\n            \"itemDescription\": \"MONTHLY INCENTIVES\",\n            \"itemOrder\": \"/00002/00001/00003\",\n            \"fromDate\": \"2018-02-01\",\n            \"toDate\": null,\n            \"value\": 6701\n        },\n        {\n            \"name\": \"Venugopal M\",\n            \"employeeNo\": \"5018\",\n            \"itemName\": \"ANNUAL_CTC\",\n            \"itemDescription\": \"ANNUAL CTC\",\n            \"itemOrder\": \"/00002/00001/00002\",\n            \"fromDate\": \"2018-02-01\",\n            \"toDate\": \"2020-06-04\",\n            \"value\": 800100\n        },\n        {\n            \"name\": \"Venugopal M\",\n            \"employeeNo\": \"5018\",\n            \"itemName\": \"ANNUAL_CTC\",\n            \"itemDescription\": \"ANNUAL CTC\",\n            \"itemOrder\": \"/00002/00001/00002\",\n            \"fromDate\": \"2016-04-02\",\n            \"toDate\": \"2018-01-31\",\n            \"value\": 1700000\n        },\n        {\n            \"name\": \"Venugopal M\",\n            \"employeeNo\": \"5018\",\n            \"itemName\": \"API_TESTC\",\n            \"itemDescription\": \"API test component\",\n            \"itemOrder\": \"/00002/00001/00004\",\n            \"fromDate\": \"2020-09-01\",\n            \"toDate\": null,\n            \"value\": 1000\n        }\n    ],\n    \"pages\": {\n        \"totalPages\": 3,\n        \"totalElements\": 58,\n        \"size\": 25,\n        \"empty\": false,\n        \"hasNext\": false,\n        \"hasPrevious\": true,\n        \"first\": false,\n        \"last\": true,\n        \"sort\": {\n            \"unsorted\": true,\n            \"sorted\": false,\n            \"empty\": true\n        }\n    }\n}"}],"_postman_id":"715a8e9e-e4ea-4ab6-a2bc-ddeddbaf7e4d"},{"name":"Get Salary Repository Items","id":"c435bf99-6ee6-4344-bd7e-34d434a149bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/payroll/v2/salary/repository","description":"<p><strong>Salary Repository</strong>\n<br />API to fetch complete Salary repository for a account</p>\n","urlObject":{"protocol":"https","path":["payroll","v2","salary","repository"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"a6004a4a-bba8-4a51-9d10-fe29efe33162","name":"Get Salary Repository Items","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/payroll/v2/salary/repository"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"id\": 8,\r\n            \"name\": \"TOT_COST\",\r\n            \"description\": \"NET PAY\",\r\n            \"type\": \"OTHERS\",\r\n            \"taxable\": false,\r\n            \"parent\": \"\",\r\n            \"children\": [\r\n                {\r\n                    \"id\": 9,\r\n                    \"name\": \"INCOME\",\r\n                    \"description\": \"GROSS\",\r\n                    \"type\": \"INCOME\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"TOT_COST\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 10,\r\n                            \"name\": \"BASIC\",\r\n                            \"description\": \"BASIC\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 81,\r\n                            \"name\": \"BASIC_A\",\r\n                            \"description\": \"BASIC ARREARS\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 124,\r\n                            \"name\": \"BASIC_REVERSAL\",\r\n                            \"description\": \"BASIC REVERSAL\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 11,\r\n                            \"name\": \"DA\",\r\n                            \"description\": \"DA\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 85,\r\n                            \"name\": \"DA_A\",\r\n                            \"description\": \"DA ARREARS\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 125,\r\n                            \"name\": \"DA_REVERSAL\",\r\n                            \"description\": \"DA REVERSAL\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 12,\r\n                            \"name\": \"HRA\",\r\n                            \"description\": \"HRA\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 87,\r\n                            \"name\": \"HRA_A\",\r\n                            \"description\": \"HRA ARREARS\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 126,\r\n                            \"name\": \"HRA_REVERSAL\",\r\n                            \"description\": \"HRA REVERSAL\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 13,\r\n                            \"name\": \"CONVEYANCE\",\r\n                            \"description\": \"CONVEYANCE\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 83,\r\n                            \"name\": \"CONVEYANCE_A\",\r\n                            \"description\": \"CONVEYANCE ARREARS\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 127,\r\n                            \"name\": \"CON_REVERSAL\",\r\n                            \"description\": \"CONVEYANCE REVERSAL\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 94,\r\n                            \"name\": \"SPECIAL_ALLOW\",\r\n                            \"description\": \"SPECIAL ALLOWANCE\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 95,\r\n                            \"name\": \"SPECIAL_ALLOW_A\",\r\n                            \"description\": \"SPECIAL ALLOWANCE ARREARS\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 128,\r\n                            \"name\": \"SPLALL_REVERSAL\",\r\n                            \"description\": \"SPECIAL ALLOWANCE REVERSAL\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 96,\r\n                            \"name\": \"BONUS\",\r\n                            \"description\": \"BONUS\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 97,\r\n                            \"name\": \"INCENTIVE\",\r\n                            \"description\": \"INCENTIVE\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 104,\r\n                            \"name\": \"NOTICE_PAY\",\r\n                            \"description\": \"NOTICE PAYABLE\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 131,\r\n                            \"name\": \"OT_PAYOUT\",\r\n                            \"description\": \"OT PAYOUT\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 187,\r\n                            \"name\": \"STIPEND\",\r\n                            \"description\": \"STIPEND\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 188,\r\n                            \"name\": \"OTH_EARN\",\r\n                            \"description\": \"OTHER EARNINGS\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 189,\r\n                            \"name\": \"MED_ALW\",\r\n                            \"description\": \"MEDICAL ALLOWANCE\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 190,\r\n                            \"name\": \"MED_ARREAR\",\r\n                            \"description\": \"MEDICAL ALLOWANCE ARREARS\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 191,\r\n                            \"name\": \"MEDALL_REVERSAL\",\r\n                            \"description\": \"MEDICAL ALLOWANCE REVERSAL\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 192,\r\n                            \"name\": \"LTA\",\r\n                            \"description\": \"LTA\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 193,\r\n                            \"name\": \"LTA_A\",\r\n                            \"description\": \"LTA ARREARS\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 194,\r\n                            \"name\": \"LTA_REVERSAL\",\r\n                            \"description\": \"LTA REVERSAL\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 195,\r\n                            \"name\": \"LEAVE_ENCASHMENT\",\r\n                            \"description\": \"LEAVE ENCASHMENT\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 196,\r\n                            \"name\": \"GRATUITY\",\r\n                            \"description\": \"GRATUITY\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 197,\r\n                            \"name\": \"FOOD_ALW\",\r\n                            \"description\": \"FOOD ALLOWANCE\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 198,\r\n                            \"name\": \"FOODALW_A\",\r\n                            \"description\": \"FOOD ALLOWANCE ARREARS\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 199,\r\n                            \"name\": \"FOODALL_REVERSAL\",\r\n                            \"description\": \"FOOD ALLOWANCE REVERSAL\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 200,\r\n                            \"name\": \"CEA\",\r\n                            \"description\": \"CHILDREN EDUCATION ALLOWANCE\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 201,\r\n                            \"name\": \"CEA_A\",\r\n                            \"description\": \"CHILDREN EDUCATION ALLOWANCE ARREARS\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 202,\r\n                            \"name\": \"CLDEDUALL_REVERSAL\",\r\n                            \"description\": \"CHILDREN EDUCATION ALLOWANCE REVERSAL\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 203,\r\n                            \"name\": \"TEL_ALW\",\r\n                            \"description\": \"TELEPHONE ALLOWANCE\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 204,\r\n                            \"name\": \"TEL_ALW_A\",\r\n                            \"description\": \"TELEPHONE ALLOWANCE ARREARS\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 205,\r\n                            \"name\": \"TELALL_REVERSAL\",\r\n                            \"description\": \"TELEPHONE ALLOWANCE REVERSAL\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 206,\r\n                            \"name\": \"VEH_ALW\",\r\n                            \"description\": \"VEHICLE MAINTENANCE ALLOWANCE\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 207,\r\n                            \"name\": \"DRV_SAL_ALW\",\r\n                            \"description\": \"DRIVER SALARY ALLOWANCE\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"INCOME\",\r\n                            \"children\": []\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 14,\r\n                    \"name\": \"DEDUCT\",\r\n                    \"description\": \"TOTAL DEDUCTIONS\",\r\n                    \"type\": \"INCOME\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"TOT_COST\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 15,\r\n                            \"name\": \"PF\",\r\n                            \"description\": \"PF\",\r\n                            \"type\": \"DEDUCTION\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"DEDUCT\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 16,\r\n                            \"name\": \"ESI\",\r\n                            \"description\": \"ESI\",\r\n                            \"type\": \"DEDUCTION\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"DEDUCT\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 17,\r\n                            \"name\": \"VPF\",\r\n                            \"description\": \"VPF\",\r\n                            \"type\": \"DEDUCTION\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"DEDUCT\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 18,\r\n                            \"name\": \"INC_TAX\",\r\n                            \"description\": \"INCOME TAX\",\r\n                            \"type\": \"DEDUCTION\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"DEDUCT\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 19,\r\n                            \"name\": \"PROF_TAX\",\r\n                            \"description\": \"PROF TAX\",\r\n                            \"type\": \"DEDUCTION\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"DEDUCT\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 20,\r\n                            \"name\": \"LOAN\",\r\n                            \"description\": \"LOAN\",\r\n                            \"type\": \"DEDUCTION\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"DEDUCT\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 21,\r\n                            \"name\": \"OTH_LOAN\",\r\n                            \"description\": \"OTHER LOAN\",\r\n                            \"type\": \"DEDUCTION\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"DEDUCT\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 22,\r\n                            \"name\": \"LAB_WELF\",\r\n                            \"description\": \"LABOUR WELFARE FUND\",\r\n                            \"type\": \"DEDUCTION\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"DEDUCT\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 98,\r\n                            \"name\": \"OTHER_DED\",\r\n                            \"description\": \"OTHER DEDUCTION\",\r\n                            \"type\": \"DEDUCTION\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"DEDUCT\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 103,\r\n                            \"name\": \"NOTICE_RECOVERY\",\r\n                            \"description\": \"NOTICE RECOVERY\",\r\n                            \"type\": \"DEDUCTION\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"DEDUCT\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 186,\r\n                            \"name\": \"SAL_ADV\",\r\n                            \"description\": \"SALARY ADVANCE\",\r\n                            \"type\": \"DEDUCTION\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"DEDUCT\",\r\n                            \"children\": []\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 23,\r\n                    \"name\": \"FULL_INC\",\r\n                    \"description\": \"SALARY MASTER\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"TOT_COST\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 82,\r\n                            \"name\": \"F_BASIC\",\r\n                            \"description\": \"FULL BASIC\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"FULL_INC\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 88,\r\n                            \"name\": \"F_HRA\",\r\n                            \"description\": \"FULL HRA\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"FULL_INC\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 84,\r\n                            \"name\": \"F_CONVEYANCE\",\r\n                            \"description\": \"FULL CONVEYANCE\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"FULL_INC\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 86,\r\n                            \"name\": \"F_DA\",\r\n                            \"description\": \"FULL DA\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"FULL_INC\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 92,\r\n                            \"name\": \"F_MEDALW\",\r\n                            \"description\": \"FULL MEDICAL ALLOWANCE\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"FULL_INC\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 93,\r\n                            \"name\": \"F_SPECIAL_ALLOW\",\r\n                            \"description\": \"FULL SPECIAL ALLOWANCE\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"FULL_INC\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 118,\r\n                            \"name\": \"FULL_LTA\",\r\n                            \"description\": \"FULL LTA\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"FULL_INC\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 122,\r\n                            \"name\": \"F_FOODALW\",\r\n                            \"description\": \"FULL FOOD ALLOWANCE\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"FULL_INC\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 184,\r\n                            \"name\": \"F_CEA\",\r\n                            \"description\": \"FULL CEA\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"FULL_INC\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 185,\r\n                            \"name\": \"F_TELEPHONEALW\",\r\n                            \"description\": \"FULL TELEPHONE ALLOWANCE\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"FULL_INC\",\r\n                            \"children\": []\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": 24,\r\n            \"name\": \"CAL_FLDS\",\r\n            \"description\": \"CALCULATION FIELDS\",\r\n            \"type\": \"OTHERS\",\r\n            \"taxable\": false,\r\n            \"parent\": \"\",\r\n            \"children\": [\r\n                {\r\n                    \"id\": 89,\r\n                    \"name\": \"CTC_ITEMS\",\r\n                    \"description\": \"CTC ITEMS\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"CAL_FLDS\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 91,\r\n                            \"name\": \"MONTHLY_CTC\",\r\n                            \"description\": \"MONTHLY CTC\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"CTC_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 90,\r\n                            \"name\": \"ANNUAL_CTC\",\r\n                            \"description\": \"ANNUAL CTC\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"CTC_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 227,\r\n                            \"name\": \"MON_INCE\",\r\n                            \"description\": \"MONTHLY INCENTIVES\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"CTC_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 228,\r\n                            \"name\": \"API_TESTC\",\r\n                            \"description\": \"API test component\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"CTC_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 229,\r\n                            \"name\": \"ONEK_TEST\",\r\n                            \"description\": \"1K Transfer Test\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"CTC_ITEMS\",\r\n                            \"children\": []\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 25,\r\n                    \"name\": \"PF_ITEMS\",\r\n                    \"description\": \"PF RELATED ITEMS\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"CAL_FLDS\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 26,\r\n                            \"name\": \"CPF_BASIC\",\r\n                            \"description\": \"PF BASIC\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PF_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 27,\r\n                            \"name\": \"ISPFELIGIBLE\",\r\n                            \"description\": \"ELIGIBLE FOR PF\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PF_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 28,\r\n                            \"name\": \"EMP_PF\",\r\n                            \"description\": \"EMPLOYERS PF\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PF_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 29,\r\n                            \"name\": \"EMP_FPF\",\r\n                            \"description\": \"FAMILY PENSION FUND\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PF_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 105,\r\n                            \"name\": \"PF_BASE_LIMIT\",\r\n                            \"description\": \"PF BASE LIMIT\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PF_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 106,\r\n                            \"name\": \"AGE\",\r\n                            \"description\": \"AGE\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PF_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 107,\r\n                            \"name\": \"IS_PF_ELIGIBLE\",\r\n                            \"description\": \"ELIGIBLE FOR PF\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PF_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 108,\r\n                            \"name\": \"IS_INTNL_EMP\",\r\n                            \"description\": \"INTERNATIONAL EMPLOYEE\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PF_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 109,\r\n                            \"name\": \"EPS_EXCESS\",\r\n                            \"description\": \"EPS EXCESS CONTRIBUTION\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PF_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 110,\r\n                            \"name\": \"EPF_EXCESS\",\r\n                            \"description\": \"EPF EXCESS CONTRIBUTION\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PF_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 111,\r\n                            \"name\": \"EPS_NEW_JOINEE\",\r\n                            \"description\": \"EPS NEW JOINEE\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PF_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 112,\r\n                            \"name\": \"EPS_BASIC\",\r\n                            \"description\": \"EPS BASIC\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PF_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 113,\r\n                            \"name\": \"EDLI_BASIC\",\r\n                            \"description\": \"EDLI BASIC\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PF_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 114,\r\n                            \"name\": \"EDLI_CONTRIBUTION\",\r\n                            \"description\": \"EDLI CONTRIBUTION\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PF_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 115,\r\n                            \"name\": \"EDLI_ADMIN_CHARGE\",\r\n                            \"description\": \"EDLI ADMIN CHARGES\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PF_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 116,\r\n                            \"name\": \"EPF_ADMIN_CHARGES\",\r\n                            \"description\": \"EPF ADMIN CHARGES\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PF_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 231,\r\n                            \"name\": \"EMPLOYER_PF_FC\",\r\n                            \"description\": \"EMPLOYER PF FULL\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PF_ITEMS\",\r\n                            \"children\": []\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 30,\r\n                    \"name\": \"ESI_ITEMS\",\r\n                    \"description\": \"ESI RELATED ITEMS\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"CAL_FLDS\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 31,\r\n                            \"name\": \"CESI_BASIC\",\r\n                            \"description\": \"ESI BASIC\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ESI_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 32,\r\n                            \"name\": \"EMPL_ESI\",\r\n                            \"description\": \"EMPLOYERS ESI\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ESI_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 225,\r\n                            \"name\": \"EMPL_ESI_OLD\",\r\n                            \"description\": \"EMPLOYERS ESI OLD\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ESI_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 226,\r\n                            \"name\": \"ESI_OLD\",\r\n                            \"description\": \"ESI OLD\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ESI_ITEMS\",\r\n                            \"children\": []\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 33,\r\n                    \"name\": \"PTAX_ITEMS\",\r\n                    \"description\": \"PROF TAX RELATED ITEMS\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"CAL_FLDS\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 34,\r\n                            \"name\": \"CPTAX_BAS\",\r\n                            \"description\": \"PROF TAX BASIC\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PTAX_ITEMS\",\r\n                            \"children\": []\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 35,\r\n                    \"name\": \"ITAX_ITEMS\",\r\n                    \"description\": \"INCOME TAX RELATED ITEMS\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"CAL_FLDS\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 36,\r\n                            \"name\": \"MON_TAX_AMOUNT\",\r\n                            \"description\": \"TAXABLE AMOUNT WITH PREV EMP\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ITAX_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 37,\r\n                            \"name\": \"MON_TAX_AMOUNT_X\",\r\n                            \"description\": \"TAXABLE AMOUNT \",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ITAX_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 38,\r\n                            \"name\": \"RAW_TAX_MON\",\r\n                            \"description\": \"RAW TAX MONTHLY WITH PREV EMP\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ITAX_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 39,\r\n                            \"name\": \"SURCHARGE_MON\",\r\n                            \"description\": \"SURCHARGE MONTHLY WITH PREV EMP\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ITAX_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 40,\r\n                            \"name\": \"CESS_MON\",\r\n                            \"description\": \"CESS MONTHLY WITH PREV EMP\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ITAX_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 41,\r\n                            \"name\": \"RAW_TAX_MON_X\",\r\n                            \"description\": \"RAW TAX MONTHLY\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ITAX_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 42,\r\n                            \"name\": \"SURCHARGE_MON_X\",\r\n                            \"description\": \"SURCHARGE MONTHLY\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ITAX_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 43,\r\n                            \"name\": \"CESS_MON_X\",\r\n                            \"description\": \"CESS MONTHLY\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ITAX_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 44,\r\n                            \"name\": \"TDS_RAW_TAX\",\r\n                            \"description\": \"TDS RAW TAX\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ITAX_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 45,\r\n                            \"name\": \"TDS_SURCHARGE\",\r\n                            \"description\": \"TDS SURCHARGE\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ITAX_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 46,\r\n                            \"name\": \"TDS_CESS\",\r\n                            \"description\": \"TDS CESS\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ITAX_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 47,\r\n                            \"name\": \"DIRECT_TDS\",\r\n                            \"description\": \"DIRECT TDS\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ITAX_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 48,\r\n                            \"name\": \"BASICDA_PERCENT\",\r\n                            \"description\": \"BASIC DA PERCENTAGE\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ITAX_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 49,\r\n                            \"name\": \"HPERQ_PERCENT\",\r\n                            \"description\": \"HOUSING PERQ PERCENTAGE\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ITAX_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 50,\r\n                            \"name\": \"CLA_HRA\",\r\n                            \"description\": \"CLA / HRA\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ITAX_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 230,\r\n                            \"name\": \"TAX_REGIME\",\r\n                            \"description\": \"TAX REGIME(1-OLD, 2-NEW)\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ITAX_ITEMS\",\r\n                            \"children\": []\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 51,\r\n                    \"name\": \"PERQ_ITEMS\",\r\n                    \"description\": \"PERQUISITE ITEMS\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"CAL_FLDS\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 52,\r\n                            \"name\": \"VEH_PERQ_MNTLY\",\r\n                            \"description\": \"VEHICLE PERQ MONTHLY VALUE\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PERQ_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 53,\r\n                            \"name\": \"VEHI_PERQ\",\r\n                            \"description\": \"VEHICLE PERQUISITE\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"PERQ_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 54,\r\n                            \"name\": \"HOUSE_PERQ\",\r\n                            \"description\": \"HOUSE PERQUISITE\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"PERQ_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 55,\r\n                            \"name\": \"ASSETRES_PERQ\",\r\n                            \"description\": \"ASSETS IN RESIDENCE\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"PERQ_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 232,\r\n                            \"name\": \"EMPLR_PF_PERQUISITE\",\r\n                            \"description\": \"EMPLOYER PF PERQUISITE\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"PERQ_ITEMS\",\r\n                            \"children\": []\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 56,\r\n                    \"name\": \"EXEMP_ITEMS\",\r\n                    \"description\": \"EXEMPTION ITEMS\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"CAL_FLDS\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 57,\r\n                            \"name\": \"EDU_EXEMPT\",\r\n                            \"description\": \"EDUCATION EXEMPT\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"EXEMP_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 58,\r\n                            \"name\": \"MEDI_EXEMPT\",\r\n                            \"description\": \"MEDICAL EXEMPT\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"EXEMP_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 59,\r\n                            \"name\": \"LTA_EXEMPT\",\r\n                            \"description\": \"LTA EXEMPT\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"EXEMP_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 60,\r\n                            \"name\": \"CONV_EXEMPT\",\r\n                            \"description\": \"CONVEYANCE EXEMPT\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"EXEMP_ITEMS\",\r\n                            \"children\": []\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 61,\r\n                    \"name\": \"OTHPAY_ITEMS\",\r\n                    \"description\": \"OTHER PAYMENT ITEMS\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"CAL_FLDS\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 62,\r\n                            \"name\": \"MISC_REIM\",\r\n                            \"description\": \"MISC REIMBURSEMENT\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"OTHPAY_ITEMS\",\r\n                            \"children\": []\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 63,\r\n                    \"name\": \"SET_ITEMS\",\r\n                    \"description\": \"SETTLEMENT RELATED ITEMS\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"CAL_FLDS\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 64,\r\n                            \"name\": \"ENCASH_DAYS\",\r\n                            \"description\": \"ENCASHMENT DAYS\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"SET_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 65,\r\n                            \"name\": \"NOTICE_DAYS\",\r\n                            \"description\": \"NOTICE PERIOD SHORTFALL DAYS\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"SET_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 224,\r\n                            \"name\": \"NP_EXCESS_DAYS\",\r\n                            \"description\": \"NOTICE PERIOD EXCESS DAYS\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"SET_ITEMS\",\r\n                            \"children\": []\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 66,\r\n                    \"name\": \"PROJ_ITEMS\",\r\n                    \"description\": \"PROJECTION ITEMS\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"CAL_FLDS\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 67,\r\n                            \"name\": \"PCPT_BASIC\",\r\n                            \"description\": \"PROJ PROF TAX BASIC\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PROJ_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 68,\r\n                            \"name\": \"PPROF_TAX\",\r\n                            \"description\": \"PROJ PROF TAX\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PROJ_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 69,\r\n                            \"name\": \"PCPF_BASIC\",\r\n                            \"description\": \"PROJ PF BASIC\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PROJ_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 70,\r\n                            \"name\": \"PROJ_PF\",\r\n                            \"description\": \"PROJ PF\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PROJ_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 71,\r\n                            \"name\": \"PHOUSE_PERQ\",\r\n                            \"description\": \"PROJ HOUSE PERQUISITE\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PROJ_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 72,\r\n                            \"name\": \"PVEHI_PERQ\",\r\n                            \"description\": \"PROJ VEHICLE PERQUISITE\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PROJ_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 73,\r\n                            \"name\": \"PCONV_EXEMPT\",\r\n                            \"description\": \"PROJ CONV EXEMPTION\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PROJ_ITEMS\",\r\n                            \"children\": []\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 74,\r\n                    \"name\": \"MISC_ITEMS\",\r\n                    \"description\": \"MISCELLANEOUS ITEMS\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"CAL_FLDS\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 75,\r\n                            \"name\": \"PAYROL_MON\",\r\n                            \"description\": \"PAYROLL MONTH\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"MISC_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 76,\r\n                            \"name\": \"REMAINING_MON\",\r\n                            \"description\": \"REMAINING MONTH\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"MISC_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 77,\r\n                            \"name\": \"E_LAB_WELF\",\r\n                            \"description\": \"EMPLOYER LABOUR WELFARE CONTRIBUTION\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"MISC_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 80,\r\n                            \"name\": \"PRORATA_FACTOR\",\r\n                            \"description\": \"PRORATA FACTOR\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"MISC_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 129,\r\n                            \"name\": \"OT_DAYS\",\r\n                            \"description\": \"OT DAYS\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"MISC_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 130,\r\n                            \"name\": \"OT_HOURS\",\r\n                            \"description\": \"OT HOURS\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"MISC_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 216,\r\n                            \"name\": \"HRS\",\r\n                            \"description\": \"HOLD RELEASE SALARY\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"MISC_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 217,\r\n                            \"name\": \"RET_BONUS\",\r\n                            \"description\": \"RETENTION BONUS\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"MISC_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 218,\r\n                            \"name\": \"REF_BONUS\",\r\n                            \"description\": \"REFERRAL BONUS\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"MISC_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 219,\r\n                            \"name\": \"RE_BONUS\",\r\n                            \"description\": \"RELOCATION BONUS\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"MISC_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 220,\r\n                            \"name\": \"LOC_IND\",\r\n                            \"description\": \"LOCATION INDICATOR\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"MISC_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 221,\r\n                            \"name\": \"JOIN_BONUS\",\r\n                            \"description\": \"JOINING BONUS\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"MISC_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 222,\r\n                            \"name\": \"NO_OF_CHILD\",\r\n                            \"description\": \"NO. OF CHILDREN\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"MISC_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 223,\r\n                            \"name\": \"PROF_TAX_AGENT\",\r\n                            \"description\": \"PROF TAX AGENT\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"MISC_ITEMS\",\r\n                            \"children\": []\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 78,\r\n                    \"name\": \"REIMB_ITEMS\",\r\n                    \"description\": \"REIMBURSEMENT ITEMS\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"CAL_FLDS\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 79,\r\n                            \"name\": \"NA_2\",\r\n                            \"description\": \"NA2\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"REIMB_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 100,\r\n                            \"name\": \"NA_PM\",\r\n                            \"description\": \"NA_PM\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"REIMB_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 101,\r\n                            \"name\": \"NA\",\r\n                            \"description\": \"NA\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"REIMB_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 99,\r\n                            \"name\": \"TEST\",\r\n                            \"description\": \"Test\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"REIMB_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 102,\r\n                            \"name\": \"MEDICAL_UNCLAIMED1\",\r\n                            \"description\": \"MEDICAL UNCLAIMED1\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"REIMB_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 165,\r\n                            \"name\": \"G1\",\r\n                            \"description\": \"GROUP1\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"REIMB_ITEMS\",\r\n                            \"children\": [\r\n                                {\r\n                                    \"id\": 166,\r\n                                    \"name\": \"TEL_REIMB\",\r\n                                    \"description\": \"TELEPHONE REIMBURSEMENT\",\r\n                                    \"type\": \"OTHERS\",\r\n                                    \"taxable\": false,\r\n                                    \"parent\": \"G1\",\r\n                                    \"children\": []\r\n                                },\r\n                                {\r\n                                    \"id\": 167,\r\n                                    \"name\": \"MEDICAL_REIMB\",\r\n                                    \"description\": \"MEDICAL REIMBURSEMENT\",\r\n                                    \"type\": \"OTHERS\",\r\n                                    \"taxable\": false,\r\n                                    \"parent\": \"G1\",\r\n                                    \"children\": []\r\n                                },\r\n                                {\r\n                                    \"id\": 168,\r\n                                    \"name\": \"LTA_REIMB\",\r\n                                    \"description\": \"LTA REIMBURSEMENT\",\r\n                                    \"type\": \"OTHERS\",\r\n                                    \"taxable\": false,\r\n                                    \"parent\": \"G1\",\r\n                                    \"children\": []\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"id\": 169,\r\n                            \"name\": \"G2\",\r\n                            \"description\": \"GROUP2\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"REIMB_ITEMS\",\r\n                            \"children\": [\r\n                                {\r\n                                    \"id\": 170,\r\n                                    \"name\": \"CHAUFFER_REIMB\",\r\n                                    \"description\": \"CHAUFFERS SALARY REIMBURSEMENT\",\r\n                                    \"type\": \"INCOME\",\r\n                                    \"taxable\": false,\r\n                                    \"parent\": \"G2\",\r\n                                    \"children\": []\r\n                                },\r\n                                {\r\n                                    \"id\": 171,\r\n                                    \"name\": \"FM_A1600CC_REIMB\",\r\n                                    \"description\": \"FUEL MAINTENANCE A1600cc REIMBURSEMENT\",\r\n                                    \"type\": \"INCOME\",\r\n                                    \"taxable\": false,\r\n                                    \"parent\": \"G2\",\r\n                                    \"children\": []\r\n                                },\r\n                                {\r\n                                    \"id\": 172,\r\n                                    \"name\": \"FM_B1600CC_REIMB\",\r\n                                    \"description\": \"FUEL MAINTENANCE B1600cc REIMBURSEMENT\",\r\n                                    \"type\": \"INCOME\",\r\n                                    \"taxable\": false,\r\n                                    \"parent\": \"G2\",\r\n                                    \"children\": []\r\n                                },\r\n                                {\r\n                                    \"id\": 173,\r\n                                    \"name\": \"BOOKS_PERIODICAL\",\r\n                                    \"description\": \"BOOKS and PERIODICAL\",\r\n                                    \"type\": \"INCOME\",\r\n                                    \"taxable\": false,\r\n                                    \"parent\": \"G2\",\r\n                                    \"children\": []\r\n                                },\r\n                                {\r\n                                    \"id\": 174,\r\n                                    \"name\": \"PROF_PURSUIT_ALW\",\r\n                                    \"description\": \"PROFESSIONAL PURSUIT REIMBURSEMENT\",\r\n                                    \"type\": \"INCOME\",\r\n                                    \"taxable\": false,\r\n                                    \"parent\": \"G2\",\r\n                                    \"children\": []\r\n                                },\r\n                                {\r\n                                    \"id\": 175,\r\n                                    \"name\": \"HARD_FURNISH_ALW\",\r\n                                    \"description\": \"HARD FURNISHING REIMBURSEMENT\",\r\n                                    \"type\": \"INCOME\",\r\n                                    \"taxable\": false,\r\n                                    \"parent\": \"G2\",\r\n                                    \"children\": []\r\n                                },\r\n                                {\r\n                                    \"id\": 176,\r\n                                    \"name\": \"MED_ANN_REIMB\",\r\n                                    \"description\": \"MEDICAL ANNUAL REIMBURSEMENT\",\r\n                                    \"type\": \"OTHERS\",\r\n                                    \"taxable\": false,\r\n                                    \"parent\": \"G2\",\r\n                                    \"children\": []\r\n                                },\r\n                                {\r\n                                    \"id\": 177,\r\n                                    \"name\": \"INT_REIMBURSEMENT\",\r\n                                    \"description\": \"INTERNET REIMBURSEMENT\",\r\n                                    \"type\": \"INCOME\",\r\n                                    \"taxable\": false,\r\n                                    \"parent\": \"G2\",\r\n                                    \"children\": []\r\n                                }\r\n                            ]\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 119,\r\n                    \"name\": \"GT_STAT_ITEMS\",\r\n                    \"description\": \"STATUTORY ITEMS\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"CAL_FLDS\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 120,\r\n                            \"name\": \"GT_CONVEYANCE_MON\",\r\n                            \"description\": \"CONVEYANCE LIMIT MONTHLY\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"GT_STAT_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 121,\r\n                            \"name\": \"GT_CONVEYANCE_ANN\",\r\n                            \"description\": \"CONVEYANCE LIMIT ANNUAL\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"GT_STAT_ITEMS\",\r\n                            \"children\": []\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 133,\r\n                    \"name\": \"FBP_ENT\",\r\n                    \"description\": \"FBP ENTITLEMENTS\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"CAL_FLDS\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 134,\r\n                            \"name\": \"FUL_ENT\",\r\n                            \"description\": \"FUEL ENTITLEMENT\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"FBP_ENT\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 135,\r\n                            \"name\": \"FBP_BASKET\",\r\n                            \"description\": \"FBP BASKET\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"FBP_ENT\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 136,\r\n                            \"name\": \"FBP_LTA_ENTITL\",\r\n                            \"description\": \"FBP LTA ENTITLEMENT\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"FBP_ENT\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 137,\r\n                            \"name\": \"FBP_MEDICAL_TITLE\",\r\n                            \"description\": \"FBP MEDICAL ENTITLEMENT\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"FBP_ENT\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 138,\r\n                            \"name\": \"FBP_TEL_ENT\",\r\n                            \"description\": \"FBP TELEPHONE ENTITLEMENT\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"FBP_ENT\",\r\n                            \"children\": []\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 139,\r\n                    \"name\": \"FBP_REL_ITEMS\",\r\n                    \"description\": \"FBP RELATED ITEMS\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"CAL_FLDS\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 140,\r\n                            \"name\": \"FBP_TOTAL\",\r\n                            \"description\": \"FBP TOTAL\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"FBP_REL_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 141,\r\n                            \"name\": \"FBP_FUEL\",\r\n                            \"description\": \"FBP FUEL\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"FBP_REL_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 142,\r\n                            \"name\": \"FBP_SPECIAL\",\r\n                            \"description\": \"FBP SPECIAL\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"FBP_REL_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 143,\r\n                            \"name\": \"FBP_LTA\",\r\n                            \"description\": \"FBP LTA\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"FBP_REL_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 144,\r\n                            \"name\": \"FBP_MEDICAL\",\r\n                            \"description\": \"FBP MEDICAL\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"FBP_REL_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 146,\r\n                            \"name\": \"FBP_TEL\",\r\n                            \"description\": \"FBP TELEPHONE\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"FBP_REL_ITEMS\",\r\n                            \"children\": []\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 148,\r\n                    \"name\": \"ACCUMULATION_ITEMS\",\r\n                    \"description\": \"ACCUMULATION RELATED ITEMS\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"CAL_FLDS\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 149,\r\n                            \"name\": \"ACC_TEL\",\r\n                            \"description\": \"ACCUMULATED TELEPHONE\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ACCUMULATION_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 162,\r\n                            \"name\": \"ACC_MEDICAL\",\r\n                            \"description\": \"ACCUMULATED MEDICAL\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ACCUMULATION_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 163,\r\n                            \"name\": \"CHAUFFER_ACC\",\r\n                            \"description\": \"CHAUFFER ACCUMULATION\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ACCUMULATION_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 164,\r\n                            \"name\": \"ACC_INT\",\r\n                            \"description\": \"ACCUMULATED INTERNET\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ACCUMULATION_ITEMS\",\r\n                            \"children\": []\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 150,\r\n                    \"name\": \"ENT_ITEMS\",\r\n                    \"description\": \"ENTITLEMENT RELATED ITEMS\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"CAL_FLDS\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 151,\r\n                            \"name\": \"MED_MON_ENT\",\r\n                            \"description\": \"MEDICAL MONTHLY ENTITLEMENT\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ENT_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 152,\r\n                            \"name\": \"FUEL_A_1600CC\",\r\n                            \"description\": \"FUEL MAINTENANCE ABOVE 1600cc\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ENT_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 153,\r\n                            \"name\": \"FUEL_B_1600CC\",\r\n                            \"description\": \"FUEL MAINTENANCE BELOW 1600cc\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ENT_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 154,\r\n                            \"name\": \"CHAUFFERS_ENT\",\r\n                            \"description\": \"CHAUFFERS SALARY ELIGIBILITY\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ENT_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 155,\r\n                            \"name\": \"ENT_TEL\",\r\n                            \"description\": \"TELEPHONE ENTITLEMENT\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ENT_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 156,\r\n                            \"name\": \"MED_ANN_ENT\",\r\n                            \"description\": \"MEDICAL ANNUAL ENTITLEMENT\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ENT_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 157,\r\n                            \"name\": \"INT_ENT\",\r\n                            \"description\": \"INTERNET ENTITLEMENT\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ENT_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 178,\r\n                            \"name\": \"LTA_ENT\",\r\n                            \"description\": \"LTA ENTITLEMENT\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"ENT_ITEMS\",\r\n                            \"children\": []\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 158,\r\n                    \"name\": \"PRORATA_ITEMS\",\r\n                    \"description\": \"PRORATA RELATED ITEMS\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"CAL_FLDS\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 159,\r\n                            \"name\": \"PRORATA_MEDICAL\",\r\n                            \"description\": \"PRORATA MEDICAL\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PRORATA_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 160,\r\n                            \"name\": \"PRO_TEL\",\r\n                            \"description\": \"PRORATA TELEPHONE\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PRORATA_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 161,\r\n                            \"name\": \"PRO_INT\",\r\n                            \"description\": \"PRORATA INTERNET\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"PRORATA_ITEMS\",\r\n                            \"children\": []\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 179,\r\n                    \"name\": \"UNCLAIMED_ITEMS\",\r\n                    \"description\": \"UNCLAIMED RELATED ITEMS\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"CAL_FLDS\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 208,\r\n                            \"name\": \"UNCL_BOOKS\",\r\n                            \"description\": \"UNCLAIMED BOOKS and PERIODICAL\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"UNCLAIMED_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 209,\r\n                            \"name\": \"UNCLAIM_CHAUFFERS\",\r\n                            \"description\": \"UNCLAIMED CHAUFFERS SALARY\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"UNCLAIMED_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 210,\r\n                            \"name\": \"UNCL_A1600C\",\r\n                            \"description\": \"UNCLAIMED FUEL MAINTENANCE A1600cc\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"UNCLAIMED_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 211,\r\n                            \"name\": \"UNCL_B1600C\",\r\n                            \"description\": \"UNCLAIMED FUEL MAINTENANCE B1600cc\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"UNCLAIMED_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 212,\r\n                            \"name\": \"UNCL_PROFPURSUIT\",\r\n                            \"description\": \"UNCLAIMED PROFESSIONAL PURSUIT\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"UNCLAIMED_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 213,\r\n                            \"name\": \"UNCL_HARD\",\r\n                            \"description\": \"UNCLAIMED HARD FURNISHING\",\r\n                            \"type\": \"INCOME\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"UNCLAIMED_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 214,\r\n                            \"name\": \"UNCL_INT\",\r\n                            \"description\": \"UNCLAIMED INTERNET\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"UNCLAIMED_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 215,\r\n                            \"name\": \"MEDICAL_UNCLAIMED\",\r\n                            \"description\": \"MEDICAL UNCLAIMED\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": true,\r\n                            \"parent\": \"UNCLAIMED_ITEMS\",\r\n                            \"children\": []\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"id\": 180,\r\n                    \"name\": \"LEAVE_ENCASH_ITEMS\",\r\n                    \"description\": \"Leave Encash Related Items\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"CAL_FLDS\",\r\n                    \"children\": [\r\n                        {\r\n                            \"id\": 181,\r\n                            \"name\": \"YIS\",\r\n                            \"description\": \"Years in Service\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"LEAVE_ENCASH_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 182,\r\n                            \"name\": \"YIS1\",\r\n                            \"description\": \"YIS1\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"LEAVE_ENCASH_ITEMS\",\r\n                            \"children\": []\r\n                        },\r\n                        {\r\n                            \"id\": 183,\r\n                            \"name\": \"AVG10MNTH_BASIC\",\r\n                            \"description\": \"AVERAGE 10 MONTH BASIC\",\r\n                            \"type\": \"OTHERS\",\r\n                            \"taxable\": false,\r\n                            \"parent\": \"LEAVE_ENCASH_ITEMS\",\r\n                            \"children\": []\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"EMPLOYEEWORKDAYS\",\r\n            \"description\": \"EMPLOYEE WORKDAYS\",\r\n            \"type\": \"OTHERS\",\r\n            \"taxable\": false,\r\n            \"parent\": \"\",\r\n            \"children\": [\r\n                {\r\n                    \"id\": 2,\r\n                    \"name\": \"EFFWORKDAYS\",\r\n                    \"description\": \"EMP EFFECTIVE WORKDAYS\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"EMPLOYEEWORKDAYS\",\r\n                    \"children\": []\r\n                },\r\n                {\r\n                    \"id\": 3,\r\n                    \"name\": \"D_EFFWORKDAYS\",\r\n                    \"description\": \"EMP EFFECTIVE WORKDAYS FOR DISPLAY\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"EMPLOYEEWORKDAYS\",\r\n                    \"children\": []\r\n                },\r\n                {\r\n                    \"id\": 4,\r\n                    \"name\": \"D_WORKDAYS\",\r\n                    \"description\": \"EMPLOYEE WORKDAYS FOR DISPLAY\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"EMPLOYEEWORKDAYS\",\r\n                    \"children\": []\r\n                },\r\n                {\r\n                    \"id\": 5,\r\n                    \"name\": \"DAYSINMONTH\",\r\n                    \"description\": \"DAYS IN MONTH\",\r\n                    \"type\": \"OTHERS\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"EMPLOYEEWORKDAYS\",\r\n                    \"children\": []\r\n                },\r\n                {\r\n                    \"id\": 6,\r\n                    \"name\": \"WORKDAYS\",\r\n                    \"description\": \"EMPLOYEE WORKDAYS\",\r\n                    \"type\": \"INCOME\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"EMPLOYEEWORKDAYS\",\r\n                    \"children\": []\r\n                },\r\n                {\r\n                    \"id\": 7,\r\n                    \"name\": \"LOP\",\r\n                    \"description\": \"LOP\",\r\n                    \"type\": \"DEDUCTION\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"EMPLOYEEWORKDAYS\",\r\n                    \"children\": []\r\n                },\r\n                {\r\n                    \"id\": 123,\r\n                    \"name\": \"LOP_REVERSAL\",\r\n                    \"description\": \"LOP REVERSAL\",\r\n                    \"type\": \"INCOME\",\r\n                    \"taxable\": false,\r\n                    \"parent\": \"EMPLOYEEWORKDAYS\",\r\n                    \"children\": []\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"pages\": {\r\n        \"totalPages\": 1,\r\n        \"totalElements\": 3,\r\n        \"size\": 500,\r\n        \"empty\": false,\r\n        \"hasNext\": false,\r\n        \"hasPrevious\": false,\r\n        \"first\": true,\r\n        \"last\": true,\r\n        \"sort\": {\r\n            \"sorted\": false,\r\n            \"unsorted\": true,\r\n            \"empty\": true\r\n        }\r\n    }\r\n}"}],"_postman_id":"c435bf99-6ee6-4344-bd7e-34d434a149bb"},{"name":"Add Employee Handenrty salary Items","id":"3e0eb3d2-88a1-4cfd-b445-a22e49f21d8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"[{\r\n  \"value\":1000,\r\n  \"fromDate\": \"2020-09-01\",\r\n  \"item\":\"API_TESTC\"\r\n},\r\n{\r\n  \"value\":10,\r\n  \"fromDate\": \"2020-09-01\",\r\n  \"item\":\"LOP\"\r\n}\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/employees/{employee-id}","urlObject":{"protocol":"https","path":["payroll","v2","employees","{employee-id}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"0cbbc694-9640-448b-8de1-b3e056478241","name":"Add Employee Handenrty salary Items 201 Created","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"[{\r\n  \"value\":1000,\r\n  \"fromDate\": \"2020-09-01\",\r\n  \"item\":\"API_TESTC\"\r\n},\r\n{\r\n  \"value\":10,\r\n  \"fromDate\": \"2020-09-01\",\r\n  \"item\":\"LOP\"\r\n}\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/employees/11"},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 21 Jan 2021 12:51:23 GMT"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Moesif-Transaction-Id","value":"130036e7-889e-49ec-ad88-5338042989d4"},{"key":"X-Kong-Upstream-Latency","value":"75"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"Employee Salary added successfully"},{"id":"17f7cb6a-d7ee-455d-b3c4-721acfbaf7d2","name":"Add Employee Handenrty salary Items 400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"[{\r\n  \"value\":1000,\r\n  \"fromDate\": \"2020-09-01\",\r\n  \"item\":\"API_TESTC\"\r\n},\r\n{\r\n  \"value\":10,\r\n  \"fromDate\": \"2020-09-01\",\r\n  \"item\":\"LOP\"\r\n}\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/employees/11"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Jan 2021 12:50:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Moesif-Transaction-Id","value":"1fe393bb-ef21-4deb-96e4-3c7aa3cad611"},{"key":"X-Kong-Upstream-Latency","value":"33"},{"key":"X-Kong-Proxy-Latency","value":"27"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"BAD-REQUEST\",\n    \"code\": \"INVALID-INPUT_EXCEPTION\",\n    \"message\": \"Error while processing the request:API_TESTC : [ITEM-ALREADY-EXISTS : Item record already exists],LOP : [ITEM-ALREADY-EXISTS : Item record already exists]\",\n    \"details\": null\n}"}],"_postman_id":"3e0eb3d2-88a1-4cfd-b445-a22e49f21d8e"},{"name":"Update Employee Handenrty salary Items","id":"e525477a-7760-48ed-951b-23597fb34f51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n  \"value\":2000,\r\n  \"fromDate\": \"2020-05-01\",\r\n  \"item\":\"API_TESTC\"\r\n},\r\n{\r\n  \"value\":15,\r\n  \"fromDate\": \"2020-05-01\",\r\n  \"item\":\"LOP\"\r\n}\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/employees/{employee-id}","urlObject":{"protocol":"https","path":["payroll","v2","employees","{employee-id}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"22a7d759-9479-4dc8-a74e-ead30bb987a0","name":"Update Employee Handenrty salary Items","originalRequest":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n  \"value\":2000,\r\n  \"fromDate\": \"2020-09-01\",\r\n  \"item\":\"API_TESTC\"\r\n},\r\n{\r\n  \"value\":15,\r\n  \"fromDate\": \"2020-09-01\",\r\n  \"item\":\"LOP\"\r\n}\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/employees/11"},"status":"Accepted","code":202,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 21 Jan 2021 12:52:15 GMT"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"36"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Moesif-Transaction-Id","value":"22a2f996-2147-4621-9a61-b05601b5352a"},{"key":"X-Kong-Upstream-Latency","value":"37"},{"key":"X-Kong-Proxy-Latency","value":"36"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"Employee Salary updated successfully"},{"id":"b26bce6e-7032-4768-9508-1ee39fbbc4eb","name":"Update Employee Handenrty salary Items 403 Forbidden","originalRequest":{"method":"PUT","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n  \"value\":2000,\r\n  \"fromDate\": \"2020-05-01\",\r\n  \"item\":\"API_TESTC\"\r\n},\r\n{\r\n  \"value\":15,\r\n  \"fromDate\": \"2020-05-01\",\r\n  \"item\":\"LOP\"\r\n}\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/employees/11"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Jan 2021 12:52:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Moesif-Transaction-Id","value":"7bafb838-0f64-4dd4-84f9-a6bb707297b4"},{"key":"X-Kong-Upstream-Latency","value":"39"},{"key":"X-Kong-Proxy-Latency","value":"2"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"FORBIDDEN\",\n    \"code\": \"PAYROLL-LOCKED\",\n    \"message\": \"Payroll is locked\",\n    \"details\": null\n}"}],"_postman_id":"e525477a-7760-48ed-951b-23597fb34f51"},{"name":"Delete Employee Handenrty salary Items","id":"7913aa8a-71c7-4c58-a4aa-a2323f630bc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"item\":\"API_TESTC\",\r\n        \"fromDate\": \"2020-09-01\"\r\n    },\r\n    {\r\n        \"fromDate\": \"2020-09-01\", \r\n        \"item\":\"LOP\"\r\n    }]","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/employees/{employee-id}","urlObject":{"protocol":"https","path":["payroll","v2","employees","{employee-id}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"432d03e9-011f-474b-93c4-1f5a0d382e9e","name":"Delete Employee Handenrty salary Items 202 Accepted","originalRequest":{"method":"DELETE","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"item\":\"API_TESTC\",\r\n        \"fromDate\": \"2020-09-01\"\r\n    },\r\n    {\r\n        \"fromDate\": \"2020-09-01\", \r\n        \"item\":\"LOP\"\r\n    }]","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/employees/11"},"status":"Accepted","code":202,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 21 Jan 2021 12:50:39 GMT"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"36"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Moesif-Transaction-Id","value":"2d73a1de-06fa-4def-90c1-fd8ddf78451f"},{"key":"X-Kong-Upstream-Latency","value":"37"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"Employee Salary deleted successfully"},{"id":"5af5f045-cd8e-4419-96fc-e245eeadd4ae","name":"Delete Employee Handenrty salary Items 400 Bad Request","originalRequest":{"method":"DELETE","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"item\":\"API_TESTC\",\r\n        \"fromDate\": \"2020-09-01\"\r\n    },\r\n    {\r\n        \"fromDate\": \"2020-09-01\", \r\n        \"item\":\"LOP\"\r\n    }]","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/employees/11"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Jan 2021 12:50:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Moesif-Transaction-Id","value":"ce96c667-8382-4c30-a325-e164849e3176"},{"key":"X-Kong-Upstream-Latency","value":"28"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"BAD-REQUEST\",\n    \"code\": \"INVALID-INPUT_EXCEPTION\",\n    \"message\": \"Error while processing the request:API_TESTC : [ITEM-NOT-EXISTS : Item record not exists],LOP : [ITEM-NOT-EXISTS : Item record not exists]\",\n    \"details\": null\n}"}],"_postman_id":"7913aa8a-71c7-4c58-a4aa-a2323f630bc6"}],"id":"8113e9db-f818-4aff-9a66-2823670cc13e","_postman_id":"8113e9db-f818-4aff-9a66-2823670cc13e","description":""},{"name":"Salary Statement","item":[{"name":"Get Salary Statement for a Month","id":"311963cc-f150-46bf-b572-6aeacc24dac4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/payroll/v2/employees/salary/statement/{{yyyy-mm-01}}","description":"<p><strong>Salary Statement for a Month</strong>\n<br />This end point is used to get salary statement for a payroll month. \nHere we have to pass payroll month request parameter.</p>\n","urlObject":{"protocol":"https","path":["payroll","v2","employees","salary","statement","{{yyyy-mm-01}}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"6fdd177c-4baa-4a30-a5a7-61eacaed0604","name":"Get Salary Statement for a Month","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/payroll/v2/employees/salary/statement/{{yyyy-mm-01}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"employeeId\": 178,\n            \"employeeNo\": \"81777\",\n            \"employeeName\": \"Manju MN\",\n            \"itemName\": \"CONVEYANCE\",\n            \"description\": \"CONVEYANCE\",\n            \"amount\": 1600,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001/00010\"\n        },\n        {\n            \"employeeId\": 178,\n            \"employeeNo\": \"81777\",\n            \"employeeName\": \"Manju MN\",\n            \"itemName\": \"SPECIAL_ALLOW\",\n            \"description\": \"SPECIAL ALLOWANCE\",\n            \"amount\": -1600,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001/00013\"\n        },\n        {\n            \"employeeId\": 1,\n            \"employeeNo\": \"5002\",\n            \"employeeName\": \"S Raj Kumar\",\n            \"itemName\": \"INCOME\",\n            \"description\": \"GROSS\",\n            \"amount\": 208333,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001\"\n        },\n        {\n            \"employeeId\": 1,\n            \"employeeNo\": \"5002\",\n            \"employeeName\": \"S Raj Kumar\",\n            \"itemName\": \"BASIC\",\n            \"description\": \"BASIC\",\n            \"amount\": 83333,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001/00001\"\n        },\n        {\n            \"employeeId\": 1,\n            \"employeeNo\": \"5002\",\n            \"employeeName\": \"S Raj Kumar\",\n            \"itemName\": \"HRA\",\n            \"description\": \"HRA\",\n            \"amount\": 33333,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001/00007\"\n        },\n        {\n            \"employeeId\": 1,\n            \"employeeNo\": \"5002\",\n            \"employeeName\": \"S Raj Kumar\",\n            \"itemName\": \"CONVEYANCE\",\n            \"description\": \"CONVEYANCE\",\n            \"amount\": 1600,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001/00010\"\n        },\n        {\n            \"employeeId\": 1,\n            \"employeeNo\": \"5002\",\n            \"employeeName\": \"S Raj Kumar\",\n            \"itemName\": \"DEDUCT\",\n            \"description\": \"TOTAL DEDUCTIONS\",\n            \"amount\": -54467,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00002\"\n        },\n        {\n            \"employeeId\": 1,\n            \"employeeNo\": \"5002\",\n            \"employeeName\": \"S Raj Kumar\",\n            \"itemName\": \"PF\",\n            \"description\": \"PF\",\n            \"amount\": 10000,\n            \"type\": \"DEDUCT\",\n            \"itemOrder\": \"/00001/00002/00001\"\n        },\n        {\n            \"employeeId\": 1,\n            \"employeeNo\": \"5002\",\n            \"employeeName\": \"S Raj Kumar\",\n            \"itemName\": \"INC_TAX\",\n            \"description\": \"INCOME TAX\",\n            \"amount\": 44267,\n            \"type\": \"DEDUCT\",\n            \"itemOrder\": \"/00001/00002/00004\"\n        },\n        {\n            \"employeeId\": 1,\n            \"employeeNo\": \"5002\",\n            \"employeeName\": \"S Raj Kumar\",\n            \"itemName\": \"PROF_TAX\",\n            \"description\": \"PROF TAX\",\n            \"amount\": 200,\n            \"type\": \"DEDUCT\",\n            \"itemOrder\": \"/00001/00002/00005\"\n        },\n        {\n            \"employeeId\": 1,\n            \"employeeNo\": \"5002\",\n            \"employeeName\": \"S Raj Kumar\",\n            \"itemName\": \"FULL_INC\",\n            \"description\": \"SALARY MASTER\",\n            \"amount\": 208333,\n            \"type\": \"Others\",\n            \"itemOrder\": \"/00001/00003\"\n        },\n        {\n            \"employeeId\": 1,\n            \"employeeNo\": \"5002\",\n            \"employeeName\": \"S Raj Kumar\",\n            \"itemName\": \"SPECIAL_ALLOW\",\n            \"description\": \"SPECIAL ALLOWANCE\",\n            \"amount\": 90067,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001/00013\"\n        },\n        {\n            \"employeeId\": 11,\n            \"employeeNo\": \"5018\",\n            \"employeeName\": \"Venugopal M\",\n            \"itemName\": \"INCOME\",\n            \"description\": \"GROSS\",\n            \"amount\": 90034,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001\"\n        },\n        {\n            \"employeeId\": 11,\n            \"employeeNo\": \"5018\",\n            \"employeeName\": \"Venugopal M\",\n            \"itemName\": \"BASIC\",\n            \"description\": \"BASIC\",\n            \"amount\": 36014,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001/00001\"\n        },\n        {\n            \"employeeId\": 11,\n            \"employeeNo\": \"5018\",\n            \"employeeName\": \"Venugopal M\",\n            \"itemName\": \"HRA\",\n            \"description\": \"HRA\",\n            \"amount\": 14406,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001/00007\"\n        },\n        {\n            \"employeeId\": 11,\n            \"employeeNo\": \"5018\",\n            \"employeeName\": \"Venugopal M\",\n            \"itemName\": \"CONVEYANCE\",\n            \"description\": \"CONVEYANCE\",\n            \"amount\": 1600,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001/00010\"\n        },\n        {\n            \"employeeId\": 11,\n            \"employeeNo\": \"5018\",\n            \"employeeName\": \"Venugopal M\",\n            \"itemName\": \"DEDUCT\",\n            \"description\": \"TOTAL DEDUCTIONS\",\n            \"amount\": -12238,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00002\"\n        },\n        {\n            \"employeeId\": 11,\n            \"employeeNo\": \"5018\",\n            \"employeeName\": \"Venugopal M\",\n            \"itemName\": \"PF\",\n            \"description\": \"PF\",\n            \"amount\": 4322,\n            \"type\": \"DEDUCT\",\n            \"itemOrder\": \"/00001/00002/00001\"\n        },\n        {\n            \"employeeId\": 11,\n            \"employeeNo\": \"5018\",\n            \"employeeName\": \"Venugopal M\",\n            \"itemName\": \"INC_TAX\",\n            \"description\": \"INCOME TAX\",\n            \"amount\": 7716,\n            \"type\": \"DEDUCT\",\n            \"itemOrder\": \"/00001/00002/00004\"\n        },\n        {\n            \"employeeId\": 11,\n            \"employeeNo\": \"5018\",\n            \"employeeName\": \"Venugopal M\",\n            \"itemName\": \"PROF_TAX\",\n            \"description\": \"PROF TAX\",\n            \"amount\": 200,\n            \"type\": \"DEDUCT\",\n            \"itemOrder\": \"/00001/00002/00005\"\n        },\n        {\n            \"employeeId\": 11,\n            \"employeeNo\": \"5018\",\n            \"employeeName\": \"Venugopal M\",\n            \"itemName\": \"FULL_INC\",\n            \"description\": \"SALARY MASTER\",\n            \"amount\": 90034,\n            \"type\": \"Others\",\n            \"itemOrder\": \"/00001/00003\"\n        },\n        {\n            \"employeeId\": 11,\n            \"employeeNo\": \"5018\",\n            \"employeeName\": \"Venugopal M\",\n            \"itemName\": \"SPECIAL_ALLOW\",\n            \"description\": \"SPECIAL ALLOWANCE\",\n            \"amount\": 38014,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001/00013\"\n        },\n        {\n            \"employeeId\": 16,\n            \"employeeNo\": \"5028\",\n            \"employeeName\": \"S Rami Reddy\",\n            \"itemName\": \"INCOME\",\n            \"description\": \"GROSS\",\n            \"amount\": 12500,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001\"\n        },\n        {\n            \"employeeId\": 16,\n            \"employeeNo\": \"5028\",\n            \"employeeName\": \"S Rami Reddy\",\n            \"itemName\": \"BASIC\",\n            \"description\": \"BASIC\",\n            \"amount\": 5000,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001/00001\"\n        },\n        {\n            \"employeeId\": 16,\n            \"employeeNo\": \"5028\",\n            \"employeeName\": \"S Rami Reddy\",\n            \"itemName\": \"HRA\",\n            \"description\": \"HRA\",\n            \"amount\": 2000,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001/00007\"\n        }\n    ],\n    \"pages\": {\n        \"totalPages\": 19,\n        \"totalElements\": 464,\n        \"size\": 25,\n        \"empty\": false,\n        \"hasNext\": true,\n        \"hasPrevious\": false,\n        \"first\": true,\n        \"last\": false,\n        \"sort\": {\n            \"unsorted\": false,\n            \"sorted\": true,\n            \"empty\": false\n        }\n    }\n}"}],"_postman_id":"311963cc-f150-46bf-b572-6aeacc24dac4"},{"name":"Get Salary Statement for an Employee for a Month","id":"0836d24d-4327-485c-8b52-d105e1b95efa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/payroll/v2/employees/salary/statement/{{yyyy-mm-01}}/{employee-id}","description":"<p><strong>Salary Statement for an Employee for a Month</strong>\n<br />This end point is used to get salary statement for a payroll month for an employee. \nHere we have to pass payroll month and employee in request parameter and Items list in request body which is not mandatory.</p>\n","urlObject":{"protocol":"https","path":["payroll","v2","employees","salary","statement","{{yyyy-mm-01}}","{employee-id}"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"3dcd0609-a53d-4023-8042-bc587b6d28c0","name":"Salary Statement for an Employee for a Month 200 OK","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/payroll/v2/employees/salary/statement/2020-09-01/11"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Jan 2021 16:18:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Moesif-Transaction-Id","value":"ec50c1b3-630a-4c36-b662-1229375df1e7"},{"key":"X-Kong-Upstream-Latency","value":"38"},{"key":"X-Kong-Proxy-Latency","value":"0"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Venugopal M\",\n    \"employeeNo\": \"5018\",\n    \"items\": [\n        {\n            \"name\": \"INCOME\",\n            \"amount\": 11851,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001\",\n            \"description\": \"GROSS\"\n        },\n        {\n            \"name\": \"BASIC\",\n            \"amount\": 4740,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001/00001\",\n            \"description\": \"BASIC\"\n        },\n        {\n            \"name\": \"HRA\",\n            \"amount\": 1896,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001/00007\",\n            \"description\": \"HRA\"\n        },\n        {\n            \"name\": \"CONVEYANCE\",\n            \"amount\": 800,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001/00010\",\n            \"description\": \"CONVEYANCE\"\n        },\n        {\n            \"name\": \"SPECIAL_ALLOW\",\n            \"amount\": 4415,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001/00013\",\n            \"description\": \"SPECIAL ALLOWANCE\"\n        },\n        {\n            \"name\": \"DEDUCT\",\n            \"amount\": -569,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00002\",\n            \"description\": \"TOTAL DEDUCTIONS\"\n        },\n        {\n            \"name\": \"PF\",\n            \"amount\": 569,\n            \"type\": \"DEDUCT\",\n            \"itemOrder\": \"/00001/00002/00001\",\n            \"description\": \"PF\"\n        },\n        {\n            \"name\": \"FULL_INC\",\n            \"amount\": 23701,\n            \"type\": \"Others\",\n            \"itemOrder\": \"/00001/00003\",\n            \"description\": \"SALARY MASTER\"\n        }\n    ]\n}"},{"id":"4590ade0-a3c7-4828-be49-9fa2a6bf443d","name":"Salary Statement for an Employee for a Month 404 Not Found Payroll","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/payroll/v2/employees/salary/statement/2021-02-01/11"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Jan 2021 16:23:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Moesif-Transaction-Id","value":"47dbaeb3-cc15-4370-9de1-a6f8d4e0e894"},{"key":"X-Kong-Upstream-Latency","value":"22"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"NOT-FOUND\",\n    \"code\": \"PAYROLL-EXCEPTION\",\n    \"message\": \"error.payroll.notfound\",\n    \"details\": null\n}"},{"id":"bc8bd861-883f-475b-80cb-3e258fa210cf","name":"Salary Statement for an Employee for a Month 400 Bad Request","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"[\"INCOME\",\"BASIC\",\"HRA\",\"PF\",\"DEDUCTION\"]","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/employees/salary/statement/2020-09-01/11"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Jan 2021 16:22:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Moesif-Transaction-Id","value":"94b39b1a-a3e6-4fe7-bf14-7a624781b2b7"},{"key":"X-Kong-Upstream-Latency","value":"39"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"BAD-REQUEST\",\n    \"code\": \"SALARY-OUTPUT-EXCEPTION\",\n    \"message\": \"Mentioned Salary Components not available :DEDUCTION\",\n    \"details\": null\n}"},{"id":"e7cf2e5c-0650-4f3b-b1a9-8ce19e6ebfda","name":"Salary Statement(With Items list filter) for an Employee for a Month- 200 OK ","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"[\"INCOME\",\"BASIC\",\"HRA\",\"PF\",\"DEDUCT\"]","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/employees/salary/statement/2020-09-01/11"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Jan 2021 16:20:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Moesif-Transaction-Id","value":"c3558da7-3d42-4af7-a305-7ee0e4a08a13"},{"key":"X-Kong-Upstream-Latency","value":"107"},{"key":"X-Kong-Proxy-Latency","value":"27"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Venugopal M\",\n    \"employeeNo\": \"5018\",\n    \"items\": [\n        {\n            \"name\": \"INCOME\",\n            \"amount\": 11851,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001\",\n            \"description\": \"GROSS\"\n        },\n        {\n            \"name\": \"BASIC\",\n            \"amount\": 4740,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001/00001\",\n            \"description\": \"BASIC\"\n        },\n        {\n            \"name\": \"HRA\",\n            \"amount\": 1896,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00001/00007\",\n            \"description\": \"HRA\"\n        },\n        {\n            \"name\": \"DEDUCT\",\n            \"amount\": -569,\n            \"type\": \"INCOME\",\n            \"itemOrder\": \"/00001/00002\",\n            \"description\": \"TOTAL DEDUCTIONS\"\n        },\n        {\n            \"name\": \"PF\",\n            \"amount\": 569,\n            \"type\": \"DEDUCT\",\n            \"itemOrder\": \"/00001/00002/00001\",\n            \"description\": \"PF\"\n        }\n    ]\n}"}],"_postman_id":"0836d24d-4327-485c-8b52-d105e1b95efa"}],"id":"bbb92cfd-2dc2-4a3c-9fe8-586d173347bc","_postman_id":"bbb92cfd-2dc2-4a3c-9fe8-586d173347bc","description":""},{"name":"Resettlement","item":[{"name":"Get Employees Resettlement for a Month","id":"1abf0f31-56b9-4ec1-9b1d-238271248bc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/payroll/v2/employees/resettlement/{payrollMonth}","description":"<p><strong>Resettlement Details for a Month.</strong></p>\n<p>This API provides a list of resettlement employee details for a specific payroll month.</p>\n<p><strong>Path Param :</strong></p>\n<p>{payrollMonth} : Payroll month according to ISO Format : yyyy-mm-dd</p>\n","urlObject":{"protocol":"https","path":["payroll","v2","employees","resettlement","{payrollMonth}"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"37d61632-4663-45ac-b6f5-6e0b0a56fa34","name":"Get Employees Resettlement for a month","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":{"raw":"https://api.greythr.com/payroll/v2/employees/resettlement/{payrollMonth}","protocol":"https","host":["api","greythr","com"],"path":["payroll","v2","employees","resettlement","{payrollMonth}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"employeeId\": 100,\n        \"settlementDate\": \"2021-03-24\",\n        \"processedDate\": \"2021-03-03T12:07:25.082\",\n        \"remarks\":\"remarks\"\n    },\n    {\n        \"employeeId\": 108,\n        \"settlementDate\": \"2021-03-31\",\n        \"processedDate\": \"2021-03-31T04:11:48.564\",\n        \"remarks\":\"\"\n    }\n]\n"}],"_postman_id":"1abf0f31-56b9-4ec1-9b1d-238271248bc5"}],"id":"d204f076-73a8-4484-9d16-a9ecffa60c62","_postman_id":"d204f076-73a8-4484-9d16-a9ecffa60c62","description":""},{"name":"Salary Revision","item":[{"name":"Add Salary Revision","id":"9fa990ea-43fa-49fe-b037-ab7e1db19bf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n            \"effectiveDate\":\"2023-01-01\",\r\n            \"payoutDate\":\"2023-01-31\",\r\n            \"remarks\":\"\"\r\n            \"items\": [\r\n                {\r\n                    \"item\":\"ANN_CTC\",\r\n                    \"value\": 30000.0000\r\n                },\r\n                {\r\n                    \"item\":\"F_HRA\",\r\n                    \"value\": 3000.0000\r\n                }\r\n            ]\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/salary/revision/employees/{employee-id}","description":"<h2 id=\"add-salary-revision\">Add Salary Revision</h2>\n<p>Helps you to add the revised salary for the single employee. You can use <strong>employee ID</strong> to add the salary revision of the employee.</p>\n<h2 id=\"method\">Method</h2>\n<p>POST</p>\n<h2 id=\"url\">URL</h2>\n<p><a href=\"https://api.greythr.com/payroll/v2/salary/revision/employees/%7Bemployee-id%7D\">https://api.greythr.com/payroll/v2/salary/revision/employees/{employee-id}</a></p>\n<h2 id=\"parameters\">Parameters</h2>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<p>No query parameters required</p>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>employee-id</code></td>\n<td>Number</td>\n<td>Use the employee’s unique ID to <code>add the revised salary of an employee</code></td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["payroll","v2","salary","revision","employees","{employee-id}"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"fc7abc78-fb1c-459e-b487-c6f0dc6bf759","name":"POST Add Salary Revision","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/salary/revision/employees/{employee-id}"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"  \"message\" :\"salary-revision.create.success\"  "}],"_postman_id":"9fa990ea-43fa-49fe-b037-ab7e1db19bf2"},{"name":"Get Salary Revision History","id":"eef58225-51bc-4420-ae2e-eca12fed7529","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/payroll/v2/salary/revision/employees/{employee-id}/{status}","description":"<h2 id=\"get-salary-revision-history\">Get Salary Revision History</h2>\n<p>Helps you to fetch the revision history of the salary for a single employee. You can use the <strong>employee ID</strong> and the <strong>salary revision status</strong> of the required employee to fetch his/her <strong>complete salary revision history</strong>.</p>\n<h2 id=\"method\">Method</h2>\n<p>GET</p>\n<h2 id=\"url\">URL</h2>\n<p><a href=\"https://api.greythr.com/payroll/v2/salary/revision/employees/%7Bemployee-id%7D/%7Bstatus%7D?page=25&amp;size=25&amp;sort=\">https://api.greythr.com/payroll/v2/salary/revision/employees/{employee-id}/{status}?page=25&amp;size=25&amp;sort=</a></p>\n<h2 id=\"parameters\">Parameters</h2>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Required</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Example</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br /><code>employee-id</code>  <br />  <br /></td>\n<td><br />  <br />Number  <br />  <br /></td>\n<td><br />  <br />Use employee's unique ID to fetch the <code>history of the salary revision</code>  <br /></td>\n<td><br />  <br /><code>true</code>  <br />  <br /></td>\n<td><br />  <br />120  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>status</code>  <br />  <br /></td>\n<td><br />  <br />String  <br />  <br /></td>\n<td><br />  <br />Use employee's salary revision <code>status to fetch the details</code>  <br />  <br /></td>\n<td><br />  <br /><code>true</code>  <br />  <br /></td>\n<td><br />  <br />APPROVED</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Required</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Default Value</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br /><code>page</code>  <br />  <br /></td>\n<td><br />  <br />Integer  <br />  <br /></td>\n<td><br />  <br />  <br />Use page query parameter to fetch <code>employee details as per page number</code>  <br />  <br /></td>\n<td><br />  <br /><code>true</code>  <br />  <br /></td>\n<td><br />  <br />25  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>size</code>  <br />  <br /></td>\n<td><br />  <br />Integer  <br />  <br /></td>\n<td><br />  <br />Use the size query parameter to fetch the details of <code>25 employees by default</code>  <br /></td>\n<td><br />  <br /><code>false</code>  <br />  <br /></td>\n<td><br />  <br />25</td>\n</tr>\n<tr>\n<td><code>sort</code></td>\n<td>String</td>\n<td>Use attributes available in Payload under the Response such as date, month, status, and item ID to sort the details  <br /><strong>Note:</strong> Attributes are case-sensitive, use as displayed in the Payload</td>\n<td><code>false</code></td>\n<td><code>Employee ID</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["payroll","v2","salary","revision","employees","{employee-id}","{status}"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"ba8a7b5d-df0f-47db-92a7-0252b68e49f9","name":"Get Salary Revision History","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":{"raw":"https://api.greythr.com/payroll/v2/salary/revision/employees/{employee-id}/{status}","protocol":"https","host":["api","greythr","com"],"path":["payroll","v2","salary","revision","employees","{employee-id}","{status}"],"query":[{"key":"page","value":"25","disabled":true},{"key":"size","value":"25","disabled":true},{"key":"sort","value":"","disabled":true},{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"effectiveDate\":\"01-jan-2023\",\r\n            \"PayoutMonth\":\"Jan 2023\",\r\n            \"remarks\":\"\"\r\n            \"status\":\"APPROVED\"\r\n            \"revisionItems\": [\r\n                {\r\n                    \"itemId\": 90,\r\n                    \"itemName\":\"ANN_CTC\",\r\n                    \"value\": 30000.0000\r\n                },\r\n                {\r\n                    \"itemId\": 91,\r\n                    \"itemName\":\"F_HRA\",\r\n                    \"value\": 3000.0000\r\n                },{\r\n                    \"itemId\": 90,\r\n                    \"itemName\":\"F_BASIC\",\r\n                    \"value\": 300000.0000\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"effectiveDate\":\"01-jan-2023\",\r\n            \"payoutMonth\":\"Jan 2023\",\r\n            \"remarks\":\"\"\r\n            \"status\":\"REJECTED\"\r\n            \"revisionItems\": [\r\n                {\r\n                    \"itemId\": 90,\r\n                    \"itemName\":\"ANN_CTC\",\r\n                    \"value\": 30000.0000\r\n                },\r\n                {\r\n                    \"itemId\": 91,\r\n                    \"itemName\":\"F_HRA\",\r\n                    \"value\": 3000.0000\r\n                },{\r\n                    \"itemId\": 90,\r\n                    \"itemName\":\"F_BASIC\",\r\n                    \"value\": 300000.0000\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"pages\": {\r\n        \"totalPages\": 20,\r\n        \"totalElements\": 40,\r\n        \"size\": 2,\r\n        \"empty\": false,\r\n        \"hasNext\": true,\r\n        \"hasPrevious\": true,\r\n        \"first\": false,\r\n        \"last\": false,\r\n        \"sort\": {\r\n            \"sorted\": false,\r\n            \"unsorted\": true,\r\n            \"empty\": true\r\n        }\r\n    }\r\n}"}],"_postman_id":"eef58225-51bc-4420-ae2e-eca12fed7529"},{"name":"Get Salary Revision Difference","id":"a67d3e47-a025-4a6e-86cd-c6f0d7d7db3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/payroll/v2/salary/revision/difference/employees/{employee-id}","description":"<h2 id=\"get-salary-revision-difference\">Get Salary Revision Difference</h2>\n<p>Enables you to fetch the <strong>difference in the amount of salary</strong> change between the <strong>latest approved revision</strong> and the <strong>previous revision</strong> for each item of a single employee.</p>\n<h2 id=\"method\">Method</h2>\n<p>GET</p>\n<h2 id=\"url\">URL</h2>\n<p><a href=\"https://api.greythr.com/payroll/v2/salary/revision/difference/employees/%7Bemployee-id%7D\">https://api.greythr.com/payroll/v2/salary/revision/difference/employees/{employee-id}</a></p>\n<h2 id=\"parameters\">Parameters</h2>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Required</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Example</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br /><code>employee-id</code>  <br />  <br /></td>\n<td><br />  <br />Number  <br />  <br /></td>\n<td><br />  <br />Use employee’s unique ID to fetch <code>difference between two salary revisions</code></td>\n<td><br />  <br /><code>true</code>  <br />  <br /></td>\n<td><br />  <br />120  <br />  <br /></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"query-parameters\">Query Parameters</h3>\n<p>No query parameters</p>\n","urlObject":{"protocol":"https","path":["payroll","v2","salary","revision","difference","employees","{employee-id}"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"541a74c6-32a0-41db-a7bd-50a8f9aa94f1","name":"Get Salary Revision Difference","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":{"raw":"https://api.greythr.com/payroll/v2/salary/revision/difference/employees/{employee-id}","protocol":"https","host":["api","greythr","com"],"path":["payroll","v2","salary","revision","difference","employees","{employee-id}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"employeeId\": 16,\r\n    \"curRevEffDate\": \"01-Jan-2023\",\r\n    \"curRevPayoutMonth\": \"Jan 2023',\r\n    \"prevRevEffDate\": \"11-Dec-2022\",\r\n    \"prevRevPayoutMonth\": \"Dec 2022',\r\n    \"revValues\": [\r\n                {\r\n                    \"itemId\": 90,\r\n                    \"itemName\":\"ANN_CTC\",\r\n                    \"CurValue\": 30000.0000,\r\n                    \"PreValue\": 20000.0000,\r\n                    \"Diff\":10000\r\n                },\r\n                {\r\n                    \"itemId\": 91,\r\n                    \"itemName\":\"F_HRA\"\r\n                    \"CurValue\": 3000.0000,\r\n                    \"PreValue\": 2000.0000,\r\n                    \"Diff\":1000\r\n                },{\r\n                    \"itemId\": 90,\r\n                    \"itemName\":\"F_BASIC\"\r\n                    \"CurValue\": 130000.0000,\r\n                    \"PreValue\": 120000.0000,\r\n                    \"Diff\":10000\r\n                }\r\n            ]\r\n}"}],"_postman_id":"a67d3e47-a025-4a6e-86cd-c6f0d7d7db3a"}],"id":"69142a3c-432b-41f1-9cce-327c07095a14","_postman_id":"69142a3c-432b-41f1-9cce-327c07095a14","description":""},{"name":"Attendance Inputs","item":[{"name":"Get Attendance Snapshot details","id":"8d59f4fb-bde1-4ee8-8b2b-e753936f2528","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/payroll/v2/attendance/snapshot/employees/{employee-id}","description":"<p>This API helps to get Attendance snapshot details of an employee for a period based on employee Id.</p>\n<p>The dates must be in the following ISO format: (yyyy-mm-dd).</p>\n<h3 id=\"path-parameters\"><strong>Path Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Required</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Default Value</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br /><code>employee-id</code>  <br />  <br /></td>\n<td><br />  <br />Number  <br />  <br /></td>\n<td><br />  <br />primary id of an employee  <br />  <br /></td>\n<td><br />  <br /><code>true</code>  <br />  <br /></td>\n<td><br />  <br /><code>0</code>  <br />  <br /></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-query-parameters\"><strong>Request Query Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Parameter</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Required</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br /><code>startDate</code>  <br />  <br /></td>\n<td><br />  <br />Yes  <br />  <br /></td>\n<td><br />  <br />it is start of the period in which entries should be deleted .  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>endDate</code>  <br />  <br /></td>\n<td><br />  <br />Yes  <br />  <br /></td>\n<td><br />  <br />it is end of the period in which entries should be deleted .  <br />  <br /></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["payroll","v2","attendance","snapshot","employees","{employee-id}"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"df6450f0-4c66-4f18-90fe-34e69a1a88d1","name":"Get Attendance Snapshot","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/payroll/v2/attendance/snapshot/employees/{employee-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"snapshots\" : [\n    {\n    \"attendanceDate\": \"2023-07-02\",\n    \"session1Status\" : \"Leave\",\n    \"session2Status\" : \"On Duty\",\n    \"totalHours\" : 500,\n    \"shift\" : \"GENERAL\",\n    \"overTimeHours\" : 120,\n    \"overTimeRate\" : 120,\n    \"dayType\" : \"RestDay\",\n    \"earlyOutBy\" : 30,\n    \"lateInBy\" : 30,\n    \"actualHours\" : 560,\n    \"session1LeaveType\" : \"Privilege Leave\",\n    \"session2LeaveType\" : \"Privilege Leave\",\n    \"remarks\" : \"added snapshot for the date 2023-07-02\"\n    },\n    {\n    \"attendanceDate\": \"2023-07-03\",\n    \"session1Status\" : \"OFF\",\n    \"session2Status\" : \"OD\",\n    \"totalHours\" : 500,\n    \"shift\" : \"GENERAL\",\n    \"overTimeHours\" : 120,\n    \"overTimeRate\" : 120,\n    \"dayType\" : \"RestDay\",\n    \"earlyOutBy\" : 30,\n    \"lateInBy\" : 30,\n    \"actualHours\" : 560,\n    \"session1LeaveType\" : \"Privilege Leave\",\n    \"session2LeaveType\" : \"Privilege Leave\",\n    \"remarks\" : \"added snapshot for the date 2023-07-03\"\n    }]\n}"}],"_postman_id":"8d59f4fb-bde1-4ee8-8b2b-e753936f2528"},{"name":"Save Attendance Snapshot","id":"2fb05688-119b-408d-a52d-cc4f1eb51d0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n  \"value\":1000,\r\n  \"fromDate\": \"2020-09-01\",\r\n  \"item\":\"API_TESTC\"\r\n},\r\n{\r\n  \"value\":10,\r\n  \"fromDate\": \"2020-09-01\",\r\n  \"item\":\"LOP\"\r\n}\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/attendance/snapshot/employees/{employee-id}","description":"<p>This API helps to save the Attendance snapshot details for an employee based on employee Id.</p>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Required</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Default Value</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br /><code>employee-id</code>  <br />  <br /></td>\n<td><br />  <br />Number  <br />  <br /></td>\n<td><br />  <br />primary id of an employee  <br />  <br /></td>\n<td><br />  <br /><code>true</code>  <br />  <br /></td>\n<td><br />  <br /><code>0</code>  <br />  <br /></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"query-parameters\">Query Parameters</h3>\n<p>No query parameters.</p>\n<h3 id=\"request-body-parameters\">Request Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Key</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Required</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Key</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Required</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br /><code>attendanceDate</code>  <br />  <br /></td>\n<td><br />  <br />Date  <br />  <br /></td>\n<td><br />  <br />attendance date of employee  <br />  <br /></td>\n<td><br />  <br /><code>true</code>  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>session1Status</code>  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br />attendance status from masters like L, H , OD etc  <br />  <br /></td>\n<td><br />  <br /><code>true</code>  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>session2Status</code>  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br />attendance status from masters like L, H , OD etc  <br />  <br /></td>\n<td><br />  <br /><code>true</code>  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>totalHours</code>  <br />  <br /></td>\n<td><br />  <br />int  <br />  <br /></td>\n<td><br />  <br />total worked time  <br />  <br /></td>\n<td><br />  <br />true  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>shift</code>  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br />shift code from masters like NS , GEN etc  <br />  <br /></td>\n<td><br />  <br /><code>true</code>  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>overTimeHours</code>  <br />  <br /></td>\n<td><br />  <br />int  <br />  <br /></td>\n<td><br />  <br />over time done by employee  <br />  <br /></td>\n<td><br />  <br /><code>false</code>  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>overTimeRate</code>  <br />  <br /></td>\n<td><br />  <br />BigDecimal  <br />  <br /></td>\n<td><br />  <br />over time rate  <br />  <br /></td>\n<td><br />  <br />false  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>dayType</code>  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br />day type code from masters like R, O, H  <br />  <br /></td>\n<td><br />  <br />true  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>earlyOutBy</code>  <br />  <br /></td>\n<td><br />  <br />int  <br />  <br /></td>\n<td><br />  <br />early out by employee  <br />  <br /></td>\n<td><br />  <br />false  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>lateInBy</code>  <br />  <br /></td>\n<td><br />  <br />int  <br />  <br /></td>\n<td><br />  <br />late in by employee  <br />  <br /></td>\n<td><br />  <br />false  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>actualHours</code>  <br />  <br /></td>\n<td><br />  <br />int  <br />  <br /></td>\n<td><br />  <br />actual worked time of an employee  <br />  <br /></td>\n<td><br />  <br />true  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>session1LeaveType</code>  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br />leave type category code from masters  <br />  <br /></td>\n<td><br />  <br />false  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>session2LeaveType</code>  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br />leave type category code from masters  <br />  <br /></td>\n<td><br />  <br />false  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br /><code>remarks</code>  <br />  <br /></td>\n<td><br />  <br />string  <br />  <br /></td>\n<td><br />  <br />general remarks for snapshot  <br />  <br /></td>\n<td><br />  <br />false  <br />  <br /></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["payroll","v2","attendance","snapshot","employees","{employee-id}"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"89ec8caa-5d48-4a44-b9d3-6be3c2e109bc","name":"Save Attendance Snapshot","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n  \"value\":1000,\r\n  \"fromDate\": \"2020-09-01\",\r\n  \"item\":\"API_TESTC\"\r\n},\r\n{\r\n  \"value\":10,\r\n  \"fromDate\": \"2020-09-01\",\r\n  \"item\":\"LOP\"\r\n}\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/attendance/snapshot/employees/{employee-id}"},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 21 Jan 2021 12:51:23 GMT"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Moesif-Transaction-Id","value":"130036e7-889e-49ec-ad88-5338042989d4"},{"key":"X-Kong-Upstream-Latency","value":"75"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\r\n   \"message\" :\"success.attendancesnapshot.created\" \r\n}"}],"_postman_id":"2fb05688-119b-408d-a52d-cc4f1eb51d0e"},{"name":"Delete Attendance Snapshot","id":"982467a3-ebfd-46c0-9010-eb733b48c6bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"item\":\"API_TESTC\",\r\n        \"fromDate\": \"2020-09-01\"\r\n    },\r\n    {\r\n        \"fromDate\": \"2020-09-01\", \r\n        \"item\":\"LOP\"\r\n    }]","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/attendance/snapshot/employees/{employee-id}","description":"<p>This API helps to delete Attendance snapshot details for an employee for a period based on employee Id. The dates must be in the following ISO format: (yyyy-mm-dd).</p>\n<p>To delete a single entry , start date should match with endDate of period.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Required</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Default Value</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br /><code>employee-id</code>  <br />  <br /></td>\n<td><br />  <br />Number  <br />  <br /></td>\n<td><br />  <br />primary id of an employee  <br />  <br /></td>\n<td><br />  <br /><code>true</code>  <br />  <br /></td>\n<td><br />  <br /><code>0</code>  <br />  <br /></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-query-parameters\">Request Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Parameter</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Required</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Parameter</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Required</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br />startDate  <br />  <br /></td>\n<td><br />  <br />YES  <br />  <br /></td>\n<td><br />  <br />it is start of the period in which entries should be deleted .  <br />  <br /></td>\n</tr>\n<tr>\n<td><br />  <br />endDate  <br />  <br /></td>\n<td><br />  <br />Yes  <br />  <br /></td>\n<td><br />  <br />it is end of the period in which entries should be deleted  <br />  <br /></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["payroll","v2","attendance","snapshot","employees","{employee-id}"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"fb3796e4-83dc-4ba9-87db-a21dbc078a9e","name":"Delete Snapshot","originalRequest":{"method":"DELETE","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"item\":\"API_TESTC\",\r\n        \"fromDate\": \"2020-09-01\"\r\n    },\r\n    {\r\n        \"fromDate\": \"2020-09-01\", \r\n        \"item\":\"LOP\"\r\n    }]","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/attendance/snapshot/employees/{employee-id}"},"status":"Accepted","code":202,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 21 Jan 2021 12:50:39 GMT"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"36"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Moesif-Transaction-Id","value":"2d73a1de-06fa-4def-90c1-fd8ddf78451f"},{"key":"X-Kong-Upstream-Latency","value":"37"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/2.1.3"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\r\n   \"message\" :\"success.attendancesnapshot.deleted\" \r\n}\r\n "}],"_postman_id":"982467a3-ebfd-46c0-9010-eb733b48c6bb"}],"id":"f2ed0bb0-9040-420c-9d21-64085db149fc","_postman_id":"f2ed0bb0-9040-420c-9d21-64085db149fc","description":""},{"name":"Payroll Period","item":[{"name":"GET Pay Period For Particular Date","id":"962ddf08-27be-4e94-a3ca-d97b6bc7b1c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/payroll/v2/pay-period?inputDate=2024-02-11","description":"<p>This API is utilized to retrieve the payroll period corresponding to the date provided in the API.</p>\n<p>The date will be sent as a path parameter.</p>\n<h3 id=\"path-parameters\"><strong>Path Parameters</strong></h3>\n<h3 id=\"request-query-parameters\"><strong>Request Query Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th>Required</th>\n<th>Default Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>inputDate</code></td>\n<td>date</td>\n<td>Input date</td>\n<td><code>true</code></td>\n<td><code>2023-08-25</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["payroll","v2","pay-period"],"host":["api","greythr","com"],"query":[{"key":"inputDate","value":"2024-02-11"}],"variable":[]}},"response":[{"id":"95746bba-1f7f-4bbc-85f1-1664348df24c","name":"GET Pay Period For Particular Date","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://apigee-test.greythr.com/payroll/v2/attendance/snapshot/employees/{employee-id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"month\": \"Aug 2023\",\n    \"periodFrom\": \"01-Aug-2023,\n    \"periodTo\": \"31-Aug-2023\"  \n}"}],"_postman_id":"962ddf08-27be-4e94-a3ca-d97b6bc7b1c9"},{"name":"Get Pay Period API For The Financial Year","id":"02820d68-1928-4d78-9de2-4a2e9810e510","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/payroll/v2/pay-period/list","description":"<p>This API is used to retrieve the payroll periods for the years. The year will be sent as a path parameter and will provide a list of payrolls available for the year in the system.</p>\n<h3 id=\"path-parameters\"><strong>Path Parameters</strong></h3>\n<h3 id=\"request-query-parameters\"><strong>Request Query Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>year</code></td>\n<td>Number</td>\n<td>Year</td>\n<td><code>true</code></td>\n<td><code>2023</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["payroll","v2","pay-period","list"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"7549a2ec-07df-4413-93bc-6394d83fe949","name":"Get Pay Period API For The Financial Year","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/payroll/v2/pay-period/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n{\n    \"name\": \"Apr 2023\",\n    \"periodFrom\": \"01-Apr-2023,\n    \"periodTo\": \"30-Apr-2023\",\n    \"workDays\": 30    \n},\n{\n    \"name\": \"May 2023\",\n    \"periodFrom\": \"01-May-2023,\n    \"periodTo\": \"31-May-2023\",\n    \"workDays\": 31    \n}\n]"}],"_postman_id":"02820d68-1928-4d78-9de2-4a2e9810e510"}],"id":"db9ed01e-ac2f-42a6-97cd-5c84eaebc8e8","_postman_id":"db9ed01e-ac2f-42a6-97cd-5c84eaebc8e8","description":""},{"name":"Payslip","item":[{"name":"Generate Payslip For Employee","id":"440ce68b-0d39-42d8-84f4-9fac1850e5f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/payroll/v2/payslip/download?encoded=true","description":"<p>This API endpoint is employed to generate the payslip file for the employee based on the provided payroll information and return it to the user.</p>\n<h3 id=\"path-parameters\"><strong>Path Parameters</strong></h3>\n<h3 id=\"query-parameters\"><strong>Query Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>employeeId</td>\n<td>int</td>\n<td>generate payslip for employee</td>\n<td><code>true</code></td>\n<td>35</td>\n</tr>\n<tr>\n<td>payrollId</td>\n<td>int</td>\n<td>generate payslip for payroll</td>\n<td><code>true</code></td>\n<td>121</td>\n</tr>\n<tr>\n<td>payslipType</td>\n<td>string</td>\n<td>generate different type of payslip based on given type</td>\n<td><code>true</code></td>\n<td>“payslip\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["payroll","v2","payslip","download"],"host":["api","greythr","com"],"query":[{"key":"encoded","value":"true"}],"variable":[]}},"response":[{"id":"db566ce5-9cdd-41c8-af26-d96a947aa000","name":"Generate Payslip For Employee","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":{"raw":"https://api.greythr.com/payroll/v2/payslip/download?encoded=true\n","protocol":"https","host":["api","greythr","com"],"path":["payroll","v2","payslip","download"],"query":[{"key":"encoded","value":"true\n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"%PDF-1.3\n%����\n\n1 0 obj\n<<\n/Type /Catalog\n/Outlines 2 0 R\n/Pages 3 0 R\n>>\nendobj\n\n2 0 obj\n<<\n/Type /Outlines\n/Count 0\n>>\nendobj\n\n3 0 obj\n<<\n/Type /Pages\n/Count 2\n/Kids [ 4 0 R 6 0 R ] \n>>\nendobj\n\n4 0 obj\n<<\n/Type /Page\n/Parent 3 0 R\n/Resources <<\n/Font <<\n/F1 9 0 R \n>>\n/ProcSet 8 0 R\n>>\n/MediaBox [0 0 612.0000 792.0000]\n/Contents 5 0 R\n>>\nendobj\n\n5 0 obj\n<< /Length 1074 >>\nstream\n2 J\nBT\n0 0 0 rg\n/F1 0027 Tf\n57.3750 722.2800 Td\n( A Simple PDF File ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 688.6080 Td\n( This is a small demonstration .pdf file - ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 664.7040 Td\n( just for use in the Virtual Mechanics tutorials. More text. And more ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 652.7520 Td\n( text. And more text. And more text. And more text. ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 628.8480 Td\n( And more text. And more text. And more text. And more text. And more ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 616.8960 Td\n( text. And more text. Boring, zzzzz. And more text. And more text. And ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 604.9440 Td\n( more text. And more text. And more text. And more text. And more text. ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 592.9920 Td\n( And more text. And more text. ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 569.0880 Td\n( And more text. And more text. And more text. And more text. And more ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 557.1360 Td\n( text. And more text. And more text. Even more. Continued on page 2 ...) Tj\nET\nendstream\nendobj\n\n6 0 obj\n<<\n/Type /Page\n/Parent 3 0 R\n/Resources <<\n/Font <<\n/F1 9 0 R \n>>\n/ProcSet 8 0 R\n>>\n/MediaBox [0 0 612.0000 792.0000]\n/Contents 7 0 R\n>>\nendobj\n\n7 0 obj\n<< /Length 676 >>\nstream\n2 J\nBT\n0 0 0 rg\n/F1 0027 Tf\n57.3750 722.2800 Td\n( Simple PDF File 2 ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 688.6080 Td\n( ...continued from page 1. Yet more text. And more text. And more text. ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 676.6560 Td\n( And more text. And more text. And more text. And more text. And more ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 664.7040 Td\n( text. Oh, how boring typing this stuff. But not as boring as watching ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 652.7520 Td\n( paint dry. And more text. And more text. And more text. And more text. ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 640.8000 Td\n( Boring.  More, a little more text. The end, and just as well. ) Tj\nET\nendstream\nendobj\n\n8 0 obj\n[/PDF /Text]\nendobj\n\n9 0 obj\n<<\n/Type /Font\n/Subtype /Type1\n/Name /F1\n/BaseFont /Helvetica\n/Encoding /WinAnsiEncoding\n>>\nendobj\n\n10 0 obj\n<<\n/Creator (Rave \\(http://www.nevrona.com/rave\\))\n/Producer (Nevrona Designs)\n/CreationDate (D:20060301072826)\n>>\nendobj\n\nxref\n0 11\n0000000000 65535 f\n0000000019 00000 n\n0000000093 00000 n\n0000000147 00000 n\n0000000222 00000 n\n0000000390 00000 n\n0000001522 00000 n\n0000001690 00000 n\n0000002423 00000 n\n0000002456 00000 n\n0000002574 00000 n\n\ntrailer\n<<\n/Size 11\n/Root 1 0 R\n/Info 10 0 R\n>>\n\nstartxref\n2714\n%%EOF"}],"_postman_id":"440ce68b-0d39-42d8-84f4-9fac1850e5f2"},{"name":"Payslip Download","id":"2948423e-5494-4be8-bb3a-8d7e29840f17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com"}],"url":"https://api.greytip.com/pengo/v1/admin/payslip/download?encoded=false","description":"<p>This endpoint is utilized for retrieving the payslip file for an employee within the specified payroll period. To access this API, users must have the requisite feature access, specifically the \"Payslip Download\" feature.</p>\n<p>StartFragment</p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>encoded</td>\n<td>boolean</td>\n<td>the response they want in encoded string format or not</td>\n<td><code>false</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["pengo","v1","admin","payslip","download"],"host":["api","greytip","com"],"query":[{"key":"encoded","value":"false"}],"variable":[]}},"response":[{"id":"c035dd89-d0d8-4a6c-9217-82ec1a011098","name":"Payslip Download","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com"}],"url":{"raw":"https://api.greytip.com/pengo/v1/admin/payslip/download?encoded=false","protocol":"https","host":["api","greytip","com"],"path":["pengo","v1","admin","payslip","download"],"query":[{"key":"encoded","value":"false"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n            \"employeeNo\":\"5028\",\r\n            \"payrollDate\":\"2023-01-31\",\r\n            \"payslipType\":\"OT\"\r\n  }      "}],"_postman_id":"2948423e-5494-4be8-bb3a-8d7e29840f17"}],"id":"0bcac877-f239-4046-b016-4a6693a74305","_postman_id":"0bcac877-f239-4046-b016-4a6693a74305","description":""},{"name":"Loan","item":[{"name":"Create Loan","id":"976f7e1a-0e3f-4f13-aaf5-c819b7a8b6a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/payroll/v2/loan","description":"<p>This API is used to create a new loan for an employee for a particular loan component with certain loan type and loan details.</p>\n<ul>\n<li>Users need to have the \"Create Loan\" feature to access the API.</li>\n<li>The employee for whom the loan has to be created must have joined before the loan start date.</li>\n<li>Loans will be deducted based on a certain interest type whose values are constant and listed in the payload example.</li>\n<li>In the Loan component configuration, the Loan type should be \"Both\" or \"Deduct Interest After Principal\" in order to successfully create a loan.</li>\n<li>A loan will be created only when there is no existing loan running for the particular item.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["payroll","v2","loan"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"2f411995-43b1-4800-ae77-e47bef683339","name":"Create Loan","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/payroll/v2/loan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"employeeNo\" : \"5001\",\n  \"loanComponentName\": \"Home_loan\",\n  \"loanDate\" : \"2023-01-01\",\n  \"deductFrom\" : \"2023-01-01\",\n  \"interestType\" : \"FLAT_INTEREST\",\n  \"amount\" : 50000,\n  \"interestRate\" : 10.93,\n  \"installments\" : 10,\n  \"loanAccountNo\" : \"xyz\",\n  \"perquisiteRate\" : 12.3,\n  \"remarks\" : \"remarks\"\n}"}],"_postman_id":"976f7e1a-0e3f-4f13-aaf5-c819b7a8b6a4"}],"id":"3c987f78-66c0-4953-b84b-503f0c6fadab","_postman_id":"3c987f78-66c0-4953-b84b-503f0c6fadab","description":""},{"name":"LOP","item":[{"name":"Create LOP","id":"688b5406-4d52-4744-8147-be1fce54d76e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"employeeNo\": \"532\",\r\n  \"payrollMonth\": \"2024-07-01\",\r\n  \"lopDays\": 2.5,\r\n  \"lopDateDetails\": [\r\n    {\r\n      \"date\": \"2024-07-10\",\r\n      \"lopDays\": 0.5\r\n    },\r\n    {\r\n      \"date\": \"2024-07-11\",\r\n      \"lopDays\": 1.0\r\n    },\r\n    {\r\n      \"date\": \"2024-07-12\",\r\n      \"lopDays\": 1.0\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/lop","description":"<p>This API is used to Create or updates Loss of Pay (LOP) entries for an employee for a given payroll month. Supports both month-wise and day-wise entry modes, with strict validations, security controls, and audit logging.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>employeeNo</code></td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the employee</td>\n</tr>\n<tr>\n<td>payrollMonth</td>\n<td>String (yyyy-MM-dd)</td>\n<td>Yes</td>\n<td>Payroll month for the LOP entry (format: yyyy-MM-dd, e.g., \"2024-07-01\")</td>\n</tr>\n<tr>\n<td>lopDays</td>\n<td>Number</td>\n<td>Yes</td>\n<td>Number of LOP days to record (must be positive, ≤ workdays)</td>\n</tr>\n<tr>\n<td>lopDateDetails</td>\n<td>Array[Object]</td>\n<td>No</td>\n<td>Specific dates with individual LOP days for day-wise LOP</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["payroll","v2","lop"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"64356c7f-e5ea-4dd8-b577-a9c419b42b42","name":"Create LOP","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"employeeNo\": \"532\",\r\n  \"payrollMonth\": \"2024-07-01\",\r\n  \"lopDays\": 2.5,\r\n  \"lopDateDetails\": [\r\n    {\r\n      \"date\": \"2024-07-10\",\r\n      \"lopDays\": 0.5\r\n    },\r\n    {\r\n      \"date\": \"2024-07-11\",\r\n      \"lopDays\": 1.0\r\n    },\r\n    {\r\n      \"date\": \"2024-07-12\",\r\n      \"lopDays\": 1.0\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/lop"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"employeeNo\": 535,\n  \"status\": \"SUCCESS\",\n  \"message\": \"LOP created\",\n  \"isDayWiseLop\": false\n}"}],"_postman_id":"688b5406-4d52-4744-8147-be1fce54d76e"},{"name":"Delete LOP","id":"cc50bfeb-01bb-48a1-b33d-473ffee46125","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"employeeNo\": 12345,\r\n  \"payrollMonth\": \"2024-07-01\",\r\n  \"lopDays\": 1.5,\r\n  \"lopDateDetails\": [\r\n    {\r\n      \"date\": \"2024-07-10\"\r\n    },\r\n    {\r\n      \"date\": \"2024-07-11\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/lop","description":"<p>This API is used to delete Loss of Pay (LOP) entries for an employee for a specified payroll month. It supports deleting all LOP entries for the month or targeting specific dates, with strict validations, security controls, and audit logging.</p>\n<h3 id=\"fields\"><strong>Fields</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>employeeNo</code></td>\n<td>String</td>\n<td>Yes</td>\n<td>Unique identifier for the employee</td>\n</tr>\n<tr>\n<td>payrollMonth</td>\n<td>String (yyyy-MM-dd)</td>\n<td>Yes</td>\n<td>Payroll month for the LOP entry (format: yyyy-MM-dd, e.g., \"2024-07-01\")</td>\n</tr>\n<tr>\n<td>lopDateDetails</td>\n<td>Array[Object]</td>\n<td>No</td>\n<td>Specific dates for LOP deletion. If omitted, deletes all for the month</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["payroll","v2","lop"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"bfaf31bc-fe2d-4228-9117-2d321c64c0e9","name":"Delete LOP","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"employeeNo\": 12345,\r\n  \"payrollMonth\": \"2024-07-01\",\r\n  \"lopDays\": 1.5,\r\n  \"lopDateDetails\": [\r\n    {\r\n      \"date\": \"2024-07-10\"\r\n    },\r\n    {\r\n      \"date\": \"2024-07-11\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/lop"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"employeeNo\": 12345,\n  \"status\": \"SUCCESS\",\n  \"message\": \"LOP details deleted successfully.\",\n  \"isDayWiseLop\": null\n}"}],"_postman_id":"cc50bfeb-01bb-48a1-b33d-473ffee46125"},{"name":"Create LOP Reversal","id":"1b05760e-2f24-4d74-99be-957456e89150","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"employeeNo\": \"Z0003\",\r\n  \"lopPayrollMonth\": \"2024-07-01\",\r\n  \"effectivePayrollMonth\": \"2024-08-01\",\r\n  \"lopDays\": 1.5,\r\n  \"lopReversalDateDetails\": [\r\n    { \"date\": \"2024-07-10\", \"lopDays\": 0.5 },\r\n    { \"date\": \"2024-07-11\", \"lopDays\": 1.0 }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/lop-reversal","description":"<p>This API is used to create or updates Loss of Pay (LOP) Reversal entries for an employee for specified payroll months. It supports both month-wise and day-wise modes, with validations, security controls, and audit logging.</p>\n","urlObject":{"protocol":"https","path":["payroll","v2","lop-reversal"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"b6d19b47-f97a-446b-a25b-670f690b4ec8","name":"Create LOP Reversal","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"employeeNo\": \"Z0003\",\r\n  \"lopPayrollMonth\": \"2024-07-01\",\r\n  \"effectivePayrollMonth\": \"2024-08-01\",\r\n  \"lopDays\": 1.5,\r\n  \"lopReversalDateDetails\": [\r\n    { \"date\": \"2024-07-10\", \"lopDays\": 0.5 },\r\n    { \"date\": \"2024-07-11\", \"lopDays\": 1.0 }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/lop-reversal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"employeeNo\": \"Z0003\",\n  \"status\": \"success\",\n  \"message\": \"LOP reversal created successfully.\"\n}"}],"_postman_id":"1b05760e-2f24-4d74-99be-957456e89150"},{"name":"Delete LOP Reversal","id":"4280376b-8c30-43e4-a624-1fc3691341a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"employeeNo\": \"Z0003\",\r\n  \"lopPayrollMonth\": \"2024-07-01\",\r\n  \"effectivePayrollMonth\": \"2024-08-01\",\r\n  \"lopDays\": 2,\r\n  \"lopReversalDateDetails\": [\r\n    { \"date\": \"2024-07-10\", \"lopDays\": 1 },\r\n    { \"date\": \"2024-07-11\", \"lopDays\": 1 }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/lop-reversal","description":"<p>This API is used to delete LOP Reversal entries for an employee. It supports deleting all reversals for a given LOP payroll month and effective payroll month (month-wise), or deleting specific reversal dates (day-wise). The operation includes strict validations, cutoff-period checks, security controls, and audit logging.</p>\n","urlObject":{"protocol":"https","path":["payroll","v2","lop-reversal"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"ce7ef9ab-69c4-4298-b6ba-3350c28e9a22","name":"Delete LOP Reversal","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"employeeNo\": \"Z0003\",\r\n  \"lopPayrollMonth\": \"2024-07-01\",\r\n  \"effectivePayrollMonth\": \"2024-08-01\",\r\n  \"lopDays\": 2,\r\n  \"lopReversalDateDetails\": [\r\n    { \"date\": \"2024-07-10\", \"lopDays\": 1 },\r\n    { \"date\": \"2024-07-11\", \"lopDays\": 1 }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/payroll/v2/lop-reversal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"employeeNo\": \"Z0003\",\n  \"status\": \"SUCCESS\",\n  \"message\": \"LOP reversal deleted successfully.\"\n}"}],"_postman_id":"4280376b-8c30-43e4-a624-1fc3691341a9"}],"id":"477d5d34-6d98-46f5-9a9d-0393cccb1a5b","_postman_id":"477d5d34-6d98-46f5-9a9d-0393cccb1a5b","description":""},{"name":"Form 16","item":[{"name":"Form16 Download","id":"8badeec9-08f3-49e2-85c4-0aa952d4f7b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/payroll/v2/form16/download","description":"<p>This API will offer an option for API users to download Form 16, generated for an employee, in both preview and base64 encoded formats.</p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>encoded</code></td>\n<td>boolean</td>\n<td>whether the response need an encoded string or not</td>\n<td>false</td>\n<td>false</td>\n</tr>\n<tr>\n<td>fileType</td>\n<td>String</td>\n<td>file needs to be downloaded</td>\n<td>false</td>\n<td>FORM16</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["payroll","v2","form16","download"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"243371d3-427a-46ce-ba58-6eedb688d7f3","name":"Form16 Download","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com"}],"url":"https://api.greythr.com/payroll/v2/form16/download"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\"employeeNo\": \"5028\",\n\"year\": 2023\n}"}],"_postman_id":"8badeec9-08f3-49e2-85c4-0aa952d4f7b1"}],"id":"a5b9b74c-db28-4800-b58d-6d42743f63ae","_postman_id":"a5b9b74c-db28-4800-b58d-6d42743f63ae","description":""}],"id":"f956d55d-b645-415d-aa24-ac2697aa8100","event":[{"listen":"prerequest","script":{"id":"d6208e3b-c8d7-46f0-821a-9da34d1e4eae","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d6de25b5-93a0-485f-937f-97e7aaccedbc","type":"text/javascript","exec":[""]}}],"_postman_id":"f956d55d-b645-415d-aa24-ac2697aa8100","description":""},{"name":"List of Values","item":[{"name":"Get greytHR LOV","id":"07d3ce04-6a0c-4652-85b8-c41749f0b757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":" [\"lov::transitiontype\",\"lov::paytype\",\"lov::bank\",\"lov::status\",\"lov::physicchallangedtype\",\"lov::nationality\"]","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/hr/v2/lov","urlObject":{"protocol":"https","path":["hr","v2","lov"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"b6bd5ad7-7c49-4fa8-8b21-8f0d0ecf1660","name":"Get greytHR LOV","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":" [\"lov::transitiontype\",\"lov::paytype\",\"lov::bank\",\"lov::status\",\"lov::physicchallangedtype\",\"lov::nationality\"]","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/hr/v2/lov"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"lov::transitiontype\": [\r\n        [\r\n            9,\r\n            \"Attendance Scheme\"\r\n        ],\r\n        [\r\n            10,\r\n            \"Company\"\r\n        ],\r\n        [\r\n            2,\r\n            \"Department\"\r\n        ],\r\n        [\r\n            6,\r\n            \"Designation\"\r\n        ],\r\n        [\r\n            8,\r\n            \"Grade\"\r\n        ],\r\n        [\r\n            11,\r\n            \"Level\"\r\n        ],\r\n        [\r\n            12,\r\n            \"Level2\"\r\n        ],\r\n        [\r\n            1,\r\n            \"Location\"\r\n        ]\r\n    ],\r\n    \"lov::paytype\": [\r\n        [\r\n            2,\r\n            \"Bank Transfer\"\r\n        ],\r\n        [\r\n            1,\r\n            \"Cash\"\r\n        ],\r\n        [\r\n            3,\r\n            \"Cheque\"\r\n        ],\r\n        [\r\n            4,\r\n            \"Demand Draft\"\r\n        ],\r\n        [\r\n            6,\r\n            \"Hold Salary\"\r\n        ],\r\n        [\r\n            5,\r\n            \"Stop Pay - DD\"\r\n        ]\r\n    ],\r\n    \"lov::bank\": [\r\n        [\r\n            8,\r\n            \"ABN AMRO Bank\"\r\n        ],\r\n        [\r\n            4,\r\n            \"AXIS Bank\"\r\n        ],\r\n        [\r\n            9,\r\n            \"Abu Dhabi Commercial Bank\"\r\n        ],\r\n        [\r\n            10,\r\n            \"Allahabad Bank\"\r\n        ],\r\n        [\r\n            11,\r\n            \"American ExpressBank\"\r\n        ],\r\n        [\r\n            12,\r\n            \"Andhra Bank\"\r\n        ],\r\n        [\r\n            27,\r\n            \"BNP PARIBAS\"\r\n        ],\r\n        [\r\n            18,\r\n            \"Bank of Baroda\"\r\n        ],\r\n        [\r\n            19,\r\n            \"Bank of Ceylon\"\r\n        ],\r\n        [\r\n            20,\r\n            \"Bank of India\"\r\n        ],\r\n        [\r\n            21,\r\n            \"Bank of Maharashtra\"\r\n        ],\r\n        [\r\n            23,\r\n            \"Bank of Rajasthan\"\r\n        ],\r\n        [\r\n            25,\r\n            \"Barclays Bank\"\r\n        ],\r\n        [\r\n            26,\r\n            \"Bharat Overseas Bank\"\r\n        ],\r\n        [\r\n            6,\r\n            \"Canara Bank\"\r\n        ],\r\n        [\r\n            30,\r\n            \"Central Bank ofIndia\"\r\n        ],\r\n        [\r\n            31,\r\n            \"Centurion Bank of Punjab\"\r\n        ],\r\n        [\r\n            32,\r\n            \"Chinatrust Commercial Bank\"\r\n        ],\r\n        [\r\n            1,\r\n            \"Citibank\"\r\n        ],\r\n        [\r\n            34,\r\n            \"City Union Bank\"\r\n        ],\r\n        [\r\n            35,\r\n            \"Coastal Local Area Bank\"\r\n        ],\r\n        [\r\n            36,\r\n            \"Corporation Bank\"\r\n        ],\r\n        [\r\n            37,\r\n            \"DBS Bank\"\r\n        ],\r\n        [\r\n            38,\r\n            \"Dena Bank\"\r\n        ],\r\n        [\r\n            39,\r\n            \"Deutsche Bank\"\r\n        ],\r\n        [\r\n            40,\r\n            \"Development Credit Bank\"\r\n        ],\r\n        [\r\n            41,\r\n            \"Dhanalakshmi Bank\"\r\n        ],\r\n        [\r\n            42,\r\n            \"Federal Bank\"\r\n        ],\r\n        [\r\n            3,\r\n            \"HDFC Bank\"\r\n        ],\r\n        [\r\n            43,\r\n            \"HSBC\"\r\n        ],\r\n        [\r\n            2,\r\n            \"ICICI Bank\"\r\n        ],\r\n        [\r\n            44,\r\n            \"IDBI Bank\"\r\n        ],\r\n        [\r\n            49,\r\n            \"ING Vysya Bank\"\r\n        ],\r\n        [\r\n            45,\r\n            \"Indian Bank\"\r\n        ],\r\n        [\r\n            46,\r\n            \"Indian Overseas Bank\"\r\n        ],\r\n        [\r\n            47,\r\n            \"IndusInd Bank\"\r\n        ],\r\n        [\r\n            48,\r\n            \"Industrial Development Bank of India\"\r\n        ],\r\n        [\r\n            50,\r\n            \"J P Morgan Chase Bank, National Association\"\r\n        ],\r\n        [\r\n            51,\r\n            \"Jammu & Kashmir Bank\"\r\n        ],\r\n        [\r\n            52,\r\n            \"Karnataka Bank\"\r\n        ],\r\n        [\r\n            53,\r\n            \"Karur Vysya Bank\"\r\n        ],\r\n        [\r\n            54,\r\n            \"Kotak Mahindra Bank\"\r\n        ],\r\n        [\r\n            56,\r\n            \"Lakshmi Vilas Bank\"\r\n        ],\r\n        [\r\n            57,\r\n            \"Lord Krishna Bank\"\r\n        ],\r\n        [\r\n            62,\r\n            \"Oriental Bank of Commerce\"\r\n        ],\r\n        [\r\n            63,\r\n            \"Punjab & Sind Bank\"\r\n        ],\r\n        [\r\n            64,\r\n            \"Punjab National Bank\"\r\n        ],\r\n        [\r\n            65,\r\n            \"Reserve Bank of India\"\r\n        ],\r\n        [\r\n            67,\r\n            \"SBI Commercial and International Bank\"\r\n        ],\r\n        [\r\n            70,\r\n            \"South Indian Bank\"\r\n        ],\r\n        [\r\n            71,\r\n            \"Standard Chartered Bank\"\r\n        ],\r\n        [\r\n            72,\r\n            \"State Bank of Bikaner and Jaipur\"\r\n        ],\r\n        [\r\n            73,\r\n            \"State Bank of Hyderabad\"\r\n        ],\r\n        [\r\n            5,\r\n            \"State Bank of India\"\r\n        ],\r\n        [\r\n            74,\r\n            \"State Bank of Indore\"\r\n        ],\r\n        [\r\n            75,\r\n            \"State Bank of Mauritius\"\r\n        ],\r\n        [\r\n            76,\r\n            \"State Bank of Mysore\"\r\n        ],\r\n        [\r\n            77,\r\n            \"State Bank of Patiala\"\r\n        ],\r\n        [\r\n            78,\r\n            \"State Bank of Saurashtra\"\r\n        ],\r\n        [\r\n            79,\r\n            \"State Bank ofTravancore\"\r\n        ],\r\n        [\r\n            80,\r\n            \"Syndicate Bank\"\r\n        ],\r\n        [\r\n            81,\r\n            \"TamilnadMercantile Bank Ltd.\"\r\n        ],\r\n        [\r\n            82,\r\n            \"The Ratnakar Bank Ltd.\"\r\n        ],\r\n        [\r\n            83,\r\n            \"UCO Bank\"\r\n        ],\r\n        [\r\n            86,\r\n            \"UTI Bank\"\r\n        ],\r\n        [\r\n            84,\r\n            \"Union Bank of India\"\r\n        ],\r\n        [\r\n            85,\r\n            \"United Bank Of India\"\r\n        ],\r\n        [\r\n            7,\r\n            \"Vijaya Bank\"\r\n        ],\r\n        [\r\n            87,\r\n            \"Yes Bank\"\r\n        ]\r\n    ],\r\n    \"lov::nationality\": [\r\n        [\r\n            1,\r\n            \"Indian\"\r\n        ],\r\n        [\r\n            2,\r\n            \"Others\"\r\n        ]\r\n    ],\r\n    \"lov::physicchallangedtype\": [\r\n        [\r\n            3,\r\n            \"Hearing\"\r\n        ],\r\n        [\r\n            1,\r\n            \"Locomotive disability\"\r\n        ],\r\n        [\r\n            2,\r\n            \"Visual\"\r\n        ]\r\n    ],\r\n    \"lov::status\": [\r\n        [\r\n            2,\r\n            \"Confirmed\"\r\n        ],\r\n        [\r\n            3,\r\n            \"Contract\"\r\n        ],\r\n        [\r\n            1,\r\n            \"Probation\"\r\n        ],\r\n        [\r\n            4,\r\n            \"Trainee\"\r\n        ]\r\n    ]\r\n}"}],"_postman_id":"07d3ce04-6a0c-4652-85b8-c41749f0b757"},{"name":"Get greytHR Position/Category","id":"ffbbc351-3635-48d3-a7c5-05bde21ba060","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":" [\"cat::Department\",\"cat::Location\",\"cat::Company\"]","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/hr/v2/lov","urlObject":{"protocol":"https","path":["hr","v2","lov"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"6e764db8-8933-4e76-8727-7af93199bc41","name":"Get greytHR Position/Category","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":" [\"cat::Department\",\"cat::Location\",\"cat::Company\"]","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/hr/v2/lov"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"cat::Company\": [\n        [\n            59,\n            \"ABC Compny\",\n            \"\"\n        ],\n        [\n            60,\n            \"XYZ Company\",\n            null\n        ]\n    ],\n    \"cat::Location\": [\n        [\n            4,\n            \"Bangalore\",\n            null\n        ],\n        [\n            12,\n            \"Bellary\",\n            null\n        ],\n        [\n            15,\n            \"Bidar\",\n            null\n        ],\n        [\n            24,\n            \"Calicut\",\n            null\n        ],\n        [\n            3,\n            \"Chennai\",\n            null\n        ],\n        [\n            23,\n            \"Cochin\",\n            null\n        ],\n        [\n            11,\n            \"Davangere\",\n            null\n        ],\n        [\n            2,\n            \"Delhi\",\n            null\n        ],\n        [\n            10,\n            \"Doddaballapur\",\n            null\n        ],\n        [\n            14,\n            \"Gulbarga\",\n            null\n        ],\n        [\n            21,\n            \"Guntur\",\n            null\n        ],\n        [\n            6,\n            \"Hassan\",\n            null\n        ],\n        [\n            17,\n            \"Hoskote\",\n            null\n        ],\n        [\n            13,\n            \"Hubli\",\n            null\n        ],\n        [\n            18,\n            \"Hyderabad\",\n            null\n        ],\n        [\n            62,\n            \"INDIA-BANGALORE\",\n            null\n        ],\n        [\n            8,\n            \"Mandya\",\n            null\n        ],\n        [\n            9,\n            \"Mangalore\",\n            null\n        ],\n        [\n            1,\n            \"Mumbai\",\n            null\n        ],\n        [\n            5,\n            \"Mysore\",\n            null\n        ],\n        [\n            16,\n            \"Sirsi\",\n            null\n        ],\n        [\n            7,\n            \"Thumkur\",\n            null\n        ],\n        [\n            22,\n            \"Tiptur\",\n            null\n        ],\n        [\n            19,\n            \"Tirupati\",\n            null\n        ],\n        [\n            25,\n            \"Trivandrum\",\n            null\n        ],\n        [\n            20,\n            \"Vijayawada\",\n            null\n        ]\n    ],\n    \"cat::Department\": [\n        [\n            29,\n            \"Development\",\n            null\n        ],\n        [\n            46,\n            \"Facilities\",\n            \"\"\n        ],\n        [\n            27,\n            \"Finance\",\n            null\n        ],\n        [\n            28,\n            \"HR\",\n            null\n        ],\n        [\n            54,\n            \"product\",\n            \"\"\n        ],\n        [\n            26,\n            \"Sales\",\n            null\n        ]\n    ]\n}"}],"_postman_id":"ffbbc351-3635-48d3-a7c5-05bde21ba060"},{"name":"Get Bank Branch Details","id":"22f0e0fc-e50b-4183-a95f-58ee5bf117d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/hr/v2/lov/banks/{bankId}/branches","urlObject":{"protocol":"https","path":["hr","v2","lov","banks","{bankId}","branches"],"host":["api.greythr.com"],"query":[],"variable":[]}},"response":[{"id":"93a9db04-9aca-48cb-90c5-7709fadd34db","name":"Get Bank Branch Details","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/hr/v2/lov/banks/{bankId}/branches"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": \"M.G. Road, Bangalore\"\n    }\n]"}],"_postman_id":"22f0e0fc-e50b-4183-a95f-58ee5bf117d0"},{"name":"Add greytHR Org Entities","id":"97642344-c691-4b31-b486-f7a43efb09e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n      \"code\": \"IND\",\r\n      \"description\": \"India\",\r\n      \"orgUnit\": \"Country\",\r\n      \"assignTo\": \"\"\r\n    },\r\n    {\r\n      \"code\": \"WI\",\r\n      \"description\": \"West Indies\",\r\n      \"orgUnit\": \"Country\",\r\n      \"assignTo\": \"\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/hr/v2/lov/org/entities","description":"<p>This API helps to add Org Entities under Org Units. This API can help add both parent-level org entities and child-level org entities if the required request payload is sent.</p>\n","urlObject":{"protocol":"https","path":["hr","v2","lov","org","entities"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"ba2e876e-9390-4323-9dde-980d07480586","name":"Add greytHR Org Entities","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/hr/v2/lov/org/entities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n \"status\" : 200\r\n \"errors\" : {},\r\n \"message\" : \"Data uploaded successfully\"\r\n}"}],"_postman_id":"97642344-c691-4b31-b486-f7a43efb09e8"}],"id":"5a6a3fc8-6aea-4d39-88f6-632ea7a2d098","description":"<p>In a number of places in greytHR, a value needs to be selected from a list of values. For example, we can have lists of qualifications, banks, blood groups, etc. </p>\n","_postman_id":"5a6a3fc8-6aea-4d39-88f6-632ea7a2d098"},{"name":"Documents","item":[{"name":"Employee Documents","item":[{"name":"Get Employee Documents","id":"f271dd79-66e0-444e-9d3b-80a103325ddd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/emp-docs/{employeeId}/{categoryId}","description":"<p><strong>Employee Documents by Employee ID and Category ID</strong></p>\n<p>This API endpoint is used to fetch employee documents based on employee ID and category ID.</p>\n<p><strong>Query Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>employeeId  <br />  <br />Ex: 11</td>\n<td>Yes</td>\n<td>Depending on the employee ID, the details of the employees documents are retrieved.</td>\n</tr>\n<tr>\n<td>categoryId  <br />  <br />Ex: 3</td>\n<td>Optional</td>\n<td>Based on the category ID, the employees document information is retrieved for an employee.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["employee","v2","emp-docs","{employeeId}","{categoryId}"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"b559a7c7-8dd6-417e-87a2-33570626f9df","name":"Get Employee Documents","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":{"raw":"https://api.greythr.com/employee/v2/emp-docs/{employeeId}/{categoryId}","protocol":"https","host":["api","greythr","com"],"path":["employee","v2","emp-docs","{employeeId}","{categoryId}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"category\": 1,\n        \"document\": [\n            {\n                \"id\": \"ff80808156fa37940156fe2dcede03ec\",\n                \"files\": [\n                    {\n                        \"id\": \"bc229d34-2dca-465c-aa2e-1427dc616566\",\n                        \"name\": \"5001.pdf\",\n                        \"createdDate\": \"2022-12-08T13:22:45.585\"\n                    }\n                ]\n            },\n            {\n                \"id\": \"ff808081571e34610157276317a605d4\",\n                \"files\": [\n                    {\n                        \"id\": \"ca566371-c7ea-4646-b1aa-cdc388477ce2\",\n                        \"name\": \"samp.pdf\",\n                        \"createdDate\": \"2022-12-08T17:48:35.757\"\n                    },\n                    {\n                        \"id\": \"f749af41-1b09-4af7-b006-d8b491667fe7\",\n                        \"name\": \"5001.pdf\",\n                        \"createdDate\": \"2022-12-08T17:48:35.337\"\n                    },\n                    {\n                        \"id\": \"8bd486a9-4948-485b-9553-1eb851b71ef5\",\n                        \"name\": \"samplepdf.pdf\",\n                        \"createdDate\": \"2022-12-08T17:48:35.55\"\n                    }\n                ]\n            }\n        ]\n    },\n    {\n        \"category\": 3,\n        \"document\": [\n            {\n                \"id\": \"ff808081586875fe0158709bf88105e8\",\n                \"files\": [\n                    {\n                        \"id\": \"d2fcbf78-6626-4461-8dcb-a18b5465ad5e\",\n                        \"name\": \"5001.pdf\",\n                        \"createdDate\": \"2022-12-08T13:30:28.786\"\n                    }\n                ]\n            }\n        ]\n    }\n]"}],"_postman_id":"f271dd79-66e0-444e-9d3b-80a103325ddd"},{"name":"Download Employee Documents","id":"705297c4-3e23-4bf2-98bb-2f0dae7ef6f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/employee/v2/emp-docs/{employeeId}/{documentId}/{fieId}","description":"<p>API to download employee documents.</p>\n<p><strong>Query Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>employeeId  <br />  <br />Ex : 11</td>\n<td>Yes</td>\n<td>Required to identify, and verify the employee.</td>\n</tr>\n<tr>\n<td>documentId  <br />  <br />Ex: 858bde53acbe70bf59fbfd6f4f3d49c9e91f20b</td>\n<td>Yes</td>\n<td>According to the document ID, the appropriate attachment is retrieved.</td>\n</tr>\n<tr>\n<td>field  <br />Ex :  <br />70bf59fbfd6f4f3d49c9e91f20b858bde53acbe</td>\n<td>Yes</td>\n<td>Attachment has a list of attachment files, according to a field ID the required attachment file is downloaded.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["employee","v2","emp-docs","{employeeId}","{documentId}","{fieId}"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"429fa541-faee-4d34-a79c-2af37c1a1cda","name":"Download Employee Documents","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":{"raw":"https://api.greythr.com/employee/v2/emp-docs/{employeeId}/{documentId}/{fileId}","protocol":"https","host":["api","greythr","com"],"path":["employee","v2","emp-docs","{employeeId}","{documentId}","{fileId}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"%PDF-1.3\n%����\n\n1 0 obj\n<<\n/Type /Catalog\n/Outlines 2 0 R\n/Pages 3 0 R\n>>\nendobj\n\n2 0 obj\n<<\n/Type /Outlines\n/Count 0\n>>\nendobj\n\n3 0 obj\n<<\n/Type /Pages\n/Count 2\n/Kids [ 4 0 R 6 0 R ] \n>>\nendobj\n\n4 0 obj\n<<\n/Type /Page\n/Parent 3 0 R\n/Resources <<\n/Font <<\n/F1 9 0 R \n>>\n/ProcSet 8 0 R\n>>\n/MediaBox [0 0 612.0000 792.0000]\n/Contents 5 0 R\n>>\nendobj\n\n5 0 obj\n<< /Length 1074 >>\nstream\n2 J\nBT\n0 0 0 rg\n/F1 0027 Tf\n57.3750 722.2800 Td\n( A Simple PDF File ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 688.6080 Td\n( This is a small demonstration .pdf file - ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 664.7040 Td\n( just for use in the Virtual Mechanics tutorials. More text. And more ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 652.7520 Td\n( text. And more text. And more text. And more text. ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 628.8480 Td\n( And more text. And more text. And more text. And more text. And more ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 616.8960 Td\n( text. And more text. Boring, zzzzz. And more text. And more text. And ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 604.9440 Td\n( more text. And more text. And more text. And more text. And more text. ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 592.9920 Td\n( And more text. And more text. ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 569.0880 Td\n( And more text. And more text. And more text. And more text. And more ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 557.1360 Td\n( text. And more text. And more text. Even more. Continued on page 2 ...) Tj\nET\nendstream\nendobj\n\n6 0 obj\n<<\n/Type /Page\n/Parent 3 0 R\n/Resources <<\n/Font <<\n/F1 9 0 R \n>>\n/ProcSet 8 0 R\n>>\n/MediaBox [0 0 612.0000 792.0000]\n/Contents 7 0 R\n>>\nendobj\n\n7 0 obj\n<< /Length 676 >>\nstream\n2 J\nBT\n0 0 0 rg\n/F1 0027 Tf\n57.3750 722.2800 Td\n( Simple PDF File 2 ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 688.6080 Td\n( ...continued from page 1. Yet more text. And more text. And more text. ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 676.6560 Td\n( And more text. And more text. And more text. And more text. And more ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 664.7040 Td\n( text. Oh, how boring typing this stuff. But not as boring as watching ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 652.7520 Td\n( paint dry. And more text. And more text. And more text. And more text. ) Tj\nET\nBT\n/F1 0010 Tf\n69.2500 640.8000 Td\n( Boring.  More, a little more text. The end, and just as well. ) Tj\nET\nendstream\nendobj\n\n8 0 obj\n[/PDF /Text]\nendobj\n\n9 0 obj\n<<\n/Type /Font\n/Subtype /Type1\n/Name /F1\n/BaseFont /Helvetica\n/Encoding /WinAnsiEncoding\n>>\nendobj\n\n10 0 obj\n<<\n/Creator (Rave \\(http://www.nevrona.com/rave\\))\n/Producer (Nevrona Designs)\n/CreationDate (D:20060301072826)\n>>\nendobj\n\nxref\n0 11\n0000000000 65535 f\n0000000019 00000 n\n0000000093 00000 n\n0000000147 00000 n\n0000000222 00000 n\n0000000390 00000 n\n0000001522 00000 n\n0000001690 00000 n\n0000002423 00000 n\n0000002456 00000 n\n0000002574 00000 n\n\ntrailer\n<<\n/Size 11\n/Root 1 0 R\n/Info 10 0 R\n>>\n\nstartxref\n2714\n%%EOF"}],"_postman_id":"705297c4-3e23-4bf2-98bb-2f0dae7ef6f8"},{"name":"Add Employee Document Category","id":"f364e4b9-77c7-452d-afce-f469e5ce8b2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n\r\n\"name\":\"ATS Uploads\",\r\n\r\n\"code\":\"ATS\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/emp-docs/category","description":"<p>This API is used to add the employee document category to the system</p>\n","urlObject":{"protocol":"https","path":["employee","v2","emp-docs","category"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"c5317be8-38bc-4a52-a48e-8fad3af55fae","name":"Add Employee Document Category","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/emp-docs/category"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{“id”:”7”}"}],"_postman_id":"f364e4b9-77c7-452d-afce-f469e5ce8b2c"},{"name":"Add Employee Document","id":"2264d820-48b3-463c-9ddd-8afa6832c0a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employee-docs/{employeeId}/{category}","description":"<p>This API is used to add the employee document to the system</p>\n<h3 id=\"query-parameter\"><strong>Query Parameter</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter Name</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>employeeId  <br />  <br />Ex: 23</td>\n<td>yes</td>\n<td>Required to identify, verify the employee.</td>\n</tr>\n<tr>\n<td>category  <br />  <br />Ex: 1</td>\n<td>yes</td>\n<td>Based on the category provided the document will be mapped to the right category.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["employee","v2","employee-docs","{employeeId}","{category}"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"6c678e82-f303-42d7-bf1b-306a4b5b2d0f","name":"Add Employee Document","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/employee/v2/employee-docs/{employeeId}/{category}"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":" 201 Created\r\n{“id”:”858bde53acbe70bf59fbfd6f4f3d49c9e91f20b”}"}],"_postman_id":"2264d820-48b3-463c-9ddd-8afa6832c0a8"}],"id":"254b6bdf-0e3f-457e-9cb5-bb72a6ba95a9","_postman_id":"254b6bdf-0e3f-457e-9cb5-bb72a6ba95a9","description":""}],"id":"9bc68b32-b47e-4929-a818-c9b0ecfbfa07","_postman_id":"9bc68b32-b47e-4929-a818-c9b0ecfbfa07","description":""},{"name":"Audit Log","item":[{"name":"Audit Log","id":"796dcb76-bec9-4e8e-b38b-51e69da5288b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.greythr.com/employee/v2/audit/logs","description":"<p>This API allows retrieval of audit logs via the API, enabling access and filtering of log data for monitoring, debugging, and reporting purposes.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<h4 id=\"query-parameters\">Query Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>startDate</code></td>\n<td>String('YYYY-MM-DD')</td>\n<td>Filter logs starting from this date</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>String('YYYY-MM-DD')</td>\n<td>Filter logs up to this date</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td><code>categories</code></td>\n<td>List</td>\n<td>Filters logs belongs to the list of category provided</td>\n<td><code>false</code></td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Integer</td>\n<td>Fetch logs details based on the Page no, Default is 0</td>\n<td><code>false</code></td>\n</tr>\n<tr>\n<td><code>size</code></td>\n<td>Integer</td>\n<td>No of records fetched, default is 25</td>\n<td><code>false</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["employee","v2","audit","logs"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"a013b21b-0e43-4b36-b046-43c68a7eae8f","name":"Audit Log","originalRequest":{"method":"GET","header":[],"url":"https://api.greythr.com/employee/v2/audit/logs"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    {\r\n      \"audit_date\": \"2024-02-07T14:35:00Z\",\r\n      \"audit_category\": \"User Login\",\r\n      \"remote_address\": \"119.82.124.50\",\r\n      \"user\": \"Admin\",\r\n      \"employee\": null,\r\n      \"additional_info\": \"Successful login attempt\"\r\n    },\r\n    {\r\n      \"audit_date\": \"2024-03-04T14:35:00Z\",\r\n      \"audit_category\": \"User Login\",\r\n      \"remote_address\": \"119.71.124.50\",\r\n      \"user\": \"Admin\",\r\n      \"employee\": null,\r\n      \"additional_info\": \"Successful login attempt\"\r\n    } \r\n}"}],"_postman_id":"796dcb76-bec9-4e8e-b38b-51e69da5288b"}],"id":"323e3637-807c-4255-ba5a-9e6532ff927d","_postman_id":"323e3637-807c-4255-ba5a-9e6532ff927d","description":""},{"name":"Users","item":[{"name":"Add New Users","id":"a5ea0519-c65d-44e4-94dc-c618b7912b15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"test\",\r\n  \"email\" : \"test@hmail.com\",\r\n  \"roles\" : [\"manager\",\"employee\"],\r\n   \"loginUserName\" : \"testLogin\",\r\n  \"isSystemDisabled\" : false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/user/v2/users","description":"<p>Adds new users to the GreytHR system</p>\n<p>Helps you to add a new user at a time to the greytHR database. The user can be an admin or an employee. You can use the request body parameters to add the user’s name, email ID, and list of user roles.</p>\n<h2 id=\"path-parameter-table\">Path Parameter Table</h2>\n<p>No path parameters are required.</p>\n<h2 id=\"request-parameter-table\">Request Parameter Table</h2>\n<p>No request parameters are required.</p>\n<h2 id=\"request-body-parameter-table\">Request Body Parameter Table</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Parameter Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Required</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>true</td>\n<td>User name</td>\n</tr>\n<tr>\n<td>email</td>\n<td>true</td>\n<td>User's email</td>\n</tr>\n<tr>\n<td>roles</td>\n<td>true</td>\n<td>List of roles to be assigned to the user</td>\n</tr>\n<tr>\n<td>loginUserName</td>\n<td>Optional</td>\n<td>Login user name</td>\n</tr>\n<tr>\n<td>isSystemDisabled</td>\n<td>Optional</td>\n<td>Is system disable. true/false</td>\n</tr>\n<tr>\n<td>shortlist</td>\n<td>Optional</td>\n<td>Category shortlist for employees  <br />  <br />Ex: In below sample request body 'Location' is category type and under this 'Bangalore' &amp; 'Mysore' are category values.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["user","v2","users"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"02557ad1-7e1d-4a96-894b-951f2ee24d08","name":"POST Add New Users","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","type":"text","value":"Access Token"},{"key":"x-greythr-domain","type":"text","value":"Yourcompany.greythr.com"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"test\",\r\n  \"email\" : \"test@hmail.com\",\r\n  \"roles\" : [\"manager\",\"employee\"],\r\n  \"loginUserName\" : \"testLogin\",\r\n  \"isSystemDisabled\" : false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/user/v2/users"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"User added successfully\r\nstatus: 201 created\t"}],"_postman_id":"a5ea0519-c65d-44e4-94dc-c618b7912b15"},{"name":"Get Users List","id":"30246605-7d31-40bd-a2f7-326b42fad7c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/user/v2/users","description":"<h2 id=\"get-users-list\">Get Users List</h2>\n<p>Helps you collect the details of all <strong>active Named users</strong> and <strong>Employee users</strong>, along with their <strong>basic information</strong>.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<p>No path parameters required</p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>userType</code></td>\n<td>String</td>\n<td>Specifies the user type available: <code>admin</code> or <code>employee</code></td>\n<td><code>false</code></td>\n<td><code>admin</code></td>\n</tr>\n<tr>\n<td><code>userName</code></td>\n<td>String</td>\n<td>Specific user matching the username</td>\n<td><code>false</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["user","v2","users"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"7ce365bb-d305-4434-9ad0-9b0b3f1fd4ad","name":"Get Users List 200 - OK","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":{"raw":"https://api.greythr.com/user/v2/users","protocol":"https","host":["api","greythr","com"],"path":["user","v2","users"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"userName\": \"cadmin\",\n        \"name\": null,\n        \"admin\": false,\n        \"employee\": null,\n        \"deleted\": false,\n        \"type\": 0,\n        \"onboardingStatus\": null,\n        \"systemPassword\": null\n    }\n]    "},{"id":"ab2278ef-f03e-40e4-9cc8-63ab8cedc7c6","name":"Get Users List 403 Forbidden","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":{"raw":"https://api.greythr.com/user/v2/users","protocol":"https","host":["api","greythr","com"],"path":["user","v2","users"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"AUTHORIZATION\",\n  \"code\": \"AUTHORIZATION_FAILED\",\n  \"message\": \"Invalid API user\",\n  \"details\": null\n}"}],"_postman_id":"30246605-7d31-40bd-a2f7-326b42fad7c4"},{"name":"Get Employee User ID","id":"825b80d8-f90a-4a37-b403-742e2a3680a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/user/v2/users?userType=employee&userName=Employee Number","description":"<p><strong>Get Employee User ID</strong></p>\n<p>We use this API call to enable sign-in and obtain the user ID based on the provided employee number, which is essential for acquiring the Graphical User ID (GUID) in the next step.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<p>No path parameters required</p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>userType</code></td>\n<td>String</td>\n<td>Specifies the user type available, in this case, it should be <code>employee</code></td>\n<td><code>true</code></td>\n<td><code>admin</code> ,but we have to use employee</td>\n</tr>\n<tr>\n<td><code>userName</code></td>\n<td>String</td>\n<td>Specific user matching the <code>Employee Number</code></td>\n<td><code>true</code></td>\n<td>We need to provide the employee number</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["user","v2","users"],"host":["api","greythr","com"],"query":[{"key":"userType","value":"employee"},{"key":"userName","value":"Employee Number"}],"variable":[]}},"response":[{"id":"791299c7-8e5b-4a37-bbc0-8eaa108808c0","name":"Get Employee User ID","originalRequest":{"method":"GET","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":{"raw":"https://api.greythr.com/user/v2/users?userType=employee&userName=Employee Number","protocol":"https","host":["api","greythr","com"],"path":["user","v2","users"],"query":[{"key":"userType","value":"employee"},{"key":"userName","value":"Employee Number"},{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 12,\n        \"userName\": \"5014\",\n        \"email\": null,\n        \"admin\": false,\n        \"employee\": 5,\n        \"deleted\": false,\n        \"type\": 250,\n        \"onboardingStatus\": null,\n        \"systemPassword\": false\n    }\n]\n"}],"_postman_id":"825b80d8-f90a-4a37-b403-742e2a3680a9"},{"name":"User SSO","id":"b9121c50-f10d-45a8-9112-ffc8ddc199ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":"https://api.greythr.com/user/v2/users/{userid}/auth","description":"<h1 id=\"user-sso\">User SSO</h1>\n<p>This API helps in getting an OTT [One Time Token] of a User either it may be a Named User or an Employee User which is used while Single Sign On[SSO]. This API gets the GUID for the user they need to authenticate the user using the GUID. This API has userId path param by which we get the user of a specific user id.</p>\n<p>SSO can be done by making an HTTP redirect to the authentication URL. Here we have to pass the GUID as a parameter as shown below:</p>\n<p><a href=\"https://yourcompany.greythr.com/uas/portal/auth/login?guid=66aa3645-360b-4bef-b6bd-c715eeb8fa36\"><code>https://yourcompany.greythr.com/uas/portal/auth/login?guid=66aa3645-360b-4bef-b6bd-c715eeb8fa36</code></a></p>\n<h2 id=\"parameters\">Parameters</h2>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><br />  <br /><strong>Name</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Type</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Description</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Required</strong>  <br />  <br /></th>\n<th><br />  <br /><strong>Default Value</strong>  <br />  <br /></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br />  <br /><code>userId</code>  <br />  <br /></td>\n<td><br />  <br />integer  <br />  <br /></td>\n<td><br />  <br />User Id of an User[Named/Employee]  <br />  <br /></td>\n<td><br />  <br /><code>true</code>  <br />  <br /></td>\n<td><br />  <br /></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"query-params\">Query Params</h3>\n<p>No query parameter</p>\n<hr />\n","urlObject":{"protocol":"https","path":["user","v2","users","{userid}","auth"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"d8899b69-de1a-40de-9a2a-c2ffcab88596","name":"User SSO 200 - OK","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":{"raw":"https://api.greythr.com/user/v2/users/{userid}/auth","protocol":"https","host":["api","greythr","com"],"path":["user","v2","users","{userid}","auth"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"guid\": \"66aa3645-360b-4bef-b6bd-c715eeb8fa36\"\n}"},{"id":"d08bd2df-79b5-4d09-a9bf-3e2fc7bc2146","name":"User SSO 403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"url":{"raw":"https://api.greythr.com/user/v2/users/{userid}/auth","protocol":"https","host":["api","greythr","com"],"path":["user","v2","users","{userid}","auth"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"AUTHORIZATION\",\n  \"code\": \"AUTHORIZATION_FAILED\",\n  \"message\": \"Invalid API user\",\n  \"details\": null\n}"}],"_postman_id":"b9121c50-f10d-45a8-9112-ffc8ddc199ef"},{"name":"Generate Named User Password","id":"5833dd6c-84e8-4fbd-bc1b-3c2bdf79c39b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userName\" : \"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/user/v2/users/generate-password","description":"<p>This API facilitates generating a password reset link for greytHR Named Users. It locates the Named User using the provided <code>userName</code> and sends the reset link to the email address associated with the user.</p>\n<h1 id=\"path-parameter-table\">Path Parameter Table</h1>\n<p>No path parameters are required.</p>\n<h2 id=\"request-parameter-table\">Request Parameter Table</h2>\n<p>No request parameters are required.</p>\n","urlObject":{"protocol":"https","path":["user","v2","users","generate-password"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"bf6c0f80-255e-4df2-a845-deef1395165a","name":"Generate Named User Password","originalRequest":{"method":"POST","header":[{"key":"ACCESS-TOKEN","value":"Access Token","type":"text"},{"key":"x-greythr-domain","value":"Yourcompany.greythr.com","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userName\" : \"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/user/v2/users/generate-password"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"Mail sent successfully!"}],"_postman_id":"5833dd6c-84e8-4fbd-bc1b-3c2bdf79c39b"},{"name":"Enable/Disable NamedUser API","id":"d40327e5-87c8-4d7b-b694-c8e30f471a8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\" : \"cadmin\",\r\n    \"enableUser\" : \"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/user/v2/users/enable","description":"<p>This API allows enabling or disabling a greytHR Named User. It identifies the Named User based on the provided username and updates the user's status according to the <code>enableUser</code> field value: <code>true</code> to enable or <code>false</code> to disable the user.</p>\n<h1 id=\"path-parameters\">Path Parameters</h1>\n<p>No path parameters</p>\n<h1 id=\"query-params\">Query Params</h1>\n<p>No Query Params</p>\n","urlObject":{"protocol":"https","path":["user","v2","users","enable"],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"edb6fea0-f0af-42d6-9474-7a627639b244","name":"Enable/Disable NamedUser API","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userName\" : \"cadmin\",\r\n    \"enableUser\" : \"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/user/v2/users/enable"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"User updated successfully"}],"_postman_id":"d40327e5-87c8-4d7b-b694-c8e30f471a8b"}],"id":"9b31496e-fda5-4c0e-a534-c41644d4af06","_postman_id":"9b31496e-fda5-4c0e-a534-c41644d4af06","description":""},{"name":"Recruit","item":[{"name":"Job","item":[{"name":"Get All Jobs","id":"3a845109-d181-4de7-b811-ae18cabc4abe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.greythr.com/recruit/v1/jobs/","description":"<p>This API lets you fetch a list of jobs along with their details.</p>\n<p>You can filter the results using parameters like job status, location, and other available options.</p>\n<p>The API returns data in pages. By default, each page contains <strong>25 job records</strong>, but you can increase this limit using the <code>pageSize</code> parameter.asaasasssssssssssssssssssssssssssssssss</p>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n<th>Default Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>Case-insensitive partial match on job title</td>\n<td>false</td>\n<td>null</td>\n</tr>\n<tr>\n<td>skills</td>\n<td>String</td>\n<td>Required skills (comma-separated)</td>\n<td>false</td>\n<td>null</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>published, unpublished, unlisted, closed, unapproved, archived, on_hold, rejected, auto-rejected</td>\n<td>false</td>\n<td>null</td>\n</tr>\n<tr>\n<td>category.</td>\n<td>String</td>\n<td>Employee category filter (Example: <code>category.location=Delhi,Mumbai</code>)</td>\n<td>false</td>\n<td>null</td>\n</tr>\n<tr>\n<td>createdAfter</td>\n<td>String</td>\n<td>Jobs created on or after date (YYYY-MM-DD). Must be used with <code>createdBefore</code></td>\n<td>false</td>\n<td>null</td>\n</tr>\n<tr>\n<td>createdBefore</td>\n<td>String</td>\n<td>Jobs created on or before date (YYYY-MM-DD). Must be used with <code>createdAfter</code></td>\n<td>false</td>\n<td>null</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String</td>\n<td>Creator user IDs (comma-separated)</td>\n<td>false</td>\n<td>null</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>Page number for pagination</td>\n<td>false</td>\n<td>1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Integer</td>\n<td>Number of records per page (Maximum 500)</td>\n<td>false</td>\n<td>25</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["recruit","v1","jobs",""],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"7e77d9ed-c80e-4475-87ef-8942f7814560","name":"Get All Jobs","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.greythr.com/recruit/v1/jobs/"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n  \"pages\": {\r\n      \"totalPages\": 3,\r\n      \"totalElements\": 132,\r\n      \"size\": 25,\r\n      \"empty\": false,\r\n      \"hasNext\": true,\r\n      \"hasPrevious\": false,\r\n      \"first\": true,\r\n      \"last\": false\r\n  },\r\n  \"data\": [\r\n    {\r\n      \"id\": \"96f0b792-2a8d-4091-a588-1d3ac168fd9a\",\r\n      \"externalId\": \"corr-123\",\r\n      \"title\": \"Senior Software Engineer\",\r\n      \"reqId\": \"REQ-001\",\r\n      \"description\": \"We are looking for a Senior Software Engineer...\",\r\n      \"minExperience\": 5,\r\n      \"maxExperience\": 8,\r\n      \"minCtc\": 1500000,\r\n      \"maxCtc\": 2500000,\r\n      \"currency\": \"INR\",\r\n      \"skills\": [\"Python\", \"Django\", \"PostgreSQL\", \"AWS\"],\r\n      \"noOfPositions\": 2,\r\n      \"employeeCategories\": {\r\n        \"1\": [\"121\", \"232\"],\r\n        \"4\": [\"676\"]\r\n      },\r\n      \"status\": \"published\",\r\n      \"createdAt\": \"2025-01-15T10:30:00Z\",\r\n      \"modifiedAt\": \"2025-01-20T14:22:00Z\",\r\n      \"createdBy\": \"2\",\r\n      \"modifiedBy\": \"2\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"3a845109-d181-4de7-b811-ae18cabc4abe"},{"name":"Get Job Details","id":"9ed3bee7-e367-4e9f-bdc9-0c5b880ae7cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.greythr.com/recruit/v1/jobs/{id}/","description":"<p>This API retrieves the complete details of a job using its unique ID.</p>\n<p>The response includes the job’s main information, along with the reviewers, assigned hiring team members, and the platforms where the job is publi</p>\n<h2 id=\"query-parameters\">Query Parameters.</h2>\n<p>No query parameters are required for this endpoint.</p>\n","urlObject":{"protocol":"https","path":["recruit","v1","jobs","{id}",""],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"07c5d266-3697-4375-914d-61f88ada396a","name":"Get Job Details","originalRequest":{"method":"GET","header":[],"url":"https://api.greythr.com/recruit/v1/jobs/{id}/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"96f0b792-2a8d-4091-a588-1d3ac168fd9a\",\r\n  \"externalId\": \"corr-123\",\r\n  \"title\": \"Senior Software Engineer\",\r\n  \"reqId\": \"REQ-001\",\r\n  \"description\": \"We are looking for a Senior Software Engineer...\",\r\n  \"minExperience\": 5,\r\n  \"maxExperience\": 8,\r\n  \"minCtc\": 1500000,\r\n  \"maxCtc\": 2500000,\r\n  \"currency\": \"INR\",\r\n  \"skills\": [\"Python\", \"Django\", \"PostgreSQL\", \"AWS\"],\r\n  \"noOfPositions\": 2,\r\n  \"employeeCategories\": {\r\n      \"1\": [\r\n          \"56\"\r\n      ],\r\n      \"2\": [\r\n          \"29\"\r\n      ],\r\n      \"10\": [\r\n          \"208\"\r\n      ]\r\n    },\r\n  \"status\": \"published\",\r\n  \"createdAt\": \"2025-01-15T10:30:00Z\",\r\n  \"modifiedAt\": \"2025-01-20T14:22:00Z\",\r\n  \"createdBy\": \"2\",\r\n  \"modifiedBy\": \"2\",\r\n  \"reviewers\": [\r\n    {\r\n      \"name\": \"John Doe\",\r\n      \"order\": 1,\r\n      \"email\": \"john.doe@example.com\",\r\n      \"status\": \"approved\",\r\n      \"invitedBy\": \"550e8400-e29b-41d4-a716-446655440000\"\r\n    }\r\n  ],\r\n  \"assignedTo\": [\r\n    {\r\n      \"name\": \"Jane Smith\",\r\n      \"email\": \"jane.smith@example.com\",\r\n      \"role\": \"recruiter\",\r\n      \"userId\": \"550e8400-e29b-41d4-a716-446655440002\"\r\n    }\r\n  ],\r\n  \"publishedOn\": [\r\n    {\r\n      \"platform\": \"career_page\",\r\n      \"publishedDate\": \"2025-01-18\"\r\n    }\r\n  ]\r\n}\r\n"}],"_postman_id":"9ed3bee7-e367-4e9f-bdc9-0c5b880ae7cc"},{"name":"Add Job","id":"2e1350f4-75bf-4f93-8384-e2b67477f5d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"Senior Software Engineer\",\r\n  \"description\": \"We are looking for an experienced software engineer with strong Python and Django experience.\",\r\n  \"otherFields\": {\r\n    \"minExperience\": 5,\r\n    \"maxExperience\": 8,\r\n    \"experienceUnits\": \"years\",\r\n    \"minCtc\": 1500000,\r\n    \"maxCtc\": 2500000,\r\n    \"currency\": \"INR\",\r\n    \"skills\": [\"Python\", \"Django\", \"PostgreSQL\", \"AWS\"],\r\n    \"noOfPositions\": 2,\r\n    \"jobType\": \"Full-time\"\r\n  },\r\n  \"employeeCategories\": {\r\n    \"1\": [\"2\", \"3\"]\r\n  },\r\n  \"customFields\": {\r\n    \"custom_field_key_1\": \"custom_value_1\"\r\n  },\r\n  \"hiringType\": \"Lateral\",\r\n  \"status\": \"unpublished\",\r\n  \"isHiringEvent\": false,\r\n  \"ijp\": false,\r\n  \"referrals\": true,\r\n  \"isConfidential\": false,\r\n  \"isRemote\": true,\r\n  \"hasDiversity\": true,\r\n  \"dateOpened\": \"2024-07-10\",\r\n  \"dateClosed\": \"2024-08-01\",\r\n  \"targetDate\": \"2024-08-15\",\r\n  \"reqId\": \"REQ-2024-001\",\r\n  \"correlationId\": \"corr-12345\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/recruit/v1/jobs/","description":"<p>This endpoint is used to create a new job posting in the recruitment platform. It adds the job to the system, sets up the required prescreening template, and checks that the employee categories and custom fields are valid before saving.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>Job title</td>\n<td><code>true</code></td>\n<td></td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Job description</td>\n<td><code>true</code></td>\n<td></td>\n</tr>\n<tr>\n<td>otherFields.minExperience</td>\n<td>Number</td>\n<td>Minimum years of experience required (default: 0)</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>otherFields.maxExperience</td>\n<td>Number</td>\n<td>Maximum years of experience required (default: 0). Must be &gt;= minExperience</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>otherFields.minCtc</td>\n<td>Number</td>\n<td>Minimum CTC (default: 0)</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>otherFields.maxCtc</td>\n<td>Number</td>\n<td>Maximum CTC (default: 0). Must be &gt;= minCtc</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>otherFields.currency</td>\n<td>String</td>\n<td>Currency code for CTC (default: <code>\"\"</code>)</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>otherFields.skills</td>\n<td>list of string</td>\n<td>list of comma-separated skills</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>otherFields.noOfPositions</td>\n<td>Number</td>\n<td>Number of positions to be filled (default: 0)</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>otherFields.jobType</td>\n<td>String</td>\n<td>Type of job (<code>\"Full-time\",\"Part-time\",\"Internship\",\"Contract\",\"Seasonal\",\"Contract To Hire\",\"Direct Contract\",\"Third Party Contract\",\"Temporary\",\"Volunteer\",\"Any\",\"Permanent\",\"Training\",\"Freelance\",\"Other\"</code>)</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>employeeCategories</td>\n<td>Object</td>\n<td>Dictionary mapping category IDs to list of value IDs. Invalid entries are filtered out automatically</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>hiringType</td>\n<td>String</td>\n<td>Type of hiring: <code>\"Lateral\"</code>, <code>\"Campus\"</code>, or <code>\"Campaign\"</code> (default: <code>\"Lateral\"</code>)</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Job status: <code>\"published\"</code>, <code>\"unpublished\"</code>, <code>\"unlisted\"</code>, <code>\"closed\"</code>, <code>\"unapproved\"</code>, <code>\"archived\"</code>, <code>\"on_hold\"</code>, <code>\"rejected\"</code>, <code>\"auto-rejected\"</code> (default: <code>\"unpublished\"</code>)</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>isHiringEvent</td>\n<td>Boolean</td>\n<td>Whether job is part of hiring event (default: false)</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>ijp</td>\n<td>Boolean</td>\n<td>Internal job posting flag (default: false)</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>referrals</td>\n<td>Boolean</td>\n<td>Whether referrals are allowed (default: false)</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>isConfidential</td>\n<td>Boolean</td>\n<td>Whether job is confidential (default: false)</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>isRemote</td>\n<td>Boolean</td>\n<td>Whether job is remote (default: false)</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>hasDiversity</td>\n<td>Boolean</td>\n<td>Whether job has diversity requirements (default: false)</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>dateClosed</td>\n<td>Date</td>\n<td>Job closing date in <code>YYYY-MM-DD</code> format</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>dateOpened</td>\n<td>Date</td>\n<td>Job opening date in <code>YYYY-MM-DD</code> format</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>targetDate</td>\n<td>Date</td>\n<td>Target date for hiring in <code>YYYY-MM-DD</code> format</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>reqId</td>\n<td>String</td>\n<td>Requisition ID. Auto-generated if not provided</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>externalId</td>\n<td>String</td>\n<td>Unique identifier from the original external or legacy system for reference and traceability.</td>\n<td>false</td>\n<td></td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String(GreytHR user ID)</td>\n<td>Creator userId</td>\n<td>false</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["recruit","v1","jobs",""],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"658bc41c-fc09-4c17-861b-e62c704f3bb4","name":"Add Job","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.greythr.com/recruit/v1/jobs/"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"id\": \"550e8400-e29b-41d4-a716-446655440000\",\r\n    \"externalId\": \"corr-12345\"\r\n}"}],"_postman_id":"2e1350f4-75bf-4f93-8384-e2b67477f5d8"}],"id":"3da3cc57-c1e6-4e1f-8ff0-e49de1b56832","_postman_id":"3da3cc57-c1e6-4e1f-8ff0-e49de1b56832","description":""},{"name":"Candidate","item":[{"name":"Get Candidate Details","id":"237b8076-8229-4292-ab4e-ac7e97318de5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.greythr.com/recruit/v1/candidates/{candidateId}/","description":"<p>This API lets you get detailed information about a specific candidate in a team.</p>\n<p>You just need to pass the candidate ID in the URL to fetch their personal details, contact information, and other profile data.</p>\n<p>It’s useful when you need the full candidate profile for viewing, reviewing, or further processing.</p>\n<h3 id=\"request-path\">Request Path</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>candidateId</code></td>\n<td>String</td>\n<td>Unique Identifier of the candidate of the team</td>\n<td>true</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["recruit","v1","candidates","{candidateId}",""],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"798738c7-9c83-4f79-8af6-0865c8a0e317","name":"Get Candidate Details","originalRequest":{"method":"GET","header":[],"url":"https://api.greythr.com/recruit/v1/candidates/{candidateId}/"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"id\": \"c2f311ee-9fc1-403b-85a7-110525546385\",\r\n    \"externalId\": \"c28881ee-9111-481b-sg6a-8875255455t5\",\r\n    \"name\": \"Harsh Sharma\",\r\n    \"emailId\": \"harsh@gmail.com\",\r\n    \"phoneNumber\": \"1100999922\",\r\n    \"location\": \"Jaipur\",\r\n    \"experience\": 1,\r\n    \"skills\": [\r\n        \"python\"\r\n    ],\r\n    \"isBlacklisted\": false,\r\n    \"sourceType\": \"Naukri.com\",\r\n    \"sourceCategory\": \"Job Board\",\r\n    \"createdAt\": \"2025-12-26T08:07:56.585792Z\",\r\n    \"dateOfBirth\": null,\r\n    \"modifiedAt\": \"2026-01-09T13:10:30.276905Z\",\r\n    \"resumeId\": \"4f1440cd-88eb-4a64-87a8-2464c7708ece\",\r\n    \"resumeFileName\": \"2ensjyoUi5_naukri_amitrp9gmailcom_90758107_6.pdf\",\r\n    \"createdBy\": \"1\",\r\n    \"modifiedBy\": \"1\"\r\n}"}],"_postman_id":"237b8076-8229-4292-ab4e-ac7e97318de5"},{"name":"Add Candidate","id":"ca6eb6d1-9ad0-4a5c-aec4-973e89d7d6fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"fullName\": \"John Doe\",\r\n  \"emailId\": \"john.doe@example.com\",\r\n  \"phoneNumber\": \"+1234567890\",\r\n  \"location\": \"New York\",\r\n  \"experience\": 5,\r\n  \"skills\": [\"Python\", \"Django\", \"REST API\"],\r\n  \"dateOfBirth\": \"1990-01-15\",\r\n  \"source\": \"LinkedIn\",\r\n  \"externalId\": \"corr-12345\",\r\n   \"createdBy\": \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/recruit/v1/candidates/","description":"<p>This API lets you create a new candidate record in greytHR Recruit.</p>\n<p>You can use it to add candidates from job boards, CRMs, or custom forms by sending their basic and contact details.</p>\n<p>It helps keep all candidate profiles in one place within greytHR Recruit.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fullName</td>\n<td>String</td>\n<td>Candidate's full name</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td>emailId</td>\n<td>String</td>\n<td>Email address of the candidate (must be unique within the team, case-insensitive)</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>String</td>\n<td>Phone number of the candidate</td>\n<td><code>false</code></td>\n</tr>\n<tr>\n<td>location</td>\n<td>String</td>\n<td>Location or city of the candidate</td>\n<td>false</td>\n</tr>\n<tr>\n<td>experience</td>\n<td>Number</td>\n<td>Months of experience</td>\n<td>false</td>\n</tr>\n<tr>\n<td>skills</td>\n<td>List of strings</td>\n<td>Defaults to empty array [] if not provided</td>\n<td>false</td>\n</tr>\n<tr>\n<td>dateOfBirth</td>\n<td>Date</td>\n<td>Date of birth in YYYY-MM-DD format (ISO 8601)</td>\n<td>false</td>\n</tr>\n<tr>\n<td>source</td>\n<td>String</td>\n<td>Source type of the candidate. Must be a valid source type that exists in the system (e.g., \"LinkedIn\", \"User Upload\", \"Referrals\", \"Career Page\", \"E-Mail\")</td>\n<td>false</td>\n</tr>\n<tr>\n<td>externalId</td>\n<td>String</td>\n<td>Unique identifier from the original external system for reference and traceability.</td>\n<td>false</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String(GreytHR user ID)</td>\n<td>Creator userId</td>\n<td>false</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["recruit","v1","candidates",""],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"a799967c-e067-4246-9bc5-479c07e9012f","name":"Add Candidate","originalRequest":{"method":"POST","header":[],"url":"https://api.greythr.com/recruit/v1/candidates/"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"id\": \"550e8400-e29b-41d4-a716-446655440000\",\r\n    \"externalId\": \"corr-12345\"\r\n}"}],"_postman_id":"ca6eb6d1-9ad0-4a5c-aec4-973e89d7d6fe"},{"name":"Get All Candidates","id":"8423e899-f64d-405c-8dcb-3b17a5eb3b01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.greythr.com/recruit/v1/candidates/","description":"<p>This API lets you fetch a list of candidates along with their details.</p>\n<p>You can filter the results using parameters like email, created date, and candidate status.</p>\n<p>The API returns data in pages. By default, each page contains 25 candidate records, but you can increase this limit using the <code>pageSize</code> parameter in the URL.</p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>Filter candidates by name (case-insensitive partial match)</td>\n<td>false</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>emailId</code></td>\n<td>String</td>\n<td>Filter candidates by email (case-insensitive partial match)</td>\n<td>false</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>phoneNumber</code></td>\n<td>String</td>\n<td>Filter candidates by phone number</td>\n<td>false</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>source</code></td>\n<td>String</td>\n<td>Filter by candidate source. Possible values :User Upload, LinkedIn, Career Page, E-Mail, Referrals, Glassdoor.com, Indeed.com, Naukri.com, MonsterIndia.com, Hirist.com, IIMJobs.com, TimesJobs.com, Shine.com, FreshersWorld.com, Angel.co, Github.com, Facebook.com, StackOverflow.com, Google Jobs, Internal and Recruiter Network</td>\n<td>false</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>blacklisted</code></td>\n<td>Boolean</td>\n<td>Filter by blacklisted status. Use 'true' to include blacklisted candidates</td>\n<td>false</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>location</code></td>\n<td>String</td>\n<td>Filter by candidate’s location.</td>\n<td>false</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>createdAfter</code></td>\n<td>String</td>\n<td>Filter candidates which are create after a certain date. The date must be in YYYY-MM-DD format. Both created_after and created_before must be provided together</td>\n<td>false</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>createdBefore</code></td>\n<td>String</td>\n<td>Filter candidates which are create before a certain date. The date must be in YYYY-MM-DD format. Both created_after and created_before must be provided together</td>\n<td>false</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>minExperience</code></td>\n<td>Integer</td>\n<td>Filter Candidates with a certain minimum experience. Experience to be provided in months</td>\n<td>false</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>maxExperience</code></td>\n<td>Integer</td>\n<td>Filter Candidates with a certain maximum experience. Experience to be provided in months</td>\n<td>false</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>skills</code></td>\n<td>String</td>\n<td>Filter candidates with certain skills. Candidates with all of the matching skills will be returned</td>\n<td>false</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Integer</td>\n<td>Page number for pagination</td>\n<td>false</td>\n<td>1</td>\n</tr>\n<tr>\n<td><code>pageSize</code></td>\n<td>Integer</td>\n<td>No of entries to be returned in a single call</td>\n<td>false</td>\n<td>50</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["recruit","v1","candidates",""],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"8218e52a-4d61-4653-acb9-9a755ee242dd","name":"Get All Candidates","originalRequest":{"method":"GET","header":[],"url":"https://api.greythr.com/recruit/v1/candidates/"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"pages\": {\r\n        \"totalPages\": 26,\r\n        \"totalElements\": 1298,\r\n        \"size\": 25,\r\n        \"empty\": false,\r\n        \"hasNext\": true,\r\n        \"hasPrevious\": false,\r\n        \"first\": true,\r\n        \"last\": false\r\n    },\r\n    \"data\": [\r\n        {\r\n            \"id\": \"c2f311ee-9fc1-403b-85a7-110525546385\",\r\n            \"externalId\": null,\r\n            \"name\": \"Harsh Sharma\",\r\n            \"emailId\": \"harsh@gmail.com\",\r\n            \"phoneNumber\": \"98763246367\",\r\n            \"location\": \"Dhampur\",\r\n            \"experience\": 1,\r\n            \"skills\": [\r\n                \"python\",\r\n                \"Docker\",\r\n                \"FastAPI\"\r\n            ],\r\n            \"isBlacklisted\": false,\r\n            \"sourceType\": \"User Upload\",\r\n            \"sourceCategory\": \"User Upload\",\r\n            \"createdAt\": \"2025-12-26T08:07:56.585792Z\",\r\n            \"dateOfBirth\": null,\r\n            \"modifiedAt\": \"2025-12-26T08:09:00.701236Z\",\r\n            \"resumeId\": \"81168e44-5a5d-4425-bca4-9ae2804490c7\",\r\n            \"resumeFileName\": \"pW6PBFkACR_Harsh.Sharma1.PDF\",\r\n            \"createdBy\": \"1\",\r\n            \"modifiedBy\": \"1\"\r\n        },\r\n        {\r\n            \"id\": \"2dfabb41-1fcc-42dc-aa4a-490931287e05\",\r\n            \"externalId\": null,\r\n            \"name\": \"Rahul Aggarwal\",\r\n            \"emailId\": \"rahul.aggarwal@greytip.com\",\r\n            \"phoneNumber\": \"9873248390\",\r\n            \"location\": \"Delhi\",\r\n            \"experience\": 53,\r\n            \"skills\": [\r\n                \".net\"\r\n            ],\r\n            \"isBlacklisted\": false,\r\n            \"sourceType\": \"Career Page\",\r\n            \"sourceCategory\": \"Career Page\",\r\n            \"createdAt\": \"2025-11-26T12:22:57.643582Z\",\r\n            \"dateOfBirth\": null,\r\n            \"modifiedAt\": \"2025-12-17T11:18:29.928566Z\",\r\n            \"resumeId\": \"c94a19ce-b88c-4ada-aa33-71adc1de1054\",\r\n            \"resumeFileName\": \"nfYAX9xkq4_dumy_resume_123.pdf\",\r\n            \"createdBy\": \"1\",\r\n            \"modifiedBy\": \"1\"\r\n        }\r\n    ]\r\n}\r\n"}],"_postman_id":"8423e899-f64d-405c-8dcb-3b17a5eb3b01"},{"name":"Download Candidate's Resume","id":"56b24773-4b4f-4559-b229-b8d92a629713","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.greythr.com/recruit/v1/candidates/{candidate_id}/resume/","description":"<p>This API lets you download the primary resume of a candidate.</p>\n<p>You need to pass the candidate ID to get the latest resume file attached to that candidate.</p>\n<p>It’s useful when external systems need the resume for viewing, parsing, or storing.</p>\n","urlObject":{"protocol":"https","path":["recruit","v1","candidates","{candidate_id}","resume",""],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"8d3e9f23-bd78-432f-af38-939a405243f2","name":"Download Candidate's Resume","originalRequest":{"method":"GET","header":[],"url":"https://api.greythr.com/recruit/v1/candidates/{candidate_id}/resume/"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"%PDF-1.4\r\n1 0 obj\r\n<</Type/Catalog/Version/1.4/Pages 2 0 R/StructTreeRoot 3 0 R/MarkInfo 4 0 R/Lang(en)/ViewerPreferences 5 0 R/OpenAction<</S/URI/URI(http://footmark.infoedge.com/apply/cvtracking?dtyp=docx_n&userId=9cfaf4a1c3fd706e0ec2961e3a89b1b734dc87041739d058f79fd6c296adc7b6&email=8c1a4ed6698ee9d76315d5defe6088dac49aa8c9442ab9ead2f4b9438ab3521492d2d6ac5f21f68f&jobId=191224017759&companyId=80ad4fcd2bab5899a796bc624f77e8ba6953408c4a5942fc&recruiterId=c5512e8e0d38171034c20af62a75862a42e3f8af54ae0944&insertionDate=1737302660&uid=2750301801912240177591737302660&docType=pdf)>>/Metadata 112 0 R>>\r\nendobj\r\n2 0 obj\r\n<</Type/Pages/Kids[7 0 R]/Count 1>>\r\nendobj\r\n3 0 obj\r\n...binary data continues...\r\n...binary data continues...\r\n...truncated..."}],"_postman_id":"56b24773-4b4f-4559-b229-b8d92a629713"}],"id":"944b481a-7580-4130-b348-c5bd56bc08f6","_postman_id":"944b481a-7580-4130-b348-c5bd56bc08f6","description":""},{"name":"Application","item":[{"name":"Get all Applications for Job","id":"b2e1b286-a320-4632-9879-11314558be1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.greythr.com/recruit/v1/jobs/{job_id}/applications/","description":"<p>This API lets you fetch a list of all applications for a specific job along with their details.</p>\n<p>You need to pass the job ID to view all candidates who have applied for that job and track the full pipeline.</p>\n<p>The API returns data in pages. By default, each page contains 25 application records, but you can increase this limit using the <code>pageSize</code> parameter in the URL.</p>\n<h2 id=\"path-parameter\">Path Parameter</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>job_id</td>\n<td>UUID</td>\n<td>Unique identifier of the job</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"query-parameter\">Query Parameter</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n<th>Default Value</th>\n</tr>\n</thead>\n<tbody>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n<th>Default Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>candidateId</td>\n<td>String</td>\n<td>ID of the candidate</td>\n<td>false</td>\n<td>null</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Application stages list  <br /><code>Registered</code>, <code>Sourced</code>,<br /><br /><code>Applied</code>, <code>Hold</code>, <code>Offered</code>, <code>Rejected</code>, <code>Hired</code>, <code>Withdrawn</code><br /><br /><code>Telephonic Interview</code>, <code>Face to Face Interview</code> ,<br /><br /><code>Automated Prescreening</code><br /><br /><code>Offer Accepted</code>,<br /><br /><code>Offer Declined</code></td>\n<td>false</td>\n<td>null</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>Page number</td>\n<td>false</td>\n<td>1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Integer</td>\n<td>Page size (maximum 100)</td>\n<td>false</td>\n<td>25</td>\n</tr>\n</tbody>\n</table>\n</div><p>EndFragment</p>\n","urlObject":{"protocol":"https","path":["recruit","v1","jobs","{job_id}","applications",""],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"e9adeb4e-0fa7-439f-b29b-6112329eb338","name":"Get all Applications for Job","originalRequest":{"method":"GET","header":[],"url":"https://api.greythr.com/recruit/v1/jobs/{job_id}/applications/"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"pages\": {\r\n        \"totalPages\": 1,\r\n        \"totalElements\": 4,\r\n        \"size\": 25,\r\n        \"empty\": false,\r\n        \"hasNext\": false,\r\n        \"hasPrevious\": false,\r\n        \"first\": true,\r\n        \"last\": true\r\n    },\r\n    \"data\": [\r\n        {\r\n            \"id\": \"428\",\r\n            \"externalId\": null,\r\n            \"candidateId\": \"e77e6282-caf0-4ba7-ad65-5f1dd0c2897d\",\r\n            \"jobId\": \"482a9533-363b-4647-8c71-a67a0f62b86a\",\r\n            \"status\": \"Sourced\",\r\n            \"createdAt\": \"2025-02-12T13:03:37.814949Z\",\r\n            \"modifiedAt\": \"2025-02-12T13:03:37.814972Z\"\r\n        },\r\n        {\r\n            \"id\": \"427\",\r\n            \"externalId\": null,\r\n            \"candidateId\": \"a23ef3ed-f7a4-459e-9315-e9a4752f998c\",\r\n            \"jobId\": \"482a9533-363b-4647-8c71-a67a0f62b86a\",\r\n            \"status\": \"Sourced\",\r\n            \"createdAt\": \"2025-02-12T12:22:05.228326Z\",\r\n            \"modifiedAt\": \"2025-02-12T12:22:05.228357Z\"\r\n        },\r\n        {\r\n            \"id\": \"412\",\r\n            \"externalId\": null,\r\n            \"candidateId\": \"d97cc9cd-06e6-4db6-8062-e58ea7178d20\",\r\n            \"jobId\": \"482a9533-363b-4647-8c71-a67a0f62b86a\",\r\n            \"status\": \"Applied\",\r\n            \"createdAt\": \"2024-11-27T11:30:41.727293Z\",\r\n            \"modifiedAt\": \"2024-11-27T11:30:41.733317Z\"\r\n        },\r\n        {\r\n            \"id\": \"411\",\r\n            \"externalId\": null,\r\n            \"candidateId\": \"6901c535-5c27-4a55-96d2-3abdcb2cf2ee\",\r\n            \"jobId\": \"482a9533-363b-4647-8c71-a67a0f62b86a\",\r\n            \"status\": \"Face to Face Interview\",\r\n            \"createdAt\": \"2024-11-27T11:30:35.991483Z\",\r\n            \"modifiedAt\": \"2025-01-07T09:59:22.472971Z\"\r\n        }  \r\n    ]\r\n}"}],"_postman_id":"b2e1b286-a320-4632-9879-11314558be1d"},{"name":"Get Application Details","id":"d97c0cdc-3067-41db-97c6-40035f6c0abb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.greythr.com/recruit/v1/application/{applicationId}/","description":"<p>This API lets you get detailed information about a specific application.</p>\n<p>You can pass the application ID to fetch details like the candidate, job, current status, and other related information.</p>\n<p>It’s useful when you need the full application details for display or further processing.</p>\n<h3 id=\"request-path\">Request Path</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>applicationId</code></td>\n<td>Integer</td>\n<td>Unique Identifier of the candidate application</td>\n<td>true</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["recruit","v1","application","{applicationId}",""],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"609816e4-628e-4627-9df8-619b3cd8dddf","name":"Get Application Details","originalRequest":{"method":"GET","header":[],"url":"https://api.greythr.com/recruit/v1/application/{applicationId}/"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"id\": \"538\",\r\n    \"externalId\": null,\r\n    \"candidateId\": \"91a3a482-9a40-4e1d-b0a4-89a35966a555\",\r\n    \"jobId\": \"038568e7-dfe9-4458-ac1e-6354c126e356\",\r\n    \"status\": \"Applied\",\r\n    \"createdAt\": \"2026-01-13T08:45:46.208285Z\",\r\n    \"modifiedAt\": \"2026-01-13T08:45:46.280067Z\"\r\n}"}],"_postman_id":"d97c0cdc-3067-41db-97c6-40035f6c0abb"},{"name":"Add Application","id":"55e6ba30-b017-451c-a4e5-58edfbd04a37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"jobId\": \"550e8400-e29b-41d4-a716-446655440000\",\r\n  \"candidateId\": \"660e8400-e29b-41d4-a716-446655440001\",\r\n  \"status\": {\r\n    \"stage\": \"Applied\",\r\n    \"category\": \"Application Review\"\r\n    },\r\n  \"externalId\": \"corr-12345\",\r\n  \"trackingId\": \"track-abc-123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.greythr.com/recruit/v1/applications/","description":"<p>This API lets you create a new job application in greytHR Recruit.</p>\n<p>You can use it to submit applications from external career pages, forms, or partner systems by providing the required job and candidate details.</p>\n<p>It helps you capture and track all applications in one place within greytHR Recruit.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>jobId</td>\n<td>String</td>\n<td>Unique identifier (UUID) of the job to which the candidate is applying. The job must exist and be in a status that allows applications (published, unpublished, or unlisted)</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td>candidateId</td>\n<td>String</td>\n<td>Unique identifier (UUID) of the candidate applying for the job. The candidate must exist in the system</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td>status</td>\n<td>dict</td>\n<td>Application status. Must be a valid status in the where stage must be<code>Registered</code>  <br /><code>Sourced</code>  <br /><code>Applied</code>  <br /><code>Shortlisted</code>  <br /><code>Automate</code> <code>Prescreening</code>  <br /><code>Online Test</code>  <br /><code>Telephonic Interview</code>  <br /><code>Face to Face Interview</code> and category will be  <br />  <br /><code>Application Review</code>  <br /><code>Screening</code>  <br /><code>Interview</code>  <br /><code>Hold</code>  <br /><code>Offer</code>  <br /><code>Hired</code>  <br /><code>Rejected</code>  <br /><code>Withdrawn</code></td>\n<td><code>false</code></td>\n</tr>\n<tr>\n<td><code>externalId</code></td>\n<td>String</td>\n<td>External correlation ID for tracking purposes. Useful for integrating with external systems</td>\n<td>false</td>\n</tr>\n<tr>\n<td>trackingId</td>\n<td>String</td>\n<td>Tracking ID for the application</td>\n<td>false</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["recruit","v1","applications",""],"host":["api","greythr","com"],"query":[],"variable":[]}},"response":[{"id":"a9ffbf0b-8b2e-421b-9b73-bf8192057594","name":"Add Application","originalRequest":{"method":"POST","header":[],"url":"https://api.greythr.com/recruit/v1/applications/"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"id\": \"770e8400-e29b-41d4-a716-446655440002\",\r\n    \"externalId\": \"corr-12345\"\r\n}\r\n"}],"_postman_id":"55e6ba30-b017-451c-a4e5-58edfbd04a37"}],"id":"e8aad94b-06ee-45fd-8704-067768ab6301","_postman_id":"e8aad94b-06ee-45fd-8704-067768ab6301","description":""},{"name":"Candidate Application Documents","item":[{"name":"Get Candidate Application Documents","id":"2664fd50-07cc-49e6-bb7e-3cc4e434e432","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.greythr.com/recruit/v1/documents/?candidateId={candidateId}&jobId={jobId}&category={category}","description":"<p>This API helps in getting a list of all the documents linked to a candidate with their information.<br />The candidateId and jobId is shared in the parameters and the documents can be filtered based on the document category.</p>\n<h3 id=\"query-parameter\">Query Parameter</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>candidateId</code></td>\n<td>String</td>\n<td>UUID of the candidate</td>\n<td>true</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>jobId</code></td>\n<td>String</td>\n<td>UUID of the job</td>\n<td>true</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>category</code></td>\n<td>String</td>\n<td>Category of the candidate’s document. Allowed values are ‘offer’, ‘form’ and ‘interview’</td>\n<td>false</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["recruit","v1","documents",""],"host":["api","greythr","com"],"query":[{"key":"candidateId","value":"{candidateId}"},{"key":"jobId","value":"{jobId}"},{"key":"category","value":"{category}"}],"variable":[]}},"response":[{"id":"ed913c49-ec64-4e05-a980-6a51370c1be4","name":"Get Candidate Application Documents","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.greythr.com/recruit/v1/documents/?candidateId={candidateId}&jobId={jobId}&category={category}","protocol":"https","host":["api","greythr","com"],"path":["recruit","v1","documents",""],"query":[{"key":"candidateId","value":"{candidateId}"},{"key":"jobId","value":"{jobId}"},{"key":"category","value":"{category}"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"results\": [\r\n        {\r\n            \"id\": \"366cd24f-e111-4e6f-ba0c-a981403e6f47\",\r\n            \"name\": \"Anjani Bagaria.docx\",\r\n            \"category\": \"form\",\r\n            \"createdAt\": \"2026-01-05T05:20:09.173080Z\"\r\n        },\r\n        {\r\n            \"id\": \"9011103-4968-4fb0-94e3-04193668a4d3\",\r\n            \"name\": \"image.png\",\r\n            \"category\": \"form\",\r\n            \"createdAt\": \"2026-01-05T08:30:43.541957Z\"\r\n        },\r\n        {\r\n            \"id\": \"7dce10e8-d11d-4a7e-ba8d-c767b44e3fce\",\r\n            \"name\": \"PwGB2UHvGC_Sample_Company_Name_2025-12-26_08.docx\",\r\n            \"category\": \"offer\",\r\n            \"createdAt\": \"2025-12-26T08:09:24.324734Z\"\r\n        },\r\n        {\r\n            \"id\": \"2611c585-7637-45da-9688-9c9eef672ebe\",\r\n            \"name\": \"Ankit_Singh_Portfolio.docx\",\r\n            \"category\": \"interview\",\r\n            \"createdAt\": \"2026-01-05T09:57:10.439955Z\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"2664fd50-07cc-49e6-bb7e-3cc4e434e432"},{"name":"Download Candidate Application Document","id":"bc594d55-2638-4422-a7ac-20d1a59ebfd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.greythr.com/recruit/v1/documents/{documentId}/download/?category={category}","description":"<p>This API helps in downloading a specific document associated with a candidate of a specific job.<br />You can use this API by passing the document ID and the category to download candidate-related documents.<br />This API is useful when external systems need secure access to official documents stored in greytHR Recruit.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>category</code></td>\n<td>String</td>\n<td>Category of the document. Allowed values are ‘offer’, ‘form’ and ‘interview’</td>\n<td>true</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-path\">Request Path</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>documentId</code></td>\n<td>String</td>\n<td>Document ID of the document. It can be fetched from the Candidates Documents List API</td>\n<td>true</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["recruit","v1","documents","{documentId}","download",""],"host":["api","greythr","com"],"query":[{"key":"category","value":"{category}"}],"variable":[]}},"response":[{"id":"dc95a093-40c5-4b9b-8e76-7b4a0d72b819","name":"Download Candidate Application Document","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.greythr.com/recruit/v1/documents/{documentId}/download/?category={category}","protocol":"https","host":["api","greythr","com"],"path":["recruit","v1","documents","{documentId}","download",""],"query":[{"key":"category","value":"{category}"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"%PDF-1.4\r\n1 0 obj\r\n<</Type/Catalog/Version/1.4/Pages 2 0 R/StructTreeRoot 3 0 R/MarkInfo 4 0 R/Lang(en)/ViewerPreferences 5 0 R/OpenAction<</S/URI/URI(http://footmark.infoedge.com/apply/cvtracking?dtyp=docx_n&userId=9cfaf4a1c3fd706e0ec2961e3a89b1b734dc87041739d058f79fd6c296adc7b6&email=8c1a4ed6698ee9d76315d5defe6088dac49aa8c9442ab9ead2f4b9438ab3521492d2d6ac5f21f68f&jobId=191224017759&companyId=80ad4fcd2bab5899a796bc624f77e8ba6953408c4a5942fc&recruiterId=c5512e8e0d38171034c20af62a75862a42e3f8af54ae0944&insertionDate=1737302660&uid=2750301801912240177591737302660&docType=pdf)>>/Metadata 112 0 R>>\r\nendobj\r\n2 0 obj\r\n<</Type/Pages/Kids[7 0 R]/Count 1>>\r\nendobj\r\n3 0 obj\r\n...binary data continues...\r\n...binary data continues...\r\n...truncated..."}],"_postman_id":"bc594d55-2638-4422-a7ac-20d1a59ebfd6"}],"id":"1061e96d-6f78-49ba-ad3f-40bdabf56faa","_postman_id":"1061e96d-6f78-49ba-ad3f-40bdabf56faa","description":""}],"id":"c82e4a58-2856-4229-b912-8658d63acaac","_postman_id":"c82e4a58-2856-4229-b912-8658d63acaac","description":""}],"event":[{"listen":"prerequest","script":{"id":"a699b989-90d8-4c82-9603-29e08826bf8b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ac142c79-e40b-40c8-8888-f54b69d495a3","type":"text/javascript","exec":[""]}}],"variable":[{"key":"api_gateway_host","value":"api.greythr.com"},{"key":"gtHost","value":"Yourcompany.greythr.com"},{"key":"token","value":"Access Token"},{"key":"EmpCID","value":"{{EmployeeID}}"},{"key":"gt-api-user-name","value":"API User Name"},{"key":"gt-api-user-pwd","value":"User Password"},{"key":"EmpNo","value":"Employee Number"}]}