{"info":{"_postman_id":"86361310-1030-4e3f-b8d1-e08e1295fb9d","name":"TalentPulse Develop Integration","description":"<html><head></head><body><p>This is the Accendo Technologies API documentation for third-party integrations of TalentPulse Develop Module. This collection of APIs allow an integration to be built to post organization chart and employee profiles data into TalentPulse.</p>\n<h1 id=\"workflow\">Workflow</h1>\n<p>The integration is split into two parts:</p>\n<ul>\n<li>Send org chart data in full load via \"Post Org Chart Data\" API.</li>\n<li>Send employee data in delta load via \"Post Talent Profile Data\" API.</li>\n</ul>\n<h3 id=\"integration-diagram\">Integration Diagram</h3>\n<img src=\"https://content.pstmn.io/da143560-89e8-46a8-acf0-e66d073e5038/RGV2ZWxvcCBJbnRlZ3JhdGlvbiBEaWFncmFtLnBuZw==\">\n\n<h3 id=\"process-flow\">Process Flow</h3>\n<img src=\"https://content.pstmn.io/57429b12-0e13-460b-a596-953bf0e4cec6/aW50ZWdyYXRpb24tcHJvY2Vzcy1mbG93LnBuZw==\">\n\n<h3 id=\"frequency\">Frequency</h3>\n<p>Recommended frequency is typically weekly. If changes are rare, the frequency can be reduced.</p>\n<p>Can also be adhoc (as of when needed).</p>\n<h1 id=\"base-url\">Base URL</h1>\n<p>All API requests to be sent to a base URL provided by Accendo. Two URLs will be given for Dev/UAT and Production.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Please request for credentials from Accendo.</p>\n<p>Include the following headers on all requests to Accendo API.</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>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>key</td>\n<td>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</td>\n<td>UUID</td>\n</tr>\n<tr>\n<td>token</td>\n<td>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</td>\n<td>60 characters string</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"error-codes\">Error Codes</h1>\n<p>The standard REST API status codes will be returned when invalid payload or server error happens.</p>\n<p>4xx: Client error (e.g. validation errors)</p>\n<p>5xx: Server error, please reach out to Accendo</p>\n<h1 id=\"changelog\">Changelog</h1>\n<h6 id=\"july-27-2023\">July 27, 2023</h6>\n<ul>\n<li>Added \"Post Org Chart\", \"Post Talent Profile\" APIs.</li>\n</ul>\n<h6 id=\"february-23-2024\">February 23, 2024</h6>\n<ul>\n<li><p>Updated description of the fields.</p>\n</li>\n<li><p>Removed training and training hours sections.</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Workflow","slug":"workflow"},{"content":"Base URL","slug":"base-url"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Changelog","slug":"changelog"}],"owner":"11033489","collectionId":"86361310-1030-4e3f-b8d1-e08e1295fb9d","publishedId":"TzJvecZD","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-07-27T13:43:57.000Z"},"item":[{"name":"Post Org Chart","id":"616754fd-25f5-424b-bcc4-44a5a48f58eb","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"key","type":"text","value":"{{key}}"},{"key":"token","type":"text","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n    \"org_chart\": [\n        {\n            \"job_id\": \"AC_0342342\",\n            \"job_title\": \"CEO\",\n            \"directorate\": \"CEO Group Division\",\n            \"division\": \"CEO Group Division\",\n            \"department\": \"CEO Group Division\",\n            \"unit\": \"UNIT OF CEO\",\n            \"layer\": \"J10\",\n            \"employee_id\": 220,\n            \"employee_name\": \"Taylor Stephens\",\n            \"email_address\": \"taylor@getnada.com\",\n            \"reporting_job_id\": \"\",\n            \"reporting_employee_id\": \"\",\n            \"reporting_employee_email\": \"\",\n            \"reporting_employee_name\": \"\",\n            \"role_priority\": 1,\n            \"job_level\": 1,\n            \"bench_strength\": 2,\n            \"is_mission_critical_position\": true,\n            \"is_root\": \"yes\"\n        },\n        {\n            \"job_id\": \"AC_0342343\",\n            \"job_title\": \"CTO\",\n            \"directorate\": \"CEO Group Division\",\n            \"division\": \"CEO Group Division\",\n            \"department\": \"CEO Group Division\",\n            \"unit\": \"UNIT OF CEO\",\n            \"layer\": \"J10\",\n            \"employee_id\": 221,\n            \"employee_name\": \"Andrea Reeves\",\n            \"email_address\": \"andrea@getnada.com\",\n            \"reporting_job_id\": \"AC_0342342\",\n            \"reporting_employee_id\": 220,\n            \"reporting_employee_email\": \"taylor@getnada.com\",\n            \"reporting_employee_name\": \"Taylor\",\n            \"role_priority\": 1,\n            \"bench_strength\": 1,\n            \"is_mission_critical_position\": true,\n            \"job_level\": 2,\n            \"is_root\": \"no\"\n        },\n        {\n            \"job_id\": \"AC_0342344\",\n            \"job_title\": \"CFO\",\n            \"directorate\": \"CFO Group Division\",\n            \"division\": \"CFO Group Division\",\n            \"department\": \"CFO Group Division\",\n            \"unit\": \"UNIT OF CFO\",\n            \"layer\": \"J10\",\n            \"employee_id\": 222,\n            \"employee_name\": \"Rhonda Lyons\",\n            \"email_address\": \"rhonda@getnada.com\",\n            \"reporting_job_id\": \"AC_0342342\",\n            \"reporting_employee_id\": 220,\n            \"reporting_employee_email\": \"taylor@getnada.com\",\n            \"reporting_employee_name\": \"Taylor\",\n            \"role_priority\": 1,\n            \"job_level\": 2,\n            \"is_root\": \"no\"\n        },\n        {\n            \"job_id\": \"AC_0342345\",\n            \"job_title\": \"Engineering Manager\",\n            \"directorate\": \"Engineering\",\n            \"division\": \"Engineering Division\",\n            \"department\": \"Engineering\",\n            \"unit\": \"Engineering Unit\",\n            \"layer\": \"E10\",\n            \"employee_id\": 333455,\n            \"employee_name\": \"Francis Cherry\",\n            \"email_address\": \"francis@getnada.com\",\n            \"reporting_job_id\": \"AC_0342343\",\n            \"reporting_employee_id\": 221,\n            \"reporting_employee_email\": \"andrea@getnada.com\",\n            \"reporting_employee_name\": \"Andrea Reeves\",\n            \"role_priority\": 1,\n            \"bench_strength\": 2,\n            \"is_mission_critical_position\": true,\n            \"job_level\": 2,\n            \"is_root\": \"no\"\n        },\n        {\n            \"job_id\": \"AC_034234566\",\n            \"job_title\": \"Engineering Manager\",\n            \"directorate\": \"Engineering\",\n            \"division\": \"Engineering Division\",\n            \"department\": \"Engineering\",\n            \"unit\": \"Engineering Unit\",\n            \"layer\": \"E10\",\n            \"employee_id\": 333455,\n            \"employee_name\": \"Robbie McCarthy\",\n            \"email_address\": \"robbie@getnada.com\",\n            \"reporting_job_id\": \"AC_0342343\",\n            \"reporting_employee_id\": 221,\n            \"reporting_employee_email\": \"andrea@getnada.com\",\n            \"reporting_employee_name\": \"Andrea Reeves\",\n            \"role_priority\": 1,\n            \"bench_strength\": 2,\n            \"is_mission_critical_position\": false,\n            \"job_level\": 10,\n            \"is_root\": \"no\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/integration/orgChart/postOrgChartDataV1","description":"<p>Integrate organization chart data.</p>\n<ul>\n<li>Require full load, with all reporting lines starting from <strong>ONE</strong> root job.</li>\n<li>Each job / role / position to be insert as a record.</li>\n<li>Non-required fields can be left blank, null, or exclude from the payload.</li>\n</ul>\n<h3 id=\"request-params\">Request Params</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>job_id</td>\n<td>string</td>\n<td><strong>Required. Must be unique.  <br /></strong>  <br />The unique ID of the role.</td>\n</tr>\n<tr>\n<td>job_title</td>\n<td>string</td>\n<td><strong>Required. Max 255 characters.  <br /></strong>  <br />The title of the role.</td>\n</tr>\n<tr>\n<td>directorate</td>\n<td>string</td>\n<td><strong>Max 255 characters.</strong>  <br />  <br />The highest level of group or category of the role.</td>\n</tr>\n<tr>\n<td>division</td>\n<td>string</td>\n<td><strong>Max 255 characters.</strong>  <br />  <br />The division of the role.</td>\n</tr>\n<tr>\n<td>department</td>\n<td>string</td>\n<td><strong>Max 255 characters.</strong>  <br />  <br />The department of the role.</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>string</td>\n<td><strong>Max 255 characters.</strong>  <br />  <br />The unit of the role.</td>\n</tr>\n<tr>\n<td>layer</td>\n<td>string</td>\n<td><strong>Max 255 characters.</strong>  <br />  <br />The layer of the role.</td>\n</tr>\n<tr>\n<td>employee_id</td>\n<td>string</td>\n<td>The unique ID of the employee.</td>\n</tr>\n<tr>\n<td>employee_name</td>\n<td>string</td>\n<td><strong>Required if not vacant role.</strong> <strong>Max 255 characters.</strong>  <br />  <br />The name of the employee.</td>\n</tr>\n<tr>\n<td>email_address</td>\n<td>string</td>\n<td><strong>Required if not vacant role.</strong>  <br />  <br />The email address of the employee.</td>\n</tr>\n<tr>\n<td>reporting_job_id</td>\n<td>string</td>\n<td><strong>Required if not root.</strong>  <br />  <br />The unique role ID of the reporting role. Only the ONE root role should be blank.</td>\n</tr>\n<tr>\n<td>reporting_employee_id</td>\n<td>string</td>\n<td>The unique employee ID of the manager.</td>\n</tr>\n<tr>\n<td>reporting_employee_email</td>\n<td>string</td>\n<td><strong>Required if not vacant role.  <br /></strong>  <br />The email address of the manager.</td>\n</tr>\n<tr>\n<td>reporting_employee_name</td>\n<td>string</td>\n<td><strong>Required if not vacant role.  <br /></strong>  <br />The name of the manager.</td>\n</tr>\n<tr>\n<td>role_priority</td>\n<td>integer</td>\n<td><strong>Between 1 to 99.</strong>  <br />  <br />To determine which role's priority, used when there are double hat situations for an employee.  <br />  <br />1 = Primary role  <br />2 = Secondary role  <br />3,4,5 ... as per the sequence set by source system</td>\n</tr>\n<tr>\n<td>job_level</td>\n<td>integer</td>\n<td>**Required.  <br />  <br />**The job level of the role.</td>\n</tr>\n<tr>\n<td>bench_strength</td>\n<td>integer</td>\n<td>The number of minimum required successors for the role.</td>\n</tr>\n<tr>\n<td>is_mission_critical_position</td>\n<td>boolean</td>\n<td>Indicates if the role mission critical in the organization.  <br />Defaults to \"false\".  <br />  <br /><strong>Options:</strong> true, false</td>\n</tr>\n<tr>\n<td>is_root</td>\n<td>string</td>\n<td><strong>Required. Must have 1 record with \"yes\".</strong>  <br />  <br />To indicate whether this role is the root of the org-chart.  <br />Only ONE role that does not has reporting line should put \"yes\", other roles should put \"no\".  <br />Defaults to \"no\".  <br />  <br /><strong>Options:</strong> yes, no</td>\n</tr>\n</tbody>\n</table>\n</div><p>The sample below will form an org-chart with the root role at center:</p>\n<img src=\"https://content.pstmn.io/969177b4-e2a0-4d2a-bf31-dd613eb8bfb8/MjAyMy0wNy0yOF8wMi01Ni5wbmc=\" width=\"302\" height=\"345\" />","urlObject":{"path":["api","integration","orgChart","postOrgChartDataV1"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"29f98676-cde7-4e4c-927e-3edcd0f19058","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"key","type":"text","value":"{{key}}"},{"key":"token","type":"text","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n    \"org_chart\": [\n        {\n            \"job_id\": \"AC_0342342\",\n            \"job_title\": \"CEO\",\n            \"directorate\": \"CEO Group Division\",\n            \"division\": \"CEO Group Division\",\n            \"department\": \"CEO Group Division\",\n            \"unit\": \"UNIT OF CEO\",\n            \"layer\": \"J10\",\n            \"employee_id\": 220,\n            \"employee_name\": \"Taylor Stephens\",\n            \"email_address\": \"taylor@getnada.com\",\n            \"reporting_job_id\": \"\",\n            \"reporting_employee_id\": \"\",\n            \"reporting_employee_email\": \"\",\n            \"reporting_employee_name\": \"\",\n            \"role_priority\": 1,\n            \"job_level\": 1,\n            \"bench_strength\": 2,\n            \"is_mission_critical_position\": true,\n            \"is_root\": \"yes\"\n        },\n        {\n            \"job_id\": \"AC_0342343\",\n            \"job_title\": \"CTO\",\n            \"directorate\": \"CEO Group Division\",\n            \"division\": \"CEO Group Division\",\n            \"department\": \"CEO Group Division\",\n            \"unit\": \"UNIT OF CEO\",\n            \"layer\": \"J10\",\n            \"employee_id\": 221,\n            \"employee_name\": \"Andrea Reeves\",\n            \"email_address\": \"andrea@getnada.com\",\n            \"reporting_job_id\": \"AC_0342342\",\n            \"reporting_employee_id\": 220,\n            \"reporting_employee_email\": \"taylor@getnada.com\",\n            \"reporting_employee_name\": \"Taylor\",\n            \"role_priority\": 1,\n            \"bench_strength\": 1,\n            \"is_mission_critical_position\": true,\n            \"job_level\": 2,\n            \"is_root\": \"no\"\n        },\n        {\n            \"job_id\": \"AC_0342344\",\n            \"job_title\": \"CFO\",\n            \"directorate\": \"CFO Group Division\",\n            \"division\": \"CFO Group Division\",\n            \"department\": \"CFO Group Division\",\n            \"unit\": \"UNIT OF CFO\",\n            \"layer\": \"J10\",\n            \"employee_id\": 222,\n            \"employee_name\": \"Rhonda Lyons\",\n            \"email_address\": \"rhonda@getnada.com\",\n            \"reporting_job_id\": \"AC_0342342\",\n            \"reporting_employee_id\": 220,\n            \"reporting_employee_email\": \"taylor@getnada.com\",\n            \"reporting_employee_name\": \"Taylor\",\n            \"role_priority\": 1,\n            \"job_level\": 2,\n            \"is_root\": \"no\"\n        },\n        {\n            \"job_id\": \"AC_0342345\",\n            \"job_title\": \"Engineering Manager\",\n            \"directorate\": \"Engineering\",\n            \"division\": \"Engineering Division\",\n            \"department\": \"Engineering\",\n            \"unit\": \"Engineering Unit\",\n            \"layer\": \"E10\",\n            \"employee_id\": 333455,\n            \"employee_name\": \"Francis Cherry\",\n            \"email_address\": \"francis@getnada.com\",\n            \"reporting_job_id\": \"AC_0342343\",\n            \"reporting_employee_id\": 221,\n            \"reporting_employee_email\": \"andrea@getnada.com\",\n            \"reporting_employee_name\": \"Andrea Reeves\",\n            \"role_priority\": 1,\n            \"bench_strength\": 2,\n            \"is_mission_critical_position\": true,\n            \"job_level\": 2,\n            \"is_root\": \"no\"\n        },\n        {\n            \"job_id\": \"AC_034234566\",\n            \"job_title\": \"Engineering Manager\",\n            \"directorate\": \"Engineering\",\n            \"division\": \"Engineering Division\",\n            \"department\": \"Engineering\",\n            \"unit\": \"Engineering Unit\",\n            \"layer\": \"E10\",\n            \"employee_id\": 333455,\n            \"employee_name\": \"Robbie McCarthy\",\n            \"email_address\": \"robbie@getnada.com\",\n            \"reporting_job_id\": \"AC_0342343\",\n            \"reporting_employee_id\": 221,\n            \"reporting_employee_email\": \"andrea@getnada.com\",\n            \"reporting_employee_name\": \"Andrea Reeves\",\n            \"role_priority\": 1,\n            \"bench_strength\": 2,\n            \"is_mission_critical_position\": false,\n            \"job_level\": 10,\n            \"is_root\": \"no\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/integration/orgChart/postOrgChartDataV1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"status\": \"IN_PROGRESS\",\n        \"message\": \"OrgChart integration started\"\n    },\n    \"meta\": {\n        \"timestamp\": {\n            \"date\": \"2023-07-28 02:46:14.468615\",\n            \"timezone_type\": 3,\n            \"timezone\": \"Asia/Kuala_Lumpur\"\n        },\n        \"url\": \"http://journey-backend.test/api/integration/orgChart/postOrgChartDataV1\",\n        \"correlationId\": \"a33bb9b4-1e39-4205-9856-193cc57cb99f\",\n        \"status_code\": 200,\n        \"message\": \"Success!\"\n    }\n}"},{"id":"e02ad88b-b1c0-44ac-9e05-81e5f6777fa8","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"key","type":"text","value":"{{key}}"},{"key":"token","type":"text","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n    \"org_chart\": [\n        {\n            \"job_id\": \"AC_0342342\",\n            \"job_title\": \"CEO\",\n            \"directorate\": \"CEO Group Division\",\n            \"department\": \"CEO Group Division\",\n            \"unit\": \"UNIT OF CEO\",\n            \"employee_id\": null,\n            \"employee_name\": \"Taylor Stephens\",\n            \"email_address\": \"taylor@getnada.com\",\n            \"reporting_job_id\": null,\n            \"reporting_employee_id\": null,\n            \"reporting_employee_email\": null,\n            \"reporting_employee_name\": null,\n            \"role_priority\": null,\n            \"job_level\": \"\",\n            \"bench_strength\": 0,\n            \"is_mission_critical_position\": true,\n            \"is_root\": \"yes\"\n        },\n        {\n            \"job_id\": \"AC_0342343\",\n            \"job_title\": \"CTO\",\n            \"directorate\": \"CEO Group Division\",\n            \"department\": \"CEO Group Division\",\n            \"unit\": \"UNIT OF CEO\",\n            \"employee_id\": null,\n            \"employee_name\": \"Andrea Reeves\",\n            \"email_address\": \"andrea@getnada.com\",\n            \"reporting_job_id\": \"AC_0342342\",\n            \"reporting_employee_email\": \"taylor@getnada.com\",\n            \"reporting_employee_name\": \"Taylor\",\n            \"role_priority\": 1,\n            \"bench_strength\": 0,\n            \"is_mission_critical_position\": true,\n            \"job_level\": 1,\n            \"is_root\": \"yes\"\n        },\n        {\n            \"job_id\": \"AC_0342344\",\n            \"job_title\": \"CFO\",\n            \"directorate\": \"CFO Group Division\",\n            \"department\": \"CFO Group Division\",\n            \"unit\": \"UNIT OF CFO\",\n            \"employee_id\": null,\n            \"employee_name\": \"Rhonda Lyons\",\n            \"email_address\": \"rhonda@getnada.com\",\n            \"reporting_job_id\": \"\",\n            \"reporting_employee_email\": \"\",\n            \"reporting_employee_name\": \"\",\n            \"role_priority\": 1,\n            \"bench_strength\": 0,\n            \"is_mission_critical_position\": false,\n            \"job_level\": 1,\n            \"is_root\": \"no\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/integration/orgChart/postOrgChartDataV1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"meta\": {\n        \"timestamp\": {\n            \"date\": \"2023-07-28 02:48:09.269308\",\n            \"timezone_type\": 3,\n            \"timezone\": \"Asia/Kuala_Lumpur\"\n        },\n        \"url\": \"http://journey-backend.tp.test/api/integration/orgChart/postOrgChartDataV1\",\n        \"correlationId\": \"2901ec0c-464b-49ce-9f24-921bb1a9e587\",\n        \"errorMessage\": \"The given data was invalid\",\n        \"errorString\": \"UNKNOWN_ERROR\",\n        \"status_code\": 422,\n        \"message\": \"Failure!!\"\n    },\n    \"errors\": {\n        \"org_chart\": \"The multiple root positions are not allowed in the org chart data. Check `is_root` field\",\n        \"org_chart.2.reporting_job_id\": \"The Reporting Job Id value is required. job_id: (AC_0342344)\",\n        \"org_chart.0.job_level\": \"The Job Level field is required. job_id: (AC_0342342)\"\n    }\n}"}],"_postman_id":"616754fd-25f5-424b-bcc4-44a5a48f58eb"},{"name":"Post Talent Profile","id":"49919819-74f2-4602-94b7-bc6a6b50c9e9","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"key","type":"text","value":"{{key}}"},{"key":"token","type":"text","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n    \"talent_profiles\": [\n        {\n            \"employee_id\": 220,\n            \"employee_name\": \"Taylor Stephens\",\n            \"employee_email\": \"taylor@getnada.com\",\n            \"company_code\": \"FD12\",\n            \"company_name\": \"Company Name\",\n            \"date_of_birth\": \"1962-01-21\",\n            \"contact_number\": \"110000001\",\n            \"gender\": \"Female\",\n            \"nationality\": \"Malaysia\",\n            \"address_line_1\": \"A-1-1 Mid Valley\",\n            \"address_line_2\": \"JL. MT HA 1\",\n            \"city\": \"Shah Alam\",\n            \"state\": \"Selangor\",\n            \"post_code\": \"50000\",\n            \"country\": \"Malaysia\",\n            \"marital_status\": \"Married\",\n            \"no_of_children\": 2,\n            \"linkedin_url\": \"https://www.linkedin.com/test-user-25\",\n            \"employee_grade\": \"HRL2\",\n            \"join_date_company\": \"2022-01-21\",\n            \"join_date_role\": \"2022-01-21\",\n            \"employement_type\": \"Full-Time\",\n            \"total_years_of_experience\": 2.5,\n            \"last_promotion_date\": \"2022-01-21\",\n            \"willingness_for_mobility\": \"High\",\n            \"vacancy_risk\": \"Yes\",\n            \"emergency_cover\": \"Yes\",\n            \"experience\": [\n                {\n                    \"start_date\": \"2021-01-21\",\n                    \"end_date\": \"2021-01-22\",\n                    \"title\": \"HR\",\n                    \"company_name\": \"some company\",\n                    \"company_location\": \"company location\",\n                    \"is_working_here\": true\n                },\n                {\n                    \"start_date\": \"2022-01-21\",\n                    \"end_date\": \"2023-04-21\",\n                    \"title\": \"IT\",\n                    \"company_name\": \"some company 2\",\n                    \"company_location\": \"Selangor\",\n                    \"is_working_here\": false\n                }\n            ],\n            \"education\": [\n                {\n                    \"start_date\": \"2021-01-21\",\n                    \"end_date\": \"2021-01-21\",\n                    \"institution\": \"INTI\",\n                    \"qualification\": \"Bachelor Degree\",\n                    \"field_of_study\": \"IT\"\n                },\n                {\n                    \"start_date\": \"2023-01-21\",\n                    \"end_date\": \"2025-01-21\",\n                    \"institution\": \"INTI\",\n                    \"qualification\": \"MAster Degree\",\n                    \"field_of_study\": \"AI\"\n                }\n            ],\n            \"certifications\": [\n                {\n                    \"issue_date\": \"2022-01-22\",\n                    \"expiration_date\": \"2023-01-22\",\n                    \"certification_name\": \"Internal Audit Practitioner Program\",\n                    \"issuing_organization\": \"IAP\"\n                },\n                {\n                    \"issue_date\": \"2023-03-21\",\n                    \"expiration_date\": \"2024-03-21\",\n                    \"certification_name\": \"Certified Internal Auditor\",\n                    \"issuing_organization\": \"CIA\"\n                }\n            ],\n            \"performance_ratings\": [\n                {\n                    \"year\": 2023,\n                    \"rating\": 5,\n                    \"description\": \"Good\",\n                    \"completion_date\": \"2023-01-21\",\n                    \"remarks\": \"Shown good performance on risk management\"\n                },\n                {\n                    \"year\": 2022,\n                    \"rating\": 4,\n                    \"description\": \"Exceptional\",\n                    \"completion_date\": \"2022-01-21\"\n                },\n                {\n                    \"year\": 2021,\n                    \"rating\": 3,\n                    \"description\": \"Outstanding\",\n                    \"completion_date\": \"2021-01-21\"\n                }\n            ],\n            \"key_achievements\": [\n                {\n                    \"achievements\": \"Suggested improvements to risk management framework improving process efficiency by 30%\"\n                },\n                {\n                    \"achievements\": \"Developed risk reports for client and management review\"\n                }\n            ]\n        },\n        {\n            \"employee_id\": 221,\n            \"employee_name\": \"Andrea Reeves\",\n            \"employee_email\": \"andrea@getnada.com\",\n            \"date_of_birth\": \"1990-01-21\",\n            \"gender\": \"Male\",\n            \"nationality\": \"malaysia\",\n            \"address_line_1\": \"A-1-1 Mid Valley\",\n            \"address_line_2\": \"JL. MT HA 1\",\n            \"country\": \"Malaysia\",\n            \"state\": \"Kuala Lumpur\",\n            \"marital_status\": \"Married\",\n            \"no_of_children\": 2,\n            \"post_code\": \"100001\",\n            \"city\": \"Shah Alam\",\n            \"contact_number\": \"110000002\",\n            \"join_date_company\": \"1990-01-21\",\n            \"employee_grade\": \"HRL2\",\n            \"employee_group\": \"GL1\",\n            \"rater_employee_id\": 220,\n            \"rater_employee_name\": \"Taylor Stephens\",\n            \"rater_email\": \"taylor@getnada.com\",\n            \"company_code\": \"FD12\",\n            \"company_name\": \"Company Name\",\n            \"duration_of_assignment\": \"Contract\",\n            \"linkedin_url\": \"https://www.linkedin.com/test-user-22\",\n            \"total_years_of_experience\": 2.5,\n            \"education\": [\n                {\n                    \"institution\": \"INTI\",\n                    \"qualification\": \"Degree or ACCA\",\n                    \"field_of_study\": \"IT\",\n                    \"start_date\": \"1990-01-21\",\n                    \"end_date\": \"1990-01-01\"\n                },\n                {\n                    \"institution\": \"INTI\",\n                    \"qualification\": \"MAster Degree\",\n                    \"field_of_study\": \"AI\",\n                    \"start_date\": \"1990-01-21\",\n                    \"end_date\": \"1990-01-21\"\n                }\n            ],\n            \"performance_ratings\": [\n                {\n                    \"year\": 2021,\n                    \"rating\": 4,\n                    \"description\": \"Well Done\"\n                },\n                {\n                    \"year\": 2020,\n                    \"rating\": 4,\n                    \"description\": \"Exceptional Work\"\n                },\n                {\n                    \"year\": 2019,\n                    \"rating\": 3,\n                    \"description\": \"Outstanding\"\n                }\n            ],\n            \"training_hours\": [\n                {\n                    \"year\": 2021,\n                    \"training_hours_completed\": 60\n                },\n                {\n                    \"year\": 2020,\n                    \"training_hours_completed\": 20\n                },\n                {\n                    \"year\": 2019,\n                    \"training_hours_completed\": 40\n                }\n            ],\n            \"training\": [\n                {\n                    \"start_date\": \"1990-01-21\",\n                    \"end_date\": \"1990-01-21\",\n                    \"duration\": \"1 day\",\n                    \"training_topic\": \"Management Leadership\",\n                    \"education_type\": \"Management\"\n                },\n                {\n                    \"start_date\": \"2000-01-21\",\n                    \"end_date\": \"2021-01-20\",\n                    \"duration\": \"5 months\",\n                    \"training_topic\": \"Management Leadership 2\",\n                    \"education_type\": \"Management\"\n                }\n            ],\n            \"experience\": [\n                {\n                    \"title\": \"HR\",\n                    \"company_name\": \"some company\",\n                    \"company_location\": \"company location\",\n                    \"start_date\": \"1990-01-21\",\n                    \"end_date\": \"1990-01-21\"\n                },\n                {\n                    \"title\": \"IT\",\n                    \"company_name\": \"some company\",\n                    \"company_location\": \"company location\",\n                    \"start_date\": \"1993-01-21\",\n                    \"end_date\": \"1996-01-21\"\n                }\n            ],\n            \"key_achievements\": [\n                {\n                    \"achievements\": \"Suggested improvements to risk management framework improving process efficiency by 30%\"\n                },\n                {\n                    \"achievements\": \"Developed risk reports for client and management review\"\n                }\n            ],\n            \"certifications\": [\n                {\n                    \"certification_name\": \"Internal Audit Practitioner Program\",\n                    \"issuing_organization\": \"IAP\",\n                    \"issue_date\": \"2022-01-22\",\n                    \"expiration_date\": \"2023-01-22\"\n                },\n                {\n                    \"certification_name\": \"Certified Internal Auditor\",\n                    \"issuing_organization\": \"CIA\",\n                    \"issue_date\": \"2023-03-21\",\n                    \"expiration_date\": \"2024-03-21\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/integration/talentProfile/postTalentProfileDataV1","description":"<p>Integrate talent profile data.</p>\n<ul>\n<li>Accept delta load based on employee.</li>\n<li>Each employee to be insert as a record.</li>\n<li>Non-required fields can be left blank, null, or exclude from the payload.</li>\n</ul>\n<h3 id=\"request-params\">Request Params</h3>\n<h4 id=\"general-profile\">General Profile</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>employee_id</td>\n<td>string</td>\n<td>Unique identifier for each employee. This should not be repeated or reused.</td>\n</tr>\n<tr>\n<td>employee_name</td>\n<td>string</td>\n<td><strong>Required.</strong>  <br />Full name of the employee</td>\n</tr>\n<tr>\n<td>employee_email</td>\n<td>string</td>\n<td><strong>Required. Must be unique. Must be exist in org chart.</strong>  <br />  <br />Email address of the employee. This should be a valid email address and unique for each employee.</td>\n</tr>\n<tr>\n<td>company_code</td>\n<td>string</td>\n<td>Unique code that identifies the company within your organization</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>string</td>\n<td>Legal name of the company the employee works for</td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td>date (YYYY-MM-DD)</td>\n<td>Employee's date of birth</td>\n</tr>\n<tr>\n<td>contact_number</td>\n<td>string</td>\n<td>Employee's contact number</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>string</td>\n<td>Employee’s gender  <br />  <br /><strong>Options:</strong> Male, Female</td>\n</tr>\n<tr>\n<td>nationality</td>\n<td>string</td>\n<td>Employee's nationality as stated on their passport</td>\n</tr>\n<tr>\n<td>address_line_1</td>\n<td>string</td>\n<td>Employee's residential address</td>\n</tr>\n<tr>\n<td>address_line_2</td>\n<td>string</td>\n<td>Additional details about the employee's residence, if necessary</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>City</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>State</td>\n</tr>\n<tr>\n<td>post_code</td>\n<td>string</td>\n<td><strong>Max 10 characters.</strong></td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>Country</td>\n</tr>\n<tr>\n<td>marital_status</td>\n<td>string</td>\n<td>Marital status</td>\n</tr>\n<tr>\n<td>no_of_children</td>\n<td>integer</td>\n<td>Number of children</td>\n</tr>\n<tr>\n<td>linkedin_url</td>\n<td>string</td>\n<td>Link to LinkedIn profile</td>\n</tr>\n<tr>\n<td>employee_grade</td>\n<td>string</td>\n<td>Current organizational grade/level</td>\n</tr>\n<tr>\n<td>join_date_company</td>\n<td>date (YYYY-MM-DD)</td>\n<td>Date of joining the company</td>\n</tr>\n<tr>\n<td>join_date_role</td>\n<td>date (YYYY-MM-DD)</td>\n<td>Date of assuming current role</td>\n</tr>\n<tr>\n<td>employee_type</td>\n<td>string</td>\n<td>Type of employment contract</td>\n</tr>\n<tr>\n<td>total_years_of_experience</td>\n<td>numeric</td>\n<td>Years worked in profession, including other firms</td>\n</tr>\n<tr>\n<td>last_promotion_date</td>\n<td>string</td>\n<td>Date of the last promotion</td>\n</tr>\n<tr>\n<td>willingness_for_mobility</td>\n<td>string</td>\n<td>Indicates relocation willingness</td>\n</tr>\n<tr>\n<td>vacancy_risk</td>\n<td>string</td>\n<td>Likelihood of leaving position</td>\n</tr>\n<tr>\n<td>emergency_cover</td>\n<td>string</td>\n<td>Ability to handle emergencies/extra roles</td>\n</tr>\n</tbody>\n</table>\n</div><p>The following sections can be multi-record per employee.</p>\n<h4 id=\"experience\">Experience</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>start_date</td>\n<td>date (YYYY-MM-DD)</td>\n<td>The start date of the employee's tenure at the company</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>date (YYYY-MM-DD)</td>\n<td>The end date of the employee's tenure at the company</td>\n</tr>\n<tr>\n<td>title</td>\n<td>string</td>\n<td>The position the employee held at the company</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>string</td>\n<td>The company where the employee gained work experience</td>\n</tr>\n<tr>\n<td>company_location</td>\n<td>string</td>\n<td>The location of the company where the employee worked</td>\n</tr>\n<tr>\n<td>is_working_here</td>\n<td>boolean</td>\n<td>Specify if this is current employment</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"education\">Education</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>start_date</td>\n<td>date (YYYY-MM-DD)</td>\n<td>The start date of the qualification</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>date (YYYY-MM-DD)</td>\n<td>The end date of the qualification</td>\n</tr>\n<tr>\n<td>institution</td>\n<td>string</td>\n<td>The institution where the qualification was obtained</td>\n</tr>\n<tr>\n<td>qualification</td>\n<td>string</td>\n<td>The qualification obtained</td>\n</tr>\n<tr>\n<td>field_of_study</td>\n<td>string</td>\n<td>The field of study for the qualification obtained</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"certifications\">Certifications</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>issue_date</td>\n<td>date (YYYY-MM-DD)</td>\n<td>The start date of the employee's tenure at the company</td>\n</tr>\n<tr>\n<td>expiration_date</td>\n<td>date (YYYY-MM-DD)</td>\n<td>The end date of the employee's tenure at the company</td>\n</tr>\n<tr>\n<td>certification_name</td>\n<td>string</td>\n<td>The position the employee held at the company</td>\n</tr>\n<tr>\n<td>issuing_organization</td>\n<td>string</td>\n<td>The company where the employee gained work experience</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"performance-information\">Performance Information</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>year</td>\n<td>integer</td>\n<td>The performance review year</td>\n</tr>\n<tr>\n<td>rating</td>\n<td>integer</td>\n<td>The performance rating obtained by the employee in that year</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>A brief description of the employee's performance</td>\n</tr>\n<tr>\n<td>completion_date</td>\n<td>date (YYYY-MM-DD)</td>\n<td>The date when the performance review was completed</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>string</td>\n<td>Any additional remarks or comments on the employee's performance</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"key-achievements\">Key Achievements</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>achievements</td>\n<td>string</td>\n<td>A description of achievements that the employee made</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","integration","talentProfile","postTalentProfileDataV1"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"65413d40-f858-40d4-b29b-046ce9b7256e","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"key","type":"text","value":"{{key}}"},{"key":"token","type":"text","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n    \"talent_profiles\": [\n        {\n            \"employee_id\": 220,\n            \"employee_name\": \"Taylor Stephens\",\n            \"employee_email\": \"taylor@getnada.com\",\n            \"date_of_birth\": \"1962-01-21\",\n            \"gender\": \"Female\",\n            \"nationality\": \"Malaysia\",\n            \"address_line_1\": \"A-1-1 Mid Valley\",\n            \"address_line_2\": \"JL. MT HA 1\",\n            \"country\": \"Malaysia\",\n            \"state\": \"Selangor\",\n            \"marital_status\": \"Married\",\n            \"no_of_children\": 2,\n            \"post_code\": \"50000\",\n            \"city\": \"Shah Alam\",\n            \"contact_number\": \"110000001\",\n            \"join_date_company\": \"2022-01-21\",\n            \"employee_grade\": \"HRL2\",\n            \"employee_group\": \"GL1\",\n            \"rater_employee_id\": \"\",\n            \"rater_employee_name\": \"\",\n            \"rater_email\": \"\",\n            \"company_code\": \"FD12\",\n            \"company_name\": \"Company Name\",\n            \"duration_of_assignment\": \"Less than 1 year\",\n            \"linkedin_url\": \"https://www.linkedin.com/test-user-25\",\n            \"total_years_of_experience\": 2.5,\n            \"education\": [\n                {\n                    \"institution\": \"INTI\",\n                    \"qualification\": \"Bachelor Degree\",\n                    \"field_of_study\": \"IT\",\n                    \"start_date\": \"2021-01-21\",\n                    \"end_date\": \"2021-01-21\"\n                },\n                {\n                    \"institution\": \"INTI\",\n                    \"qualification\": \"MAster Degree\",\n                    \"field_of_study\": \"AI\",\n                    \"start_date\": \"2023-01-21\",\n                    \"end_date\": \"2025-01-21\"\n                }\n            ],\n            \"performance_ratings\": [\n                {\n                    \"year\": 2021,\n                    \"rating\": 5,\n                    \"description\": \"Good\",\n                    \"completion_date\": \"2021-01-21\",\n                    \"remarks\": \"Shown good performance on risk management\"\n                },\n                {\n                    \"year\": 2020,\n                    \"rating\": 4,\n                    \"description\": \"Exceptional\",\n                    \"completion_date\": \"2020-01-21\"\n                },\n                {\n                    \"year\": 2019,\n                    \"rating\": 3,\n                    \"description\": \"Outstanding\",\n                    \"completion_date\": \"2019-01-21\"\n                }\n            ],\n            \"training_hours\": [\n                {\n                    \"year\": 2021,\n                    \"training_hours_completed\": 70\n                },\n                {\n                    \"year\": 2020,\n                    \"training_hours_completed\": 10\n                },\n                {\n                    \"year\": 2019,\n                    \"training_hours_completed\": 40\n                }\n            ],\n            \"training\": [\n                {\n                    \"start_date\": \"2021-01-21\",\n                    \"end_date\": \"2021-01-21\",\n                    \"duration\": \"1 month\",\n                    \"training_topic\": \"Management Leadership\",\n                    \"education_type\": \"Management\"\n                },\n                {\n                    \"start_date\": \"2022-01-21\",\n                    \"end_date\": \"2022-05-21\",\n                    \"duration\": \"3 days\",\n                    \"training_topic\": \"Management Leadership 2\",\n                    \"education_type\": \"Management\"\n                }\n            ],\n            \"experience\": [\n                {\n                    \"title\": \"HR\",\n                    \"company_name\": \"some company\",\n                    \"company_location\": \"company location\",\n                    \"start_date\": \"2021-01-21\",\n                    \"end_date\": \"2021-01-22\"\n                },\n                {\n                    \"title\": \"IT\",\n                    \"company_name\": \"some company 2\",\n                    \"company_location\": \"Selangor\",\n                    \"start_date\": \"2022-01-21\",\n                    \"end_date\": \"2023-04-21\"\n                }\n            ],\n            \"key_achievements\": [\n                {\n                    \"achievements\": \"Suggested improvements to risk management framework improving process efficiency by 30%\"\n                },\n                {\n                    \"achievements\": \"Developed risk reports for client and management review\"\n                }\n            ],\n            \"certifications\": [\n                {\n                    \"certification_name\": \"Internal Audit Practitioner Program\",\n                    \"issuing_organization\": \"IAP\",\n                    \"issue_date\": \"2022-01-22\",\n                    \"expiration_date\": \"2023-01-22\"\n                },\n                {\n                    \"certification_name\": \"Certified Internal Auditor\",\n                    \"issuing_organization\": \"CIA\",\n                    \"issue_date\": \"2023-03-21\",\n                    \"expiration_date\": \"2024-03-21\"\n                }\n            ]\n        },\n        {\n            \"employee_id\": 221,\n            \"employee_name\": \"Andrea Reeves\",\n            \"employee_email\": \"andrea@getnada.com\",\n            \"date_of_birth\": \"1990-01-21\",\n            \"gender\": \"Male\",\n            \"nationality\": \"malaysia\",\n            \"address_line_1\": \"A-1-1 Mid Valley\",\n            \"address_line_2\": \"JL. MT HA 1\",\n            \"country\": \"Malaysia\",\n            \"state\": \"Kuala Lumpur\",\n            \"marital_status\": \"Married\",\n            \"no_of_children\": 2,\n            \"post_code\": \"100001\",\n            \"city\": \"Shah Alam\",\n            \"contact_number\": \"110000002\",\n            \"join_date_company\": \"1990-01-21\",\n            \"employee_grade\": \"HRL2\",\n            \"employee_group\": \"GL1\",\n            \"rater_employee_id\": 220,\n            \"rater_employee_name\": \"Taylor Stephens\",\n            \"rater_email\": \"taylor@getnada.com\",\n            \"company_code\": \"FD12\",\n            \"company_name\": \"Company Name\",\n            \"duration_of_assignment\": \"Contract\",\n            \"linkedin_url\": \"https://www.linkedin.com/test-user-22\",\n            \"total_years_of_experience\": 2.5,\n            \"education\": [\n                {\n                    \"institution\": \"INTI\",\n                    \"qualification\": \"Degree or ACCA\",\n                    \"field_of_study\": \"IT\",\n                    \"start_date\": \"1990-01-21\",\n                    \"end_date\": \"1990-01-01\"\n                },\n                {\n                    \"institution\": \"INTI\",\n                    \"qualification\": \"MAster Degree\",\n                    \"field_of_study\": \"AI\",\n                    \"start_date\": \"1990-01-21\",\n                    \"end_date\": \"1990-01-21\"\n                }\n            ],\n            \"performance_ratings\": [\n                {\n                    \"year\": 2021,\n                    \"rating\": 4,\n                    \"description\": \"Well Done\"\n                },\n                {\n                    \"year\": 2020,\n                    \"rating\": 4,\n                    \"description\": \"Exceptional Work\"\n                },\n                {\n                    \"year\": 2019,\n                    \"rating\": 3,\n                    \"description\": \"Outstanding\"\n                }\n            ],\n            \"training_hours\": [\n                {\n                    \"year\": 2021,\n                    \"training_hours_completed\": 60\n                },\n                {\n                    \"year\": 2020,\n                    \"training_hours_completed\": 20\n                },\n                {\n                    \"year\": 2019,\n                    \"training_hours_completed\": 40\n                }\n            ],\n            \"training\": [\n                {\n                    \"start_date\": \"1990-01-21\",\n                    \"end_date\": \"1990-01-21\",\n                    \"duration\": \"1 day\",\n                    \"training_topic\": \"Management Leadership\",\n                    \"education_type\": \"Management\"\n                },\n                {\n                    \"start_date\": \"2000-01-21\",\n                    \"end_date\": \"2021-01-20\",\n                    \"duration\": \"5 months\",\n                    \"training_topic\": \"Management Leadership 2\",\n                    \"education_type\": \"Management\"\n                }\n            ],\n            \"experience\": [\n                {\n                    \"title\": \"HR\",\n                    \"company_name\": \"some company\",\n                    \"company_location\": \"company location\",\n                    \"start_date\": \"1990-01-21\",\n                    \"end_date\": \"1990-01-21\"\n                },\n                {\n                    \"title\": \"IT\",\n                    \"company_name\": \"some company\",\n                    \"company_location\": \"company location\",\n                    \"start_date\": \"1993-01-21\",\n                    \"end_date\": \"1996-01-21\"\n                }\n            ],\n            \"key_achievements\": [\n                {\n                    \"achievements\": \"Suggested improvements to risk management framework improving process efficiency by 30%\"\n                },\n                {\n                    \"achievements\": \"Developed risk reports for client and management review\"\n                }\n            ],\n            \"certifications\": [\n                {\n                    \"certification_name\": \"Internal Audit Practitioner Program\",\n                    \"issuing_organization\": \"IAP\",\n                    \"issue_date\": \"2022-01-22\",\n                    \"expiration_date\": \"2023-01-22\"\n                },\n                {\n                    \"certification_name\": \"Certified Internal Auditor\",\n                    \"issuing_organization\": \"CIA\",\n                    \"issue_date\": \"2023-03-21\",\n                    \"expiration_date\": \"2024-03-21\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/integration/talentProfile/postTalentProfileDataV1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"status\": \"IN_PROGRESS\",\n        \"message\": \"Talent profile integration started\"\n    },\n    \"meta\": {\n        \"timestamp\": {\n            \"date\": \"2023-07-28 02:52:16.512732\",\n            \"timezone_type\": 3,\n            \"timezone\": \"Asia/Kuala_Lumpur\"\n        },\n        \"url\": \"http://journey-backend.test/api/integration/talentProfile/postTalentProfileDataV1\",\n        \"correlationId\": \"0029f7b0-6cfb-4f61-b3d9-8f0cc974a68b\",\n        \"status_code\": 200,\n        \"message\": \"Success!\"\n    }\n}"},{"id":"1aae269b-4419-4b6d-b72c-9d823a6092d9","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"key","type":"text","value":"{{key}}"},{"key":"token","type":"text","value":"{{token}}"}],"body":{"mode":"raw","raw":"{\n    \"talent_profiles\": [\n        {\n            \"employee_id\": \"\",\n            \"employee_name\": \"Taylor Stephens\",\n            \"employee_email\": \"\",\n            \"join_date_company\": \"21/1/2022\",\n            \"employee_group\": \"GL1\",\n            \"rater_employee_id\": \"\",\n            \"rater_employee_name\": \"\",\n            \"rater_email\": \"\",\n            \"company_code\": \"FD12\",\n            \"company_name\": \"Company Name\"\n        },\n        {\n            \"employee_id\": \"\",\n            \"employee_name\": \"Andrea Reeves\",\n            \"employee_email\": \"\",\n            \"join_date_company\": \"21/1/2010\",\n            \"employee_group\": \"GL1\",\n            \"rater_employee_id\": \"\",\n            \"rater_employee_name\": \"Taylor Stephens\",\n            \"rater_email\": \"taylor@getnada.com\",\n            \"company_code\": \"FD12\",\n            \"company_name\": \"Company Name\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/integration/talentProfile/postTalentProfileDataV1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"meta\": {\n        \"timestamp\": {\n            \"date\": \"2023-07-28 02:56:29.770905\",\n            \"timezone_type\": 3,\n            \"timezone\": \"Asia/Kuala_Lumpur\"\n        },\n        \"url\": \"http://journey-backend.test/api/integration/talentProfile/postTalentProfileDataV1\",\n        \"correlationId\": \"3587be0c-1b55-4c4a-bf19-78e351dd3f2a\",\n        \"errorMessage\": \"The given data was invalid\",\n        \"errorString\": \"UNKNOWN_ERROR\",\n        \"status_code\": 422,\n        \"message\": \"Failure!!\"\n    },\n    \"errors\": {\n        \"talent_profiles.0.employee_email\": \"The Employee Email field is required.\",\n        \"talent_profiles.1.employee_email\": \"The Employee Email field is required.\",\n        \"talent_profiles.0.join_date_company\": \"The Joining Date Company does not match the format Y-m-d.\",\n        \"talent_profiles.1.join_date_company\": \"The Joining Date Company does not match the format Y-m-d.\"\n    }\n}"}],"_postman_id":"49919819-74f2-4602-94b7-bc6a6b50c9e9"}],"event":[{"listen":"prerequest","script":{"id":"7a191f03-b591-4023-ae5d-befb4cb93be4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c551f203-888c-4f23-898d-35ce00bd19c9","type":"text/javascript","exec":[""]}}],"variable":[{"key":"journey_domain","value":"{{base_url}}"},{"key":"key","value":"{{key}}","type":"string"},{"key":"token","value":"{{token}}","type":"string"}]}