{"info":{"_postman_id":"883dc5d7-8d85-4610-b817-88e4392f5acf","name":"Peoplestrong APIs","description":"<html><head></head><body><p>PeopleStrong in its pursuit of being the most Open &amp; Connected HR Tech platform has built and made available this API Directory. These APIs provide programmatic access to PeopleStrong's suite of products through REST API endpoints. These APIs are accessible to privileged customers and access would be provided on a request-only basis.</p>\n<p>Moreover, these APIs allows the user to access both; full load data or modified data. The full load API gives the user the option to retrieve the data within the selected date range. Additionally, they offer provisions to filter data based on various parameters such as Org Unit, Worksite, Entity, Employee Code, Employee Name, and Official Mail Id, providing the users with absolute control over the data they want to retrieve. This also empowers our users to seamlessly integrate the API in any system (ERPs or Any other platform) and efficiently manage the configurations based on the user needs.</p>\n<p>PeopleStrong follow a quarterly release process wherein enhancements are deployed to the API framework. Do reach out to us at <a href=\"https://mailto:Integrations@peoplestrong.com\">Integrations@peoplestrong.com</a> for any queries you may have.</p>\n<hr>\n<h1 id=\"api-types\">API Types</h1>\n<p>PeopleStrong exposes three types of APIs i.e. Inbound API, Outbound API, and Transactional API</p>\n<p>Inbound API: Inbound API are those API which PeopleStrong HRMS consumes data from customer systems. In this API, the customer’s application makes call to PeopleStrong's API to push data in the database. For example, If the customer would want to push the Attendance Data from their biometric system to PeopleStrong Attendance system to track employee’s attendance.</p>\n<p>Outbound API: Outbound API are those API where PeopleStrong system will make a call to send data to any platform being used at customer’s end. For example, in case of new hire information the customer may need the details of the employees to flow to their destination system.</p>\n<p>Transactional API: Transactional API are specifically designed for processing and managing transactions which typically impact financial or business-related operations. For example, the customer may need details of all leave transactions being performed in PeopleStrong system so that they can drive some business actions at their end.</p>\n<hr>\n<h1 id=\"error-codes\"><strong>Error Codes</strong></h1>\n<p>Error codes are commonly used as standardized numerical or alphanumeric identifiers to denote particular categories of errors, exceptions, or problems that might arise during interactions with an application or system through an API. They play a crucial role in establishing a systematic and effective mode of communication among the application, the API, and the developers or users engaged with it.</p>\n<p>It has been ensured that the error handling being performed during integrations is descriptive and user-friendly, with a comprehensive view to assist the customers/ consumers understand the reason for the error. PeoplsStrong APIs follow a standard Error handling process with an exhaustive list of errors as shown below:</p>\n<p><strong>EC 2XXX Series</strong>: Successful</p>\n<ul>\n<li>EC 2000: Processed Successfully<ul>\n<li>Example: The request to retrieve employee data was successful. The API returns the requested dataEndFragment</li>\n</ul>\n</li>\n</ul>\n<p><strong>EC 4XXX Series</strong>: Request contains bad syntax or cannot be fulfilled</p>\n<ul>\n<li><p>EC4001, Content-Type must be provided.</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The request to update an employee's information was missing the Content-Type header.</p>\n</li>\n<li><p>Recommendation: Content-type must be application/Json for JSON payloads.</p>\n</li>\n</ul>\n</li>\n<li><p>EC4002, Integration name is not provided in the request.</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: A request to integrate with a third-party system did not specify the integration name.</p>\n</li>\n<li><p>Recommendation: Integration name must be present in the request body.</p>\n</li>\n</ul>\n</li>\n<li><p>EC4003, Authorization header must be provided</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: An API request was missing the required Authorization header of postman(API tool) that contains an access token for the API.</p>\n</li>\n<li><p>Recommendation: Ensure that the request includes the necessary Authorization header with a valid access token.</p>\n</li>\n</ul>\n</li>\n<li><p>EC4004, Access token not in proper format.</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The access token provided in the request was not in the expected format. It must be generated by the combination of tenant id and secret key.</p>\n</li>\n<li><p>Recommendation: Generate the access token using the correct format, combining the tenant ID and secret key.</p>\n</li>\n</ul>\n</li>\n<li><p>EC4005, Invalid Dynamic Filter provided in the request body.</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The request included a dynamic filter that was not valid or supported by the API. For instance, if a user requested a filter on \"gender,\" but \"gender\" is not supported in the dynamic filter, this error would occur.</p>\n</li>\n<li><p>Recommendation: Ensure that the dynamic filter criteria align with the supported filter options.</p>\n</li>\n</ul>\n</li>\n<li><p>EC4006, Invalid StartDate Filter.</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: A request included StartDate filter with an invalid date format.</p>\n</li>\n<li><p>Recommendation: Use the correct format for the StartDate filter, as demonstrated in the provided below example,</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>\"startDate\":{<br>\"value\":\"123\",<br>\"field\":[<br>{<br>\"fieldCode\":\"12\",<br>\"operator\":\"=\"<br>}<br>]<br>}</p>\n<ul>\n<li><p>EC4007, Invalid EndDate Filter.</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: A request included EndDate filter with an invalid date format.</p>\n</li>\n<li><p>Recommendation: Use the correct format for the EndDate filter, as demonstrated in the provided example</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>\"endDate\":{<br>\"value\":\"123\",<br>\"field\":[<br>{<br>\"fieldCode\":\"12\",<br>\"operator\":\"=\"<br>}<br>]<br>}</p>\n<ul>\n<li><p>EC4009, Range between start Date and end Date is greater than the startEndRange</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The date range specified in the request exceeded the maximum allowed range.</p>\n</li>\n<li><p>Recommendation: The maximum allowed range is 15 days, meaning the difference between the start date and end date must be less than or equal to 15 days.</p>\n</li>\n</ul>\n</li>\n<li><p>EC4010, Invalid filters sent in the request.</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The request included filter parameters that were not configured or supported by the API.</p>\n</li>\n<li><p>Recommendation: Ensure that the request includes valid and supported filter parameters.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>EC 5xxx</strong>: Server error. It will give the message as “API unable to fetch data” at user end.</p>\n<ul>\n<li><p>EC5000, INTERNAL_SERVER_ERROR</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The API encounters an internal server error during request processing, such as a server error or timeout.</p>\n</li>\n<li><p>Recommendation: Users should check their request for correctness and consider contacting the API provider's support team for assistance in resolving internal server errors.</p>\n</li>\n</ul>\n</li>\n<li><p>EC5001, OUTBOUND_JOIN_COLUMN_ATTRIBUTE_NULL</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: It is data base related error. API encounters an issue related to outbound data synchronization with missing join column attributes.</p>\n</li>\n<li><p>Recommendation: Users should review their API request and ensure that it includes all required join column attributes as per API contract.</p>\n</li>\n</ul>\n</li>\n<li><p>EC5002, NO_MARKER_FOR_REQUEST</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The API request lacked the necessary marker for data retrieval. The marker is set up to the point where the data was sent at a particular date and time.</p>\n</li>\n<li><p>Recommendation: Users should review their API request and ensure that it includes all required join column attributes as specified in the API documentation</p>\n</li>\n</ul>\n</li>\n<li><p>EC5003, PRIMARY_KEY_NULL</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The API encounters a situation where a primary key in a database record is null.</p>\n</li>\n<li><p>Recommendation: Users should ensure that their data records have valid primary keys before making API requests. Missing primary keys can lead to data-related issues.</p>\n</li>\n</ul>\n</li>\n<li><p>EC 5004, SYNTAX_ERROR_IN_QUERY</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: There was a syntax error in the query provided in the API request, such as providing \"=&gt;\" instead of \"&gt;=\"</p>\n</li>\n<li><p>Recommendation: Users should carefully review their query syntax and correct any errors before submitting the request. Syntax errors can be resolved by following the correct query format.</p>\n</li>\n</ul>\n</li>\n<li><p>EC 5005, ERROR_IN_DYNAMIC_QUERY_CREATION</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: An error occurs while dynamically creating a query within the API, often due to incorrect join queries.</p>\n</li>\n<li><p>Recommendation: Users should review their API request and ensure that any dynamically created queries adhere to the API's requirements. Careful review of the query generation process is necessary</p>\n</li>\n</ul>\n</li>\n<li><p>EC 5006, MARKER_INSERTION_IN_DB_FAILURE</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The API encounters an issue when trying to insert a marker into the database.</p>\n</li>\n<li><p>Recommendation: Users should monitor their database server and ensure it is running correctly. Database-related errors like marker insertion failures may require database administration assistance.</p>\n</li>\n</ul>\n</li>\n<li><p>EC 5007, REDIS_MARKER_DELETION_FAILURE</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The API fails to delete a marker from the Redis cache.</p>\n</li>\n<li><p>Recommendation: Users should check their Redis cache configuration and ensure that it is functioning correctly. Cache-related errors may require Redis cache administration support.</p>\n</li>\n</ul>\n</li>\n<li><p>EC 5008, MARKER_NULL_OR_INVALID</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The marker provided in the API request is either null or invalid.</p>\n</li>\n<li><p>Recommendation: Users should provide a valid and non-null marker in their API requests, as specified in the API documentation. Invalid markers can lead to data retrieval issues.</p>\n</li>\n</ul>\n</li>\n<li><p>EC 5009, ERROR_IN_DYNAMIC_QUERY_SYNTAX_OR_FROM_DATALAKE</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: There is an error related to dynamic query syntax or data retrieval from the data lake.</p>\n</li>\n<li><p>Recommendation: Users should review their dynamic query syntax and ensure it aligns with the API's requirements. Additionally, data retrieval from the data lake should be validated and configured correctly.</p>\n</li>\n</ul>\n</li>\n<li><p>EC 5010, UNIQUE_IDENTIFIER_COLUMN_NAME_NULL</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The API encounters a situation where the column name for a unique identifier is null.</p>\n</li>\n<li><p>Recommendation: Users should ensure that unique identifier columns have valid names in their API requests. Missing column names for unique identifiers can cause data-related issues.</p>\n</li>\n</ul>\n</li>\n<li><p>EC5011, ONE_TO_ONE_TABLE_OR_PRIMARY_KEY_NULL</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: There is an issue with a one-to-one table or the primary key associated with it.</p>\n</li>\n<li><p>Recommendation: Users should review their one-to-one table configurations and primary key settings to ensure they are correctly defined in their API requests.</p>\n</li>\n</ul>\n</li>\n<li><p>EC5012, COLUMNWISE_TABLE_OR_PRIMARY_KEY_NULL</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The API detects a null column or primary key in a column-wise table.</p>\n</li>\n<li><p>Recommendation: Users should verify that their column-wise tables do not contain null columns or primary keys when making API requests. Data integrity is crucial.</p>\n</li>\n</ul>\n</li>\n<li><p>EC 5013, MUTLIPLE_1M_TABLES_FOR_MASTER</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The API encounters multiple one-to-many tables assigned for a single field.</p>\n</li>\n<li><p>Recommendation: Users should review their API request and ensure that one-to-many tables are appropriately mapped to avoid conflicts. Each field should be associated with the correct table.</p>\n</li>\n</ul>\n</li>\n<li><p>EC5014, MUTLIPLE_COLUMN_WISE_TABLES_FOR_MASTER</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The API encounters multiple one-to-many tables assigned for a single field for delta values or changed values.</p>\n</li>\n<li><p>Recommendation: Users should carefully review their API request and ensure that one-to-many tables are correctly mapped for delta values or changed values. Consistency is essential.</p>\n</li>\n</ul>\n</li>\n<li><p>EC5015, ERROR_FROM_CLIENT_CONFIG_API</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: An error occurs while interacting with the client configuration API, particularly when configuring from the UI and calling the API.</p>\n</li>\n<li><p>Recommendation: Users should verify their UI configuration and API calls. If data retrieval from the database fails, contact support for assistance.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>6xxx Custom</strong>: Client Side Config Error</p>\n<ul>\n<li><p>EC6001, API does not exist or is inactive for this organization.</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The client attempts to access an API that does not exist or is not active for their organization.</p>\n</li>\n<li><p>Recommendation: Users should ensure that the API they are trying to access is active and exists for their organization. If necessary, contact the API provider for clarification.</p>\n</li>\n</ul>\n</li>\n<li><p>EC6002, Multiple APIs configured for this organization/entity</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The organization or entity has multiple APIs configured with the same name, causing a conflict.</p>\n</li>\n<li><p>Recommendation: Users should review their API configurations and ensure that each API has a unique name. Conflicting API names can lead to issues.</p>\n</li>\n</ul>\n</li>\n<li><p>EC6003, Data flow type is null or empty.</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The data flow type is not specified or is empty in the API request.</p>\n</li>\n<li><p>Recommendation: Users should specify the data flow type (e.g., Row-wise, Column-wise, Full load) in their API request to ensure proper data processing.</p>\n</li>\n</ul>\n</li>\n<li><p>EC6004, Configured DataFlowType doesn't exist.</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The data flow type specified in the API request does not exist.</p>\n</li>\n<li><p>Recommendation: Users should ensure that they specify a valid data flow type (e.g., Row-wise, Column-wise, Full load) in their API request. The selected data flow type must be available and configured.</p>\n</li>\n</ul>\n</li>\n<li><p>EC6005, API Response Format is set as null.</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The API request does not specify a valid response format, such as XML or JSON.</p>\n</li>\n<li><p>Recommendation: Users should specify a valid response format (e.g., XML or JSON) in their API request to ensure that the API responds in the desired format.</p>\n</li>\n</ul>\n</li>\n<li><p>EC6006, Pagination Limit is configured as null. Please provide a valid value before proceeding.</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: Pagination limit is not provided in the API request.</p>\n</li>\n<li><p>Recommendation: Users should include a valid pagination limit in their API request to control the number of results returned.</p>\n</li>\n</ul>\n</li>\n<li><p>EC6007, Config not found for the given Api</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The API configuration is missing for the requested API, such as module or submodule settings.</p>\n</li>\n<li><p>Recommendation: Users should ensure that they configure all necessary settings, including module and submodule, when setting up the API. Missing configurations can lead to issues.</p>\n</li>\n</ul>\n</li>\n<li><p>EC6008, Invalid number of master types found for the outbound API.</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The API request includes an invalid number of master types for an outbound API, causing a conflict.</p>\n</li>\n<li><p>Recommendation: Users should review their API request and ensure that they specify the correct number of master types. An outbound API typically supports one master type at a time in its response</p>\n</li>\n</ul>\n</li>\n<li><p>EC6009, No visible fields are configured in hierarchy for tree format.</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Scenario: The hierarchy for tree format in the API request lacks visible fields that are present on the Admin UI.</p>\n</li>\n<li><p>Recommendation: Users should ensure that they select and include visible fields in the hierarchy for tree format when making API requests. This ensures consistency with the Admin UI.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>The error codes are designed to provide clear and specific information about the errors encountered in the API requests, making it easier for consumers to understand and troubleshoot the reason for failures encountered during the integration process.</p>\n<hr>\n<h1 id=\"rate-limit\">Rate Limit</h1>\n<p>Rate limiting is a mechanism used to control the rate or frequency at which requests or transactions can be made to an external system, service, or API. It is a technique used to prevent excessive usage or abuse of resources, ensure fair usage, and maintain the stability and performance of both the integrating system and the target system or API</p>\n<p>API access rate limit can be applied on Size and Number of invocations. Number of invocations is based on 'API request per hour', 'API request per day', and 'API request per month' whereas size limit refers the API size i.e, based on kb or mb. PeopleStrong system also has the capability to track the status of API consumption. Below are the data points which the system tracks along with the behavior of the system in case the limit gets exceeded.</p>\n<ul>\n<li><p>Consumed API request details</p>\n</li>\n<li><p>Remaining API request details</p>\n</li>\n</ul>\n<p>If the rate limit of API will exceed number of invocations, it will throw error, “API rate limit exceeded \" with status code 429. If API records exceeded the size limit, it will throw error, \"API size limit exceeded \" with status code 413.</p>\n<hr>\n<h1 id=\"webhook\"><strong>Webhook</strong></h1>\n<p>Webhook is an http request that notifies you when some specific events happen in the source application/system. This \"push\" mechanism makes webhooks an efficient alternative to the traditional \"pull\" method used by APIs. Peoplestrong provides webhook functionality on row wise and column wise incremental APIs.</p>\n<p>At peoplestrong, we have flexible frameworks to enable webhook where customers can configure their own security and customized message notification in the webhook. Webhook intimate any data change in every 1Hr.</p>\n<hr>\n<h1 id=\"recall-failed-data-api\">Recall Failed Data API</h1>\n<p>PeopleStrong provides an API to recall old data for outbound APIs, allowing users to retrieve data in case of any failed records. To recall the data, a special parameter, “setMarkerDate,” is used in the existing outbound API. This parameter resets the marker of the API to the closest timestamp provided in “setMarkerDate.” Please note that \"setMarkerDate\" cannot be older than one month.</p>\n<p>The response from the reset marker API will not include data. Instead, data will be provided only after resetting, through a “Normal API request body”. The rate limit for this action is utilized from existing API rate limit.</p>\n<p>Example payload:</p>\n<p>Normal API Request:</p>\n<p>{</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"integrationMasterName\": \"EmployeeResetMarkerTest1\" \n\n</code></pre><p>}</p>\n<p>Reset data API Request:</p>\n<p>{</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"integrationMasterName\": \"EmployeeResetMarkerTest1\", \n\"setMarkerDate\" : \"2024-07-01 14:28:40\" \n\n</code></pre><p>}</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"API Types","slug":"api-types"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate Limit","slug":"rate-limit"},{"content":"Webhook","slug":"webhook"},{"content":"Recall Failed Data API","slug":"recall-failed-data-api"}],"owner":"26371495","collectionId":"883dc5d7-8d85-4610-b817-88e4392f5acf","publishedId":"2s93Xwzj8o","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-04-14T09:13:48.000Z"},"item":[{"name":"Authentication","item":[{"name":"Generate Token","id":"b1d659e3-f379-4c9f-a17f-b07d8ef5a206","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Basic dummyQ2xpZW50X0ludGVncmF0aW9uX0FwaVNlcnZpY2VfT3JnXzNfTW9kdWxlXzdfQXBpV2lzZTpjYWFiNWM5M=","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text","uuid":"750878df-822e-4843-8091-698a3a1f84ce"}]},"url":"https://{{sub-domain}}.peoplestrong.com/client-config/api/kong/generateToken","urlObject":{"protocol":"https","path":["client-config","api","kong","generateToken"],"host":["{{sub-domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1d659e3-f379-4c9f-a17f-b07d8ef5a206"}],"id":"182efa53-69ef-44a4-925f-1638ec8d4694","description":"<p>The client_id and client_secret are unique and will be provided by Peoplestrong. If users require API credentials for the test environment, they can request it by connecting with us at <a href=\"https://mailto:Integrations@peoplestrong.com\">Integrations@peoplestrong.com</a></p>\n<p>The response will contain the authorization token. API user will have to pass this authorization token to get response. The authorization token will expire after 5 minutes.</p>\n","_postman_id":"182efa53-69ef-44a4-925f-1638ec8d4694"},{"name":"HRIS","item":[{"name":"Outbound APIs","item":[{"name":"Employee Data","id":"5d789cdc-da4f-4db0-b210-991d26441ac9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Master Data","description":"<p>User will get employee data as full load (all data) for first time following incremental (change only) data. It will cover the BasicDetails, BankDetails, DependentDetails, ContactDetails, EmergencyContacts, EmploymentDetails, Qualifications, IDDetails, Skills, NominationDetails, and Referral detail.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Employee Master Data"}],"variable":[]}},"response":[{"id":"9a05cc72-cb2e-47db-8df1-bd3f63585a0c","name":"Employee Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Master Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Employee Master Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Thu, 27 Apr 2023 10:46:53 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"36"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n\t\"isLoadComplete\": false,\n\t\"root\": {\n\t\t\"EmployeeMaster\": {\n\t\t\t\"EmployeeMasterData\": [\n\t\t\t\t{\n\t\t\t\t\t\"BasicDetails\": {\n\t\t\t\t\t\t\"BasicDetail\": {\n\t\t\t\t\t\t\t\"ConfirmationStatus\": \"On Probation\",\n                            \"BirthPlace\": \"\",\n                            \"DisabilityDetails\": \"\",\n                            \"L1ManagerCode\": \"DM1XX19\",\n                            \"Gender\": \"Female\",\n                            \"NoticePeriod\": \"60\",\n                            \"PracticeHeadName\": \"\",\n                            \"PracticeHeadEmail\": \"\",\n                            \"WorkSiteSourceUniqueCode8\": \"\",\n                            \"WorkSiteSourceUniqueCode7\": \"\",\n                            \"WorkSiteSourceUniqueCode6\": \"\",\n                            \"BusinessDesignation\": \"\",\n                            \"Workcenter\": \"\",\n                            \"WorkSiteSourceUniqueCode5\": \"\",\n                            \"WorkSiteSourceUniqueCode4\": \"\",\n                            \"WorkSiteSourceUniqueCode3\": \"DMO_Guwahati-XYZ_8089\",\n                            \"WorkSiteSourceUniqueCode2\": \"DMO_Guwahati_XYZ_8066\",\n                            \"EmployeeJoiningFormID\": \"\",\n                            \"DesignationName\": \"Assistant Manager - SCM\",\n                            \"WorkSiteSourceUniqueCode1\": \"DMO_Zone East_Zone\",\n                            \"OfficialAgency\": \"\",\n                            \"CertificateDate\": \"\",\n                            \"PositionCode\": \"\",\n                            \"HrManagerCode\": \"DM11163\",\n                            \"ESIapplicableOnOT\": \"No\",\n                            \"WorkSiteSourceUniqueCode9\": \"\",\n                            \"FunctionalDesignation\": \"\",\n                            \"PFApplicable\": \"No\",\n                            \"WorksiteHierarchy\": \"Zone East>Guwahati>Guwahati-Amaze Shopping Mall\",\n                            \"Citizenship\": \"\",\n                            \"DisabilityType\": \"\",\n                            \"NpsNO\": \"\",\n                            \"WorkSiteSourceCode\": \"DMO_Guwahati-Amaze Shopping Mall_Branch_8089\",\n                            \"RightEyeVision\": \"\",\n                            \"OrgunitSourceUniqueCode9\": \"\",\n                            \"MotherTounge\": \"\",\n                            \"EmployeeCategoryType\": \"\",\n                            \"OrgunitSourceUniqueCode1\": \"DMO_Commercial_Business Unit\",\n                            \"IsDisabled\": \"No\",\n                            \"OrgunitSourceUniqueCode2\": \"DMO_SCM_Function_6644\",\n                            \"Band\": \"Department Head\",\n                            \"OrgunitSourceUniqueCode3\": \"DMO_Procurement & Contracting_Department_6649\",\n                            \"OrgunitSourceUniqueCode4\": \"\",\n                            \"OrgunitSourceUniqueCode5\": \"\",\n                            \"OrgunitSourceUniqueCode6\": \"\",\n                            \"OrgunitSourceUniqueCode7\": \"\",\n                            \"OrgunitSourceUniqueCode8\": \"\",\n                            \"PreferredGivenName\": \"\",\n                            \"ActualConfirmationDate\": \"\",\n                            \"Unitname\": \"Procurement & Contracting\",\n                            \"OfferedDate\": \"\",\n                            \"VPFContribution\": \"\",\n                            \"ESINumber\": \"\",\n                            \"HiringType\": \"\",\n                            \"PFAccountNo\": \"\",\n                            \"NameAsPerAdhaar\": \"\",\n                            \"EmployeeCode\": \"60XXX1\",\n                            \"ContractEndDate\": \"\",\n                            \"FirstName\": \"Sameera\",\n                            \"SSNo\": \"\",\n                            \"GroupDOJ\": \"\",\n                            \"Religion\": \"Other\",\n                            \"OrgUnit7\": \"\",\n                            \"OrgUnit6\": \"\",\n                            \"GrossOTPart\": \"No\",\n                            \"OrgUnit5\": \"\",\n                            \"IndentReason\": \"\",\n                            \"OrgUnit4\": \"\",\n                            \"PracticeHeadCode\": \"\",\n                            \"ConfirmationDate\": \"2016-01-19\",\n                            \"PanNO\": \"XXXXXXXXXX\",\n                            \"WorkSiteSourceUniqueCode10\": \"\",\n                            \"OrgUnit3\": \"Procurement & Contracting\",\n                            \"WorkSiteSourceUniqueCode11\": \"\",\n                            \"Costname\": \"\",\n                            \"OrgUnit2\": \"SCM\",\n                            \"Nationality\": \"\",\n                            \"OrgUnit1\": \"Commercial\",\n                            \"WorkSiteSourceUniqueCode12\": \"\",\n                            \"CostCenterSourceCode\": \"\",\n                            \"PersonalMaildID\": \"demo_user@peoplestrong.com\",\n                            \"ApplicantID\": \"\",\n                            \"OrgUnit9\": \"\",\n                            \"OrgUnit8\": \"\",\n                            \"Illness\": \"\",\n                            \"FatherName\": \"\",\n                            \"ProbationPeriod\": \"\",\n                            \"L1ManagerEmail\": \"demo_user@peoplestrong.com\",\n                            \"AadharNO\": \"\",\n                            \"MatrixManagerEmail\": \"\",\n                            \"EmploymentType\": \"Permanent\",\n                            \"L2ManagerEmail\": \"demo_user@peoplestrong.com\",\n                            \"AlternateCode\": \"\",\n                            \"OrgUnitSourceCode\": \"DMO_Procurement & Contracting_Department_6649\",\n                            \"IsTransport\": \"No\",\n                            \"L1ManagerName\": \"Ragini Kumar\",\n                            \"FunctionHeadEmail\": \"\",\n                            \"Voterid\": \"\",\n                            \"OrgunitSourceUniqueCode10\": \"\",\n                            \"OrgunitSourceUniqueCode11\": \"\",\n                            \"OrgunitSourceUniqueCode12\": \"\",\n                            \"Skilllevel\": \"\",\n                            \"PositionName\": \"\",\n                            \"L2ManagerCode\": \"DM10057\",\n                            \"FunctionHeadName\": \"\",\n                            \"EmploymentStatus\": \"Active\",\n                            \"Grade\": \"J3\",\n                            \"Organizationid\": \"3\",\n                            \"Weight\": \"\",\n                            \"DateOfRelieving\": \"\",\n                            \"WorksiteName\": \"Guwahati-Amaze Shopping Mall\",\n                            \"MaritalStatus\": \"Single\",\n                            \"JOBROLE\": \"\",\n                            \"IsNightBlind\": \"No\",\n                            \"LastName\": \"Gupta\",\n                            \"DesignationUniqueSourceCode\": \"\",\n                            \"FunctionalManagerEmail\": \"\",\n                            \"EmployeeName\": \"John Doe\",\n                            \"BirthDate\": \"1989-07-19\",\n                            \"CountryOfBirth\": \"\",\n                            \"Action\": \"Create\",\n                            \"BloodGroup\": \"\",\n                            \"LeftEyeVision\": \"\",\n                            \"L2ManagerName\": \"Pankaj Srivastava\",\n                            \"IsDirector\": \"No\",\n                            \"OrgUnitHierarchy\": \"Commercial>SCM>Procurement & Contracting\",\n                            \"LWFApplicable\": \"No\",\n                            \"MatrixManagerCode\": \"\",\n                            \"DisabilityPercentage\": \"\",\n                            \"OrgUnit10\": \"\",\n                            \"ExpectedDOJ\": \"\",\n                            \"OrgUnit12\": \"\",\n                            \"WorkSite4\": \"\",\n                            \"OrgUnit11\": \"\",\n                            \"WorkSite5\": \"\",\n                            \"IsEsicContribution\": \"No\",\n                            \"OrgUnit14\": \"\",\n                            \"WorkSite6\": \"\",\n                            \"Height\": \"\",\n                            \"OrgUnit13\": \"\",\n                            \"WorkSite7\": \"\",\n                            \"OrgUnit16\": \"\",\n                            \"OrgUnit15\": \"\",\n                            \"WorkSite1\": \"Zone East\",\n                            \"WorkSite2\": \"Guwahati\",\n                            \"IsRehire\": \"\",\n                            \"WorkSite3\": \"Guwahati-Amaze Shopping Mall\",\n                            \"FunctionalManagerCode\": \"\",\n                            \"UANNumber\": \"\",\n                            \"UserName\": \"DM10017\",\n                            \"GratuityDate\": \"\",\n                            \"DispensarName\": \"\",\n                            \"WorkSite8\": \"\",\n                            \"IsColorBlind\": \"No\",\n                            \"WorkSite9\": \"\",\n                            \"EmploymentTypeUniqueSourceCode\": \"\",\n                            \"IssuingAuthorityRefNo\": \"\",\n                            \"Title\": \"\",\n                            \"Vendor\": \"\",\n                            \"MiddleName\": \"\",\n                            \"EmployeeCategory\": \"\",\n                            \"OfficialMailID\": \"demo_user@peoplestrong.com\",\n                            \"EmployeeType\": \"\",\n                            \"PensionApplicable\": \"No\",\n                            \"CardNo\": \"\",\n                            \"Ethnicity\": \"\",\n                            \"MobileNumber\": \"9871317802\",\n                            \"DateOfJoining\": \"2009-10-27\",\n                            \"Expat\": \"\",\n                            \"WorkSite10\": \"\",\n                            \"MarriageDate\": \"\",\n                            \"WorkSite13\": \"\",\n                            \"WorkSite14\": \"\",\n                            \"WorkSite11\": \"\",\n                            \"FunctionHeadCode\": \"\",\n                            \"HRManagerEmail\": \"demo_user@peoplestrong.com\",\n                            \"WorkSite12\": \"\",\n                            \"PFGrossLimit\": \"\",\n                            \"HrManagerName\": \"Ravindranath Bysani\",\n                            \"WorkSite15\": \"\",\n                            \"WorkSite16\": \"\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\t\"ContactDetails\": {\n\t\t\t\t\t\t\"ContactDetail\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"Action\": \"Create\",\n                                \"Telephone\": \"\",\n                                \"PostOfficeBox\": \"\",\n                                \"RecipientName\": \"\",\n                                \"IsCorrespondenceAddress\": \"No\",\n                                \"WhenAvailable\": \"\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"City\": \"\",\n                                \"Mobile\": \"1234567890\",\n                                \"AddressLine3\": \"\",\n                                \"AddressLine2\": \"Gulbai Tekra ,Polytechnic\",\n                                \"AddressLine1\": \"Anupama Bank Of India Society,\",\n                                \"PrimaryEmailAddress\": \"\",\n                                \"SecondaryEmailAddress\": \"\",\n                                \"EntityCode\": \"XYZ\",\n                                \"AddressLine5\": \"\",\n                                \"State\": \"Gujarat\",\n                                \"Pager\": \"\",\n                                \"AddressLine4\": \"\",\n                                \"Country\": \"India\",\n                                \"AddressType\": \"Permanent Address\",\n                                \"Fax\": \"\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"Pincode\": \"XXXXXX\",\n                                \"RecipientOrganizationName\": \"\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"Action\": \"Create\",\n                                \"Telephone\": \"\",\n                                \"PostOfficeBox\": \"\",\n                                \"RecipientName\": \"\",\n                                \"IsCorrespondenceAddress\": \"No\",\n                                \"WhenAvailable\": \"\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"City\": \"\",\n                                \"Mobile\": \"1234568709\",\n                                \"AddressLine3\": \"\",\n                                \"AddressLine2\": \"Gulbai Tekra ,Polytechnic\",\n                                \"AddressLine1\": \"Anupama Bank Of India Society,\",\n                                \"PrimaryEmailAddress\": \"\",\n                                \"SecondaryEmailAddress\": \"\",\n                                \"EntityCode\": \"abc\",\n                                \"AddressLine5\": \"\",\n                                \"State\": \"Gujarat\",\n                                \"Pager\": \"\",\n                                \"AddressLine4\": \"\",\n                                \"Country\": \"India\",\n                                \"AddressType\": \"Present Residential Address\",\n                                \"Fax\": \"\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"Pincode\": \"XXXXXX\",\n                                \"RecipientOrganizationName\": \"\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t},\n\t\t\t\t\t\"EmergencyContacts\": {\n\t\t\t\t\t\t\"EmergencyContact\": [\n\t\t\t\t\t\t\t{\n                                \"IsPrimaryContact\": \"\",\n                                \"EmailID\": \"\",\n                                \"EmgMobile\": \"1234567890\",\n                                \"Action\": \"Create\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"EntityCode\": \"TOG\",\n                                \"Relationship\": \"\",\n                                \"EmgHomePhone\": \"\",\n                                \"EmergencyAddress\": \"B-101, Raghuvansh Arcade, Nr. Kargil Petrol Pump, Sola, Ahmedabad Gujarat -380061\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"EmgContactName\": \"John Doe1\",\n                                \"EmgOffPhone\": \"\"\n                            },\n                            {\n                                \"IsPrimaryContact\": \"\",\n                                \"EmailID\": \"\",\n                                \"EmgMobile\": \"1234567890\",\n                                \"Action\": \"Create\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"EntityCode\": \"TOG\",\n                                \"Relationship\": \"\",\n                                \"EmgHomePhone\": \"\",\n                                \"EmergencyAddress\": \"B-101, Raghuvansh Arcade, Nr. Kargil Petrol Pump, Sola, Ahmedabad Gujarat -380061\",\n                                \"EmployeeName\": \"John Doe2\",\n                                \"EmgContactName\": \"John Doe3\",\n                                \"EmgOffPhone\": \"\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t},\n\t\t\t\t\t\"DependentDetails\": {\n\t\t\t\t\t\t\"DependentDetail\": [\n\t\t\t\t\t\t\t{\n                                \"DateOfBirth\": \"\",\n                                \"Action\": \"Create\",\n                                \"BloodGroup\": \"\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"DepntMaritalStatus\": \"\",\n                                \"DependentType\": \"\",\n                                \"RelationShipType\": \"Father\",\n                                \"Gender\": \"\",\n                                \"EmploymentType\": \"\",\n                                \"AnyHealthPolicy\": \"No\",\n                                \"Occupation\": \"\",\n                                \"DependentName\": \"Rameshbhai\",\n                                \"EntityCode\": \"TOG\",\n                                \"IsHostelGoing\": \"No\",\n                                \"BuyHealthPolicy\": \"No\",\n                                \"ContactNumber\": \"\",\n                                \"IsDependent\": \"Yes\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"EmployerName\": \"\",\n                                \"IsPhysicallyFit\": \"No\",\n                                \"IsSchoolGoing\": \"No\"\n                            },\n                            {\n                                \"DateOfBirth\": \"1962-06-01\",\n                                \"Action\": \"Create\",\n                                \"BloodGroup\": \"\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"DepntMaritalStatus\": \"\",\n                                \"DependentType\": \"\",\n                                \"RelationShipType\": \"Father\",\n                                \"Gender\": \"1\",\n                                \"EmploymentType\": \"\",\n                                \"AnyHealthPolicy\": \"No\",\n                                \"Occupation\": \"\",\n                                \"DependentName\": \"John Doe\",\n                                \"EntityCode\": \"TOG\",\n                                \"IsHostelGoing\": \"No\",\n                                \"BuyHealthPolicy\": \"No\",\n                                \"ContactNumber\": \"\",\n                                \"IsDependent\": \"No\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"EmployerName\": \"\",\n                                \"IsPhysicallyFit\": \"No\",\n                                \"IsSchoolGoing\": \"No\"\n                            }\n\t\t\t\t\t\t]\n\t\t\t\t\t},\n\t\t\t\t\t\"Qualifications\": {\n\t\t\t\t\t\t\"Qualification\": [\n\t\t\t\t\t\t\t{\n                                \"MinorSpecialization\": \"Others\",\n                                \"Action\": \"Create\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"SubjectOfSpecialization\": \"Electrical\",\n                                \"EducationLevel\": \"\",\n                                \"InstituteName\": \"Gec Modasa\",\n                                \"Score\": \"\",\n                                \"EntityCode\": \"TOG\",\n                                \"EndYear\": \"2017-05-31\",\n                                \"StartYear\": \"2013-06-01\",\n                                \"IsTrack\": \"Yes\",\n                                \"UniversityName\": \"\",\n                                \"Course\": \"Bachelor of Engineering (BE)\",\n                                \"CourseType\": \"\"\n                            },\n                            {\n                                \"MinorSpecialization\": \"Others\",\n                                \"Action\": \"Create\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"SubjectOfSpecialization\": \"Electrical\",\n                                \"EducationLevel\": \"\",\n                                \"InstituteName\": \"Gec Modasa\",\n                                \"Score\": \"\",\n                                \"EntityCode\": \"TOG\",\n                                \"EndYear\": \"2017-05-31\",\n                                \"StartYear\": \"2013-06-01\",\n                                \"IsTrack\": \"Yes\",\n                                \"UniversityName\": \"\",\n                                \"Course\": \"Bachelor of Engineering (BE)\",\n                                \"CourseType\": \"\"\n                            }\n\t\t\t\t\t\t]\n\t\t\t\t\t},\n\t\t\t\t\t\"EmploymentDetails\": {\n\t\t\t\t\t\t\"EmploymentDetail\": [\n\t\t\t\t\t\t\t{\n                                \"Salary\": \"\",\n                                \"Action\": \"Create\",\n                                \"Description\": \"\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"ProjectName\": \"\",\n                                \"StartingCompensation\": \"\",\n                                \"Title\": \"\",\n                                \"PreviousEmpCode\": \"\",\n                                \"EmploymentType\": \"\",\n                                \"EndDate\": \"2005-12-31\",\n                                \"Role\": \"Assistant General Manager\",\n                                \"StartDate\": \"2004-03-01\",\n                                \"JobNature\": \"Full Time\",\n                                \"CompanyName\": \"National Productivity Council\",\n                                \"SkillsUsed\": \"\",\n                                \"IsCurrentEmployer\": \"No\",\n                                \"EntityCode\": \"TOG\",\n                                \"EndingCompensation\": \"\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"IsFresher\": \"No\",\n                                \"Location\": \"\",\n                                \"PreviousPFAccount\": \"\"\n                            },\n                            {\n                                \"Salary\": \"\",\n                                \"Action\": \"Create\",\n                                \"Description\": \"\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"ProjectName\": \"\",\n                                \"StartingCompensation\": \"\",\n                                \"Title\": \"\",\n                                \"PreviousEmpCode\": \"\",\n                                \"EmploymentType\": \"\",\n                                \"EndDate\": \"2004-03-31\",\n                                \"Role\": \"Assistant General Manager\",\n                                \"StartDate\": \"2001-01-01\",\n                                \"JobNature\": \"Full Time\",\n                                \"CompanyName\": \"Pacific Industries\",\n                                \"SkillsUsed\": \"\",\n                                \"IsCurrentEmployer\": \"No\",\n                                \"EntityCode\": \"TOG\",\n                                \"EndingCompensation\": \"\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"IsFresher\": \"No\",\n                                \"Location\": \"\",\n                                \"PreviousPFAccount\": \"\"\n                            }\n\t\t\t\t\t\t]\n\t\t\t\t\t},\n\t\t\t\t\t\"IDDetails\": {\n\t\t\t\t\t\t\"IDDetail\": [\n\t\t\t\t\t\t\t{\n                                \"UniqueID\": \"XXXXXXXXXXXXXX\",\n                                \"Action\": \"Create\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"EntityCode\": \"TOG\",\n                                \"ValidTill\": \"\",\n                                \"NameOnDocument\": \"John Doe\",\n                                \"IssuingAuthority\": \"test\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"IDType\": \"\",\n                                \"IDNUMBER\": \"aaa1234567\"\n                            }\n\t\t\t\t\t\t]\n\t\t\t\t\t},\n\t\t\t\t\t\"NominationDetails\": {\n\t\t\t\t\t\t\"NominationDetail\": [\n\t\t\t\t\t\t\t{\n                                \"DependentName\": \"Harsha Shah Shah\",\n                                \"Action\": \"Create\",\n                                \"GuardianRelationship\": \"\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"Percentage\": \"100\",\n                                \"EntityCode\": \"TOG\",\n                                \"NomineeType\": \"PF\",\n                                \"GuardianName\": \"\",\n                                \"EmployeeName\": \"John Doe\"\n                            },\n                            {\n                                \"DependentName\": \"Harsha Shah Shah\",\n                                \"Action\": \"Create\",\n                                \"GuardianRelationship\": \"\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"Percentage\": \"100\",\n                                \"EntityCode\": \"TOG\",\n                                \"NomineeType\": \"Gratuity\",\n                                \"GuardianName\": \"\",\n                                \"EmployeeName\": \"John Doe\"\n                            }\n\t\t\t\t\t\t]\n\t\t\t\t\t},\n\t\t\t\t\t\"RefferelDetails\": {\n\t\t\t\t\t\t\"RefferelDetail\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"ContactNumber\": \"\",\n\t\t\t\t\t\t\t\t\"Designation\": \"\",\n\t\t\t\t\t\t\t\t\"Email\": \"\",\n\t\t\t\t\t\t\t\t\"EmployeeCode\": \"60XXX1\",\n\t\t\t\t\t\t\t\t\"EmployeeCodeRef\": \"\",\n\t\t\t\t\t\t\t\t\"EmployeeName\": \"John Doe\",\n\t\t\t\t\t\t\t\t\"IsInternalReference\": \"\",\n\t\t\t\t\t\t\t\t\"Name\": \"\",\n\t\t\t\t\t\t\t\t\"OrganizationAddress\": \"\",\n\t\t\t\t\t\t\t\t\"OrganizationName\": \"\",\n\t\t\t\t\t\t\t\t\"ReferenceRelationshipType\": \"\",\n\t\t\t\t\t\t\t\t\"UniqueID\": \"\",\n\t\t\t\t\t\t\t\t\"EntityCode\": \"\",\n\t\t\t\t\t\t\t\t\"Action\": \"\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"ContactNumber\": \"\",\n\t\t\t\t\t\t\t\t\"Designation\": \"\",\n\t\t\t\t\t\t\t\t\"Email\": \"\",\n\t\t\t\t\t\t\t\t\"EmployeeCode\": \"60XXX1\",\n\t\t\t\t\t\t\t\t\"EmployeeCodeRef\": \"\",\n\t\t\t\t\t\t\t\t\"EmployeeName\": \"John Doe\",\n\t\t\t\t\t\t\t\t\"IsInternalReference\": \"\",\n\t\t\t\t\t\t\t\t\"Name\": \"\",\n\t\t\t\t\t\t\t\t\"OrganizationAddress\": \"\",\n\t\t\t\t\t\t\t\t\"OrganizationName\": \"\",\n\t\t\t\t\t\t\t\t\"ReferenceRelationshipType\": \"\",\n\t\t\t\t\t\t\t\t\"UniqueID\": \"\",\n\t\t\t\t\t\t\t\t\"EntityCode\": \"\",\n\t\t\t\t\t\t\t\t\"Action\": \"\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t},\n\t\t\t\t\t\"Skills\": {\n\t\t\t\t\t\t\"Skill\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"CertificateLevel\": \"\",\n\t\t\t\t\t\t\t\t\"CompletionDate\": \"\",\n\t\t\t\t\t\t\t\t\"EmployeeCode\": \"60XXX1\",\n\t\t\t\t\t\t\t\t\"EmployeeName\": \"John Doe\",\n\t\t\t\t\t\t\t\t\"IsCompleted\": \"\",\n\t\t\t\t\t\t\t\t\"UniqueID\": \"\",\n\t\t\t\t\t\t\t\t\"EntityCode\": \"\",\n\t\t\t\t\t\t\t\t\"Action\": \"\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"CertificateLevel\": \"\",\n\t\t\t\t\t\t\t\t\"CompletionDate\": \"\",\n\t\t\t\t\t\t\t\t\"EmployeeCode\": \"60XXX1\",\n\t\t\t\t\t\t\t\t\"EmployeeName\": \"\",\n\t\t\t\t\t\t\t\t\"IsCompleted\": \"\",\n\t\t\t\t\t\t\t\t\"UniqueID\": \"\",\n\t\t\t\t\t\t\t\t\"EntityCode\": \"\",\n\t\t\t\t\t\t\t\t\"Action\": \"\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t},\n\t\t\t\t\t\"BankDetails\": {\n\t\t\t\t\t\t\"BankDetail\": [\n\t\t\t\t\t\t\t{\n                                \"Action\": \"Create\",\n                                \"IsReimbursementAccount\": \"\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"AccountNo\": \"XXXXXXXXXXXXX\",\n                                \"IFSCCode\": \"XXXXXXXX\",\n                                \"AccountHolderName\": \"\",\n                                \"BranchAddress\": \"\",\n                                \"BankCode\": \"\",\n                                \"EntityCode\": \"TOG\",\n                                \"Country\": \"\",\n                                \"IsSalaryAccount\": \"Yes\",\n                                \"BranchName\": \"MANINAGAR\",\n                                \"SwiftCode\": \"\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"PaymentMode\": \"\"\n                            },\n                            {\n                                \"Action\": \"Create\",\n                                \"IsReimbursementAccount\": \"\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"AccountNo\": \"XXXXXXXXXXXXX\",\n                                \"IFSCCode\": \"XXXXXXXX\",\n                                \"AccountHolderName\": \"\",\n                                \"BranchAddress\": \"\",\n                                \"BankCode\": \"\",\n                                \"EntityCode\": \"TOG\",\n                                \"Country\": \"\",\n                                \"IsSalaryAccount\": \"Yes\",\n                                \"BranchName\": \"MANINAGAR\",\n                                \"SwiftCode\": \"\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"PaymentMode\": \"\"\n                            }\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t},\n\t\"responseDetails\": {\n\t\t\"Message\": \"Processed Successfully.\",\n\t\t\"APIStatusCode\": \"RC2000\",\n\t\t\"Description\": \"Processed Successfully.\"\n\t}\n}"}],"_postman_id":"5d789cdc-da4f-4db0-b210-991d26441ac9"},{"name":"Employee Basic Detail","id":"e591047b-8102-4a7a-92bc-64f87adef0ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Basic Detail Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Basic Detail Data","description":"<p>User will get a comprehensive list of basic details of employee like Employee name, Employee ID, job role, designation, and more, through the API.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Employee Basic Detail Data"}],"variable":[]}},"response":[{"id":"bae6c104-2316-4946-b36b-211893acca12","name":"Employee Basic Detail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Basic Detail Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Basic Detail Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Employee Basic Detail Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Fri, 21 Apr 2023 09:17:09 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"54"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": false,\n    \"root\": {\n        \"EmployeeMaster\": {\n            \"EmployeeMasterData\": [\n                {\n                    \"BasicDetails\": {\n                        \"BasicDetail\": {\n                            \"ConfirmationStatus\": \"On Probation\",\n                            \"BirthPlace\": \"Delhi\",\n                            \"DisabilityDetails\": \"\",\n                            \"L1ManagerCode\": \"DM1XX19\",\n                            \"Gender\": \"Female\",\n                            \"NoticePeriod\": \"60\",\n                            \"PracticeHeadName\": \"abc\",\n                            \"PracticeHeadEmail\": \"fsdsf@demo.com\",\n                            \"WorkSiteSourceUniqueCode8\": \"DMO_Guwahati-XYZ1\",\n                            \"WorkSiteSourceUniqueCode7\": \"DMO_Guwahati-XYZ2\",\n                            \"WorkSiteSourceUniqueCode6\": \"DMO_Guwahati-XYZ3\",\n                            \"BusinessDesignation\": \"Sales Manager\",\n                            \"Workcenter\": \"Gurugram\",\n                            \"WorkSiteSourceUniqueCode5\": \"DMO_Guwahati-XYZ_8091\",\n                            \"WorkSiteSourceUniqueCode4\": \"DMO_Guwahati-XYZ_8090\",\n                            \"WorkSiteSourceUniqueCode3\": \"DMO_Guwahati-XYZ_8089\",\n                            \"WorkSiteSourceUniqueCode2\": \"DMO_Guwahati_XYZ_8066\",\n                            \"EmployeeJoiningFormID\": \"223451\",\n                            \"DesignationName\": \"Assistant Manager - SCM\",\n                            \"WorkSiteSourceUniqueCode1\": \"DMO_Zone East_Zone\",\n                            \"OfficialAgency\": \"\",\n                            \"CertificateDate\": \"2020-01-03\",\n                            \"PositionCode\": \"50029097\",\n                            \"HrManagerCode\": \"DM11163\",\n                            \"ESIapplicableOnOT\": \"No\",\n                            \"WorkSiteSourceUniqueCode9\": \"DMO_Guwahati_XYZ_8069\",\n                            \"FunctionalDesignation\": \"Sales officer\",\n                            \"PFApplicable\": \"No\",\n                            \"WorksiteHierarchy\": \"Zone East>Guwahati>Guwahati-Amaze Shopping Mall\",\n                            \"Citizenship\": \"India\",\n                            \"DisabilityType\": \"By Birth\",\n                            \"NpsNO\": \"123456789123\",\n                            \"WorkSiteSourceCode\": \"DMO_Guwahati-Amaze Shopping Mall_Branch_8089\",\n                            \"RightEyeVision\": \"-0.75\",\n                            \"OrgunitSourceUniqueCode9\": \"DMO_Procurement & Contracting_Department_66499\",\n                            \"MotherTounge\": \"Hindi\",\n                            \"EmployeeCategoryType\": \"Full Time\",\n                            \"OrgunitSourceUniqueCode1\": \"DMO_Commercial_Business Unit\",\n                            \"IsDisabled\": \"No\",\n                            \"OrgunitSourceUniqueCode2\": \"DMO_SCM_Function_6644\",\n                            \"Band\": \"Department Head\",\n                            \"OrgunitSourceUniqueCode3\": \"DMO_Procurement & Contracting_Department_6649\",\n                            \"OrgunitSourceUniqueCode4\": \"DMO_Procurement & Contracting_Department_6650\",\n                            \"OrgunitSourceUniqueCode5\": \"DMO_Procurement & Contracting_Department_6651\",\n                            \"OrgunitSourceUniqueCode6\": \"DMO_Procurement & Contracting_Department_6652\",\n                            \"OrgunitSourceUniqueCode7\": \"DMO_Procurement & Contracting_Department_6653\",\n                            \"OrgunitSourceUniqueCode8\": \"DMO_Procurement & Contracting_Department_6654\",\n                            \"PreferredGivenName\": \"John Doe Don Shasindu Thathsara\",\n                            \"ActualConfirmationDate\": \"2016-01-19\",\n                            \"Unitname\": \"Procurement & Contracting\",\n                            \"OfferedDate\": \"2016-01-10\",\n                            \"VPFContribution\": \"\",\n                            \"ESINumber\": \"585895123\",\n                            \"HiringType\": \"\",\n                            \"PFAccountNo\": \"CDBH4328P\",\n                            \"NameAsPerAdhaar\": \"John Doe\",\n                            \"EmployeeCode\": \"60XXX1\",\n                            \"ContractEndDate\": \"20XX-01-10\",\n                            \"FirstName\": \"Sameera\",\n                            \"SSNo\": \"\",\n                            \"GroupDOJ\": \"2021-07-01\",\n                            \"Religion\": \"Other\",\n                            \"OrgUnit7\": \"Front\",\n                            \"OrgUnit6\": \"1306\",\n                            \"GrossOTPart\": \"No\",\n                            \"OrgUnit5\": \"Business Enabler\",\n                            \"IndentReason\": \"\",\n                            \"OrgUnit4\": \"Business XYZ\",\n                            \"PracticeHeadCode\": \"1234\",\n                            \"ConfirmationDate\": \"2016-01-19\",\n                            \"PanNO\": \"XXXXXXXXX\",\n                            \"WorkSiteSourceUniqueCode10\": \"DMO_Guwahati-XYZ_80XX\",\n                            \"OrgUnit3\": \"Procurement & Contracting\",\n                            \"WorkSiteSourceUniqueCode11\": \"DMO_Guwahati-XYZ_80XX\",\n                            \"Costname\": \"Demo\",\n                            \"OrgUnit2\": \"SCM\",\n                            \"Nationality\": \"IND\",\n                            \"OrgUnit1\": \"Commercial\",\n                            \"WorkSiteSourceUniqueCode12\": \"DMO_Guwahati-XYZ_80XX\",\n                            \"CostCenterSourceCode\": \"XYZ_Sales\",\n                            \"PersonalMaildID\": \"demo_user@peoplestrong.com\",\n                            \"ApplicantID\": \"123456\",\n                            \"OrgUnit9\": \"abc9\",\n                            \"OrgUnit8\": \"abc8\",\n                            \"Illness\": \"NA\",\n                            \"FatherName\": \"Michael\",\n                            \"ProbationPeriod\": \"60\",\n                            \"L1ManagerEmail\": \"demo_user@peoplestrong.com\",\n                            \"AadharNO\": \"9769498734906\",\n                            \"MatrixManagerEmail\": \"manager@peoplestrong.com\",\n                            \"EmploymentType\": \"Permanent\",\n                            \"L2ManagerEmail\": \"demo_user@peoplestrong.com\",\n                            \"AlternateCode\": \"213324\",\n                            \"OrgUnitSourceCode\": \"DMO_Procurement & Contracting_Department_6649\",\n                            \"IsTransport\": \"No\",\n                            \"L1ManagerName\": \"Ragini Kumar\",\n                            \"FunctionHeadEmail\": \"fnhead@peoplestrong.com\",\n                            \"Voterid\": \"243252\",\n                            \"OrgunitSourceUniqueCode10\": \"DMO_Procurement & Contracting_Department_10\",\n                            \"OrgunitSourceUniqueCode11\": \"DMO_Procurement & Contracting_Department_11\",\n                            \"OrgunitSourceUniqueCode12\": \"DMO_Procurement & Contracting_Department_12\",\n                            \"Skilllevel\": \"\",\n                            \"PositionName\": \"ASSISTANT MANAGER- FINANCE\",\n                            \"L2ManagerCode\": \"DM10057\",\n                            \"FunctionHeadName\": \"Michael\",\n                            \"EmploymentStatus\": \"Active\",\n                            \"Grade\": \"J3\",\n                            \"Organizationid\": \"3\",\n                            \"Weight\": \"78\",\n                            \"DateOfRelieving\": \"2022-01-19\",\n                            \"WorksiteName\": \"Guwahati-Amaze Shopping Mall\",\n                            \"MaritalStatus\": \"Single\",\n                            \"JOBROLE\": \"Area Receivables Manager\",\n                            \"IsNightBlind\": \"No\",\n                            \"LastName\": \"Gupta\",\n                            \"DesignationUniqueSourceCode\": \"demo_desig_1\",\n                            \"FunctionalManagerEmail\": \"fnmanager@peoplestrong.com\",\n                            \"EmployeeName\": \"John Doe\",\n                            \"BirthDate\": \"1989-07-19\",\n                            \"CountryOfBirth\": \"India\",\n                            \"Action\": \"Create\",\n                            \"BloodGroup\": \"A+\",\n                            \"LeftEyeVision\": \"-1.5\",\n                            \"L2ManagerName\": \"Pankaj Srivastava\",\n                            \"IsDirector\": \"No\",\n                            \"OrgUnitHierarchy\": \"Commercial>SCM>Procurement & Contracting\",\n                            \"LWFApplicable\": \"No\",\n                            \"MatrixManagerCode\": \"243345\",\n                            \"DisabilityPercentage\": \"0.0\",\n                            \"OrgUnit10\": \"abc10\",\n                            \"ExpectedDOJ\": \"2017-04-03 00:00:00\",\n                            \"OrgUnit12\": \"abc12\",\n                            \"WorkSite4\": \"abcw4\",\n                            \"OrgUnit11\": \"abcw11\",\n                            \"WorkSite5\": \"abcw5\",\n                            \"IsEsicContribution\": \"No\",\n                            \"OrgUnit14\": \"abc14\",\n                            \"WorkSite6\": \"abcw6\",\n                            \"Height\": \"178\",\n                            \"OrgUnit13\": \"abcw13\",\n                            \"WorkSite7\": \"7abcw\",\n                            \"OrgUnit16\": \"abcw16\",\n                            \"OrgUnit15\": \"abcw15\",\n                            \"WorkSite1\": \"Zone East\",\n                            \"WorkSite2\": \"Guwahati\",\n                            \"IsRehire\": \"No\",\n                            \"WorkSite3\": \"Guwahati-Amaze Shopping Mall\",\n                            \"FunctionalManagerCode\": \"241123\",\n                            \"UANNumber\": \"100670012345\",\n                            \"UserName\": \"DM10017\",\n                            \"GratuityDate\": \"20XX-01-19\",\n                            \"DispensarName\": \"John Doe\",\n                            \"WorkSite8\": \"abcw8\",\n                            \"IsColorBlind\": \"No\",\n                            \"WorkSite9\": \"abcw9\",\n                            \"EmploymentTypeUniqueSourceCode\": \"INN_Contractual\",\n                            \"IssuingAuthorityRefNo\": \"\",\n                            \"Title\": \"Mr\",\n                            \"Vendor\": \"FLM\",\n                            \"MiddleName\": \"\",\n                            \"EmployeeCategory\": \"\",\n                            \"OfficialMailID\": \"demo_user@peoplestrong.com\",\n                            \"EmployeeType\": \"Permanent\",\n                            \"PensionApplicable\": \"No\",\n                            \"CardNo\": \"dummy2345\",\n                            \"Ethnicity\": \"Indian\",\n                            \"MobileNumber\": \"9871317802\",\n                            \"DateOfJoining\": \"2009-10-27\",\n                            \"Expat\": \"\",\n                            \"WorkSite10\": \"abcw10\",\n                            \"MarriageDate\": \"20XX-01-19\",\n                            \"WorkSite13\": \"abcw13\",\n                            \"WorkSite14\": \"abcw14\",\n                            \"WorkSite11\": \"abcw11\",\n                            \"FunctionHeadCode\": \"\",\n                            \"HRManagerEmail\": \"demo_user@peoplestrong.com\",\n                            \"WorkSite12\": \"abcw12\",\n                            \"PFGrossLimit\": \"2340000\",\n                            \"HrManagerName\": \"Ravindranath Bysani\",\n                            \"WorkSite15\": \"abcw15\",\n                            \"WorkSite16\": \"abcw16\"\n                        }\n                    }\n                }\n            ]\n        }\n    },\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"}],"_postman_id":"e591047b-8102-4a7a-92bc-64f87adef0ff"},{"name":"Employee Document Detail","id":"b8480f68-2c97-4303-931e-4728b57e6ddd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Document Detail Data\"\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Document Detail Data","description":"<p>User will get a comprehensive details of employee document, including employee photos, transfer, promotion, confirmation, and exit letters, along with documents under \"My Document Details\". User will get the file details like document type, document id and document name. We ahve provision to give filters on document tye. Apply filters by document type and easily download documents using the <strong>Document Download API</strong> by providing the document ID and API name.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Employee Document Detail Data"}],"variable":[]}},"response":[{"id":"0d2d53b0-8ed9-4498-8d6f-d4d723371c99","name":"Employee Document Detail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Document Detail Data\"\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Document Detail Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Employee Document Detail Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Fri, 21 Apr 2023 09:17:09 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"54"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": false,\n    \"root\": {\n        \"EmployeeMaster\": {\n            \"EmployeeMasterData\": [\n                {\n                    \"EmployeeDocumentsDetails\": {\n                        \"EmployeeDocumentsDetail\": [\n                            {\n                                \"Action\": \"Create\",\n                                \"EmployeeCode\": \"312347\",\n                                \"DocumentID\": \"79d04e8734687\",\n                                \"DocumentType\": \"Aadhar Card\",\n                                \"DocumentName\": \"Aadhar Card\"\n                            }\n                        ]\n\n                    },\n                    \"BasicDetails\": {\n                        \"BasicDetail\": {\n                            \"ConfirmationStatus\": \"On Probation\",\n                            \"BirthPlace\": \"Delhi\",\n                            \"DisabilityDetails\": \"\",\n                            \"L1ManagerCode\": \"DM1XX19\",\n                            \"Gender\": \"Female\",\n                            \"NoticePeriod\": \"60\",\n                            \"PracticeHeadName\": \"abc\",\n                            \"PracticeHeadEmail\": \"fsdsf@demo.com\",\n                            \"WorkSiteSourceUniqueCode8\": \"DMO_Guwahati-XYZ1\",\n                            \"WorkSiteSourceUniqueCode7\": \"DMO_Guwahati-XYZ2\",\n                            \"WorkSiteSourceUniqueCode6\": \"DMO_Guwahati-XYZ3\",\n                            \"BusinessDesignation\": \"Sales Manager\",\n                            \"Workcenter\": \"Gurugram\",\n                            \"WorkSiteSourceUniqueCode5\": \"DMO_Guwahati-XYZ_8091\",\n                            \"WorkSiteSourceUniqueCode4\": \"DMO_Guwahati-XYZ_8090\",\n                            \"WorkSiteSourceUniqueCode3\": \"DMO_Guwahati-XYZ_8089\",\n                            \"WorkSiteSourceUniqueCode2\": \"DMO_Guwahati_XYZ_8066\",\n                            \"EmployeeJoiningFormID\": \"223451\",\n                            \"DesignationName\": \"Assistant Manager - SCM\",\n                            \"WorkSiteSourceUniqueCode1\": \"DMO_Zone East_Zone\",\n                            \"OfficialAgency\": \"\",\n                            \"CertificateDate\": \"2020-01-03\",\n                            \"PositionCode\": \"50029097\",\n                            \"HrManagerCode\": \"DM11163\",\n                            \"ESIapplicableOnOT\": \"No\",\n                            \"WorkSiteSourceUniqueCode9\": \"DMO_Guwahati_XYZ_8069\",\n                            \"FunctionalDesignation\": \"Sales officer\",\n                            \"PFApplicable\": \"No\",\n                            \"WorksiteHierarchy\": \"Zone East>Guwahati>Guwahati-Amaze Shopping Mall\",\n                            \"Citizenship\": \"India\",\n                            \"DisabilityType\": \"By Birth\",\n                            \"NpsNO\": \"123456789123\",\n                            \"WorkSiteSourceCode\": \"DMO_Guwahati-Amaze Shopping Mall_Branch_8089\",\n                            \"RightEyeVision\": \"-0.75\",\n                            \"OrgunitSourceUniqueCode9\": \"DMO_Procurement & Contracting_Department_66499\",\n                            \"MotherTounge\": \"Hindi\",\n                            \"EmployeeCategoryType\": \"Full Time\",\n                            \"OrgunitSourceUniqueCode1\": \"DMO_Commercial_Business Unit\",\n                            \"IsDisabled\": \"No\",\n                            \"OrgunitSourceUniqueCode2\": \"DMO_SCM_Function_6644\",\n                            \"Band\": \"Department Head\",\n                            \"OrgunitSourceUniqueCode3\": \"DMO_Procurement & Contracting_Department_6649\",\n                            \"OrgunitSourceUniqueCode4\": \"DMO_Procurement & Contracting_Department_6650\",\n                            \"OrgunitSourceUniqueCode5\": \"DMO_Procurement & Contracting_Department_6651\",\n                            \"OrgunitSourceUniqueCode6\": \"DMO_Procurement & Contracting_Department_6652\",\n                            \"OrgunitSourceUniqueCode7\": \"DMO_Procurement & Contracting_Department_6653\",\n                            \"OrgunitSourceUniqueCode8\": \"DMO_Procurement & Contracting_Department_6654\",\n                            \"PreferredGivenName\": \"John Doe Don Shasindu Thathsara\",\n                            \"ActualConfirmationDate\": \"2016-01-19\",\n                            \"Unitname\": \"Procurement & Contracting\",\n                            \"OfferedDate\": \"2016-01-10\",\n                            \"VPFContribution\": \"\",\n                            \"ESINumber\": \"585895123\",\n                            \"HiringType\": \"\",\n                            \"PFAccountNo\": \"CDBH4328P\",\n                            \"NameAsPerAdhaar\": \"John Doe\",\n                            \"EmployeeCode\": \"60XXX1\",\n                            \"ContractEndDate\": \"20XX-01-10\",\n                            \"FirstName\": \"Sameera\",\n                            \"SSNo\": \"\",\n                            \"GroupDOJ\": \"2021-07-01\",\n                            \"Religion\": \"Other\",\n                            \"OrgUnit7\": \"Front\",\n                            \"OrgUnit6\": \"1306\",\n                            \"GrossOTPart\": \"No\",\n                            \"OrgUnit5\": \"Business Enabler\",\n                            \"IndentReason\": \"\",\n                            \"OrgUnit4\": \"Business XYZ\",\n                            \"PracticeHeadCode\": \"1234\",\n                            \"ConfirmationDate\": \"2016-01-19\",\n                            \"PanNO\": \"XXXXXXXXX\",\n                            \"WorkSiteSourceUniqueCode10\": \"DMO_Guwahati-XYZ_80XX\",\n                            \"OrgUnit3\": \"Procurement & Contracting\",\n                            \"WorkSiteSourceUniqueCode11\": \"DMO_Guwahati-XYZ_80XX\",\n                            \"Costname\": \"Demo\",\n                            \"OrgUnit2\": \"SCM\",\n                            \"Nationality\": \"IND\",\n                            \"OrgUnit1\": \"Commercial\",\n                            \"WorkSiteSourceUniqueCode12\": \"DMO_Guwahati-XYZ_80XX\",\n                            \"CostCenterSourceCode\": \"XYZ_Sales\",\n                            \"PersonalMaildID\": \"demo_user@peoplestrong.com\",\n                            \"ApplicantID\": \"123456\",\n                            \"OrgUnit9\": \"abc9\",\n                            \"OrgUnit8\": \"abc8\",\n                            \"Illness\": \"NA\",\n                            \"FatherName\": \"Michael\",\n                            \"ProbationPeriod\": \"60\",\n                            \"L1ManagerEmail\": \"demo_user@peoplestrong.com\",\n                            \"AadharNO\": \"9769498734906\",\n                            \"MatrixManagerEmail\": \"manager@peoplestrong.com\",\n                            \"EmploymentType\": \"Permanent\",\n                            \"L2ManagerEmail\": \"demo_user@peoplestrong.com\",\n                            \"AlternateCode\": \"213324\",\n                            \"OrgUnitSourceCode\": \"DMO_Procurement & Contracting_Department_6649\",\n                            \"IsTransport\": \"No\",\n                            \"L1ManagerName\": \"Ragini Kumar\",\n                            \"FunctionHeadEmail\": \"fnhead@peoplestrong.com\",\n                            \"Voterid\": \"243252\",\n                            \"OrgunitSourceUniqueCode10\": \"DMO_Procurement & Contracting_Department_10\",\n                            \"OrgunitSourceUniqueCode11\": \"DMO_Procurement & Contracting_Department_11\",\n                            \"OrgunitSourceUniqueCode12\": \"DMO_Procurement & Contracting_Department_12\",\n                            \"Skilllevel\": \"\",\n                            \"PositionName\": \"ASSISTANT MANAGER- FINANCE\",\n                            \"L2ManagerCode\": \"DM10057\",\n                            \"FunctionHeadName\": \"Michael\",\n                            \"EmploymentStatus\": \"Active\",\n                            \"Grade\": \"J3\",\n                            \"Organizationid\": \"3\",\n                            \"Weight\": \"78\",\n                            \"DateOfRelieving\": \"2022-01-19\",\n                            \"WorksiteName\": \"Guwahati-Amaze Shopping Mall\",\n                            \"MaritalStatus\": \"Single\",\n                            \"JOBROLE\": \"Area Receivables Manager\",\n                            \"IsNightBlind\": \"No\",\n                            \"LastName\": \"Gupta\",\n                            \"DesignationUniqueSourceCode\": \"demo_desig_1\",\n                            \"FunctionalManagerEmail\": \"fnmanager@peoplestrong.com\",\n                            \"EmployeeName\": \"John Doe\",\n                            \"BirthDate\": \"1989-07-19\",\n                            \"CountryOfBirth\": \"India\",\n                            \"Action\": \"Create\",\n                            \"BloodGroup\": \"A+\",\n                            \"LeftEyeVision\": \"-1.5\",\n                            \"L2ManagerName\": \"Pankaj Srivastava\",\n                            \"IsDirector\": \"No\",\n                            \"OrgUnitHierarchy\": \"Commercial>SCM>Procurement & Contracting\",\n                            \"LWFApplicable\": \"No\",\n                            \"MatrixManagerCode\": \"243345\",\n                            \"DisabilityPercentage\": \"0.0\",\n                            \"OrgUnit10\": \"abc10\",\n                            \"ExpectedDOJ\": \"2017-04-03 00:00:00\",\n                            \"OrgUnit12\": \"abc12\",\n                            \"WorkSite4\": \"abcw4\",\n                            \"OrgUnit11\": \"abcw11\",\n                            \"WorkSite5\": \"abcw5\",\n                            \"IsEsicContribution\": \"No\",\n                            \"OrgUnit14\": \"abc14\",\n                            \"WorkSite6\": \"abcw6\",\n                            \"Height\": \"178\",\n                            \"OrgUnit13\": \"abcw13\",\n                            \"WorkSite7\": \"7abcw\",\n                            \"OrgUnit16\": \"abcw16\",\n                            \"OrgUnit15\": \"abcw15\",\n                            \"WorkSite1\": \"Zone East\",\n                            \"WorkSite2\": \"Guwahati\",\n                            \"IsRehire\": \"No\",\n                            \"WorkSite3\": \"Guwahati-Amaze Shopping Mall\",\n                            \"FunctionalManagerCode\": \"241123\",\n                            \"UANNumber\": \"100670012345\",\n                            \"UserName\": \"DM10017\",\n                            \"GratuityDate\": \"20XX-01-19\",\n                            \"DispensarName\": \"John Doe\",\n                            \"WorkSite8\": \"abcw8\",\n                            \"IsColorBlind\": \"No\",\n                            \"WorkSite9\": \"abcw9\",\n                            \"EmploymentTypeUniqueSourceCode\": \"INN_Contractual\",\n                            \"IssuingAuthorityRefNo\": \"\",\n                            \"Title\": \"Mr\",\n                            \"Vendor\": \"FLM\",\n                            \"MiddleName\": \"\",\n                            \"EmployeeCategory\": \"\",\n                            \"OfficialMailID\": \"demo_user@peoplestrong.com\",\n                            \"EmployeeType\": \"Permanent\",\n                            \"PensionApplicable\": \"No\",\n                            \"CardNo\": \"dummy2345\",\n                            \"Ethnicity\": \"Indian\",\n                            \"MobileNumber\": \"9871317802\",\n                            \"DateOfJoining\": \"2009-10-27\",\n                            \"Expat\": \"\",\n                            \"WorkSite10\": \"abcw10\",\n                            \"MarriageDate\": \"20XX-01-19\",\n                            \"WorkSite13\": \"abcw13\",\n                            \"WorkSite14\": \"abcw14\",\n                            \"WorkSite11\": \"abcw11\",\n                            \"FunctionHeadCode\": \"\",\n                            \"HRManagerEmail\": \"demo_user@peoplestrong.com\",\n                            \"WorkSite12\": \"abcw12\",\n                            \"PFGrossLimit\": \"2340000\",\n                            \"HrManagerName\": \"Ravindranath Bysani\",\n                            \"WorkSite15\": \"abcw15\",\n                            \"WorkSite16\": \"abcw16\"\n                        }\n                    }\n                }\n            ]\n        }\n    },\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"},{"id":"257ed4b1-c79c-4758-9aac-f4d634fb7206","name":"Employee Document Download Copy","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"employeedoc_Document\",\n    \"fileUUID\": \"79d04e8734687\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Document Detail Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Employee Document Detail Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Fri, 21 Apr 2023 09:17:09 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"54"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b8480f68-2c97-4303-931e-4728b57e6ddd"},{"name":"Employee Contact Detail","id":"3c39cf35-aabc-4758-8568-11026607c8a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Contact Detail Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Contact Detail Data","description":"<p>User will get a comprehensive list of data points maintained in contact details of employee through the API.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Employee Contact Detail Data"}],"variable":[]}},"response":[{"id":"1a3696b5-89ba-411b-bf29-f473525e6bdb","name":"Employee Contact Detail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Contact Detail Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Contact Detail Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Employee Contact Detail Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Fri, 21 Apr 2023 09:46:40 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"32"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": false,\n    \"root\": {\n        \"EmployeeMaster\": {\n            \"EmployeeMasterData\": [\n                {\n                    \"ContactDetails\": {\n                        \"ContactDetail\": [\n                            {\n                                \"Action\": \"Create\",\n                                \"Telephone\": \"\",\n                                \"PostOfficeBox\": \"\",\n                                \"RecipientName\": \"\",\n                                \"IsCorrespondenceAddress\": \"No\",\n                                \"WhenAvailable\": \"\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"City\": \"\",\n                                \"Mobile\": \"1234567890\",\n                                \"AddressLine3\": \"\",\n                                \"AddressLine2\": \"Gulbai Tekra ,Polytechnic\",\n                                \"AddressLine1\": \"Anupama Bank Of India Society,\",\n                                \"PrimaryEmailAddress\": \"\",\n                                \"SecondaryEmailAddress\": \"\",\n                                \"EntityCode\": \"XYZ\",\n                                \"AddressLine5\": \"\",\n                                \"State\": \"Gujarat\",\n                                \"Pager\": \"\",\n                                \"AddressLine4\": \"\",\n                                \"Country\": \"India\",\n                                \"AddressType\": \"Permanent Address\",\n                                \"Fax\": \"\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"Pincode\": \"XXXXXX\",\n                                \"RecipientOrganizationName\": \"\"\n                            },\n                            {\n                                \"Action\": \"Create\",\n                                \"Telephone\": \"\",\n                                \"PostOfficeBox\": \"\",\n                                \"RecipientName\": \"\",\n                                \"IsCorrespondenceAddress\": \"No\",\n                                \"WhenAvailable\": \"\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"City\": \"\",\n                                \"Mobile\": \"1234568709\",\n                                \"AddressLine3\": \"\",\n                                \"AddressLine2\": \"Gulbai Tekra ,Polytechnic\",\n                                \"AddressLine1\": \"Anupama Bank Of India Society,\",\n                                \"PrimaryEmailAddress\": \"\",\n                                \"SecondaryEmailAddress\": \"\",\n                                \"EntityCode\": \"abc\",\n                                \"AddressLine5\": \"\",\n                                \"State\": \"Gujarat\",\n                                \"Pager\": \"\",\n                                \"AddressLine4\": \"\",\n                                \"Country\": \"India\",\n                                \"AddressType\": \"Present Residential Address\",\n                                \"Fax\": \"\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"Pincode\": \"XXXXXX\",\n                                \"RecipientOrganizationName\": \"\"\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    },\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"}],"_postman_id":"3c39cf35-aabc-4758-8568-11026607c8a5"},{"name":"Employee Emergency Contact Details","id":"de6ca171-9a8b-4827-9d05-7a308ca21da6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Emergency Contact Details Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Emergency Contact Details Data","description":"<p>User will get a comprehensive details of data points maintained in employee emergency contact through the API.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Employee Emergency Contact Details Data"}],"variable":[]}},"response":[{"id":"d7f369e8-63e7-4346-8d1c-60b6013c0748","name":"Employee Emergency Contact Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Emergency Contact Details Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Emergency Contact Details Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Employee Emergency Contact Details Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Wed, 26 Apr 2023 10:09:35 GMT"},{"key":"X-Kong-Upstream-Latency","value":"4"},{"key":"X-Kong-Proxy-Latency","value":"10"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": false,\n    \"root\": {\n        \"EmployeeMaster\": {\n            \"EmployeeMasterData\": [\n                {\n                    \"EmergencyContacts\": {\n                        \"EmergencyContact\": [\n                            {\n                                \"IsPrimaryContact\": \"\",\n                                \"EmailID\": \"\",\n                                \"EmgMobile\": \"1234567890\",\n                                \"Action\": \"Create\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"EntityCode\": \"TOG\",\n                                \"Relationship\": \"\",\n                                \"EmgHomePhone\": \"\",\n                                \"EmergencyAddress\": \"B-101, Raghuvansh Arcade, Nr. Kargil Petrol Pump, Sola, Ahmedabad Gujarat -380061\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"EmgContactName\": \"John Doe1\",\n                                \"EmgOffPhone\": \"\"\n                            },\n                            {\n                                \"IsPrimaryContact\": \"\",\n                                \"EmailID\": \"\",\n                                \"EmgMobile\": \"1234567890\",\n                                \"Action\": \"Create\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"EntityCode\": \"TOG\",\n                                \"Relationship\": \"\",\n                                \"EmgHomePhone\": \"\",\n                                \"EmergencyAddress\": \"B-101, Raghuvansh Arcade, Nr. Kargil Petrol Pump, Sola, Ahmedabad Gujarat -380061\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"EmgContactName\": \"John Doe3\",\n                                \"EmgOffPhone\": \"\"\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    },\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"}],"_postman_id":"de6ca171-9a8b-4827-9d05-7a308ca21da6"},{"name":"Employee Dependent Details","id":"b862c990-9ad8-41ae-aa37-3b2c45fb131c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Dependent Details Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Dependent Details Data","description":"<p>User will get a comprehensive list of data fields maintained in dependent details of employee through the API.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Employee Dependent Details Data"}],"variable":[]}},"response":[{"id":"96a10b4a-e73f-4063-9d74-8d4b6db6b053","name":"Employee Dependent Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Dependent Details Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Dependent Details Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Employee Dependent Details Data"}]}},"status":"Bad Re","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Wed, 26 Apr 2023 10:19:33 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"7"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": false,\n    \"root\": {\n        \"EmployeeMaster\": {\n            \"EmployeeMasterData\": [\n                {\n                    \"DependentDetails\": {\n                        \"DependentDetail\": [\n                            {\n                                \"DateOfBirth\": \"\",\n                                \"Action\": \"Create\",\n                                \"BloodGroup\": \"\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"DepntMaritalStatus\": \"\",\n                                \"DependentType\": \"\",\n                                \"RelationShipType\": \"Father\",\n                                \"Gender\": \"\",\n                                \"EmploymentType\": \"\",\n                                \"AnyHealthPolicy\": \"No\",\n                                \"Occupation\": \"\",\n                                \"DependentName\": \"Rameshbhai\",\n                                \"EntityCode\": \"TOG\",\n                                \"IsHostelGoing\": \"No\",\n                                \"BuyHealthPolicy\": \"No\",\n                                \"ContactNumber\": \"\",\n                                \"IsDependent\": \"Yes\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"EmployerName\": \"\",\n                                \"IsPhysicallyFit\": \"No\",\n                                \"IsSchoolGoing\": \"No\"\n                            },\n                            {\n                                \"DateOfBirth\": \"1962-06-01\",\n                                \"Action\": \"Create\",\n                                \"BloodGroup\": \"\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"DepntMaritalStatus\": \"\",\n                                \"DependentType\": \"\",\n                                \"RelationShipType\": \"Father\",\n                                \"Gender\": \"1\",\n                                \"EmploymentType\": \"\",\n                                \"AnyHealthPolicy\": \"No\",\n                                \"Occupation\": \"\",\n                                \"DependentName\": \"John Doe\",\n                                \"EntityCode\": \"TOG\",\n                                \"IsHostelGoing\": \"No\",\n                                \"BuyHealthPolicy\": \"No\",\n                                \"ContactNumber\": \"\",\n                                \"IsDependent\": \"No\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"EmployerName\": \"\",\n                                \"IsPhysicallyFit\": \"No\",\n                                \"IsSchoolGoing\": \"No\"\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    },\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"}],"_postman_id":"b862c990-9ad8-41ae-aa37-3b2c45fb131c"},{"name":"Employee Education Details","id":"5cf35e46-2be3-4a9e-a575-60db1b59b16c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Education Details Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Education Details Data","description":"<p>User will get a comprehensive list of data fields maintained in education details of employee through the API</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Employee Education Details Data"}],"variable":[]}},"response":[{"id":"ba8d45b7-db81-4a68-b1cf-db22f8a1533f","name":"Employee Education Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Education Details Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Education Details Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Employee Education Details Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Wed, 26 Apr 2023 10:28:56 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"31"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": false,\n    \"root\": {\n        \"EmployeeMaster\": {\n            \"EmployeeMasterData\": [\n                {\n                    \"Qualifications\": {\n                        \"Qualification\": [\n                            {\n                                \"MinorSpecialization\": \"Others\",\n                                \"Action\": \"Create\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"SubjectOfSpecialization\": \"Electrical\",\n                                \"EducationLevel\": \"\",\n                                \"InstituteName\": \"Gec Modasa\",\n                                \"Score\": \"\",\n                                \"EntityCode\": \"TOG\",\n                                \"EndYear\": \"2017-05-31\",\n                                \"StartYear\": \"2013-06-01\",\n                                \"IsTrack\": \"Yes\",\n                                \"UniversityName\": \"\",\n                                \"Course\": \"Bachelor of Engineering (BE)\",\n                                \"CourseType\": \"\"\n                            },\n                            {\n                                \"MinorSpecialization\": \"Others\",\n                                \"Action\": \"Create\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"SubjectOfSpecialization\": \"Electrical\",\n                                \"EducationLevel\": \"\",\n                                \"InstituteName\": \"Gec Modasa\",\n                                \"Score\": \"\",\n                                \"EntityCode\": \"TOG\",\n                                \"EndYear\": \"2017-05-31\",\n                                \"StartYear\": \"2013-06-01\",\n                                \"IsTrack\": \"Yes\",\n                                \"UniversityName\": \"\",\n                                \"Course\": \"Bachelor of Engineering (BE)\",\n                                \"CourseType\": \"\"\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    },\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"}],"_postman_id":"5cf35e46-2be3-4a9e-a575-60db1b59b16c"},{"name":"Employee Prior Experience (Employment)  Details","id":"e0abb305-50d0-41c8-a08a-8aca16f776e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Prior Experience Details Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Prior Experience  Details Data","description":"<p>User will get a comprehensive list of fields associated with employment details of employee through the API</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Employee Prior Experience  Details Data"}],"variable":[]}},"response":[{"id":"bff4b4c2-7651-4cb3-9667-ad33e5b0a601","name":"Employee Prior Experience (Employment)  Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Prior Experience Details Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Prior Experience  Details Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Employee Prior Experience  Details Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Fri, 21 Apr 2023 11:53:11 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"7"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": false,\n    \"root\": {\n        \"EmployeeMaster\": {\n            \"EmployeeMasterData\": [\n                {\n                    \"EmploymentDetails\": {\n                        \"EmploymentDetail\": [\n                            {\n                                \"Salary\": \"\",\n                                \"Action\": \"Create\",\n                                \"Description\": \"\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"ProjectName\": \"\",\n                                \"StartingCompensation\": \"\",\n                                \"Title\": \"\",\n                                \"PreviousEmpCode\": \"\",\n                                \"EmploymentType\": \"\",\n                                \"EndDate\": \"2005-12-31\",\n                                \"Role\": \"Assistant General Manager\",\n                                \"StartDate\": \"2004-03-01\",\n                                \"JobNature\": \"Full Time\",\n                                \"CompanyName\": \"National Productivity Council\",\n                                \"SkillsUsed\": \"\",\n                                \"IsCurrentEmployer\": \"No\",\n                                \"EntityCode\": \"TOG\",\n                                \"EndingCompensation\": \"\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"IsFresher\": \"No\",\n                                \"Location\": \"\",\n                                \"PreviousPFAccount\": \"\"\n                            },\n                            {\n                                \"Salary\": \"\",\n                                \"Action\": \"Create\",\n                                \"Description\": \"\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"ProjectName\": \"\",\n                                \"StartingCompensation\": \"\",\n                                \"Title\": \"\",\n                                \"PreviousEmpCode\": \"\",\n                                \"EmploymentType\": \"\",\n                                \"EndDate\": \"2004-03-31\",\n                                \"Role\": \"Assistant General Manager\",\n                                \"StartDate\": \"2001-01-01\",\n                                \"JobNature\": \"Full Time\",\n                                \"CompanyName\": \"Pacific Industries\",\n                                \"SkillsUsed\": \"\",\n                                \"IsCurrentEmployer\": \"No\",\n                                \"EntityCode\": \"TOG\",\n                                \"EndingCompensation\": \"\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"IsFresher\": \"No\",\n                                \"Location\": \"\",\n                                \"PreviousPFAccount\": \"\"\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    },\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"}],"_postman_id":"e0abb305-50d0-41c8-a08a-8aca16f776e5"},{"name":"Employee ID Details","id":"f56ac8c4-3b23-4c65-82ad-92555536108c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Id Detail Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Id Detail Data","description":"<p>User will get a comprehensive list of data fields maintained in employee id details of employee through the API.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Employee Id Detail Data"}],"variable":[]}},"response":[{"id":"b6553e39-861a-4347-873b-ff9da7c9d052","name":"Employee ID Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Id Detail Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Id Detail Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Employee Id Detail Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Wed, 26 Apr 2023 10:55:42 GMT"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"34"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": false,\n    \"root\": {\n        \"EmployeeMaster\": {\n            \"EmployeeMasterData\": [\n                {\n                    \"IDDetails\": {\n                        \"IDDetail\": [\n                            {\n                                \"UniqueID\": \"XXXXXXXXXXXXXX\",\n                                \"Action\": \"Create\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"EntityCode\": \"TOG\",\n                                \"ValidTill\": \"\",\n                                \"NameOnDocument\": \"John Doe\",\n                                \"IssuingAuthority\": \"test\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"IDType\": \"\",\n                                \"IDNUMBER\": \"aaa1234567\"\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    },\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"}],"_postman_id":"f56ac8c4-3b23-4c65-82ad-92555536108c"},{"name":"Employee Nomination Details","id":"5d8fa815-dd58-4e1c-93b7-5c1074fe315b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Nomination Detail Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Nomination Detail Data","description":"<p>User will get a comprehensive list of data fields maintained in nomination details of employee through the API.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Employee Nomination Detail Data"}],"variable":[]}},"response":[{"id":"656e4e95-0932-4fde-90c8-b85b54d891cc","name":"Employee Nomination Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Nomination Detail Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Nomination Detail Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Employee Nomination Detail Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Wed, 26 Apr 2023 12:08:50 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"38"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": false,\n    \"root\": {\n        \"EmployeeMaster\": {\n            \"EmployeeMasterData\": [\n                {\n                    \"NominationDetails\": {\n                        \"NominationDetail\": [\n                            {\n                                \"DependentName\": \"Harsha Shah Shah\",\n                                \"Action\": \"Create\",\n                                \"GuardianRelationship\": \"\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"Percentage\": \"100\",\n                                \"EntityCode\": \"TOG\",\n                                \"NomineeType\": \"PF\",\n                                \"GuardianName\": \"\",\n                                \"EmployeeName\": \"John Doe\"\n                            },\n                            {\n                                \"DependentName\": \"Harsha Shah Shah\",\n                                \"Action\": \"Create\",\n                                \"GuardianRelationship\": \"\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"Percentage\": \"100\",\n                                \"EntityCode\": \"TOG\",\n                                \"NomineeType\": \"Gratuity\",\n                                \"GuardianName\": \"\",\n                                \"EmployeeName\": \"John Doe\"\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    },\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"}],"_postman_id":"5d8fa815-dd58-4e1c-93b7-5c1074fe315b"},{"name":"Employee Referral Details","id":"69776a02-8601-4d08-9b60-5f6f4532926b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Referral Detail Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Referral Detail Data","description":"<p>User will get a comprehensive list of data fields maintained in employee referral through the API.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Employee Referral Detail Data"}],"variable":[]}},"response":[{"id":"13e5a96b-cd1c-4a4d-b358-a3c5795102e5","name":"Employee Referral Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Referral Detail Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Referral Detail Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Employee Referral Detail Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Wed, 26 Apr 2023 12:22:02 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"34"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": false,\n    \"root\": {\n        \"EmployeeMaster\": {\n            \"EmployeeMasterData\": [\n                {\n                    \"RefferelDetails\": {\n                        \"RefferelDetail\": [\n                            {\n                                \"ContactNumber\": \"\",\n                                \"Designation\": \"\",\n                                \"Email\": \"\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"EmployeeCodeRef\": \"\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"IsInternalReference\": \"\",\n                                \"Name\": \"\",\n                                \"OrganizationAddress\": \"\",\n                                \"OrganizationName\": \"\",\n                                \"ReferenceRelationshipType\": \"\",\n                                \"UniqueID\": \"\",\n                                \"EntityCode\": \"\",\n                                \"Action\": \"\"\n                            },\n                            {\n                                \"ContactNumber\": \"\",\n                                \"Designation\": \"\",\n                                \"Email\": \"\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"EmployeeCodeRef\": \"\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"IsInternalReference\": \"\",\n                                \"Name\": \"\",\n                                \"OrganizationAddress\": \"\",\n                                \"OrganizationName\": \"\",\n                                \"ReferenceRelationshipType\": \"\",\n                                \"UniqueID\": \"\",\n                                \"EntityCode\": \"\",\n                                \"Action\": \"\"\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    },\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"}],"_postman_id":"69776a02-8601-4d08-9b60-5f6f4532926b"},{"name":"Employee Skill Details","id":"f90619be-5c5d-4b1f-a423-9fcb6f26eb30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Skill Detail Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Skill Detail Data","description":"<p>User will get a comprehensive list of data fields maintained in skill details of employee through the API.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Employee Skill Detail Data"}],"variable":[]}},"response":[{"id":"e52dad2c-1cd2-4c73-aa88-71fdd7732fad","name":"Employee Skill Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Skill Detail Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Skill Detail Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Employee Skill Detail Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Wed, 26 Apr 2023 12:26:47 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"7"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": false,\n    \"root\": {\n        \"EmployeeMaster\": {\n            \"EmployeeMasterData\": [\n                {\n                    \"Skills\": {\n                        \"Skill\": [\n                            {\n                                \"CertificateLevel\": \"\",\n                                \"CompletionDate\": \"2017-05-31\",\n                                \"EmployeeCode\": \"XXXXXX\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"IsCompleted\": \"Yes\",\n                                \"UniqueID\": \"\",\n                                \"EntityCode\": \"\",\n                                \"Action\": \"Create\"\n                            },\n                            {\n                                \"CertificateLevel\": \"\",\n                                \"CompletionDate\": \"2017-05-31\",\n                                \"EmployeeCode\": \"XXXXXX\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"IsCompleted\": \"Yes\",\n                                \"UniqueID\": \"\",\n                                \"EntityCode\": \"\",\n                                \"Action\": \"Create\"\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    },\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"}],"_postman_id":"f90619be-5c5d-4b1f-a423-9fcb6f26eb30"},{"name":"Employee Bank Details","id":"dd5e548d-1cf4-46f3-9495-82a24d34a962","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Bank Detail Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Bank Detail Data","description":"<p>User will get a comprehensive list of data fields maintained in bank details of employee through the API.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Employee Bank Detail Data"}],"variable":[]}},"response":[{"id":"1b9fb57b-45b8-4ee7-ac0c-6b4a7cddb563","name":"Employee Bank Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Bank Detail Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Bank Detail Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Employee Bank Detail Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Wed, 26 Apr 2023 12:37:40 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"7"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": false,\n    \"root\": {\n        \"EmployeeMaster\": {\n            \"EmployeeMasterData\": [\n                {\n                    \"BankDetails\": {\n                        \"BankDetail\": [\n                            {\n                                \"Action\": \"Create\",\n                                \"IsReimbursementAccount\": \"\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"AccountNo\": \"XXXXXXXXXXXXX\",\n                                \"IFSCCode\": \"XXXXXXXX\",\n                                \"AccountHolderName\": \"\",\n                                \"BranchAddress\": \"\",\n                                \"BankCode\": \"\",\n                                \"EntityCode\": \"TOG\",\n                                \"Country\": \"\",\n                                \"IsSalaryAccount\": \"Yes\",\n                                \"BranchName\": \"MANINAGAR\",\n                                \"SwiftCode\": \"\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"PaymentMode\": \"\"\n                            },\n                            {\n                                \"Action\": \"Create\",\n                                \"IsReimbursementAccount\": \"\",\n                                \"EmployeeCode\": \"60XXX1\",\n                                \"AccountNo\": \"XXXXXXXXXXXXX\",\n                                \"IFSCCode\": \"XXXXXXXX\",\n                                \"AccountHolderName\": \"\",\n                                \"BranchAddress\": \"\",\n                                \"BankCode\": \"\",\n                                \"EntityCode\": \"TOG\",\n                                \"Country\": \"\",\n                                \"IsSalaryAccount\": \"Yes\",\n                                \"BranchName\": \"MANINAGAR\",\n                                \"SwiftCode\": \"\",\n                                \"EmployeeName\": \"John Doe\",\n                                \"PaymentMode\": \"\"\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    },\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"}],"_postman_id":"dd5e548d-1cf4-46f3-9495-82a24d34a962"},{"name":"Band Data","id":"7e3c8ff7-c05e-4aad-8846-0d0029b6a637","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Band Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Band Master Data","description":"<p>User will be able to retrieve the existing data and update employee band details, including band name, band description, and more through the API</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Band Master Data"}],"variable":[]}},"response":[{"id":"3d878296-9689-4d1f-b416-d271ecef70dd","name":"Band Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Band Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Band Master Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Band Master Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Thu, 27 Apr 2023 03:33:58 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"9"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": true,\n    \"Data\": [\n        {\n            \"BandDes\": \"Top Management\",\n            \"Action\": \"Create\",\n            \"BandCode\": \"XYX_Top Management\",\n            \"EntityName\": \"XYZ Group\",\n            \"SourceUniqueCode\": \"XYZ_Top Management\",\n            \"EntityCode\": \"XYZ\",\n            \"IsActive\": \"Yes\",\n            \"Band\": \"Top Management\"\n        },\n        {\n            \"BandDes\": \"Senior Management\",\n            \"Action\": \"Create\",\n            \"BandCode\": \"XYZ_Senior Management\",\n            \"EntityName\": \"XYZ Group\",\n            \"SourceUniqueCode\": \"XYZ_Senior Management\",\n            \"EntityCode\": \"XYZ\",\n            \"IsActive\": \"Yes\",\n            \"Band\": \"Senior Management\"\n        }\n    ],\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"}],"_postman_id":"7e3c8ff7-c05e-4aad-8846-0d0029b6a637"},{"name":"Org Unit Data","id":"110c364f-2a71-45ad-95e6-5992363d2b40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"OrgUnit Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Org Unit Master Data","description":"<p>User will be able to  retrieve the existing data and manage organizational unit details, including department names, hierarchies, and more through the API.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Org Unit Master Data"}],"variable":[]}},"response":[{"id":"23733b85-186e-4541-bee2-9faf9f2ffdd0","name":"Org Unit Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"OrgUnit Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Org Unit Master Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Org Unit Master Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Thu, 27 Apr 2023 07:08:15 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"6"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": true,\n    \"Data\": [\n        {\n            \"Unitdescription\": \"XYZ Group\",\n            \"Action\": \"Create\",\n            \"Head\": \"\",\n            \"OrgunitCode\": \"XYZ Group_Parent Company\",\n            \"OrgUnitName\": \"XYZ Group\",\n            \"IsActive\": \"Yes\",\n            \"OrgunitHierarchy\": \"XYZ Group\",\n            \"Unitalias\": \"\",\n            \"Minage\": \"\",\n            \"parentsourceuniquecode\": \"\",\n            \"EntityType\": \"\",\n            \"Naturebusiness\": \"\",\n            \"parentorgunitname\": \"\",\n            \"Orgsize\": \"\",\n            \"SourceUniqueCode\": \"XYZ Group_Parent Company\",\n            \"Hierarchicalrole\": \"\",\n            \"IsLegalEntity\": \"No\",\n            \"orgunittypename\": \"\"\n        },\n        {\n            \"Unitdescription\": \"XYZ\",\n            \"Action\": \"Create\",\n            \"Head\": \"\",\n            \"OrgunitCode\": \"XYZ Gas_Company_2260301\",\n            \"OrgUnitName\": \"XYZ Gas\",\n            \"IsActive\": \"Yes\",\n            \"OrgunitHierarchy\": \"XYZ Group>Torrent Gas\",\n            \"Unitalias\": \"\",\n            \"Minage\": \"\",\n            \"parentsourceuniquecode\": \"XYZ Group_Parent Company\",\n            \"EntityType\": \"\",\n            \"Naturebusiness\": \"\",\n            \"parentorgunitname\": \"XYZ Group\",\n            \"Orgsize\": \"\",\n            \"SourceUniqueCode\": \"XYZ Gas_Company_2260301\",\n            \"Hierarchicalrole\": \"\",\n            \"IsLegalEntity\": \"No\",\n            \"orgunittypename\": \"\"\n        }\n    ],\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"}],"_postman_id":"110c364f-2a71-45ad-95e6-5992363d2b40"},{"name":"Work Site Data","id":"3c77d983-bc16-4739-a1e6-23f67b054262","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"WorkSite Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=WorkSite Master Data","description":"<p>User will be able to  retrieve the existing data and manage worksite details, including entity names, location, and associated employees through the API.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"WorkSite Master Data"}],"variable":[]}},"response":[{"id":"8d057b1b-3b51-437c-a405-5f0a9f2946ed","name":"Work Site Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"WorkSite Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=WorkSite Master Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"WorkSite Master Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Thu, 27 Apr 2023 07:13:57 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"68"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n\t\"isLoadComplete\": true,\n\t\"Data\": [\n\t\t{\n            \"Action\": \"Create\",\n            \"EntityName\": \"\",\n            \"IsActive\": \"Yes\",\n            \"WorksiteHierarchy\": \"India\",\n            \"PostalCode\": \"\",\n            \"Latitude\": \"\",\n            \"WorksiteCode\": \"XYZ\",\n            \"worksitetypename\": \"Country\",\n            \"Longitude\": \"\",\n            \"AttendanceDistanceLimit\": \"\",\n            \"parentsourceuniquecode\": \"\",\n            \"IsHeadOffice\": \"No\",\n            \"WorksiteName\": \"India\",\n            \"AddressLine2\": \"\",\n            \"AddressLine1\": \"\",\n            \"Details\": \"India\",\n            \"SourceUniqueCode\": \"XYZ\",\n            \"EntityCode\": \"XYZ\",\n            \"Phone\": \"\",\n            \"parentworksitename\": \"\",\n            \"Fax\": \"\"\n        },\n        {\n            \"Action\": \"Create\",\n            \"EntityName\": \"\",\n            \"IsActive\": \"Yes\",\n            \"WorksiteHierarchy\": \"Nepal\",\n            \"PostalCode\": \"\",\n            \"Latitude\": \"\",\n            \"WorksiteCode\": \"XYZ\",\n            \"worksitetypename\": \"Country\",\n            \"Longitude\": \"\",\n            \"AttendanceDistanceLimit\": \"\",\n            \"parentsourceuniquecode\": \"\",\n            \"IsHeadOffice\": \"No\",\n            \"WorksiteName\": \"Nepal\",\n            \"AddressLine2\": \"\",\n            \"AddressLine1\": \"\",\n            \"Details\": \"Nepal\",\n            \"SourceUniqueCode\": \"XYZ\",\n            \"EntityCode\": \"TOG\",\n            \"Phone\": \"\",\n            \"parentworksitename\": \"\",\n            \"Fax\": \"\"\n        }\n\t],\n\t\"responseDetails\": {\n\t\t\"Message\": \"Processed Successfully.\",\n\t\t\"APIStatusCode\": \"RC2000\",\n\t\t\"Description\": \"Processed Successfully.\"\n\t}\n}"}],"_postman_id":"3c77d983-bc16-4739-a1e6-23f67b054262"},{"name":"Grade Data","id":"27ea7cfd-5c8d-4ad6-b8db-d3a8cb243d54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Grade Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Grade Master Data","description":"<p>User will be able to  retrieve the existing data and manage grade details, including grade names, levels, and associated job descriptions through the API.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Grade Master Data"}],"variable":[]}},"response":[{"id":"c7ace7c7-a969-473b-aa80-b533c4aef7b8","name":"Grade Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Grade Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Grade Master Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Grade Master Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Thu, 27 Apr 2023 05:21:41 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"38"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": true,\n    \"Data\": [\n        {\n            \"Action\": \"Create\",\n            \"EntityName\": \"XYZ Group\",\n            \"IsActive\": \"Yes\",\n            \"Grade\": \"C\",\n            \"NoticePeriod\": \"\",\n            \"MaxSalary\": \"\",\n            \"SourceUniqueCode\": \"XYZ Management\",\n            \"MinSalary\": \"\",\n            \"GradeCode\": \"XYZ Management\",\n            \"EntityCode\": \"XYZ\",\n            \"GradePriority\": \"\",\n            \"GradeDesc\": \"C\",\n            \"bandname\": \"Top Management\",\n            \"bandsourceuniquecode\": \"XYZ Management\",\n            \"Weightage\": \"\"\n        },\n        {\n            \"Action\": \"Create\",\n            \"EntityName\": \"XYZ Group\",\n            \"IsActive\": \"Yes\",\n            \"Grade\": \"VC\",\n            \"NoticePeriod\": \"\",\n            \"MaxSalary\": \"\",\n            \"SourceUniqueCode\": \"XYZ Management\",\n            \"MinSalary\": \"\",\n            \"GradeCode\": \"XYZ Management\",\n            \"EntityCode\": \"TOG\",\n            \"GradePriority\": \"\",\n            \"GradeDesc\": \"VC\",\n            \"bandname\": \"Top Management\",\n            \"bandsourceuniquecode\": \"XYZ Management\",\n            \"Weightage\": \"\"\n        }\n    ],\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"}],"_postman_id":"27ea7cfd-5c8d-4ad6-b8db-d3a8cb243d54"},{"name":"Designation Data","id":"17068011-705c-4e15-ad1d-2868501dc598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Designation Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Designation Master Data","description":"<p>User will be able to retrieve the existing data and manage designation details, including designation information, including job titles, descriptions, and reporting relationships through the API.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Designation Master Data"}],"variable":[]}},"response":[{"id":"1f23a87c-967c-4d3d-a2d7-f961a5598533","name":"Designation Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Designation Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Designation Master Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Designation Master Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Thu, 27 Apr 2023 05:28:57 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"6"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": true,\n    \"Data\": [\n        {\n            \"Abbreviation\": \"\",\n            \"gradename\": \"VC\",\n            \"gradesourceuniquecode\": \"XYZ Management\",\n            \"Action\": \"Create\",\n            \"JobDescription\": \"Vice Chairman\",\n            \"SourceUniqueCode\": \"XYZ Chairman_VC\",\n            \"EntityName\": \"XYZ Group\",\n            \"DesignationCode\": \"XYZ Chairman_VC\",\n            \"EntityCode\": \"XYZ\",\n            \"IsActive\": \"Yes\",\n            \"DesignationName\": \"Vice Chairman\",\n            \"ReportsTo\": \"\"\n        },\n        {\n            \"Abbreviation\": \"\",\n            \"gradename\": \"WTD\",\n            \"gradesourceuniquecode\": \"XYZ Management\",\n            \"Action\": \"Create\",\n            \"JobDescription\": \"Whole Time Director\",\n            \"SourceUniqueCode\": \"XYZ Time Director_WTD\",\n            \"EntityName\": \"XYZ Group\",\n            \"DesignationCode\": \"XYZ Time Director_WTD\",\n            \"EntityCode\": \"XYZ\",\n            \"IsActive\": \"Yes\",\n            \"DesignationName\": \"Whole Time Director\",\n            \"ReportsTo\": \"\"\n        }\n    ],\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"}],"_postman_id":"17068011-705c-4e15-ad1d-2868501dc598"},{"name":"Cost Center Data","id":"4ffc6599-6198-46e6-8888-c059fd1773f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Cost Center Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Cost Center Master Data","description":"<p>User will be able to  retrieve the existing data and manage cost center details, including designation information, including cost center codes, names, and associated departments through the API.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Cost Center Master Data"}],"variable":[]}},"response":[{"id":"af78a13f-2bfc-4722-b0c2-a58aed72f8b9","name":"Cost Center Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Cost Center Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Cost Center Master Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Cost Center Master Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Thu, 27 Apr 2023 06:11:19 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"37"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": true,\n    \"Data\": [\n        {\n            \"costname\": \"\",\n            \"costcode\": \"\",\n            \"uniquesourcecode\": \"\",\n            \"entityname\": \"\",\n            \"isactive\": \"\",\n            \"EntityCode\": \"\",\n            \"Action\": \"\"\n        },\n        {\n            \"costname\": \"\",\n            \"costcode\": \"\",\n            \"uniquesourcecode\": \"\",\n            \"entityname\": \"\",\n            \"isactive\": \"\",\n            \"EntityCode\": \"\",\n            \"Action\": \"\"\n        }\n    ],\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"}],"_postman_id":"4ffc6599-6198-46e6-8888-c059fd1773f3"}],"id":"c42d4837-53bb-4040-b6b1-ca573641063c","_postman_id":"c42d4837-53bb-4040-b6b1-ca573641063c","description":""},{"name":"Inbound APIs","item":[{"name":"Employee Basic and Position Detail","id":"ff8af0ee-3164-4f48-b593-fdaeed2592ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"BasicDetails\": [\n        {\n            \"EmployeeCode\": \"9910518999\",\n            \"Title\": \"Mr\",\n            \"FirstName\": \"TestName\",\n            \"MiddleName\": \"test\",\n            \"Gender\": \"Female\",\n            \"MobileNumber\": \"\",\n            \"PersonalEmailID\": \"\",\n            \"OfficialemailID\": \"Kamal.test@test.com\",\n            \"FatherName\": \"\",\n            \"AadharNumber\": \"\",\n            \"EmploymentType\": \"Permanent\",\n            \"DateofJoining\": \"09-11-2014\",\n            \"GroupDOJ\": \"07-02-2005\",\n            \"OrgSourceUniqueCode(LastLevel)\": \"DMO_R&D_Business Unit\",\n            \"DesignationSourceUniqueCode(LastLevel)\": \"DMO_TestDemo_KL1_Department_Head\",\n            \"WorksiteSourceUniqueCode(LastLevel)\": \"DMO_Patna_Region_8066\",\n            \"CostCenterCode\": \"Delivery Management\",\n            \"HRManagerCode\": \"7680001\",\n            \"DateofRelieving\": \"\",\n            \"PANNumber\": \"ALWPM7663M\",\n            \"PanNO\": \"ABC1234567\",\n            \"DisabilityPercentage\": 10,\n            \"DesignationUniqueSourceCode\": \"D123\",\n            \"IsTransport\": true,\n            \"ContractEndDate\": \"2024-12-31\",\n            \"MotherTounge\": \"English\",\n            \"LastName\": \"Doe\",\n            \"Illness\": \"None\",\n            \"PracticeHeadCode\": \"PH001\",\n            \"IsDirector\": false,\n            \"Religion\": \"Christianity\",\n            \"ProbationPeriod\": 90,\n            \"NameAsPerAdhaar\": \"John Doe\",\n            \"ActualConfirmationDate\": \"2024-03-15\",\n            \"IsNightBlind\": false,\n            \"CostCenterSourceCode\": \"CC001\",\n            \"LeftEyeVision\": \"Normal\",\n            \"DateOfJoining\": \"2023-01-15\",\n            \"NpsNO\": \"NPS123\",\n            \"MaritalStatus\": \"Single\",\n            \"Vendor\": \"VendorX\",\n            \"DateOfRelieving\": \"2024-01-31\",\n            \"FunctionHeadCode\": \"FH001\",\n            \"BirthDate\": \"1990-05-25\",\n            \"PensionApplicable\": true,\n            \"IsRehire\": false,\n            \"EmployeeCategoryType\": \"Full-Time\",\n            \"GrossOTPart\": \"Monthly\",\n            \"Nationality\": \"Indian\",\n            \"L1ManagerName\": \"Manager A\",\n            \"SSNo\": \"SSN123456\",\n            \"MarriageDate\": null,\n            \"L2ManagerCode\": \"LM002\",\n            \"CountryOfBirth\": \"India\",\n            \"PFApplicable\": true,\n            \"DesignationName\": \"Software Engineer\",\n            \"EmployeeType\": \"Permanent\",\n            \"LWFApplicable\": true,\n            \"DisabilityDetails\": \"None\",\n            \"IsDisabled\": false,\n            \"ESINumber\": \"ESI789\",\n            \"PositionCode\": \"P001\",\n            \"RightEyeVision\": \"Normal\",\n            \"OrgUnitSourceCode\": \"OU001\",\n            \"UANNumber\": \"UAN456\",\n            \"EmploymentStatus\": \"Active\",\n            \"NoticePeriod\": 30,\n            \"ConfirmationStatus\": \"Confirmed\",\n            \"BirthPlace\": \"CityX\",\n            \"ConfirmationDate\": \"2024-03-01\",\n            \"L1ManagerCode\": \"LM001\",\n            \"Citizenship\": \"Indian\",\n            \"Weight\": 70.5,\n            \"EmployeeCategory\": \"IT\",\n            \"HrManagerCode\": \"HRM001\",\n            \"PersonalMaildID\": \"john.doe@example.com\",\n            \"Height\": 175,\n            \"BusinessDesignation\": \"Sr. Software Engineer\",\n            \"BloodGroup\": \"O+\",\n            \"WorkSiteSourceCode\": \"WS001\",\n            \"FunctionalManagerCode\": \"FM001\",\n            \"FunctionalDesignation\": \"Tech Lead\",\n            \"IsColorBlind\": false,\n            \"Ethnicity\": \"Asian\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/submit?tenantName=XXXXX&requestToken=XXXXXXXXXXXXXXXXXX&timeStamp=1494235344831&moduleName=EmployeeMaster&serviceType=Inbound","description":"<p>It will consume input data for employee data such as BasicDetails, BankDetails, DependentDetails, ContactDetails, EmergencyContacts, EmploymentDetails, Qualifications, IDDetails, and more through the API.</p>\n","urlObject":{"protocol":"https","path":["mesh-web-api","rest","masterDataService","submit"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"tenantName","value":"XXXXX"},{"key":"requestToken","value":"XXXXXXXXXXXXXXXXXX"},{"key":"timeStamp","value":"1494235344831"},{"key":"moduleName","value":"EmployeeMaster"},{"key":"serviceType","value":"Inbound"}],"variable":[]}},"response":[{"id":"42a67501-caa9-4aad-bf96-542eff0459c5","name":"Employee Basic and Position Detail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"BasicDetails\": [\n        {\n            \"EmployeeCode\": \"9910518999\",\n            \"Title\": \"Mr\",\n            \"FirstName\": \"TestName\",\n            \"MiddleName\": \"test\",\n            \"Gender\": \"Female\",\n            \"MobileNumber\": \"\",\n            \"PersonalEmailID\": \"\",\n            \"OfficialemailID\": \"Kamal.test@test.com\",\n            \"FatherName\": \"\",\n            \"AadharNumber\": \"\",\n            \"EmploymentType\": \"Permanent\",\n            \"DateofJoining\": \"09-11-2014\",\n            \"GroupDOJ\": \"07-02-2005\",\n            \"OrgSourceUniqueCode(LastLevel)\": \"DMO_R&D_Business Unit\",\n            \"DesignationSourceUniqueCode(LastLevel)\": \"DMO_TestDemo_KL1_Department_Head\",\n            \"WorksiteSourceUniqueCode(LastLevel)\": \"DMO_Patna_Region_8066\",\n            \"CostCenterCode\": \"Delivery Management\",\n            \"HRManagerCode\": \"7680001\",\n            \"DateofRelieving\": \"\",\n            \"PANNumber\": \"ALWPM7663M\",\n            \"PanNO\": \"ABC1234567\",\n            \"DisabilityPercentage\": 10,\n            \"DesignationUniqueSourceCode\": \"D123\",\n            \"IsTransport\": true,\n            \"ContractEndDate\": \"2024-12-31\",\n            \"MotherTounge\": \"English\",\n            \"LastName\": \"Doe\",\n            \"Illness\": \"None\",\n            \"PracticeHeadCode\": \"PH001\",\n            \"IsDirector\": false,\n            \"Religion\": \"Christianity\",\n            \"ProbationPeriod\": 90,\n            \"NameAsPerAdhaar\": \"John Doe\",\n            \"ActualConfirmationDate\": \"2024-03-15\",\n            \"IsNightBlind\": false,\n            \"CostCenterSourceCode\": \"CC001\",\n            \"LeftEyeVision\": \"Normal\",\n            \"DateOfJoining\": \"2023-01-15\",\n            \"NpsNO\": \"NPS123\",\n            \"MaritalStatus\": \"Single\",\n            \"Vendor\": \"VendorX\",\n            \"DateOfRelieving\": \"2024-01-31\",\n            \"FunctionHeadCode\": \"FH001\",\n            \"BirthDate\": \"1990-05-25\",\n            \"PensionApplicable\": true,\n            \"IsRehire\": false,\n            \"EmployeeCategoryType\": \"Full-Time\",\n            \"GrossOTPart\": \"Monthly\",\n            \"Nationality\": \"Indian\",\n            \"L1ManagerName\": \"Manager A\",\n            \"SSNo\": \"SSN123456\",\n            \"MarriageDate\": null,\n            \"L2ManagerCode\": \"LM002\",\n            \"CountryOfBirth\": \"India\",\n            \"PFApplicable\": true,\n            \"DesignationName\": \"Software Engineer\",\n            \"EmployeeType\": \"Permanent\",\n            \"LWFApplicable\": true,\n            \"DisabilityDetails\": \"None\",\n            \"IsDisabled\": false,\n            \"ESINumber\": \"ESI789\",\n            \"PositionCode\": \"P001\",\n            \"RightEyeVision\": \"Normal\",\n            \"OrgUnitSourceCode\": \"OU001\",\n            \"UANNumber\": \"UAN456\",\n            \"EmploymentStatus\": \"Active\",\n            \"NoticePeriod\": 30,\n            \"ConfirmationStatus\": \"Confirmed\",\n            \"BirthPlace\": \"CityX\",\n            \"ConfirmationDate\": \"2024-03-01\",\n            \"L1ManagerCode\": \"LM001\",\n            \"Citizenship\": \"Indian\",\n            \"Weight\": 70.5,\n            \"EmployeeCategory\": \"IT\",\n            \"HrManagerCode\": \"HRM001\",\n            \"PersonalMaildID\": \"john.doe@example.com\",\n            \"Height\": 175,\n            \"BusinessDesignation\": \"Sr. Software Engineer\",\n            \"BloodGroup\": \"O+\",\n            \"WorkSiteSourceCode\": \"WS001\",\n            \"FunctionalManagerCode\": \"FM001\",\n            \"FunctionalDesignation\": \"Tech Lead\",\n            \"IsColorBlind\": false,\n            \"Ethnicity\": \"Asian\"\n        }\n    ]\n}","options":{"raw":{"language":"xml"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/submit?integrationName=Empdemo1","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["mesh-web-api","rest","masterDataService","submit"],"query":[{"key":"integrationName","value":"Empdemo1"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"xml","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Tue, 15 Feb 2022 14:32:02 GMT"},{"key":"Content-Type","value":"application/xhtml+xml"},{"key":"Content-Length","value":"2250"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Tue, 02 May 2023 12:25:57 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\"responseDetails\":{\"Message\":\"RECEIVED\",\"APIStatusCode\":\"RC2000\",\"Description\":\"RECEIVED\"},\"Your UUID is \":\"d4018438-018c-1000-b926-b46b3f80ee64\"}"},{"id":"5792ef70-d5e7-48dd-956c-309de79e3e46","name":"Status tracking","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"d4018438-018c-1000-b926-b46b3f80ee64\"\n}","options":{"raw":{"language":"xml"}}},"url":{"raw":"https://{{sub domain}}.peoplestrong.com/api/integration/uuidStatus?integrationName=Empdemo1","protocol":"https","host":["{{sub domain}}","peoplestrong","com"],"path":["api","integration","uuidStatus"],"query":[{"key":"integrationName","value":"Empdemo1"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"xml","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Tue, 15 Feb 2022 14:32:02 GMT"},{"key":"Content-Type","value":"application/xhtml+xml"},{"key":"Content-Length","value":"2250"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Tue, 02 May 2023 12:25:57 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"responseDetails\": {\r\n        \"message\": \"Processed Successfully.\",\r\n        \"description\": \"Processed Successfully.\",\r\n        \"apiStatusCode\": \"RC2000\"\r\n    },\r\n    \"requestStatus\": {\r\n        \"state\": \"Inbound_Request_Received\",\r\n        \"error\": \"Inbound_Request_Received\",\r\n        \"errorDiscription\": \"Inbound_Request_Received\",\r\n        \"uuid\": \"d4018438-018c-1000-b926-b46b3f80ee64\"\r\n    },\r\n    \"recordsStatus\": []\r\n}"}],"_postman_id":"ff8af0ee-3164-4f48-b593-fdaeed2592ec"},{"name":"Position Master Detail","id":"85f93e9c-541a-4e44-8bb9-177b6484eec9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<MasterData xmlns=\"http://alt.peoplestrong.com\">\n    <positions>\n        <position>\n            <positionCode>123</positionCode>\n            <PositionName>ABC</PositionName>\n            <Positiontype>ABC</Positiontype>\n            <CriticalPosition>ABC</CriticalPosition>\n            <GlobalCriticalPosititon>ABC</GlobalCriticalPosititon>\n            <LocalCriticalPosition>ABC</LocalCriticalPosition>\n            <PositionManager>ABcd</PositionManager>\n            <PositionStatus>Active</PositionStatus>\n        </position>\n    </positions>\n</MasterData>","options":{"raw":{"language":"xml"}}},"url":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/submit?tenantName=XXXXXXX&requestToken=YoXXjL6MybVq95JDuv5cIVXswWCRX7tngXXXXXXXX=&timeStamp=1547454656&moduleName=MasterData&serviceType=Inbound","description":"<p>It will consume input data for position details, including position name, band, grade, designation, location, and more through the  API</p>\n","urlObject":{"protocol":"https","path":["mesh-web-api","rest","masterDataService","submit"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"tenantName","value":"XXXXXXX"},{"key":"requestToken","value":"YoXXjL6MybVq95JDuv5cIVXswWCRX7tngXXXXXXXX="},{"key":"timeStamp","value":"1547454656"},{"key":"moduleName","value":"MasterData"},{"key":"serviceType","value":"Inbound"}],"variable":[]}},"response":[{"id":"1cb9d02e-2046-4fc1-876d-6a66388b7feb","name":"Position Master Detail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Data\": [\n        {\n            \"PositionCode\": \"khilesh123\",\n            \"PositionCategory\": \"Permanent\",\n            \"PositionCategoryUniqueSourceCode\": \"Permanent_ContactMethod_1\",\n            \"PositionName\": \"Software khileshwar\",\n            \"UniqueSourceID\": \"khilesh123\", //unique identifier\n            \"Description\": \"Position Description details\",\n            \"EntitySourceUniqueCode\": \"Entity_Bestseller Limited_BSL\",\n            \"PositionEffectiveDate\": \"16-12-2023\",\n            \"StartDate\": \"16-12-2023\",\n            \"PositionType\": \"Budgeted\",\n            \"PositionTypeUniqueSourceCode\": \"\",\n            \"Status\": \"Open\",\n            \"PositionFinancialYearStartDate\": \"01-04-2021\",\n            \"PositionFinancialYearEndDate\": \"31-03-2022\",\n            \"HoldTillDate\": \"12-12-2023\",\n            \"CriticalPosition\": true,\n            \"LocalCriticalPosition\": true,\n            \"GlobalCriticalPosititon\": true,\n            \"IsBubbPos\": true,\n            \"BubbPosReason\": null,\n            \"ExpiryDate\": \"10-12-2099\",\n            \"ChangeReason\": null,\n            \"ChangeComment\": null,\n            \"ChangeEffectiveDate\": null,\n            \"DepartmentUniqueSourceCode\": null,\n            \"BusinessUnitUniqueSourceCode\": null,\n            \"DivisionUniqueSourceCode\": null,\n            \"OrgUnitUniqueSourceCode\": \"BSL_FU2108_Function_2001117\",\n            \"WorkSiteUniqueSourceCode\": \"VMRPL_SZ_11_TST ANGAMALY_206549\",\n            \"WorkLocationIntegrationCode\": null,\n            \"CostCenterUniqueSourceCode\": \"202367\",\n            \"WorkCenterCode\": \"Inter-Company Movement\",\n            \"MaxGradeUniqueSourceCode\": \"BSL_4A_4\",\n            \"GradeSourceUniqueCode\": \"BSL_4A_4\",\n            \"DesignationSourceUniqueCode\": \"BSL_NSM - Captive Online_5A\",\n            \"BusinessDesignationUniqueSourceCode\": \"BSL_Business_Designation_Test\",\n            \"EmploymentTypeUniqueSourceCode\": \"BSL_Apprentice\",\n            \"EmploymentTypeCode\": \"Permanent\",\n            \"EmployeeTypeCode\": \"MBC NonDVC\",\n            \"EmployeeTypeUniqueSourceCode\": \"Store 4D Staff\",\n            \"EmploymentStatus\": \"Active\",\n            \"EmploymentStatusUniqueSourceCode\": \"Active\",\n            \"EmployeeCategoryTypeCode\": \"Sales\",\n            \"ConfirmationStatusUniqueSourceCode\": \"Confirmed\",\n            \"ConfirmationStatus\": \"Confirmed\",\n            \"ProbationPeriod\": 90,\n            \"NoticePeriod\": 60,\n            \"VendorName\": \"Test Vendor BS\",\n            \"IsTransport\": false,\n            \"CardNumber\": \"ABCD234567\",\n            \"IsDisabled\": true,\n            \"Nationality\": \"India\",\n            \"ReligionName\": \"Hindu\",\n            \"Citizenship\": \"India\",\n            \"RaceCode\": \"testing\",\n            \"EthinicityName\": \"Hindu\",\n            \"WorkingHoursName\": \"General 8 Hrs\",\n            \"CountryName\": \"IN\",\n            \"L1ManagerEmployeeCode\": \"E001\",\n            \"L2ManagerEmployeeCode\": \"E002\",\n            \"HrManagerEmployeeCode\": \"E003\",\n            \"ReportingPositionUniqueSourceCode\": \"BS0020_BSL_122021\",\n            \"HrManagerPositionUniqueSourceCode\": \"BS0020_BSL_122021\",\n            \"FunctionHeadPositionUniqueSourceCode\": \"BS0001_BSL_122021\",\n            \"PracticeHeadPositionUniqueSourceCode\": \"BS0001_BSL_122021\",\n            \"MatrixManagerPositionUniqueSourceCode\": null,\n            \"FunctionalManagerPositionUniqueSourceCode\": null,\n            \"L1ManagerRoleName\": \"L1 Manager\",\n            \"L2ManagerRoleName\": \"L2 Manager\",\n            \"HrManagerRoleName\": \"HRBP\",\n            \"FunctionHeadRoleName\": \"Function Head\",\n            \"PracticeHeadRoleName\": \"Practise Head\",\n            \"MatrixManagerRoleName\": null,\n            \"FunctionalManagerRoleName\": null,\n            \"PrimaryJobRoleUniqueSourceCode\": \"Credit Manager\",\n            \"SecondaryJobRolesUniqueSourceCodes\": \"Manager-Technical,Area Technical Manager\",\n            \"PrimaryJobRoleDescription\": \"jobDescription of primary job role\",\n            \"GoodToHaveSkillsUniqueSrcCodes\": \"STRATEGIC_BUSINESS_ORIENTATION,LEADERSHIP_THROUGH_SUSTAINABILITY,AMA_8305_CONSENSUS_BUILDING,AMA_8305_GOTTA_BE_A_BETTER_WAY_CONSTRUCTIVE_REBELLION\",\n            \"MustHaveSkillsUniqueSourceCodes\": \"STRATEGIC_BUSINESS_ORIENTATION,LEADERSHIP_THROUGH_SUSTAINABILITY,AMA_8305_CONSENSUS_BUILDING,AMA_8305_GOTTA_BE_A_BETTER_WAY_CONSTRUCTIVE_REBELLION\",\n            \"PayStructureName\": \"HO_RO_6,7ABC_Non Sales\",\n            \"MinSalary\": 3430000,\n            \"MedianSalary\": 30000,\n            \"MaxSalary\": 20000,\n            \"Percentile\": 1000,\n            \"Revenue\": \"ASXYZ123\",\n            \"IsBillable\": true,\n            \"Action\": \"Update\",\n            \"IsActive\": \"true\"\n        }\n    ]\n}","options":{"raw":{"language":"xml"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/submit?integrationName=PositionInbound","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["mesh-web-api","rest","masterDataService","submit"],"query":[{"key":"integrationName","value":"PositionInbound"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"xml","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Tue, 15 Feb 2022 14:32:02 GMT"},{"key":"Content-Type","value":"application/xhtml+xml"},{"key":"Content-Length","value":"2250"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Tue, 02 May 2023 12:39:17 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\"responseDetails\":{\"Message\":\"Processed Successfully.\",\"APIStatusCode\":\"RC2000\",\"Description\":\"Processed Successfully.\"},\"uuid\":\"fda49c4b-018c-1000-92fe-52cd01895fd6\"}"},{"id":"e3770ae7-5894-45db-9736-c9a9c88bf4a7","name":"Status tracking","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"uuid\":\"fda49c4b-018c-1000-92fe-52cd01895fd6\"\n}","options":{"raw":{"language":"xml"}}},"url":{"raw":"https://{{sub domain}}.peoplestrong.com/api/integration/uuidStatus?integrationName=PositionInbound","protocol":"https","host":["{{sub domain}}","peoplestrong","com"],"path":["api","integration","uuidStatus"],"query":[{"key":"integrationName","value":"PositionInbound"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"xml","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Tue, 15 Feb 2022 14:32:02 GMT"},{"key":"Content-Type","value":"application/xhtml+xml"},{"key":"Content-Length","value":"2250"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Tue, 02 May 2023 12:25:57 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"responseDetails\": {\r\n        \"message\": \"Processed Successfully.\",\r\n        \"description\": \"Processed Successfully.\",\r\n        \"apiStatusCode\": \"RC2000\"\r\n    },\r\n    \"requestStatus\": {\r\n        \"state\": \"Processed\",\r\n        \"error\": \"Processed\",\r\n        \"errorDiscription\": \"Processed\",\r\n        \"uuid\": \"fda49c4b-018c-1000-92fe-52cd01895fd6\"\r\n    },\r\n    \"recordsStatus\": [\r\n        {\r\n            \"state\": \"Record_Sent_Success_Second_Level_Validation\",\r\n            \"error\": \"no_error\",\r\n            \"errorDiscription\": \"no_error_message\",\r\n            \"integrationCode\": \"khilesh123\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"85f93e9c-541a-4e44-8bb9-177b6484eec9"},{"name":"Employee Contact Detail","id":"cd8a55b4-97e8-4610-b9be-5a03ad695694","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ContactDetails\": [\n        {\n            \"IsCorrespondenceAddress\": true,\n            \"City\": \"New York\",\n            \"AddressLine5\": \"Apartment 501\",\n            \"EmployeeName\": \"John Doe\",\n            \"WhenAvailable\": \"Weekdays after 6 PM\",\n            \"AddressType\": \"Residential\",\n            \"EmployeeCode\": \"EMP001\",\n            \"AddressLine1\": \"123 Main Street\",\n            \"AddressLine2\": \"Suite 201\",\n            \"AddressLine3\": \"Landmark Towers\",\n            \"AddressLine4\": \"Sector 15\",\n            \"Telephone\": \"+1 123-456-7890\",\n            \"State\": \"NY\",\n            \"Country\": \"USA\"\n        },\n        {\n            \"IsCorrespondenceAddress\": false,\n            \"City\": \"New York1\",\n            \"AddressLine5\": \"Apartment 5012\",\n            \"EmployeeName\": \"John Doe\",\n            \"WhenAvailable\": \"Weekdays after 6 PM\",\n            \"AddressType\": \"Permanent\",\n            \"EmployeeCode\": \"EMP001\",\n            \"AddressLine1\": \"1234 Main Street\",\n            \"AddressLine2\": \"Suite 201\",\n            \"AddressLine3\": \"Landmark Towers\",\n            \"AddressLine4\": \"Sector 151\",\n            \"Telephone\": \"+1 123-456-7890\",\n            \"State\": \"NY\",\n            \"Country\": \"USA\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Basic Detail Data","description":"<p>This will consume input data for employee’s contact detail through the API.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Employee Basic Detail Data"}],"variable":[]}},"response":[{"id":"946cc1ca-779b-4bc2-b09b-ea39ca7e28e5","name":"Employee Contact Detail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ContactDetails\": [\n        {\n            \"IsCorrespondenceAddress\": true,\n            \"City\": \"New York\",\n            \"AddressLine5\": \"Apartment 501\",\n            \"EmployeeName\": \"John Doe\",\n            \"WhenAvailable\": \"Weekdays after 6 PM\",\n            \"AddressType\": \"Residential\",\n            \"EmployeeCode\": \"EMP001\",\n            \"AddressLine1\": \"123 Main Street\",\n            \"AddressLine2\": \"Suite 201\",\n            \"AddressLine3\": \"Landmark Towers\",\n            \"AddressLine4\": \"Sector 15\",\n            \"Telephone\": \"+1 123-456-7890\",\n            \"State\": \"NY\",\n            \"Country\": \"USA\"\n        },\n        {\n            \"IsCorrespondenceAddress\": false,\n            \"City\": \"New York1\",\n            \"AddressLine5\": \"Apartment 5012\",\n            \"EmployeeName\": \"John Doe\",\n            \"WhenAvailable\": \"Weekdays after 6 PM\",\n            \"AddressType\": \"Permanent\",\n            \"EmployeeCode\": \"EMP001\",\n            \"AddressLine1\": \"1234 Main Street\",\n            \"AddressLine2\": \"Suite 201\",\n            \"AddressLine3\": \"Landmark Towers\",\n            \"AddressLine4\": \"Sector 151\",\n            \"Telephone\": \"+1 123-456-7890\",\n            \"State\": \"NY\",\n            \"Country\": \"USA\"\n        }\n    ]\n}","options":{"raw":{"language":"xml"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/submit?integrationName=EmpAddress","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["mesh-web-api","rest","masterDataService","submit"],"query":[{"key":"integrationName","value":"EmpAddress"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"xml","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Tue, 15 Feb 2022 14:32:02 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/xml","description":"","type":"text"},{"key":"Content-Length","value":"2250"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Wed, 03 May 2023 06:49:53 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\"responseDetails\":{\"Message\":\"RECEIVED\",\"APIStatusCode\":\"RC2000\",\"Description\":\"RECEIVED\"},\"Your UUID is \":\"d8354d94-018c-1000-9d55-010d232ecd40\"}"},{"id":"0d8017e4-776e-4fbd-8ee1-941fa548be2a","name":"Status tracking","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"d8354d94-018c-1000-9d55-010d232ecd40\"\n}","options":{"raw":{"language":"xml"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integration/uuidStatus?integrationName=EmpAddress","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integration","uuidStatus"],"query":[{"key":"integrationName","value":"EmpAddress"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"xml","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Tue, 15 Feb 2022 14:32:02 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/xml","description":"","type":"text"},{"key":"Content-Length","value":"2250"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Wed, 03 May 2023 06:49:53 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"responseDetails\": {\r\n        \"message\": \"Processed Successfully.\",\r\n        \"description\": \"Processed Successfully.\",\r\n        \"apiStatusCode\": \"RC2000\"\r\n    },\r\n    \"requestStatus\": {\r\n        \"state\": \"First_Level_Validation_Failed\",\r\n        \"error\": \"read record wise status\",\r\n        \"errorDiscription\": \"read record wise status\",\r\n        \"uuid\": \"d8354d94-018c-1000-9d55-010d232ecd40\"\r\n    },\r\n    \"recordsStatus\": [\r\n        {\r\n            \"state\": \"First_Level_Validation_Faliure_Record_Recieved\",\r\n            \"error\": \"Duplicate record: [AddressLine1,AddressType,EmployeeCode]\",\r\n            \"errorDiscription\": \"Duplicate record: [AddressLine1,AddressType,EmployeeCode]\",\r\n            \"integrationCode\": \"EMP001\"\r\n        },\r\n        {\r\n            \"state\": \"First_Level_Validation_Faliure_Record_Recieved\",\r\n            \"error\": \"Duplicate record: [AddressLine1,AddressType,EmployeeCode]\",\r\n            \"errorDiscription\": \"Duplicate record: [AddressLine1,AddressType,EmployeeCode]\",\r\n            \"integrationCode\": \"EMP001\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"cd8a55b4-97e8-4610-b9be-5a03ad695694"},{"name":"Employee Emergency Contact Details","id":"077a439e-d5bb-4046-ad2a-670cab480a74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"<EmployeeMasters xmlns=\"http://alt.peoplestrong.com\">\n    <EmployeeMaster>\n        <EmployeeMasterData>\n            <BasicDetails>\n                <BasicDetail>\n                    <EmployeeCode>E010111</EmployeeCode>\n                 </BasicDetail>\n            </BasicDetails>\n            <EmergencyContacts>\n                <EmergencyContact>\n                    <EmgContactName>Sunil</EmgContactName>\n                    <EmgRelationship>brother</EmgRelationship>\n                    <EmgMobile>4444444444</EmgMobile>\n                    <EmgOffPhone>9999999999</EmgOffPhone>\n                    <EmgHomeNo>9999999999</EmgHomeNo>\n                    <EmergencyAddress>Sector 34</EmergencyAddress>\n                    <EmailID>abc@gmail.com</EmailID>\n                </EmergencyContact>\n            </EmergencyContacts>\n            <action>UPDATE</action>\n        </EmployeeMasterData>\n    </EmployeeMaster>\n</EmployeeMasters>","options":{"raw":{"language":"xml"}}},"url":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/submit?tenantName=XXXXX&requestToken=XXXXXXXXXXXXXXXXXX&timeStamp=1494235344831&moduleName=EmployeeMaster&serviceType=Inbound","description":"<p>This will consume input data for employee’s emergency contact detail through the API.</p>\n","urlObject":{"protocol":"https","path":["mesh-web-api","rest","masterDataService","submit"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"tenantName","value":"XXXXX"},{"key":"requestToken","value":"XXXXXXXXXXXXXXXXXX"},{"key":"timeStamp","value":"1494235344831"},{"key":"moduleName","value":"EmployeeMaster"},{"key":"serviceType","value":"Inbound"}],"variable":[]}},"response":[{"id":"8bd1bbc7-4d86-44c8-b92b-787ed9cd41c8","name":"Employee Emergency Contact Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"<EmployeeMasters xmlns=\"http://alt.peoplestrong.com\">\n    <EmployeeMaster>\n        <EmployeeMasterData>\n            <BasicDetails>\n                <BasicDetail>\n                    <EmployeeCode>E010111</EmployeeCode>\n                 </BasicDetail>\n            </BasicDetails>\n            <EmergencyContacts>\n                <EmergencyContact>\n                    <EmgContactName>Sunil</EmgContactName>\n                    <EmgRelationship>brother</EmgRelationship>\n                    <EmgMobile>4444444444</EmgMobile>\n                    <EmgOffPhone>9999999999</EmgOffPhone>\n                    <EmgHomeNo>9999999999</EmgHomeNo>\n                    <EmergencyAddress>Sector 34</EmergencyAddress>\n                    <EmailID>abc@gmail.com</EmailID>\n                </EmergencyContact>\n            </EmergencyContacts>\n            <action>UPDATE</action>\n        </EmployeeMasterData>\n    </EmployeeMaster>\n</EmployeeMasters>","options":{"raw":{"language":"xml"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/submit?tenantName=XXXXX&requestToken=XXXXXXXXXXXXXXXXXX&timeStamp=1494235344831&moduleName=EmployeeMaster&serviceType=Inbound","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["mesh-web-api","rest","masterDataService","submit"],"query":[{"key":"tenantName","value":"XXXXX"},{"key":"requestToken","value":"XXXXXXXXXXXXXXXXXX"},{"key":"timeStamp","value":"1494235344831"},{"key":"moduleName","value":"EmployeeMaster"},{"key":"serviceType","value":"Inbound"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"xml","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Tue, 15 Feb 2022 14:32:02 GMT"},{"key":"Content-Type","value":"application/xhtml+xml"},{"key":"Content-Length","value":"2250"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Wed, 03 May 2023 06:54:44 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\r\n<response xmlns=\"http://PeopleStrong.peoplestrong.com\">\r\n    <message>Request received successfully!</message>\r\n    <status>REQUEST_RECEIVED</status>\r\n    <statusCode> 104 </statusCode>\r\n</response>\r\n"}],"_postman_id":"077a439e-d5bb-4046-ad2a-670cab480a74"},{"name":"Employee Dependent Details","id":"40f53941-95a2-44cf-a5ca-a12b5a989953","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Dependent Details Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Dependent Details Data","description":"<p>This will consume input data for employee’s dependent detail through the API.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Employee Dependent Details Data"}],"variable":[]}},"response":[{"id":"1464134f-5c2a-484b-bae5-89a5584276d6","name":"Employee Dependent Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"<EmployeeMasters xmlns=\"http://alt.peoplestrong.com\">\n    <EmployeeMaster>\n        <EmployeeMasterData>\n            <BasicDetails>\n                <BasicDetail>\n                    <EmployeeCode>E010111</EmployeeCode>\n                </BasicDetail>\n            </BasicDetails>\n            <DependentDetails>\n                <DependentDetail>\n                    <RelationshipType>Son</RelationshipType>\n                    <DependentName>Ram</DependentName>\n                    <DateOfBirth>09/07/2013</DateOfBirth>\n                    <Gender>Male</Gender>\n                    <IsDepenent>1</IsDepenent>\n                    <Occupation></Occupation>\n                    <EmployerName></EmployerName>\n                    <EmploymentType></EmploymentType>\n                    <AnyHealthPolicy>0</AnyHealthPolicy>\n                    <DependentMartialStatus>Single</DependentMartialStatus>\n                    <BloodGroup>O+</BloodGroup>\n                    <Address>Sector 10A</Address>\n                    <BuyHealthPolicy>1</BuyHealthPolicy>\n                    <IsSchoolGoing>1</IsSchoolGoing>\n                    <ISHostelGoingChildren>0</ISHostelGoingChildren>\n                </DependentDetail>\n            </DependentDetails>\n            <action>UPDATE</action>\n        </EmployeeMasterData>\n    </EmployeeMaster>\n</EmployeeMasters>","options":{"raw":{"language":"xml"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/submit?tenantName=XXXXX&requestToken=XXXXXXXXXXXXXXXXXX&timeStamp=1494235344831&moduleName=EmployeeMaster&serviceType=Inbound","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["mesh-web-api","rest","masterDataService","submit"],"query":[{"key":"tenantName","value":"XXXXX"},{"key":"requestToken","value":"XXXXXXXXXXXXXXXXXX"},{"key":"timeStamp","value":"1494235344831"},{"key":"moduleName","value":"EmployeeMaster"},{"key":"serviceType","value":"Inbound"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"xml","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Tue, 15 Feb 2022 14:32:02 GMT"},{"key":"Content-Type","value":"application/xhtml+xml"},{"key":"Content-Length","value":"2250"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Wed, 03 May 2023 07:04:58 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:ui=\"http://java.sun.com/jsf/facelets\" xmlns:h=\"http://java.sun.com/jsf/html\"\r\n\t  xmlns:f=\"http://java.sun.com/jsf/core\" xmlns:p=\"http://primefaces.org/ui\">\n    <h:head>\n        <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n        <meta charset=\"utf-8\" />\n        <title>PeopleStrong</title>\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n        <link rel=\"icon\" type=\"image/png\" href=\"img/diffcgfa.png\" style=\"border: none;\" />\n        <!--<link rel=\"stylesheet\" type=\"text/css\" href=\"stylesheet/talentpact/gray-loginstyle.css?v=#{identity.releaseVersion}\" media=\"all\" />-->\n        <link rel=\"stylesheet\" type=\"text/css\" href=\"assets/css/style.css?v=#{identity.releaseVersion}\" media=\"all\" />\n        <link rel=\"stylesheet\" type=\"text/css\" href=\"assets/css/new-style.css?v=#{identity.releaseVersion}\" media=\"all\" />\n        <script type=\"text/javascript\">\r\n\t\tvar _gaq = _gaq || [];\r\n\t\t_gaq.push([ '_setAccount', 'UA-24095858-1' ]);\r\n\t\t_gaq.push([ '_setDomainName', '.peoplestrong.com' ]);\r\n\t\t_gaq.push([ '_trackPageview' ]);\r\n\r\n\t\t(function() {\r\n\t\t\tvar ga = document.createElement('script');\r\n\t\t\tga.type = 'text/javascript';\r\n\t\t\tga.async = true;\r\n\t\t\tga.src = ('https:' == document.location.protocol ? 'https://ssl'\r\n\t\t\t\t\t: 'http://www')\r\n\t\t\t\t\t+ '.google-analytics.com/ga.js';\r\n\t\t\tvar s = document.getElementsByTagName('script')[0];\r\n\t\t\ts.parentNode.insertBefore(ga, s);\r\n\t\t})();\r\n\t\t\r\n\t\tfunction createCookie(name,value,days,domain) {\r\n\t\t\tif (days) {\r\n\t\t\t\tvar date = new Date();\r\n\t\t\t\tdate.setTime(date.getTime()+(days*24*60*60*1000));\r\n\t\t\t\tvar expires = \"; expires=\"+date.toGMTString();\r\n\t\t\t}\r\n\t\t\telse var expires = \"\";\r\n\t\t\tdocument.cookie = name+\"=\"+value+expires+\"; domain=\"+domain+\"; path=/\";\r\n\t\t}\r\n\r\n\t\tfunction eraseCookie(name) {\r\n\t\t\tvar hostname = window.location.hostname;\r\n\t\t\tvar domain = hostname.substring(hostname.indexOf('.'));\r\n\t\t\tcreateCookie(name,\"\",-1,domain);\r\n\t\t}\r\n\t\t\r\n\t\tfunction eraseCookies(){\r\n\t\t\tvar cookies = document.cookie.split(\";\");\r\n\t\t\tfor(i = 0; i &lt; cookies.length; i++)\r\n\t\t\t\teraseCookie(cookies[i].split(\"=\")[0]);\r\n\t\t}\r\n\r\n\t</script>\n        <style>\r\n\t\tbody { margin: 0; padding: 0;}\r\n\t.logo_outer {\r\n    width: inherit;\r\n    max-width: 200px;\r\n    height: 63px;\r\n    vertical-align: middle;\r\n    display: table-cell;\r\n\t}\r\n\r\n\r\n\t.site-header {\r\n\tbackground: #fff;\r\n\twidth: 100%;\r\n\tbox-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);\r\n}\r\n.site-width {\r\n    max-width: 1366px;\r\n    margin: 0 auto;\r\n}\r\n.site-header-inner {\r\n    position: relative;\r\n    padding: 0 16px;\r\n    background-color: #fff;\r\n    height: 75px;\r\n}\r\n.header-container {\r\n   /* margin-right: 21px;\r\n    margin-left: 21px;*/\r\n\tmargin: 0px !important;\r\n}\r\n.site-logo {\r\n    float: left;\r\n    width: inherit;\r\n    min-width: 100px;\r\n    max-width: 180px;\r\n    height: 60px;\r\n    vertical-align: middle;\r\n    margin-top: 6px;\r\n}\r\n.logo_outer {\r\n    width: inherit;\r\n    max-width: 125px;\r\n    height: 63px;\r\n    vertical-align: middle;\r\n    display: table-cell;\r\n}\r\n.logo_outer img {\r\n    max-width: 125px;\r\n    max-height: 63px;\r\n    vertical-align: middle;\r\n}\r\nbody.sessionTimeout {\r\n    background: #e3e3e3 !important;\r\n}\r\n.session_box {\r\n\twidth: 450px;\r\n\theight: 350px;\r\n\ttext-align: center;\r\n\tbackground-color: #fff;\r\n\tborder-radius: 5px;\r\n\tbox-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);\r\n\t/*position: absolute;\r\n\tleft: 50%;\r\n\ttop: 50%;\r\n\tmargin-left: -225px;\r\n\tmargin-top: -175px;*/\r\n\tz-index: 2;\r\n\tpadding: 40px 0;\r\n\tmargin: 50px auto;\r\n}\r\n.sessionIcon {\r\n\ttext-align: center;\r\n\tmargin-bottom: 40px;\r\n}\r\n.sessionIcon img {\r\n\tmax-width: 160px;\r\n}\r\n.sessionHeading {\r\n\tfont-size: 26px;\r\n\tcolor: #494949;\r\n\tfont-family: 'DIN Bold';\r\n\tmargin-bottom: 10px;\r\n}\r\n.sessionMsg {\r\n\tfont-family: 'DIN Medium';\r\n\tfont-size: 18px;\r\n\tmargin-bottom: 40px;\r\n\tclear: both;\r\n\tcolor: #777;\r\n}\r\n.btn { display:initial; letter-spacing: 1px; font-family: 'DIN Bold';}\r\n@media screen and (max-width: 580px) {\r\n\t.session_box {\r\n\twidth: 360px;\r\n\theight: auto;\r\n\ttext-align: center;\r\n\tbackground-color: #fff;\r\n\tborder-radius: 5px;\r\n\tbox-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);\r\n\t/*position: absolute;\r\n\tleft: 50%;\r\n\ttop: 50%;\r\n\tmargin-left: -225px;\r\n\tmargin-top: -175px;*/\r\n\tz-index: 2;\r\n\tpadding: 40px 0;\r\n\tmargin: 50px auto;\r\n}\r\n}\r\n\t</style>\n    </h:head>\n    <h:body class=\"login-t sessionTM t0 sessionTimeout\">\n        <header class=\"site-header\">\n            <div class=\"site-width\">\n                <div class=\"site-header-inner clearfix\">\n                    <div class=\"header-container\">\n                        <div class=\"site-logo\">\n                            <div class=\"logo_outer\">\n                                <img src=\"#{sessionTimeout.getLogo()}\" />\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </header>\n        <div class=\"session_box\">\n            <div class=\"sessionIcon\">\n                <img src=\"assets/images/default_icons/ic_session_timeout.svg\" alt=\"sessionTimeout\"/>\n            </div>\n            <h:form>\n                <div class=\"sessionHeading\">Oops! Session Expired</div>\n                <div class=\"sessionMsg\">Session remains active only for 15 minutes.</div>\n                <p:commandButton value=\"\" style=\"display:none;\">\r\n\t\t\t</p:commandButton>\n                <a href=\"#{sessionTimeout.sessionLogoutRedirect()}\" class=\"btn btn-default\">Login Again</a>\n            </h:form>\n        </div>\n        <!-- <div class=\"container-fluid\"><div class=\"header_left\"><div class=\"logo_outer\"><img src=\"#{sessionTimeout.getLogo()}\" />\r\n        </div>\r\n        </div>\t\t\r\n\t</div><div class=\"container-login center-content\"><ul><li class=\"left\"><img src=\"img/leftbrending_img.png\" width=\"34\"/></li><li class=\"right\"><div class=\"content-area contentNew\"><div class=\"row-fluid\"><h:form><div class=\"ui-messages-error ui-corner-all\" style=\"width: 81% !important;\"><span class=\"ui-messages-error-detail\">Session Expired: The session remains active only for 15 minutes.</span></div><p:commandButton value=\"\" style=\"display:none;\">\r\n\t\t\t\t\t\t\t</p:commandButton><a href=\"#{sessionTimeout.sessionLogoutRedirect()}\" style=\"color: blue; font-size:14px;\">Login Again</a></h:form>\r\n                     </div>\r\n\t\t\t\t</div>\r\n            </li>\r\n        </ul>\r\n    </div>-->\r\n\n</h:body>\n</html>"}],"_postman_id":"40f53941-95a2-44cf-a5ca-a12b5a989953"},{"name":"Employee Education Details","id":"058bf574-3e0d-4127-992a-7f505aa2ecbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"EducationDetails\": [\n        {\n            \"CourseType\": \"Masters\",\n            \"IsHighestEducation\": true,\n            \"EmployeeCode\": \"EMP003\",\n            \"StartDate\": \"01-09-2014\",\n            \"UniversityName\": \"XYZ University\",\n            \"EmployeeName\": \"Alex Johnson\",\n            \"EducationLevel\": \"Postgraduate\",\n            \"InsituteName\": \"Institute of Technology\",\n            \"TrackType\": \"Regular\",\n            \"ScoreType\": \"GPA\",\n            \"Course\": \"Computer Science\",\n            \"EndDate\": \"30-05-2020\",\n            \"MinorSpecialization\": \"Data Science\",\n            \"Specalization\": \"Artificial Intelligence\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/submit?tenantName=XXXXX&requestToken=XXXXXXXXXXXXXXXXXX&timeStamp=1494235344831&moduleName=EmployeeMaster&serviceType=Inbound","description":"<p>This will consume input data for employee’s education detail through the API.</p>\n","urlObject":{"protocol":"https","path":["mesh-web-api","rest","masterDataService","submit"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"tenantName","value":"XXXXX"},{"key":"requestToken","value":"XXXXXXXXXXXXXXXXXX"},{"key":"timeStamp","value":"1494235344831"},{"key":"moduleName","value":"EmployeeMaster"},{"key":"serviceType","value":"Inbound"}],"variable":[]}},"response":[{"id":"fce00cc1-8bda-4c42-9147-3779093b475c","name":"Employee Education Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"EducationDetails\": [\n        {\n            \"CourseType\": \"Masters\",\n            \"IsHighestEducation\": true,\n            \"EmployeeCode\": \"EMP003\",\n            \"StartDate\": \"01-09-2014\",\n            \"UniversityName\": \"XYZ University\",\n            \"EmployeeName\": \"Alex Johnson\",\n            \"EducationLevel\": \"Postgraduate\",\n            \"InsituteName\": \"Institute of Technology\",\n            \"TrackType\": \"Regular\",\n            \"ScoreType\": \"GPA\",\n            \"Course\": \"Computer Science\",\n            \"EndDate\": \"30-05-2020\",\n            \"MinorSpecialization\": \"Data Science\",\n            \"Specalization\": \"Artificial Intelligence\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/submit?integrationName=EmpEducation","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["mesh-web-api","rest","masterDataService","submit"],"query":[{"key":"integrationName","value":"EmpEducation"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"xml","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Tue, 15 Feb 2022 14:32:02 GMT"},{"key":"Content-Type","value":"application/xhtml+xml"},{"key":"Content-Length","value":"2250"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Wed, 03 May 2023 07:13:15 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\"responseDetails\":{\"Message\":\"RECEIVED\",\"APIStatusCode\":\"RC2000\",\"Description\":\"RECEIVED\"},\"Your UUID is \":\"d85824bf-018c-1000-a409-53aca2129462\"}"},{"id":"ed454d43-5153-4d04-8394-dc5512c903f1","name":"Status tracking","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"d85824bf-018c-1000-a409-53aca2129462\"\n}","options":{"raw":{"language":"xml"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integration/uuidStatus?integrationName=EmpEducation","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integration","uuidStatus"],"query":[{"key":"integrationName","value":"EmpEducation"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"xml","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Tue, 15 Feb 2022 14:32:02 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/xml","description":"","type":"text"},{"key":"Content-Length","value":"2250"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Wed, 03 May 2023 06:49:53 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"responseDetails\": {\r\n        \"message\": \"Processed Successfully.\",\r\n        \"description\": \"Processed Successfully.\",\r\n        \"apiStatusCode\": \"RC2000\"\r\n    },\r\n    \"requestStatus\": {\r\n        \"state\": \"First_Level_Validation_Failed\",\r\n        \"error\": \"read record wise status\",\r\n        \"errorDiscription\": \"read record wise status\",\r\n        \"uuid\": \"d85824bf-018c-1000-a409-53aca2129462\"\r\n    },\r\n    \"recordsStatus\": [\r\n        {\r\n            \"state\": \"First_Level_Validation_Faliure_Record_Recieved\",\r\n            \"error\": \"[Specalization, InsituteName] is/are expected;[Specialization,InstituteName] is/are not a part of expected headers [CourseType, IsHighestEducation, EmployeeCode, StartDate, UniversityName, EmployeeName, EducationLevel, InsituteName, TrackType, ScoreType, Course, EndDate, MinorSpecialization, Specalization]\",\r\n            \"errorDiscription\": \"[Specalization, InsituteName] is/are expected;[Specialization,InstituteName] is/are not a part of expected headers [CourseType, IsHighestEducation, EmployeeCode, StartDate, UniversityName, EmployeeName, EducationLevel, InsituteName, TrackType, ScoreType, Course, EndDate, MinorSpecialization, Specalization]\",\r\n            \"integrationCode\": \"EMP003\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"058bf574-3e0d-4127-992a-7f505aa2ecbc"},{"name":"Employee Employment (Prior Experience)","id":"7ebde68f-8567-474b-8c9a-43b9ef39ee78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<EmployeeMasters xmlns=\"http://XXalt.peoplestrong.com\">\n            <EmployeeMaster>\n            <BasicDetails>\n                <BasicDetail>\n                    <EmployeeCode>E010111</EmployeeCode>\n                </BasicDetail>\n            </BasicDetails>\n                  <EmploymentDetails>\n            <EmploymentDetail>\n               <CompanyName>ABC Ltd.</CompanyName>\n               <PreviousCompEmployeeCode>ABC74194</PreviousCompEmployeeCode>\n               <Title>Software Developer</Title>\n               <Role>Software Developer</Role>\n               <Location>Gurgaon</Location>\n               <EmploymentType>Permanent</EmploymentType>\n               <JobNature>Full Time</JobNature>\n               <StartDate>02/02/1999</StartDate>\n               <EndDate>02/03/1999</EndDate>\n               <ProjectName>Tata Integration</ProjectName>\n               <Salary>999900</Salary>\n               <PreviousPFAccount>ddddddd</PreviousPFAccount>\n               <IsCurrentEmployer>0</IsCurrentEmployer>\n               <IsFresher>1</IsFresher>\n            </EmploymentDetail>\n         </EmploymentDetails>\n<action>UPDATE</action>\n</EmployeeMaster>","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/submit?tenantName=XXXXX&requestToken=XXXXXXXXXXXXXXXXXX&timeStamp=1494235344831&moduleName=EmployeeMaster&serviceType=Inbound","description":"<p>This will consume input data for employee’s past experience detail through the API.</p>\n","urlObject":{"protocol":"https","path":["mesh-web-api","rest","masterDataService","submit"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"tenantName","value":"XXXXX"},{"key":"requestToken","value":"XXXXXXXXXXXXXXXXXX"},{"key":"timeStamp","value":"1494235344831"},{"key":"moduleName","value":"EmployeeMaster"},{"key":"serviceType","value":"Inbound"}],"variable":[]}},"response":[{"id":"d7975444-0adb-4e89-88b2-d20c3783a658","name":"Employee Prior Experience (Employment)  Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"EmploymentDetails\": [\n        {\n            \"Role\": \"Software Engineer\",\n            \"IsCurrentEmployer\": true,\n            \"EndDate\": \"09-11-2015\",\n            \"ProjectName\": \"Project X\",\n            \"Salary\": 75000,\n            \"StartDate\": \"09-11-2014\",\n            \"EmployeeCode\": \"EMP002\",\n            \"EmployeeName\": \"Jane Smith\",\n            \"Location\": \"City Y\",\n            \"JobNature\": \"Full-Time\",\n            \"CompanyName\": \"Tech Solutions Inc.\",\n            \"SkillsUsed\": \"Java\",\n            \"PreviousPFAccount\": \"PF5678\",\n            \"IsFresher\": false,\n            \"Title\": \"Senior Software Engineer\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/submit?integrationName=EmpEmployment","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["mesh-web-api","rest","masterDataService","submit"],"query":[{"key":"integrationName","value":"EmpEmployment"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"xml","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Tue, 15 Feb 2022 14:32:02 GMT"},{"key":"Content-Type","value":"application/xhtml+xml"},{"key":"Content-Length","value":"2250"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Wed, 03 May 2023 07:15:18 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\"responseDetails\":{\"Message\":\"RECEIVED\",\"APIStatusCode\":\"RC2000\",\"Description\":\"RECEIVED\"},\"Your UUID is \":\"d84849d0-018c-1000-a828-40d38e909d35\"}"},{"id":"8c0eeae8-62fc-4cb7-8799-81fecbe10903","name":"Status tracking","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"d8354d94-018c-1000-9d55-010d232ecd40\"\n}","options":{"raw":{"language":"xml"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integration/uuidStatus?integrationName=EmpAddress","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integration","uuidStatus"],"query":[{"key":"integrationName","value":"EmpAddress"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"xml","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Tue, 15 Feb 2022 14:32:02 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/xml","description":"","type":"text"},{"key":"Content-Length","value":"2250"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Wed, 03 May 2023 06:49:53 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"responseDetails\": {\r\n        \"message\": \"Processed Successfully.\",\r\n        \"description\": \"Processed Successfully.\",\r\n        \"apiStatusCode\": \"RC2000\"\r\n    },\r\n    \"requestStatus\": {\r\n        \"state\": \"First_Level_Validation_Failed\",\r\n        \"error\": \"read record wise status\",\r\n        \"errorDiscription\": \"read record wise status\",\r\n        \"uuid\": \"d8354d94-018c-1000-9d55-010d232ecd40\"\r\n    },\r\n    \"recordsStatus\": [\r\n        {\r\n            \"state\": \"First_Level_Validation_Faliure_Record_Recieved\",\r\n            \"error\": \"Duplicate record: [AddressLine1,AddressType,EmployeeCode]\",\r\n            \"errorDiscription\": \"Duplicate record: [AddressLine1,AddressType,EmployeeCode]\",\r\n            \"integrationCode\": \"EMP001\"\r\n        },\r\n        {\r\n            \"state\": \"First_Level_Validation_Faliure_Record_Recieved\",\r\n            \"error\": \"Duplicate record: [AddressLine1,AddressType,EmployeeCode]\",\r\n            \"errorDiscription\": \"Duplicate record: [AddressLine1,AddressType,EmployeeCode]\",\r\n            \"integrationCode\": \"EMP001\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"7ebde68f-8567-474b-8c9a-43b9ef39ee78"},{"name":"Employee ID Details","id":"d227246d-e1bb-4bae-911d-64675ab3d317","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"<EmployeeMasters xmlns=\"http://alt.peoplestrong.com\">\n    <EmployeeMaster>\n        <EmployeeMasterData>\n            <BasicDetails>\n                <BasicDetail>\n                    <EmployeeCode>E010111</EmployeeCode>\n                 </BasicDetail>\n            </BasicDetails>\n            <IDDetails>\n                <IDDetail>\n                    <IDType>Passport</IDType>\n                    <EmployeeCode>ABC</EmployeeCode>\n                    <Number>tgt0931</Number>\n                    <NameOnDocument>Ram</NameOnDocument>\n                    <DateOfIssue>02/02/1998</DateOfIssue>\n                    <ValidTill>02/02/2000</ValidTill>\n                    <IssuingAuthoriy>Govt.</IssuingAuthoriy>\n                    <PlaceOfIssue>Gurgaon</PlaceOfIssue>\n                </IDDetail>\n            </IDDetails>\n            <action>UPDATE</action>\n        </EmployeeMasterData>\n    </EmployeeMaster>\n</EmployeeMasters>","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Basic Detail Data","description":"<p>This will consume input data for employee’s id detail through the API.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Employee Basic Detail Data"}],"variable":[]}},"response":[{"id":"52230ab4-5b4c-47c9-89d1-cd9b24a2c5a1","name":"Employee ID Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"<EmployeeMasters xmlns=\"http://alt.peoplestrong.com\">\n    <EmployeeMaster>\n        <EmployeeMasterData>\n            <BasicDetails>\n                <BasicDetail>\n                    <EmployeeCode>E010111</EmployeeCode>\n                 </BasicDetail>\n            </BasicDetails>\n            <IDDetails>\n                <IDDetail>\n                    <IDType>Passport</IDType>\n                    <EmployeeCode>ABC</EmployeeCode>\n                    <Number>tgt0931</Number>\n                    <NameOnDocument>Ram</NameOnDocument>\n                    <DateOfIssue>02/02/1998</DateOfIssue>\n                    <ValidTill>02/02/2000</ValidTill>\n                    <IssuingAuthoriy>Govt.</IssuingAuthoriy>\n                    <PlaceOfIssue>Gurgaon</PlaceOfIssue>\n                </IDDetail>\n            </IDDetails>\n            <action>UPDATE</action>\n        </EmployeeMasterData>\n    </EmployeeMaster>\n</EmployeeMasters>","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/submit?tenantName=XXXXX&requestToken=XXXXXXXXXXXXXXXXXX&timeStamp=1494235344831&moduleName=EmployeeMaster&serviceType=Inbound","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["mesh-web-api","rest","masterDataService","submit"],"query":[{"key":"tenantName","value":"XXXXX"},{"key":"requestToken","value":"XXXXXXXXXXXXXXXXXX"},{"key":"timeStamp","value":"1494235344831"},{"key":"moduleName","value":"EmployeeMaster"},{"key":"serviceType","value":"Inbound"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"xml","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Tue, 15 Feb 2022 14:32:02 GMT"},{"key":"Content-Type","value":"application/xhtml+xml"},{"key":"Content-Length","value":"2250"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Wed, 03 May 2023 07:36:20 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\r\n<response xmlns=\"http://PeopleStrong.peoplestrong.com\">\r\n    <message>Request received successfully!</message>\r\n    <status>REQUEST_RECEIVED</status>\r\n    <statusCode>104</statusCode>\r\n</response>"}],"_postman_id":"d227246d-e1bb-4bae-911d-64675ab3d317"},{"name":"Employee Bank Details","id":"d925c614-6fb7-4897-88b4-5f6f128dfbd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"BankDetails\": [\n        {\n            \"EmployeeCode\": \"Test-10May-29\",\n            \"EmployeeName\": \"Test Name May23\",\n            \"AccountHolderName\": \"Test-name\",\n            \"BankName\": \"test bank\",\n            \"AccountType\": \"test type\",\n            \"AccountNumber\": \"12345\",\n            \"IFSCCode\": \"abcd00123\",\n            \"IsSalaryAccount\": \"yes\",\n            \"IsReimbAccount\": \"Yes\",\n            \"PaymentMode\": \"test\",\n            \"Currency\": \"INR\",\n            \"Country\": \"IND\",\n            \"BankCode\": \"abcd\",\n            \"SwiftCode\": \"nbgt\",\n            \"BranchName\": \"test branch\",\n            \"BranchAddress\": \"testaddr\"\n        }\n    ]\n}","options":{"raw":{"language":"xml"}}},"url":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/submit?tenantName=XXXXX&requestToken=XXXXXXXXXXXXXXXXXX&timeStamp=1494235344831&moduleName=EmployeeMaster&serviceType=Inbound","description":"<p>This will consume input data for employee’s bank detail through the API.</p>\n","urlObject":{"protocol":"https","path":["mesh-web-api","rest","masterDataService","submit"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"tenantName","value":"XXXXX"},{"key":"requestToken","value":"XXXXXXXXXXXXXXXXXX"},{"key":"timeStamp","value":"1494235344831"},{"key":"moduleName","value":"EmployeeMaster"},{"key":"serviceType","value":"Inbound"}],"variable":[]}},"response":[{"id":"07694328-5fe1-4c0c-9640-b4fe5f88136f","name":"Employee Bank Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"BankDetails\": [\n        {\n            \"EmployeeCode\": \"Test-10May-29\",\n            \"EmployeeName\": \"Test Name May23\",\n            \"AccountHolderName\": \"Test-name\",\n            \"BankName\": \"test bank\",\n            \"AccountType\": \"test type\",\n            \"AccountNumber\": \"12345\",\n            \"IFSCCode\": \"abcd00123\",\n            \"IsSalaryAccount\": \"yes\",\n            \"IsReimbAccount\": \"Yes\",\n            \"PaymentMode\": \"test\",\n            \"Currency\": \"INR\",\n            \"Country\": \"IND\",\n            \"BankCode\": \"abcd\",\n            \"SwiftCode\": \"nbgt\",\n            \"BranchName\": \"test branch\",\n            \"BranchAddress\": \"testaddr\"\n        }\n    ]\n}","options":{"raw":{"language":"xml"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/submit?tenantName=XXXXX&requestToken=XXXXXXXXXXXXXXXXXX&timeStamp=1494235344831&moduleName=EmployeeMaster&serviceType=Inbound","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["mesh-web-api","rest","masterDataService","submit"],"query":[{"key":"tenantName","value":"XXXXX"},{"key":"requestToken","value":"XXXXXXXXXXXXXXXXXX"},{"key":"timeStamp","value":"1494235344831"},{"key":"moduleName","value":"EmployeeMaster"},{"key":"serviceType","value":"Inbound"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Tue, 15 Feb 2022 14:32:02 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"2250"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Wed, 03 May 2023 09:14:30 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{ \"statusCode\": \"104\", \"status\": \"REQUEST_RECEIVED\", \"message\": \"Request received successfully!\" }"}],"_postman_id":"d925c614-6fb7-4897-88b4-5f6f128dfbd7"},{"name":"Band Data","id":"5898221a-db7d-4f68-9fe2-9e722f525660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Data\": [       \n        {\n            \"EntitySourceUniqueCode\": \"Entity_PeopleStrong HR Services_DMO1\",\n            \"BandDes\": \"TestBand23Nov\",\n            \"Action\": \"Create\",\n            \"BandName\": \"TestBand23Nov\",\n            \"SourceUniqueCode\": \"TestBand23Nov\",\n            \"Status\": \"true\"\n        },\n        {\n            \"EntitySourceUniqueCode\": \"Entity_PeopleStrong HR Services_DMO1\",\n            \"BandDes\": \"TestBand22Nov-2\",\n            \"Action\": \"Update\",\n            \"BandName\": \"TestBand22Nov-1\",\n            \"SourceUniqueCode\": \"TestBand22Nov-1\",\n            \"Status\": \"false\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?integrationName=banddemo","description":"<p>This will consume input data for employee’s band detail including band name, band description, and more through the API</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"integrationName","value":"banddemo"}],"variable":[]}},"response":[{"id":"40a2b0a4-a3a1-4689-b559-bea6efdbefdb","name":"Band Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Data\": [       \n        {\n            \"EntitySourceUniqueCode\": \"Entity_PeopleStrong HR Services_DMO1\",\n            \"BandDes\": \"TestBand23Nov\",\n            \"Action\": \"Create\",\n            \"BandName\": \"TestBand23Nov\",\n            \"SourceUniqueCode\": \"TestBand23Nov\",\n            \"Status\": \"true\"\n        },\n        {\n            \"EntitySourceUniqueCode\": \"Entity_PeopleStrong HR Services_DMO1\",\n            \"BandDes\": \"TestBand22Nov-2\",\n            \"Action\": \"Update\",\n            \"BandName\": \"TestBand22Nov-1\",\n            \"SourceUniqueCode\": \"TestBand22Nov-1\",\n            \"Status\": \"false\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?integrationName=banddemo","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"integrationName","value":"banddemo"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Mon, 27 Nov 2023 07:04:09 GMT"},{"key":"X-Kong-Upstream-Latency","value":"5"},{"key":"X-Kong-Proxy-Latency","value":"37"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\"responseDetails\":{\"Message\":\"Processed Successfully.\",\"APIStatusCode\":\"RC2000\",\"Description\":\"Processed Successfully.\"},\"uuid\":\"fac752c6-018b-1000-a50e-b3936860c9b8\"}"},{"id":"da19eb0e-650b-483f-a615-c71c7ab0d9fd","name":"Status tracking","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"fac752c6-018b-1000-a50e-b3936860c9b8\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{sub domain}}.peoplestrong.com/api/integration/uuidStatus?integrationName=banddemo","protocol":"https","host":["{{sub domain}}","peoplestrong","com"],"path":["api","integration","uuidStatus"],"query":[{"key":"integrationName","value":"banddemo"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Thu, 04 Jan 2024 07:51:44 GMT"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"232"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"responseDetails\": {\r\n        \"message\": \"Processed Successfully.\",\r\n        \"description\": \"Processed Successfully.\",\r\n        \"apiStatusCode\": \"RC2000\"\r\n    },\r\n    \"requestStatus\": {\r\n        \"state\": \"Inbound_Request_Received\",\r\n        \"error\": \"Inbound_Request_Received\",\r\n        \"errorDiscription\": \"Inbound_Request_Received\",\r\n        \"uuid\": \"fac752c6-018b-1000-a50e-b3936860c9b8\"\r\n    },\r\n    \"recordsStatus\": []\r\n}"}],"_postman_id":"5898221a-db7d-4f68-9fe2-9e722f525660"},{"name":"Org Unit Data","id":"ea561d6f-bcaf-4242-be8e-713717172711","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"OrgUnit Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/submit?tenantName=XXXXXXX&requestToken=YoXXjL6MybVq95JDuv5cIVXswWCRX7tngXXXXXXXX=&timeStamp=1547454656&moduleName=MasterData&serviceType=Inbound","description":"<p>This will consume input data for employee’s org unit detail including department names, hierarchies, and more through the API</p>\n","urlObject":{"protocol":"https","path":["mesh-web-api","rest","masterDataService","submit"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"tenantName","value":"XXXXXXX"},{"key":"requestToken","value":"YoXXjL6MybVq95JDuv5cIVXswWCRX7tngXXXXXXXX="},{"key":"timeStamp","value":"1547454656"},{"key":"moduleName","value":"MasterData"},{"key":"serviceType","value":"Inbound"}],"variable":[]}},"response":[{"id":"ce713926-e118-4fc4-87e8-c584f6c17b03","name":"Org Unit Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Data\":[\n        {\n            \"OrgUnitName\":\"testdemo1\",\n            \"Action\":\"Create\",\n            \"Orgunittypename\":\"Entity\",\n            \"SourceUniqueCode\":\"testdemo1\",\n            \"Parentsourceuniquecode\":\"Demo123\",\n            \"Maxage\":\"40\",\n            \"Minage\": \"30\",\n            \"Status\":\"true\",\n            \"Unitdescription\":\"testdemo1\"\n\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/submit?integrationName=orgunitdemo","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["mesh-web-api","rest","masterDataService","submit"],"query":[{"key":"integrationName","value":"orgunitdemo"},{"key":"serviceType","value":"Inbound","disabled":true}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"xml","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Wed, 17 May 2023 12:01:54 GMT"},{"key":"Content-Type","value":"application/xhtml+xml"},{"key":"Content-Length","value":"1030"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Mon, 27 Nov 2023 06:23:19 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\"responseDetails\":{\"Message\":\"Processed Successfully.\",\"APIStatusCode\":\"RC2000\",\"Description\":\"Processed Successfully.\"},\"uuid\":\"ffd49dbd-018b-1000-bf51-f392c419c433\"}"},{"id":"4d621b83-fcdf-46e0-aa67-d68ecbe630e5","name":"Status tracking","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"ffd49dbd-018b-1000-bf51-f392c419c433\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{sub domain}}.peoplestrong.com/api/integration/uuidStatus?integrationName=orgunitdemo","protocol":"https","host":["{{sub domain}}","peoplestrong","com"],"path":["api","integration","uuidStatus"],"query":[{"key":"integrationName","value":"orgunitdemo"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Thu, 04 Jan 2024 07:51:44 GMT"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"232"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"responseDetails\": {\r\n        \"message\": \"Processed Successfully.\",\r\n        \"description\": \"Processed Successfully.\",\r\n        \"apiStatusCode\": \"RC2000\"\r\n    },\r\n    \"requestStatus\": {\r\n        \"state\": \"Inbound_Request_Received\",\r\n        \"error\": \"Inbound_Request_Received\",\r\n        \"errorDiscription\": \"Inbound_Request_Received\",\r\n        \"uuid\": \"ffd49dbd-018b-1000-bf51-f392c419c433\"\r\n    },\r\n    \"recordsStatus\": []\r\n}"}],"_postman_id":"ea561d6f-bcaf-4242-be8e-713717172711"},{"name":"Work Site Data","id":"03660884-6af4-4ec8-be98-15a3ffef74a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Data\":[\n        {\n            \"Action\":\"Create\",\n            \"Status\":\"true\",\n            \"Latitude\":\"\",\n            \"WorkSiteType\":\"Zone\",\n            \"ParentSourceUniqueCode\":\"DMO_Zone East_Zone\",\n            \"AttendanceDistanceLimit\":\"5\",\n            \"Longitude\":\"\",\n            \"WorksiteName\":\"EastDemo1\",\n            \"AddressLine2\":\"\",\n            \"AddressLine1\":\"\",\n            \"WorksiteDetails\":\"EastDemo1\",\n            \"SourceUniqueCode\":\"EastDemo1\",\n            \"ParentWorkSiteName\":\"East Zone\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/submit?integrationName=worksitedemo","description":"<p>This will consume input data for worksite details, including entity names, location, and associated employees through the API.</p>\n","urlObject":{"protocol":"https","path":["mesh-web-api","rest","masterDataService","submit"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"integrationName","value":"worksitedemo"}],"variable":[]}},"response":[{"id":"f9f9730f-058a-407e-a914-247c25c74974","name":"Work Site Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Data\":[\n        {\n            \"Action\":\"Create\",\n            \"Status\":\"true\",\n            \"Latitude\":\"\",\n            \"WorkSiteType\":\"Zone\",\n            \"ParentSourceUniqueCode\":\"DMO_Zone East_Zone\",\n            \"AttendanceDistanceLimit\":\"5\",\n            \"Longitude\":\"\",\n            \"WorksiteName\":\"EastDemo1\",\n            \"AddressLine2\":\"\",\n            \"AddressLine1\":\"\",\n            \"WorksiteDetails\":\"EastDemo1\",\n            \"SourceUniqueCode\":\"EastDemo1\",\n            \"ParentWorkSiteName\":\"East Zone\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/submit?integrationName=worksitedemo","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["mesh-web-api","rest","masterDataService","submit"],"query":[{"key":"integrationName","value":"worksitedemo"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"xml","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Wed, 17 May 2023 12:01:54 GMT"},{"key":"Content-Type","value":"application/xhtml+xml"},{"key":"Content-Length","value":"1030"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Mon, 27 Nov 2023 06:52:09 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\"responseDetails\":{\"Message\":\"Processed Successfully.\",\"APIStatusCode\":\"RC2000\",\"Description\":\"Processed Successfully.\"},\"uuid\":\"ffd49dbd-018b-1000-afd8-a8ab02ea8bba\"}"},{"id":"fd0fa2fc-c35f-43e7-9af5-4bf64b2cceea","name":"Status tracking","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"ffd49dbd-018b-1000-afd8-a8ab02ea8bba\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{sub domain}}.peoplestrong.com/api/integration/uuidStatus?integrationName=worksitedemo","protocol":"https","host":["{{sub domain}}","peoplestrong","com"],"path":["api","integration","uuidStatus"],"query":[{"key":"integrationName","value":"worksitedemo"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Thu, 04 Jan 2024 07:51:44 GMT"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"232"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"responseDetails\": {\r\n        \"message\": \"Processed Successfully.\",\r\n        \"description\": \"Processed Successfully.\",\r\n        \"apiStatusCode\": \"RC2000\"\r\n    },\r\n    \"requestStatus\": {\r\n        \"state\": \"Inbound_Request_Received\",\r\n        \"error\": \"Inbound_Request_Received\",\r\n        \"errorDiscription\": \"Inbound_Request_Received\",\r\n        \"uuid\": \"ffd49dbd-018b-1000-afd8-a8ab02ea8bba\"\r\n    },\r\n    \"recordsStatus\": []\r\n}"}],"_postman_id":"03660884-6af4-4ec8-be98-15a3ffef74a6"},{"name":"Grade Data","id":"50a23fe6-d11b-4fe6-b158-17a6dbf75952","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Data\": [\n        {\n            \"Grade\": \"gradetest\",\n            \"GradeDesc\": \"test001\",\n            \"SourceUniqueCode\": \"gradetest\",\n            \"Status\": \"Active\",\n            \"Action\": \"Create\",\n            \"GradeCode\": \"gradetest\",\n            \"MinSalary\": \"100000\",\n            \"MaxSalary\": \"500000\",\n            \"EntitySourceUniqueCode\": \"Entity_PeopleStrong HR Services_DMO1\",\n            \"GradePriority\": \"22\",\n            \"Department\": \"\",\n            \"Weightage\": \"2\"\n        }\n    ]\n}","options":{"raw":{"language":"xml"}}},"url":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/suGRADE MASTERit?integrationName=gradedemo","description":"<p>This will consume input data for grade details, including grade names, levels, and associated job descriptions through the API.</p>\n","urlObject":{"protocol":"https","path":["mesh-web-api","rest","masterDataService","suGRADE MASTERit"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"integrationName","value":"gradedemo"}],"variable":[]}},"response":[{"id":"b1578909-7b9b-46e7-9282-10d42fa88799","name":"Grade Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Data\": [\n        {\n            \"Grade\": \"gradetest\",\n            \"GradeDesc\": \"test001\",\n            \"SourceUniqueCode\": \"gradetest\",\n            \"Status\": \"Active\",\n            \"Action\": \"Create\",\n            \"GradeCode\": \"gradetest\",\n            \"MinSalary\": \"100000\",\n            \"MaxSalary\": \"500000\",\n            \"EntitySourceUniqueCode\": \"Entity_PeopleStrong HR Services_DMO1\",\n            \"GradePriority\": \"22\",\n            \"Department\": \"\",\n            \"Weightage\": \"2\"\n        }\n    ]\n}","options":{"raw":{"language":"xml"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/suGRADE MASTERit?integrationName=gradedemo","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["mesh-web-api","rest","masterDataService","suGRADE MASTERit"],"query":[{"key":"integrationName","value":"gradedemo"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"xml","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Wed, 17 May 2023 12:01:54 GMT"},{"key":"Content-Type","value":"application/xhtml+xml"},{"key":"Content-Length","value":"1030"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Mon, 27 Nov 2023 07:13:48 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\"responseDetails\":{\"Message\":\"Processed Successfully.\",\"APIStatusCode\":\"RC2000\",\"Description\":\"Processed Successfully.\"},\"uuid\":\"fad97063-018b-1000-90dc-04d41a3e2d13\"}"},{"id":"fecb9bd0-a0d1-453b-ace0-53c0a6b3ab80","name":"Status tracking","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"fad97063-018b-1000-90dc-04d41a3e2d13\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{sub domain}}.peoplestrong.com/api/integration/uuidStatus?integrationName=gradedemo","protocol":"https","host":["{{sub domain}}","peoplestrong","com"],"path":["api","integration","uuidStatus"],"query":[{"key":"integrationName","value":"gradedemo"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Thu, 04 Jan 2024 07:51:44 GMT"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"232"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"responseDetails\": {\r\n        \"message\": \"Processed Successfully.\",\r\n        \"description\": \"Processed Successfully.\",\r\n        \"apiStatusCode\": \"RC2000\"\r\n    },\r\n    \"requestStatus\": {\r\n        \"state\": \"Inbound_Request_Received\",\r\n        \"error\": \"Inbound_Request_Received\",\r\n        \"errorDiscription\": \"Inbound_Request_Received\",\r\n        \"uuid\": \"fad97063-018b-1000-90dc-04d41a3e2d13\"\r\n    },\r\n    \"recordsStatus\": []\r\n}"}],"_postman_id":"50a23fe6-d11b-4fe6-b158-17a6dbf75952"},{"name":"Desgination Data","id":"9d548c7e-7f03-4b6f-9ee4-b79632c35c2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Data\": [       \n        {\n            \"EntitySourceUniqueCode\": \"Entity_PeopleStrong HR Services_DMO1\",\n            \"JobDescription\": \"designationtestpo\",\n            \"Action\": \"Update\",\n            \"DesignationName\": \"designationtestpo\",\n            \"GradeSourceUniqueCode\":\"DMO_Test_1710231706_Test_171023\",\n            \"SourceUniqueCode\": \"designationtestpo\",\n            \"IsActive\": \"Active\",\n            \"gradename\":\"Test_1710231706\",\n            \"Abbreviation\":\"1\"\n\n        }\n    ]\n}","options":{"raw":{"language":"xml"}}},"url":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/suDESIGNATION MASTERit?integrationName=designationdemo","description":"<p>This will consume input data for designation details through the API.</p>\n","urlObject":{"protocol":"https","path":["mesh-web-api","rest","masterDataService","suDESIGNATION MASTERit"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"integrationName","value":"designationdemo"}],"variable":[]}},"response":[{"id":"04e9ff0a-9c0e-4be6-8bad-6c2fb36470ef","name":"Desgination Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Data\": [       \n        {\n            \"EntitySourceUniqueCode\": \"Entity_PeopleStrong HR Services_DMO1\",\n            \"JobDescription\": \"designationtestpo\",\n            \"Action\": \"Update\",\n            \"DesignationName\": \"designationtestpo\",\n            \"GradeSourceUniqueCode\":\"DMO_Test_1710231706_Test_171023\",\n            \"SourceUniqueCode\": \"designationtestpo\",\n            \"IsActive\": \"Active\",\n            \"gradename\":\"Test_1710231706\",\n            \"Abbreviation\":\"1\"\n\n        }\n    ]\n}","options":{"raw":{"language":"xml"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/mesh-web-api/rest/masterDataService/suDESIGNATION MASTERit?integrationName=designationdemo","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["mesh-web-api","rest","masterDataService","suDESIGNATION MASTERit"],"query":[{"key":"integrationName","value":"designationdemo"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"xml","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Wed, 17 May 2023 12:01:54 GMT"},{"key":"Content-Type","value":"application/xhtml+xml"},{"key":"Content-Length","value":"1030"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Mon, 27 Nov 2023 07:33:04 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\"responseDetails\":{\"Message\":\"Processed Successfully.\",\"APIStatusCode\":\"RC2000\",\"Description\":\"Processed Successfully.\"},\"uuid\":\"0fb36580-018c-1000-b320-cf15b520d0f3\"}"},{"id":"0b20c7f9-fe21-4e86-bd1f-43c102f2bf6a","name":"Status tracking","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"0fb36580-018c-1000-b320-cf15b520d0f3\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{sub domain}}.peoplestrong.com/api/integration/uuidStatus?integrationName=designationdemo","protocol":"https","host":["{{sub domain}}","peoplestrong","com"],"path":["api","integration","uuidStatus"],"query":[{"key":"integrationName","value":"designationdemo"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Thu, 04 Jan 2024 07:51:44 GMT"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"232"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"responseDetails\": {\r\n        \"message\": \"Processed Successfully.\",\r\n        \"description\": \"Processed Successfully.\",\r\n        \"apiStatusCode\": \"RC2000\"\r\n    },\r\n    \"requestStatus\": {\r\n        \"state\": \"Inbound_Request_Received\",\r\n        \"error\": \"Inbound_Request_Received\",\r\n        \"errorDiscription\": \"Inbound_Request_Received\",\r\n        \"uuid\": \"0fb36580-018c-1000-b320-cf15b520d0f3\"\r\n    },\r\n    \"recordsStatus\": []\r\n}"}],"_postman_id":"9d548c7e-7f03-4b6f-9ee4-b79632c35c2a"},{"name":"Cost Center Data","id":"0fad5323-b30c-47e1-afb5-2d9fbfbacf8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Data\":[\n        {\n            \"CostName\":\"c2\",\n            \"Status\":\"Active\",\n            \"SourceUniqueCode\":\"c2\",\n            \"Action\":\"Create\",\n            \"EntitySourceUniqueCode\":\"Entity_PeopleStrong HR Services_DMO1\",\n            \"CostCode\":\"c2\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?integrationName=Costcenterdemo","description":"<p>This will consume input data for cost center details, including designation information, including cost center codes, names, and associated departments through the API.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"integrationName","value":"Costcenterdemo"}],"variable":[]}},"response":[{"id":"482bfa04-0331-4958-a917-38fd91c04641","name":"Cost Center Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Data\":[\n        {\n            \"CostName\":\"c2\",\n            \"Status\":\"Active\",\n            \"SourceUniqueCode\":\"c2\",\n            \"Action\":\"Create\",\n            \"EntitySourceUniqueCode\":\"Entity_PeopleStrong HR Services_DMO1\",\n            \"CostCode\":\"c2\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?integrationName=Costcenterdemo","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"integrationName","value":"Costcenterdemo"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Mon, 27 Nov 2023 07:36:13 GMT"},{"key":"X-Kong-Upstream-Latency","value":"8"},{"key":"X-Kong-Proxy-Latency","value":"70"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\"responseDetails\":{\"Message\":\"Processed Successfully.\",\"APIStatusCode\":\"RC2000\",\"Description\":\"Processed Successfully.\"},\"uuid\":\"fae04b4c-018b-1000-a80c-fb3e24ebca74\"}"},{"id":"3f305318-76c1-4387-aeca-34338cfee6ca","name":"Status tracking","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"fae04b4c-018b-1000-a80c-fb3e24ebca74\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{sub domain}}.peoplestrong.com/api/integration/uuidStatus?integrationName=Costcenterdemo","protocol":"https","host":["{{sub domain}}","peoplestrong","com"],"path":["api","integration","uuidStatus"],"query":[{"key":"integrationName","value":"Costcenterdemo"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Thu, 04 Jan 2024 07:51:44 GMT"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"232"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"responseDetails\": {\r\n        \"message\": \"Processed Successfully.\",\r\n        \"description\": \"Processed Successfully.\",\r\n        \"apiStatusCode\": \"RC2000\"\r\n    },\r\n    \"requestStatus\": {\r\n        \"state\": \"Inbound_Request_Received\",\r\n        \"error\": \"Inbound_Request_Received\",\r\n        \"errorDiscription\": \"Inbound_Request_Received\",\r\n        \"uuid\": \"fae04b4c-018b-1000-a80c-fb3e24ebca74\"\r\n    },\r\n    \"recordsStatus\": []\r\n}"}],"_postman_id":"0fad5323-b30c-47e1-afb5-2d9fbfbacf8c"},{"name":"Business Unit","id":"c7f6ff83-ef45-4f76-831e-f788308b9bc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Data\": [\n        {\n            \"EntitySourceUniqueCode\": \"Entity_Reliance Nippon Life Insurance_RNL\",\n            \"Action\": \"Create\",\n            \"BUDescription\": \"Finance_2\",\n            \"LevelName\": \"BDE\",\n            \"IntegrationCode\": \"BDE_2\",\n            \"ParentIntegrationCode\": \"FTE12\",\n            \"BUCode\": \"0012\",\n            \"BUName\": \"BDE\"\n        }        \n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?integrationName=budemo","description":"<p>This will consume input data for cost center details, including designation information, including cost center codes, names, and associated departments through the API.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"integrationName","value":"budemo"}],"variable":[]}},"response":[{"id":"353cb704-df16-48ea-9e8d-4f677a66af0e","name":"BU","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Data\": [\n        {\n            \"EntitySourceUniqueCode\": \"Entity_Reliance Nippon Life Insurance_RNL\",\n            \"Action\": \"Create\",\n            \"BUDescription\": \"Finance_2\",\n            \"LevelName\": \"BDE\",\n            \"IntegrationCode\": \"BDE_2\",\n            \"ParentIntegrationCode\": \"FTE12\",\n            \"BUCode\": \"0012\",\n            \"BUName\": \"BDE\"\n        }        \n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?integrationName=budemo","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"integrationName","value":"budemo"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Mon, 27 Nov 2023 10:03:54 GMT"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"35"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\"responseDetails\":{\"Message\":\"Processed Successfully.\",\"APIStatusCode\":\"RC2000\",\"Description\":\"Processed Successfully.\"},\"uuid\":\"0fb36580-018c-1000-b320-cf15b520d0f3\"}"},{"id":"5f559a6c-6fb7-49ed-ad1d-8a3b8e6ef126","name":"Status tracking","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"0fb36580-018c-1000-b320-cf15b520d0f3\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{sub domain}}.peoplestrong.com/api/integration/uuidStatus?integrationName=budemo","protocol":"https","host":["{{sub domain}}","peoplestrong","com"],"path":["api","integration","uuidStatus"],"query":[{"key":"integrationName","value":"budemo"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Thu, 04 Jan 2024 07:51:44 GMT"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"232"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"responseDetails\": {\r\n        \"message\": \"Processed Successfully.\",\r\n        \"description\": \"Processed Successfully.\",\r\n        \"apiStatusCode\": \"RC2000\"\r\n    },\r\n    \"requestStatus\": {\r\n        \"state\": \"Inbound_Request_Received\",\r\n        \"error\": \"Inbound_Request_Received\",\r\n        \"errorDiscription\": \"Inbound_Request_Received\",\r\n        \"uuid\": \"0fb36580-018c-1000-b320-cf15b520d0f3\"\r\n    },\r\n    \"recordsStatus\": []\r\n}"}],"_postman_id":"c7f6ff83-ef45-4f76-831e-f788308b9bc3"},{"name":"Division","id":"bc47cf52-5800-4fb8-99f6-c0a9b247e97f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Data\": [\n        {\n            \"EntitySourceUniqueCode\": \"Entity_Reliance Nippon Life Insurance_RNL\",\n            \"Action\": \"Create\",\n            \"DivisionDescription\": \"DIV_2\",\n            \"LevelName\": \"Div2\",\n            \"IntegrationCode\": \"DIV_2\",\n            \"ParentIntegrationCode\": \"D1\",\n            \"DivisionCode\": \"DVI2\",\n            \"DivisionName\": \"Division2\"\n        }        \n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?integrationName=Divisiondemo","description":"<p>This will consume input data for cost center details, including designation information, including cost center codes, names, and associated departments through the API.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"integrationName","value":"Divisiondemo"}],"variable":[]}},"response":[{"id":"54afa74c-6eae-495c-87b1-5918387afa8b","name":"Division","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Data\": [\n        {\n            \"EntitySourceUniqueCode\": \"Entity_Reliance Nippon Life Insurance_RNL\",\n            \"Action\": \"Create\",\n            \"DivisionDescription\": \"DIV_2\",\n            \"LevelName\": \"Div2\",\n            \"IntegrationCode\": \"DIV_2\",\n            \"ParentIntegrationCode\": \"D1\",\n            \"DivisionCode\": \"DVI2\",\n            \"DivisionName\": \"Division2\"\n        }        \n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?integrationName=Divisiondemo","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"integrationName","value":"Divisiondemo"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Mon, 27 Nov 2023 10:11:27 GMT"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"37"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\"responseDetails\":{\"Message\":\"Processed Successfully.\",\"APIStatusCode\":\"RC2000\",\"Description\":\"Processed Successfully.\"},\"uuid\":\"10441542-018c-1000-9014-629b085a913b\"}"},{"id":"adb80870-c256-441b-af45-18e0e3350262","name":"Status tracking","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"10441542-018c-1000-9014-629b085a913b\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{sub domain}}.peoplestrong.com/api/integration/uuidStatus?integrationName=Divisiondemo","protocol":"https","host":["{{sub domain}}","peoplestrong","com"],"path":["api","integration","uuidStatus"],"query":[{"key":"integrationName","value":"Divisiondemo"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Thu, 04 Jan 2024 07:51:44 GMT"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"232"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"responseDetails\": {\r\n        \"message\": \"Processed Successfully.\",\r\n        \"description\": \"Processed Successfully.\",\r\n        \"apiStatusCode\": \"RC2000\"\r\n    },\r\n    \"requestStatus\": {\r\n        \"state\": \"Inbound_Request_Received\",\r\n        \"error\": \"Inbound_Request_Received\",\r\n        \"errorDiscription\": \"Inbound_Request_Received\",\r\n        \"uuid\": \"10441542-018c-1000-9014-629b085a913b\"\r\n    },\r\n    \"recordsStatus\": []\r\n}"}],"_postman_id":"bc47cf52-5800-4fb8-99f6-c0a9b247e97f"},{"name":"Department","id":"2bcfb61d-0c4b-454b-bb3d-0ddc9d336ac4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Data\": [\n        {\n            \"EntitySourceUniqueCode\": \"Entity_Reliance Nippon Life Insurance_RNL\",\n            \"Action\": \"Create\",\n            \"DivisionDescription\": \"DIV_2\",\n            \"LevelName\": \"Div2\",\n            \"IntegrationCode\": \"DIV_2\",\n            \"ParentIntegrationCode\": \"D1\",\n            \"DivisionCode\": \"DVI2\",\n            \"DivisionName\": \"Division2\"\n        }        \n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?integrationName=Departmentdemo","description":"<p>This will consume input data for cost center details, including designation information, including cost center codes, names, and associated departments through the API.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"integrationName","value":"Departmentdemo"}],"variable":[]}},"response":[{"id":"df95495d-d508-4028-99e5-e0cf85603d05","name":"Department","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Data\": [\n        {\n            \"EntitySourceUniqueCode\": \"Entity_Reliance Nippon Life Insurance_RNL\",\n            \"Action\": \"Create\",\n            \"Description\": \"Finance_3\",\n            \"LevelName\": \"Department\",\n            \"IntegrationCode\": \"Finance_Department_3\",\n            \"ParentIntegrationCode\": \"CENT_33_CH21\",\n            \"DepartmentCode\": \"00013\",\n            \"DepartmentName\": \"Finance_3\"\n        }        \n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?integrationName=Departmentdemo","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"integrationName","value":"Departmentdemo"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Mon, 27 Nov 2023 10:13:59 GMT"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"35"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\"responseDetails\":{\"Message\":\"Processed Successfully.\",\"APIStatusCode\":\"RC2000\",\"Description\":\"Processed Successfully.\"},\"uuid\":\"10460ab0-018c-1000-8c4a-3e108fdbc95c\"}"},{"id":"8b63753d-45a7-44b9-87d3-87798c464f3a","name":"Status tracking","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"10460ab0-018c-1000-8c4a-3e108fdbc95c\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{sub domain}}.peoplestrong.com/api/integration/uuidStatus?integrationName=Departmentdemo","protocol":"https","host":["{{sub domain}}","peoplestrong","com"],"path":["api","integration","uuidStatus"],"query":[{"key":"integrationName","value":"Departmentdemo"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Thu, 04 Jan 2024 07:51:44 GMT"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"232"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"responseDetails\": {\r\n        \"message\": \"Processed Successfully.\",\r\n        \"description\": \"Processed Successfully.\",\r\n        \"apiStatusCode\": \"RC2000\"\r\n    },\r\n    \"requestStatus\": {\r\n        \"state\": \"Inbound_Request_Received\",\r\n        \"error\": \"Inbound_Request_Received\",\r\n        \"errorDiscription\": \"Inbound_Request_Received\",\r\n        \"uuid\": \"10460ab0-018c-1000-8c4a-3e108fdbc95c\"\r\n    },\r\n    \"recordsStatus\": []\r\n}"}],"_postman_id":"2bcfb61d-0c4b-454b-bb3d-0ddc9d336ac4"}],"id":"ab9df016-faf1-4e12-8ae6-b84b467436fa","_postman_id":"ab9df016-faf1-4e12-8ae6-b84b467436fa","description":""}],"id":"7a1a1fd7-d9d5-443e-b110-645f51cbf48a","description":"<p>PeopleStrong's Human Resource Information System (HRIS) provides centralized database for managing employee detail, including Personal Detail, Employment History, Organization Unit, Worksite, Band, Grade, Designation, Cost Center, Position, and much more. All data points are facilitated using outbound and  inbound APIs.</p>\n","_postman_id":"7a1a1fd7-d9d5-443e-b110-645f51cbf48a"},{"name":"Recruit","item":[{"name":"Outbound APIs","item":[{"name":"Candidate Detail","id":"a6c55e06-68df-456b-bb0f-20a98c944cb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Candidate Data\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound/CandidateData","description":"<p>It will provide candidate details like candidate name, contact details, work experience, education, and more through the API.</p>\n<p>Provided filter: Orgunit, Worksite, Designation, Grade, Stage, Status, Source type, Jobcode, Candidatecode, referencesource.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound","CandidateData"],"host":["{{subdomain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"369997a1-2bdf-4201-85f6-e08e69eef23b","name":"Candidate Detail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Candidate Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound/CandidateData"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Wed, 17 May 2023 08:55:58 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"254"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isLoadComplete\": true,\r\n    \"root\": {\r\n        \"CandidateMaster\": {\r\n            \"CandidateMasterData\": [\r\n                {\r\n                    \"CandidateDetails\": {\r\n                        \"CandidateDetailsData\": {\r\n                            \"localfirstname\": \"John\",\r\n                            \"stagename\": \"\",\r\n                            \"skipmanager\": \"\",\r\n                            \"permanentaddress\": \"\",\r\n                            \"disability\": \"0\",\r\n                            \"l1manager\": \"\",\r\n                            \"language\": \"\",\r\n                            \"locallastname\": \"\",\r\n                            \"designationname\": \"\",\r\n                            \"candidatecode\": \"TOG/1649247992951608\",\r\n                            \"employmenttype\": \"\",\r\n                            \"offeredtotal\": \"\",\r\n                            \"internationalid\": \"\",\r\n                            \"candidatecodethirdparty\": \"\",\r\n                            \"employeecode\": \"\",\r\n                            \"expinyears\": \"6\",\r\n                            \"confirmationstatus\": \"\",\r\n                            \"practicehead\": \"\",\r\n                            \"state\": \"Haryana\",\r\n                            \"pincode\": \"\",\r\n                            \"dateofbirth\": \"1992-06-15 18:30:00\",\r\n                            \"candidate_age\": \"0\",\r\n                            \"alternatemobilenumber\": \"+91-\",\r\n                            \"countryname\": \"\",\r\n                            \"offeredvariable\": \"\",\r\n                            \"passportnumber\": \"\",\r\n                            \"offeredfixed\": \"\",\r\n                            \"pannumber\": \"ABCDE1234H\",\r\n                            \"requisitionrole\": \"\",\r\n                            \"lastname\": \"Kumar\",\r\n                            \"localmiddlename\": \"\",\r\n                            \"worksitename\": \"\",\r\n                            \"landlinenumber\": \"\",\r\n                            \"aadhaarnumber\": \"123412341234\",\r\n                            \"grade\": \"\",\r\n                            \"secondaryemailaddress\": \"\",\r\n                            \"addressline2\": \"Sector 34 Info Technology Park\",\r\n                            \"addressline1\": \"Info Technology Park\",\r\n                            \"notice_period\": \"0\",\r\n                            \"primaryemail\": \"\",\r\n                            \"sourceemployeecode\": \"135582\",\r\n                            \"status\": \"\",\r\n                            \"hrmanager\": \"\",\r\n                            \"disabilitypercentage\": \"0\",\r\n                            \"firstname\": \"Praveen\",\r\n                            \"mobilenumber\": \"\",\r\n                            \"gender\": \"Male\",\r\n                            \"expinmonths\": \"0\",\r\n                            \"city\": \"Gurgaon\",\r\n                            \"functionalmanager\": \"\",\r\n                            \"createddate\": \"2022-04-06 12:26:33.197\",\r\n                            \"officialemailaddress\": \"\",\r\n                            \"modifieddate\": \"2022-05-09 07:55:09.187\",\r\n                            \"title\": \"\",\r\n                            \"confirmationduedate\": \"\",\r\n                            \"orgunit\": \"\",\r\n                            \"nickname\": \"\",\r\n                            \"sourceemployeename\": \"Manas  Ranjan  Ranjan\",\r\n                            \"worklocationname\": \"\",\r\n                            \"consentconsentdocumentpath\": \"\",\r\n                            \"jobtitle\": \"\",\r\n                            \"middlename\": \"A\",\r\n                            \"functionalhead\": \"\",\r\n                            \"voterid\": \"\",\r\n                            \"jobcode\": \"\",\r\n                            \"sourcetypename\": \"\",\r\n                            \"joiningdate\": \"2022-04-06 12:26:33.197\",\r\n                            \"panavailable\": \"\",\r\n                            \"referrencesource\": \"\",\r\n                            \"localnickname\": \"\",\r\n                            \"entity\": \"\",\r\n                            \"reasonofdisability\": \"\",\r\n                            \"employementstatus\": \"\"\r\n                        }\r\n                    },\r\n                    \"CandidateEducationDetails\": {\r\n                        \"CandidateEducationDetailsData\": [\r\n                            {\r\n                                \"StartDate\": \"2022-04-06 00:00:00\",\r\n                                \"GradePercentage\": \"1\",\r\n                                \"Institute\": \"C.B.S.E\",\r\n                                \"Degree\": \"Class X\",\r\n                                \"EndDate\": \"2022-04-08 00:00:00\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"CandidateDocumentsDetails\": {\r\n                        \"CandidateDocumentsDetailsData\": [\r\n                            {\r\n                                \"FileName\": \"\",\r\n                                \"CreatedDate\": \"2022-04-06 18:05:33.903\",\r\n                                \"ModifiedDate\": \"2022-04-06 18:05:33.903\"\r\n                            },\r\n                            {\r\n                                \"FileName\": \"\",\r\n                                \"CreatedDate\": \"2022-04-06 18:05:39.153\",\r\n                                \"ModifiedDate\": \"2022-04-06 18:05:39.153\"\r\n                            },\r\n                            {\r\n                                \"FileName\": \"\",\r\n                                \"CreatedDate\": \"2022-04-06 18:05:45.827\",\r\n                                \"ModifiedDate\": \"2022-04-06 18:05:45.827\"\r\n                            }                            \r\n                        ]\r\n                    },\r\n                    \"CandidateWorkDetails\": {\r\n                        \"CandidateWorkDetailsData\": [\r\n                            {\r\n                                \"Designation\": \"Sr. Implementation consultant/Customer Service Rep\",\r\n                                \"JobEndDate\": \"2016-03-31 00:00:00\",\r\n                                \"AddPastJob\": \"\",\r\n                                \"CTC\": \"0\",\r\n                                \"JobStartDate\": \"2015-08-01 00:00:00\",\r\n                                \"Description\": \"\",\r\n                                \"IsCurrentEmployer\": \"0\",\r\n                                \"TotalExperience\": \"\",\r\n                                \"Fresher\": \"0\",\r\n                                \"ReasonForLeaving\": \"\",\r\n                                \"ExpectedSalary\": \"\",\r\n                                \"EmployeeName\": \"John Doe\"\r\n                            },\r\n                            {\r\n                                \"Designation\": \"Implementation consultant\",\r\n                                \"JobEndDate\": \"2022-05-26 00:00:00\",\r\n                                \"AddPastJob\": \"\",\r\n                                \"CTC\": \"0\",\r\n                                \"JobStartDate\": \"2022-05-01 00:00:00\",\r\n                                \"Description\": \"\",\r\n                                \"IsCurrentEmployer\": \"0\",\r\n                                \"TotalExperience\": \"\",\r\n                                \"Fresher\": \"0\",\r\n                                \"ReasonForLeaving\": \"\",\r\n                                \"ExpectedSalary\": \"\",\r\n                                \"EmployeeName\": \"Yardi software\"\r\n                            }\r\n                        ]\r\n                    }\r\n                },\r\n\t\t\t\t\"CandidateInternshipDetails\": {\r\n                        \"CandidateInternshipDetailsData\": [\r\n                            {\r\n                                \"AddmoreDetails\": \"\",\r\n                                \"Designation\": \"\",\r\n                                \"JobEndDate\": \"\",\r\n                                \"JobStartDate\": \"\",\r\n                                \"Description\": \"\",\r\n                                \"AddPastJob\": \"\",\r\n                                \"EmployeeName\": \"\"\r\n                            }\r\n                        ]\r\n                    }\r\n                }\r\n            ]\r\n        }\r\n    },\r\n    \"responseDetails\": {\r\n        \"Message\": \"Processed Successfully.\",\r\n        \"APIStatusCode\": \"RC2000\",\r\n        \"Description\": \"Processed Successfully.\"\r\n    }\r\n}"}],"_postman_id":"a6c55e06-68df-456b-bb0f-20a98c944cb2"},{"name":"Candidate Document","id":"c661b6b5-0035-43c7-becc-97e40b8fff7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"recruit doc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound/CandidatedocData","description":"<p>It offers candidate document details such as candidate code, file ID, and file name. The file ID will be utilized in a separate API for downloading the file, as illustrated in the candidate document download API example.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound","CandidatedocData"],"host":["{{subdomain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"64c3ff87-9e54-48b2-a696-64d6ae656971","name":"Candidate Documents Detail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"recruit doc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound/CandidatedocData"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Wed, 17 May 2023 08:55:58 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"254"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isLoadComplete\": true,\r\n    \"root\": {\r\n        \"CandidateMaster\": {\r\n            \"CandidateMasterData\": [\r\n                {\r\n                    \"CandidateDocumentsDetails\": {\r\n                        \"CandidateDocumentsDetail\": [\r\n                            {\r\n                                \"CandidateCode\": \"FSS/1641190894431779\",\r\n                                \"DocumentID\": \"236004\",\r\n                                \"DocumentName\": \"Graduation degree\"\r\n                            }\r\n                        ]\r\n                    }\r\n                }\r\n            ]\r\n        }\r\n    },\r\n    \"responseDetails\": {\r\n        \"Message\": \"Processed Successfully.\",\r\n        \"APIStatusCode\": \"RC2000\",\r\n        \"Description\": \"Processed Successfully.\"\r\n    }\r\n}"},{"id":"5a0843cb-f692-490a-859e-4d997dfbb0f2","name":"Candidate Document Download","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"recruit doc_Document\",\n    \"fileUUID\": \"236004\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound/CandidatedocData_Document"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Wed, 17 May 2023 08:55:58 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"254"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{{ File will be downloaded }}"}],"_postman_id":"c661b6b5-0035-43c7-becc-97e40b8fff7b"}],"id":"f4666276-a182-44f5-8ef4-210be5b8a32a","_postman_id":"f4666276-a182-44f5-8ef4-210be5b8a32a","description":""}],"id":"c51fabf3-8b13-431e-8bbe-614144de34b6","description":"<p>Recruit module simplifies the recruitment process by providing tools for job posting, applicant tracking, and candidate management. This module offers wide range of API like job requisitions, candidate detail, candidate doc detail, referral detail and more, making it easier for HR teams to integrate this API into their HRIS workflows and efficiently manage recruit details based on your specific requirements.</p>\n","_postman_id":"c51fabf3-8b13-431e-8bbe-614144de34b6"},{"name":"Attendance","item":[{"name":"Outbound APIs","item":[{"name":"Attendance Data","id":"c427cff7-f151-4337-a872-7e37f56362fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Attendance Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Attendance Master Data","description":"<p>This API provides attendance details with information like employee code, attendance status, Shift, Work hours, and more.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Attendance Master Data"}],"variable":[]}},"response":[{"id":"ff88a8d0-4302-4347-a408-2318c667b0c9","name":"Attendance Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Attendance Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Attendance Master Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Attendance Master Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Fri, 28 Apr 2023 09:00:46 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"39"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": false,\n    \"root\": {\n        \"EmployeeMaster\": {\n            \"EmployeeMasterData\": [\n                {\n                    \"AttendanceDetails\": {\n                        \"AttendanceDetail\": [\n                           {\n                                \"OTApplicable\": \"\",\n                                \"Action\": \"Create\",\n                                \"LeaveStatusType\": \"\",\n                                \"SysOutTime\": \"\",\n                                \"ApprovedOT\": \"\",\n                                \"LeaveType\": \"\",\n                                \"PunchOutSource\": \"\",\n                                \"IsOTRequestApproved\": \"No\",\n                                \"EmploymentType\": \"Permanent\",\n                                \"BenefitOT\": \"\",\n                                \"SysInTime\": \"\",\n                                \"InTimeLongitudeCoordinate\": \"\",\n                                \"OutTimeLongitudeCoordinate\": \"\",\n                                \"StartDate\": \"2022-11-05\",\n                                \"ActualBenefitOT\": \"\",\n                                \"overtimeid\": \"\",\n                                \"OutLocation\": \"\",\n                                \"LateArrival\": \"\",\n                                \"ActualOT\": \"\",\n                                \"InLocation\": \"\",\n                                \"ApprovedOThrs\": \"\",\n                                \"EarlyExit\": \"\",\n                                \"Shift\": \"\",\n                                \"OTApplicablehours\": \"\",\n                                \"EmployeeCode\": \"78576\",\n                                \"OTHours\": \"\",\n                                \"OutTime\": \"\",\n                                \"InTimeLatitudeCoordinate\": \"\",\n                                \"DestModDateTime\": \"\",\n                                \"EndDate\": \"2022-11-05\",\n                                \"ShiftDataType\": \"\",\n                                \"EmployeeAttendanceID\": \"23306289\",\n                                \"AttendanceStatus\": \"Absent\",\n                                \"DestCreatedDateTime\": \"2022-11-05 11:41:50\",\n                                \"WorkHours\": \"\",\n                                \"InTime\": \"\",\n                                \"EntityCode\": \"XYZ\",\n                                \"HolidayType\": \"\",\n                                \"OutTimeLatitudeCoordinate\": \"\",\n                                \"SpecialHour\": \"\",\n                                \"LeaveHours\": \"\",\n                                \"PunchInSource\": \"\"\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    },\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"}],"_postman_id":"c427cff7-f151-4337-a872-7e37f56362fb"},{"name":"Attendance Regularization Data","id":"22d44096-9b23-4f0b-8b0a-f885b15dbc1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"AttendanceReg Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=AttendanceReg Master Data","description":"<p>This API provides attendance regularization details with information like employee code, attendance unique id, employee comment, approver comment, and more.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"AttendanceReg Master Data"}],"variable":[]}},"response":[{"id":"9da1599e-9730-40e0-a302-2de4f25b69b2","name":"Attendance Regularization Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"AttendanceReg Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=AttendanceReg Master Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"AttendanceReg Master Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Fri, 28 Apr 2023 09:08:08 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"8"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": false,\n    \"root\": {\n        \"EmployeeMaster\": {\n            \"EmployeeMasterData\": [\n                {\n                    \"AttendanceRegDetails\": {\n                        \"AttendanceRegDetail\": [\n                            {\n                                \"AttendanceRegCode\": \"XXXX\",\n                                \"EmployeeCode\": \"78576\",\n                                \"ApplicationDate\": \"2022-09-08 10:25:50\",\n                                \"Stage\": \"\",\n                                \"status\": \"Approved\",\n                                \"isactive\": \"1\",\n                                \"AttendanceRegDetailID\": \"XXXX\",\n                                \"AttendanceUniqueID\": \"XXXX\",\n                                \"EmployeeComments\": \"\",\n                                \"ApproverComments\": \"\",\n                                \"ActualInTime\": \"910\",\n                                \"InTime\": \"900\",\n                                \"OutTime\": \"1800\",\n                                \"StartDate\": \"2022-09-08 10:25:50\",\n                                \"EndDate\": \"2022-09-08 10:25:50\",\n                                \"Shift\": \"General Shift\",\n                                \"RegularizationReasonType\": \"Forgot to punch\",\n                                \"RegularizationType\": \"\",\n                                \"EntityCode\": \"XXXX\",\n                                \"Action\": \"Create\"\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    },\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"}],"_postman_id":"22d44096-9b23-4f0b-8b0a-f885b15dbc1d"},{"name":"Absent Data","id":"d8bba2d5-cbda-42d9-a163-3f22a3c999b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Absent Master\",\n    \"pastDays\": x,\n    \"startFromTop\": true\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Master Data","description":"<p>This API provides absenteeism details with information like employee code, absent status, absent date, and more.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Employee Master Data"}],"variable":[]}},"response":[{"id":"b0f1cf08-a33a-4793-af91-e029f5bd271a","name":"Absent Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Absent Master\",\n    \"pastDays\": x,\n    \"startFromTop\": true\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Master Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Employee Master Data"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Fri, 05 May 2023 08:33:25 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"35"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isLoadComplete\": false,\r\n    \"root\": {\r\n        \"EmployeeMaster\": {\r\n            \"EmployeeMasterData\": [\r\n               {\r\n                    \"AbsentDetails\": {\r\n                        \"AbsentDetail\": [\r\n                            {\r\n                                \"Status\": \"Absent\",\r\n                                \"Action\": \"Create\",\r\n                                \"Absent Date\": \"2022-09-08 10:25:50\",\r\n                                \"EmployeeCode\": \"10XXXX\",\r\n                                \"EntityCode\": \"10XXX\"\r\n                            },\r\n                            {\r\n                                \"Status\": \"Absent\",\r\n                                \"Action\": \"Create\",\r\n                                \"Absent Date\": \"2022-09-08 10:25:50\",\r\n                                \"EmployeeCode\": \"10XXXX\",\r\n                                \"EntityCode\": \"10XXX\"\r\n                            }\r\n                        ]\r\n                    }\r\n                },\r\n\t\t\t\t{\r\n                    \"AbsentDetails\": {\r\n                        \"AbsentDetail\": [\r\n                            {\r\n                                \"Status\": \"Absent\",\r\n                                \"Action\": \"\",\r\n                                \"Absent Date\": \"\",\r\n                                \"EmployeeCode\": \" \",\r\n                                \"EntityCode\": \" \"\r\n                            },\r\n                            {\r\n                                \"Status\": \"Absent\",\r\n                                \"Action\": \"\",\r\n                                \"Absent Date\": \"\",\r\n                                \"EmployeeCode\": \" \",\r\n                                \"EntityCode\": \" \"\r\n                            },\r\n                            {\r\n                                \"Status\": \"Absent\",\r\n                                \"Action\": \"\",\r\n                                \"Absent Date\": \"\",\r\n                                \"EmployeeCode\": \" \",\r\n                                \"EntityCode\": \" \"\r\n                            }\r\n                        ]\r\n                    }\r\n                }\r\n            ]\r\n        }\r\n    },\r\n    \"responseDetails\": {\r\n        \"Message\": \"Processed Successfully.\",\r\n        \"APIStatusCode\": \"RC2000\",\r\n        \"Description\": \"Processed Successfully.\"\r\n    }\r\n}"}],"_postman_id":"d8bba2d5-cbda-42d9-a163-3f22a3c999b8"},{"name":"Over Time Data","id":"3707ca52-2835-40f5-be76-dd6f0f54d5b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"OT Master Row Wise Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=OT Master Row Wise Data","description":"<p>This API provides overtime details with information like employee code, shift hours, OT hours, and more.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"OT Master Row Wise Data"}],"variable":[]}},"response":[{"id":"3c3f17e6-f317-42a6-9aba-4f6fe2c671f1","name":"Over Time Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"OT Master Row Wise Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=OT Master Row Wise Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"OT Master Row Wise Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Fri, 28 Apr 2023 09:23:55 GMT"},{"key":"X-Kong-Upstream-Latency","value":"0"},{"key":"X-Kong-Proxy-Latency","value":"5"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": false,\n    \"root\": {\n        \"EmployeeMaster\": {\n            \"EmployeeMasterData\": [\n                {\n                    \"OTDetails\": {\n                        \"OTDetail\": [\n                            {\n                                \"OTApplicable\": \"0\",\n                                \"Action\": \"Create\",\n                                \"OTApplicablehours\": \"0\",\n                                \"OvertimeID\": \"624\",\n                                \"OTHours\": \"250\",\n                                \"EmployeeCode\": \"200163\",\n                                \"ApprovedOT\": \"1100\",\n                                \"IsOTRequestApproved\": \"1\",\n                                \"ModifiedDate\": \"2022-09-08 10:52:26\",\n                                \"BenefitOT\": \"250\",\n                                \"ActualBenefitOT\": \"\",\n                                \"EntityCode\": \"XYZ\",\n                                \"ActualOT\": \"1050\",\n                                \"CreatedDate\": \"2022-09-08 10:30:03\",\n                                \"ApprovedOThrs\": \"310\",\n                                \"ShiftHours\": \"1050\"\n                            },\n                            {\n                                \"OTApplicable\": \"0\",\n                                \"Action\": \"Create\",\n                                \"OTApplicablehours\": \"0\",\n                                \"OvertimeID\": \"623\",\n                                \"OTHours\": \"25\",\n                                \"EmployeeCode\": \"200163\",\n                                \"ApprovedOT\": \"25\",\n                                \"IsOTRequestApproved\": \"1\",\n                                \"ModifiedDate\": \"2022-09-08 10:25:50\",\n                                \"BenefitOT\": \"25\",\n                                \"ActualBenefitOT\": \"\",\n                                \"EntityCode\": \"XYZ\",\n                                \"ActualOT\": \"125\",\n                                \"CreatedDate\": \"2022-09-08 10:24:00\",\n                                \"ApprovedOThrs\": \"125\",\n                                \"ShiftHours\": \"1025\"\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    },\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"}],"_postman_id":"3707ca52-2835-40f5-be76-dd6f0f54d5b7"},{"name":"Raw Punch Data","id":"47a9be39-ab51-4206-8b9d-ed69fd79387c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Raw Punch Row Wise Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?Raw Punch Data","description":"<p>This API provides raw punches details with information like employee code, punch date, punch time, and more.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"Raw Punch Data","value":null}],"variable":[]}},"response":[{"id":"e8ad795b-e7ab-411d-ac01-33f3c1e1c851","name":"Raw Punch Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Raw Punch Row Wise Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound/Raw Punch Data"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Wed, 17 May 2023 09:07:39 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"7"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isLoadComplete\": true,\r\n    \"root\": {\r\n        \"PunchMaster\": [{\r\n                \"PunchDetails\": {\r\n                    \"PunchDetail\": [{\r\n                            \"MobileNo\": \"\",\r\n                            \"MachineID\": \"xxx Punch\",\r\n                            \"WebPunchIn\": \"No\",\r\n                            \"Action\": \"Create\",\r\n                            \"EmployeeCode\": \"\",\r\n                            \"ShiftPremise\": \"\",\r\n                            \"PunchtimeZone\": \"Asia/Kolkata\",\r\n                            \"PunchTime\": \"1153\",\r\n                            \"AttendanceLocation\": \"A-10, Info Technology Park, Sector 34, Gurugram, Haryana 122001, India\",\r\n                            \"LatitudeCoordinate\": \"28.42961\",\r\n                            \"LongitudeCoordinate\": \"77.01684\",\r\n                            \"SourceIPAddress\": \"14.141.50.218\",\r\n                            \"PunchDate\": \"2021-08-19\"\r\n                        }\r\n                    ]\r\n                }\r\n            }\r\n        ]\r\n    },\r\n    \"responseDetails\": {\r\n        \"Message\": \"Processed Successfully.\",\r\n        \"APIStatusCode\": \"RC2000\",\r\n        \"Description\": \"Processed Successfully.\"\r\n    }\r\n}"}],"_postman_id":"47a9be39-ab51-4206-8b9d-ed69fd79387c"}],"id":"57fd3525-8778-431d-8a09-31d34b96d2c3","_postman_id":"57fd3525-8778-431d-8a09-31d34b96d2c3","description":""},{"name":"Inbound APIs","item":[{"name":"Attendance Punch In Data","id":"37a13938-4fd9-4c27-b712-3af6ee3703d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Attendance Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Attendance Master Data","description":"<p>This API will consume attendance details that will cover the employee code, attendance status, Shift, Work hours, and more.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Attendance Master Data"}],"variable":[]}},"response":[{"id":"6125df56-d419-44f3-8138-5bcdd0daed09","name":"Attendance Punch In Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Inbound\": [\n        {\n            \"EmployeeCode\": \"6543544\",\n            \"PunchIN\": \"12/21/2018 11:55:34 AM”} , {\"EmployeeCode\":\"9103502\", \"PunchIN\":\"12/22/2018 11: 30: 34 AM”\n        },\n        {\n            \"EmployeeCode\": \"9094101\",\n            \"PunchIN\":\"12/23/2018 11:15:34 PM”\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/mesh-web- api/rest/masterDataService/submit?tenantName=ABCDE&requestToken=xyz","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["mesh-web- api","rest","masterDataService","submit"],"query":[{"key":"tenantName","value":"ABCDE"},{"key":"requestToken","value":"xyz"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"xml","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Tue, 15 Feb 2022 14:32:02 GMT"},{"key":"Content-Type","value":"application/xhtml+xml"},{"key":"Content-Length","value":"2250"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Tue, 02 May 2023 12:17:12 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{ \"statusCode\": \"104\", \"status\": \"REQUEST_RECEIVED\", \"message\": \"Request received successfully!\" }"}],"_postman_id":"37a13938-4fd9-4c27-b712-3af6ee3703d8"}],"id":"09142b7d-2987-47a8-a770-fd624d6a93af","_postman_id":"09142b7d-2987-47a8-a770-fd624d6a93af","description":""}],"id":"b16e0e5b-a4cd-4896-8670-fca858219d68","description":"<p>Attendance module helps in tracking employee attendance, overtime, and absences. It provides features like time and attendance tracking, leave management, attendance reports, ensuring accurate recording of employee attendance data and efficient management of absenteeism.</p>\n","_postman_id":"b16e0e5b-a4cd-4896-8670-fca858219d68"},{"name":"Payroll","item":[{"name":"Outbound APIs","item":[{"name":"Employee CTC Detail","id":"a549d8c0-d195-4529-ac01-6c4da54ad926","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee CTC Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee CTC Master Data","description":"<p>User will get a comprehensive list of fields associated with details of employee Salary including paycode name, paycode value and its component  through this API.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Employee CTC Master Data"}],"variable":[]}},"response":[{"id":"f2497a71-8b73-4cae-83ca-67fadde79c09","name":"Employee CTC Detail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee CTC Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee CTC Master Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Employee CTC Master Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Thu, 27 Apr 2023 09:07:47 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"7"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": false,\n    \"root\": {\n        \"EmployeeCTCMaster\": {\n            \"EmployeeCTCMasterData\": [\n                {\n                    \"BasicDetails\": {\n                        \"BasicDetail\": {\n                            \"EmployeeCode\": \"\",\n                            \"EffectiveDate\": \"\",\n                            \"PayStructure\": \"\",\n                            \"TotalCTC\": \"\",\n                            \"Currency\": \"\",\n                            \"Action\": \"\",\n                            \"Band\": \"\",\n                            \"CreatedDate\": \"\",\n                            \"DateOfJoining\": \"\",\n                            \"Designation\": \"\",\n                            \"EmploymentStatus\": \"\",\n                            \"EntityCode\": \"\",\n                            \"FirstName\": \"\",\n                            \"Gender\": \"\",\n                            \"Grade\": \"\",\n                            \"LastName\": \"\",\n                            \"MiddleName\": \"\",\n                            \"OfficialMailID\": \"\",\n                            \"OrgUnit\": \"\",\n                            \"Worksite\": \"\",\n                            \"orgunit1\": \"\",\n                            \"orgunit2\": \"\",\n                            \"orgunit3\": \"\",\n                            \"orgunit4\": \"\",\n                            \"orgunit5\": \"\",\n                            \"orgunit6\": \"\",\n                            \"orgunit7\": \"\",\n                            \"orgunit8\": \"\",\n                            \"orgunit9\": \"\",\n                            \"orgunit10\": \"\",\n                            \"orgunit11\": \"\",\n                            \"orgunit12\": \"\",\n                            \"orgunit13\": \"\",\n                            \"orgunit14\": \"\",\n                            \"orgunit15\": \"\",\n                            \"orgunit16\": \"\",\n                            \"orgunitsourceuniquecode1\": \"\",\n                            \"orgunitsourceuniquecode2\": \"\",\n                            \"orgunitsourceuniquecode3\": \"\",\n                            \"orgunitsourceuniquecode4\": \"\",\n                            \"orgunitsourceuniquecode5\": \"\",\n                            \"orgunitsourceuniquecode6\": \"\",\n                            \"orgunitsourceuniquecode7\": \"\",\n                            \"orgunitsourceuniquecode8\": \"\",\n                            \"orgunitsourceuniquecode9\": \"\",\n                            \"orgunitsourceuniquecode10\": \"\",\n                            \"orgunitsourceuniquecode11\": \"\",\n                            \"orgunitsourceuniquecode12\": \"\",\n                            \"orgunitsourceuniquecode13\": \"\",\n                            \"orgunitsourceuniquecode14\": \"\",\n                            \"orgunitsourceuniquecode15\": \"\",\n                            \"orgunitsourceuniquecode16\": \"\",\n                            \"worksite1\": \"\",\n                            \"worksite2\": \"\",\n                            \"worksite3\": \"\",\n                            \"worksite4\": \"\",\n                            \"worksite5\": \"\",\n                            \"worksite6\": \"\",\n                            \"worksite7\": \"\",\n                            \"worksite8\": \"\",\n                            \"worksite9\": \"\",\n                            \"worksite10\": \"\",\n                            \"worksite11\": \"\",\n                            \"worksite12\": \"\",\n                            \"worksite13\": \"\",\n                            \"worksite14\": \"\",\n                            \"worksite15\": \"\",\n                            \"worksite16\": \"\",\n                            \"worksitesourceuniquecode1\": \"\",\n                            \"worksitesourceuniquecode2\": \"\",\n                            \"worksitesourceuniquecode3\": \"\",\n                            \"worksitesourceuniquecode4\": \"\",\n                            \"worksitesourceuniquecode5\": \"\",\n                            \"worksitesourceuniquecode6\": \"\",\n                            \"worksitesourceuniquecode7\": \"\",\n                            \"worksitesourceuniquecode8\": \"\",\n                            \"worksitesourceuniquecode9\": \"\",\n                            \"worksitesourceuniquecode10\": \"\",\n                            \"worksitesourceuniquecode11\": \"\",\n                            \"worksitesourceuniquecode12\": \"\",\n                            \"worksitesourceuniquecode13\": \"\",\n                            \"worksitesourceuniquecode14\": \"\",\n                            \"worksitesourceuniquecode15\": \"\",\n                            \"worksitesourceuniquecode16\": \"\",\n                            \"entityname\": \"\"\n                        }\n                    },\n                    \"PayCodeDetails\": {\n                        \"PayCodeDetail\": [\n                            {\n                                \"ComponentType\": \"\",\n                                \"Action\": \"\",\n                                \"PayCodeValue\": \"\",\n                                \"EntityCode\": \"\",\n                                \"PayCodeName\": \"\"\n                            },\n                            {\n                                \"ComponentType\": \"\",\n                                \"Action\": \"\",\n                                \"PayCodeValue\": \"\",\n                                \"EntityCode\": \"\",\n                                \"PayCodeName\": \"\"\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    },\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"}],"_postman_id":"a549d8c0-d195-4529-ac01-6c4da54ad926"}],"id":"b2068cce-cde9-43d8-925f-12f05078170b","_postman_id":"b2068cce-cde9-43d8-925f-12f05078170b","description":""},{"name":"Inbound APIs","item":[{"name":"Employee CTC Detail","id":"06afcd43-9b54-4ff2-b7a8-80b686a92670","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"CTCHorizontal\": [\n        {\n            \"Communication Reimbursement\": \"100\",\n            \"Training\": \"100\",\n            \"Compensation\": \"1000\",\n            \"Car Exp. Reimbursement\": \"100\",\n            \"EmployeeName\": \"50\",\n            \"Joining Bonus\": \"50\",\n            \"Notice Period Buyout\": \"100\",\n            \"EffectiveDate\": \"01-Apr-2024\",\n            \"HRA\": \"100\",\n            \"Basic\": \"100\",\n            \"FlexiAmount\": \"0\",\n            \"PayStructureName\": \"Default\",\n            \"EmployeeCode\": \"GE00107797\",\n            \"Professional Fee\": \"100\",\n            \"Grade Pay\": \"100\",\n            \"DA\": \"100\",\n            \"Books And Periodicals\": \"100\",\n            \"Education Allowance\": \"100\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integration/Inbound/PeopleStrongTechnologies_HRIS_empctc","description":"<p>User will get a comprehensive list of fields associated with details of employee Salary including paycode name, paycode value and its component  through this API.</p>\n","urlObject":{"protocol":"https","path":["api","integration","Inbound","PeopleStrongTechnologies_HRIS_empctc"],"host":["{{subdomain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"083799a8-1f91-49ed-a0a6-34038f900717","name":"Employee CTC Detail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text","disabled":true},{"key":"apikey","value":"{{api-key}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"CTCHorizontal\": [\n        {\n            \"Communication Reimbursement\": \"100\",\n            \"Training\": \"100\",\n            \"Compensation\": \"1000\",\n            \"Car Exp. Reimbursement\": \"100\",\n            \"EmployeeName\": \"50\",\n            \"Joining Bonus\": \"50\",\n            \"Notice Period Buyout\": \"100\",\n            \"EffectiveDate\": \"01-Apr-2024\",\n            \"HRA\": \"100\",\n            \"Basic\": \"100\",\n            \"FlexiAmount\": \"0\",\n            \"PayStructureName\": \"Default\",\n            \"EmployeeCode\": \"GE00107797\",\n            \"Professional Fee\": \"100\",\n            \"Grade Pay\": \"100\",\n            \"DA\": \"100\",\n            \"Books And Periodicals\": \"100\",\n            \"Education Allowance\": \"100\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integration/Inbound/PeopleStrongTechnologies_HRIS_empctc"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Tue, 15 Feb 2022 14:32:02 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"932"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Mon, 09 Oct 2023 05:57:44 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\"responseDetails\":{\"Message\":\"RECEIVED\",\"APIStatusCode\":\"RC2000\",\"Description\":\"RECEIVED\"},\"Your UUID is \":\"d85824bf-018c-1000-a409-53aca2129462\"}"},{"id":"125e3ec7-24a0-4a0c-ba90-6d034cee5aa0","name":"Status tracking","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text","disabled":true},{"key":"apikey","value":"{{api-key}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"CTCHorizontal\": [\n        {\n            \"Communication Reimbursement\": \"100\",\n            \"Training\": \"100\",\n            \"Compensation\": \"1000\",\n            \"Car Exp. Reimbursement\": \"100\",\n            \"EmployeeName\": \"50\",\n            \"Joining Bonus\": \"50\",\n            \"Notice Period Buyout\": \"100\",\n            \"EffectiveDate\": \"01-Apr-2024\",\n            \"HRA\": \"100\",\n            \"Basic\": \"100\",\n            \"FlexiAmount\": \"0\",\n            \"PayStructureName\": \"Default\",\n            \"EmployeeCode\": \"GE00107797\",\n            \"Professional Fee\": \"100\",\n            \"Grade Pay\": \"100\",\n            \"DA\": \"100\",\n            \"Books And Periodicals\": \"100\",\n            \"Education Allowance\": \"100\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integration/Inbound/PeopleStrongTechnologies_HRIS_empctc"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Tue, 15 Feb 2022 14:32:02 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"932"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Mon, 09 Oct 2023 05:57:44 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"responseDetails\": {\r\n        \"message\": \"Processed Successfully.\",\r\n        \"description\": \"Processed Successfully.\",\r\n        \"apiStatusCode\": \"RC2000\"\r\n    },\r\n    \"requestStatus\": {\r\n        \"state\": \"First_Level_Validation_Failed\",\r\n        \"error\": \"read record wise status\",\r\n        \"errorDiscription\": \"read record wise status\",\r\n        \"uuid\": \"d85824bf-018c-1000-a409-53aca2129462\"\r\n    },\r\n    \"recordsStatus\": [\r\n        {\r\n            \"state\": \"First_Level_Validation_Faliure_Record_Recieved\",\r\n            \"error\": \"[Specalization, InsituteName] is/are expected;[Specialization,InstituteName] is/are not a part of expected headers [CourseType, IsHighestEducation, EmployeeCode, StartDate, UniversityName, EmployeeName, EducationLevel, InsituteName, TrackType, ScoreType, Course, EndDate, MinorSpecialization, Specalization]\",\r\n            \"errorDiscription\": \"[Specalization, InsituteName] is/are expected;[Specialization,InstituteName] is/are not a part of expected headers [CourseType, IsHighestEducation, EmployeeCode, StartDate, UniversityName, EmployeeName, EducationLevel, InsituteName, TrackType, ScoreType, Course, EndDate, MinorSpecialization, Specalization]\",\r\n            \"integrationCode\": \"EMP003\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"06afcd43-9b54-4ff2-b7a8-80b686a92670"}],"id":"aeac845e-a81d-40d4-8487-966d697bc55e","_postman_id":"aeac845e-a81d-40d4-8487-966d697bc55e","description":""}],"id":"8e801db6-2ff2-44ea-8c00-092095dc0b96","description":"<p>Payroll module automates the payroll process, ensuring accurate and timely calculation of employee salaries, taxes, and other deductions. It offers features like payroll processing, tax calculations, pay slip generation, and statutory compliance, making it efficient for HR teams to manage payroll operations.</p>\n","_postman_id":"8e801db6-2ff2-44ea-8c00-092095dc0b96"},{"name":"Learning","item":[{"name":"Outbound APIs","item":[{"name":"Course Detail","id":"d6cf8512-a450-42d8-a379-fabd4d15ab80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n\n    \"integrationMasterName\": \"CourseMaster\"\n\n} ","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?demo","description":"<p>Through this API, User will get course data as full load for first time following incremental (change only) data. This will cover the details of course name, created date, duration, and more.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Value</th>\n<th><strong>Remarks</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Action</td>\n<td>Create</td>\n<td>Create or Update</td>\n</tr>\n<tr>\n<td>Course Name</td>\n<td>HR_Policy</td>\n<td>Name of the course</td>\n</tr>\n<tr>\n<td>Course Label</td>\n<td>Training</td>\n<td>Training/Assessment/Survey/SCORM (3rd party content which is played on LMS)</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>1</td>\n<td>1 - Active;  <br />7 - Inactive;  <br />8-Depricated;  <br />10-Approval pending;  <br />15-Deleted</td>\n</tr>\n<tr>\n<td>CreateDate</td>\n<td>2023-05-04 17:55:00</td>\n<td>Date of course creation</td>\n</tr>\n<tr>\n<td>Duration (learning hour)</td>\n<td>4:59:00</td>\n<td></td>\n</tr>\n<tr>\n<td>Edit Type</td>\n<td>Type1</td>\n<td>Type1: Depricate  <br />Type2: Overright</td>\n</tr>\n<tr>\n<td>Course Code</td>\n<td>1234</td>\n<td>Unique</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"demo","value":null}],"variable":[]}},"response":[{"id":"3c9d5511-60ac-47a6-818e-35394594cb9d","name":"Course Detail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n\n    \"integrationMasterName\": \"CourseMaster\"\n\n} ","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?demo","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"demo","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Mon, 27 Nov 2023 12:26:01 GMT"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"61"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isLoadComplete\": true,\r\n    \"root\": {\r\n        \"CourseMaster\": {\r\n            \"CourseData\": [\r\n                {\r\n                    \"CourseDetail\": { \r\n                            Action: \"Create\",\r\n                            Course Name:\"HR_Policy\",\r\n                            Course Label: \"Training\",\r\n                            Status : \"1\",\r\n                            CreateDate :\"2023-05-04 17:55:00\",\r\n                            Duration(learning hour) : \"4:59:00\",\r\n                            Edit Type: \"Type1\" \r\n                            Catalogue: \"1\",\r\n                            Course Code: \"1234\"\r\n                    }\r\n                }\r\n            }\r\n        ]\r\n    }\r\n},\r\n\"responseDetails\": {\r\n    \"Message\": \"Processed Successfully.\",\r\n    \"APIStatusCode\": \"RC2000\",\r\n    \"Description\": \"Processed Successfully.\"\r\n}\r\n}"}],"_postman_id":"d6cf8512-a450-42d8-a379-fabd4d15ab80"},{"name":"Course Consumption","id":"b81a3a55-c6cd-4939-9bc2-460d8703f030","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n\n    \"integrationMasterName\": \"Courseconsumption\"\n\n} ","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?demo","description":"<p>Through this API, User will get course consumption data as full load for first time following incremental (change only) data. This will cover the details of course name, created date, duration, score and more.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Value</th>\n<th><strong>Remarks</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EmpID</td>\n<td>234544</td>\n<td>Employee ID</td>\n</tr>\n<tr>\n<td>Milestone</td>\n<td>1</td>\n<td>1-not started,  <br />2-4: inprogress,  <br />5:complete</td>\n</tr>\n<tr>\n<td>Activation Date</td>\n<td>2023-05-04 17:55:00</td>\n<td></td>\n</tr>\n<tr>\n<td>Deactivation Date</td>\n<td>2023-07-04 11:45:00</td>\n<td></td>\n</tr>\n<tr>\n<td>CreateDate</td>\n<td>2023-05-04 17:55:00</td>\n<td>Date of course creation</td>\n</tr>\n<tr>\n<td>Is important</td>\n<td>1</td>\n<td>1 - Yes; 0 - No</td>\n</tr>\n<tr>\n<td>Score (in %)</td>\n<td>80.45</td>\n<td>Score received</td>\n</tr>\n<tr>\n<td>Result</td>\n<td>Pass</td>\n<td>Pass/Fail/Grading Pending</td>\n</tr>\n<tr>\n<td>Timespent</td>\n<td>07:55:00</td>\n<td>hh:mm:ss</td>\n</tr>\n<tr>\n<td>Completed on</td>\n<td>2023-06-23 17:55:00</td>\n<td></td>\n</tr>\n<tr>\n<td>Subscription Source</td>\n<td>Admin</td>\n<td>Admin/selfAssign</td>\n</tr>\n<tr>\n<td>Assigned By</td>\n<td>John Doe</td>\n<td>Admin Name</td>\n</tr>\n<tr>\n<td>Progress</td>\n<td>100</td>\n<td>Course progress (%)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"demo","value":null}],"variable":[]}},"response":[{"id":"0dcd5a4e-6af8-4a1a-b218-2da724f6b404","name":"Course Consumption","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n\n    \"integrationMasterName\": \"Courseconsumption\"\n\n} ","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?demo","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"demo","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Mon, 27 Nov 2023 12:43:49 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"36"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isLoadComplete\": true,\r\n    \"root\": {\r\n        \"CourseMaster\": {\r\n            \"CourseData\": [\r\n                {\r\n                    \"CourseDetail\": { \r\n                            Action: \"Create\",\r\n                            Course Name: \"HR Policy\",\r\n                            Course Label:\"Training\",\r\n                            Status : \"1\",\r\n                            CreateDate :\"2023-05-04 17:55:00\",\r\n                            Duration(learning hour) : \"4:59:00\",\r\n                            Edit Type : \"Type1\",\r\n                            Course Code : \"1234\",\r\n                            \"CourseConsumptionDetail\": { \r\n                                        EmpID : \"234544\",\r\n                                        Milestone :\"1\",\r\n                                        Activation Date : \"2023-05-04 17:55:00\",\r\n                                        Deactivation Date : \"2023-07-04 11:45:00\",\r\n                                        Create Date : \"2023-04-30 13:56:00\",\r\n                                        Is important : \"1\",\r\n                                        Score (in %) : \"80.45\",\r\n                                        Result : \"Pass\",\r\n                                        Timespent : \"07:55:00\",\r\n                                        Completed on : \"2023-06-23 17:55:00\",\r\n                                        Subscription Source : \"Admin\",\r\n                                        Assigned By : \"John Doe\",\r\n                                        Progress : \"100\"\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        ]\r\n    }\r\n},\r\n\"responseDetails\": {\r\n    \"Message\": \"Processed Successfully.\",\r\n    \"APIStatusCode\": \"RC2000\",\r\n    \"Description\": \"Processed Successfully.\"\r\n}\r\n}"}],"_postman_id":"b81a3a55-c6cd-4939-9bc2-460d8703f030"},{"name":"Event Subscription","id":"35e3c478-77d5-47a1-8513-bf4350ff1385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n\n    \"integrationMasterName\": \"Event Subscrition\"\n\n} ","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?demo","description":"<p>Through this API, User will get event subscription data as full load for first time following incremental (change only) data. This will cover the details of event name, event start date, duration, and more.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Value</th>\n<th><strong>Remarks</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Attendance Status</td>\n<td>1</td>\n<td>0-not marked;  <br />1- marked</td>\n</tr>\n<tr>\n<td>Marked on</td>\n<td>2023-01-24 11:30:00</td>\n<td></td>\n</tr>\n<tr>\n<td>Event Subscribed Date</td>\n<td>2023-01-24 11:30:00</td>\n<td></td>\n</tr>\n<tr>\n<td>Event Updated Date</td>\n<td>2023-01-24 11:30:00</td>\n<td></td>\n</tr>\n<tr>\n<td>Attendance Mode</td>\n<td>QR Code</td>\n<td>QR Code/Admin (Web)</td>\n</tr>\n<tr>\n<td>Event Duration</td>\n<td>211:30:00</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"demo","value":null}],"variable":[]}},"response":[{"id":"f15ba925-0501-4bd0-9ec2-a389ade0170e","name":"Event Subscription","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n\n    \"integrationMasterName\": \"Event Subscrition\"\n\n} ","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?demo","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"demo","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Mon, 27 Nov 2023 12:54:40 GMT"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"225"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isLoadComplete\": true,\r\n    \"root\": {\r\n        \"EventMaster\": {\r\n            \"EventMasterData\": [\r\n                {\r\n                    \"EventDetail\": {\r\n                        \"LOCATION\": \"Audi\",\r\n                        \"CAPACITY\": \"12\",\r\n                        \"EVENT_TYPE\": \"classroom\",\r\n                        \"START_DATETIME\": \"2023-01-24 11:00:00\",\r\n                        \"UPDATED\": \"2023-04-05 11:52:58\",\r\n                        \"IS_RECURRING\": \"0\",\r\n                        \"ORGANIZER_EMAIL\": \"\",\r\n                        \"STATUS\": \"0\",\r\n                        \"ILT_DESCRIPTION\": \"Class room event\",\r\n                        \"END_DATETIME\": \"2023-01-24 11:30:00\",\r\n                        \"ILT_NAME\": \"Class room event\",\r\n                        \"ORGANIZER_NAME\": \"John Doe\",\r\n                        \"INSTRUCTOR_NAME\": \"sujeeet\",\r\n                        \"INSTRUCTOR_EMAIL\": \"sujeet.kumar@peoplestrong.com\"\r\n                    } \r\n\r\n                    \"EventSubscriptionDetail\": { \r\n         \t                    Attendance Status : \"1\",\r\n                                Marked on : \"2023-01-24 11:30:00\",\r\n                                Event Subscribed Date : \"2023-01-24 11:30:00\",\r\n                                Event Updated Date : \"2023-01-24 11:30:00\",\r\n                                Attendance Mode : \"QR Code\",\r\n                                Event Duration : \"211:30:00\"\r\n                    }\r\n                }\r\n            }\r\n        ]\r\n    }\r\n},\r\n\"responseDetails\": {\r\n    \"Message\": \"Processed Successfully.\",\r\n    \"APIStatusCode\": \"RC2000\",\r\n    \"Description\": \"Processed Successfully.\"\r\n}\r\n}"}],"_postman_id":"35e3c478-77d5-47a1-8513-bf4350ff1385"},{"name":"Course Event","id":"e7d68661-a5ec-4410-b885-d59f45bde8f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n\n    \"integrationMasterName\": \"CourseEvent\"\n\n} ","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?demo","description":"<p>Through this API, User will get course event data as full load for first time following incremental (change only) data. This will cover the details of event name, event start date, duration, and other event detail.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Value</th>\n<th><strong>Remarks</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>COURSENAME</td>\n<td>234544</td>\n<td>Name of the course</td>\n</tr>\n<tr>\n<td>STATUS</td>\n<td>1</td>\n<td>1-not started,  <br />2-4: inprogress,  <br />5:complete</td>\n</tr>\n<tr>\n<td>COURSE_CODE</td>\n<td>2023-05-04 17:55:00</td>\n<td></td>\n</tr>\n<tr>\n<td>UPDATED</td>\n<td>2023-07-04 11:45:00</td>\n<td></td>\n</tr>\n<tr>\n<td>CreateDate</td>\n<td>2023-05-04 17:55:00</td>\n<td>Date of course creation</td>\n</tr>\n<tr>\n<td>Is important</td>\n<td>1</td>\n<td>1 - Yes; 0 - No</td>\n</tr>\n<tr>\n<td>Score (in %)</td>\n<td>80.45</td>\n<td>Score received</td>\n</tr>\n<tr>\n<td>Result</td>\n<td>Pass</td>\n<td>Pass/Fail/Grading Pending</td>\n</tr>\n<tr>\n<td>Timespent</td>\n<td>07:55:00</td>\n<td>hh:mm:ss</td>\n</tr>\n<tr>\n<td>Completed on</td>\n<td>2023-06-23 17:55:00</td>\n<td></td>\n</tr>\n<tr>\n<td>Subscription Source</td>\n<td>Admin</td>\n<td>Admin/selfAssign</td>\n</tr>\n<tr>\n<td>Assigned By</td>\n<td>John Doe</td>\n<td>Admin Name</td>\n</tr>\n<tr>\n<td>Progress</td>\n<td>100</td>\n<td>Course progress (%)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"demo","value":null}],"variable":[]}},"response":[{"id":"82422923-441b-472a-892c-f9c3d24a049e","name":"Course Event","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n\n    \"integrationMasterName\": \"CourseEvent\"\n\n} ","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?demo","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"demo","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Mon, 27 Nov 2023 13:00:28 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"5"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isLoadComplete\": true,\r\n    \"root\": {\r\n        \"CourseEvent\": {\r\n            \"CourseEventData\": [\r\n                {\r\n                    \"CourseDetails\": {\r\n                        \"CourseDetail\": {\r\n                            \"COURSENAME\": \"Automation Testing\",\r\n                            \"COURSE_CODE\": \"1234\",\r\n                            \"UPDATED\": \"2023-01-23 19:01:24\",\r\n                            \"STATUS\": \"1\",\r\n                            \"APPROVER_ROLE\": \"Admin\",\r\n                            \"COURSELABEL\": \"1\",\r\n                            \"COURSEDESCRIPTION\": \"Automation is a term for technology applications where human input is minimized.\",\r\n                            \"TRAININGPARTNER\": \"admin\",\r\n                            \"IN_CATALOUGE\": \"0\",\r\n                            \"DURATION\": \"1.00\",\r\n                            \"IS_PROCESSED\": \"1\"\r\n                        }\r\n                    },\r\n                    \"CourseEventDetails\": {\r\n                        \"CourseEventDetail\": [\r\n                            {\r\n                                \"Event Description\": \"Technology applications where human input is minimized.\",\r\n                                \"Event Start Date\": \"2023-05-04 17:55:00\",\r\n                                \"Event Name\": \"Automation\",\r\n                                \"Capacity\": \"10\",\r\n                                \"Event Type\": \"Zoom\",\r\n                                \"Instructor Email\": \"deepak.sharma@peoplestrong.com\",\r\n                                \"Is recurring\": \"0\",\r\n                                \"Event Created Date\": \"2023-05-04 16:56:16\",\r\n                                \"Event End Date\": \"2023-05-04 18:05:00\",\r\n                                \"Instructor Name\": \"Zoom test 5 may update\",\r\n                                \"Event Created by\": \"0\",\r\n                                \"Location\": \"test location update\"\r\n                            },\r\n                            {\r\n                                \"Event Description\": \"Technology applications where human input is minimized.\",\r\n                                \"Event Start Date\": \"2023-02-08 15:39:00\",\r\n                                \"Event Name\": \"Automation\",\r\n                                \"Capacity\": \"11\",\r\n                                \"Event Type\": \"Zoom\",\r\n                                \"Instructor Email\": \"deepak.sharma@peoplestrong.com\",\r\n                                \"Is recurring\": \"0\",\r\n                                \"Event Created Date\": \"2023-02-08 12:40:27\",\r\n                                \"Event End Date\": \"2023-02-08 15:54:00\",\r\n                                \"Instructor Name\": \"deepak.sharma\",\r\n                                \"Event Created by\": \"0\",\r\n                                \"Location\": \"test\"\r\n                            }\r\n                        ]\r\n                    }\r\n                }\r\n            ]\r\n        }\r\n    },\r\n    \"responseDetails\": {\r\n        \"Message\": \"Processed Successfully.\",\r\n        \"APIStatusCode\": \"RC2000\",\r\n        \"Description\": \"Processed Successfully.\"\r\n    }\r\n}"}],"_postman_id":"e7d68661-a5ec-4410-b885-d59f45bde8f2"},{"name":"Course Progress","id":"7a7b1ad7-49e5-4a5c-afcf-227a35f0c50e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"CourseProgress\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?demo","description":"<p>Through this API, User will get course progress data as full load for first time following incremental (change only) data. This will cover the details of user id, progress, and more.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Value</th>\n<th><strong>Remarks</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Learning user ID</td>\n<td>1234</td>\n<td></td>\n</tr>\n<tr>\n<td>Completed</td>\n<td>1</td>\n<td>1 - Yes; 0 - No</td>\n</tr>\n<tr>\n<td>Progress</td>\n<td>100</td>\n<td>Course progress (%)</td>\n</tr>\n<tr>\n<td>Created</td>\n<td>2023-03-24 12:30:00</td>\n<td></td>\n</tr>\n<tr>\n<td>Updated</td>\n<td>2023-05-24 08:30:00</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"demo","value":null}],"variable":[]}},"response":[{"id":"3ef8b81a-de49-4da8-9e70-323857a17ce3","name":"Course Progress","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"CourseProgress\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?demo","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"demo","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Mon, 27 Nov 2023 13:11:58 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"69"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isLoadComplete\": true,\r\n    \"root\": {\r\n        \"CourseProgress\": {\r\n            \"CourseProgress\": [\r\n                {\r\n                    \"CourseProgress\": { \r\n                        Learning user ID : \"1234\",\r\n                        Completed : \"1\",\r\n                        Progress : \"100\",\r\n                        Created : \"2023-03-24 12:30:00\",\r\n                        Updated : \"2023-05-24 08:30:00\"\r\n                    }\r\n                }\r\n            }\r\n        ]\r\n    }\r\n},\r\n\"responseDetails\": {\r\n    \"Message\": \"Processed Successfully.\",\r\n    \"APIStatusCode\": \"RC2000\",\r\n    \"Description\": \"Processed Successfully.\"\r\n}\r\n}"}],"_postman_id":"7a7b1ad7-49e5-4a5c-afcf-227a35f0c50e"},{"name":"Wiki Article","id":"48d77255-523b-48c0-8c1d-994b63a263bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n\n    \"integrationMasterName\": \"Wiki\" \n\n} ","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?demo","description":"<p>Through this API, User will get wiki article data as full load for first time following incremental (change only) data. This will cover the details of wiki article name, number of views, claps, creation date, author and more.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Value</th>\n<th><strong>Remarks</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Title</td>\n<td>ABC</td>\n<td>Article title</td>\n</tr>\n<tr>\n<td>Category</td>\n<td>Technical</td>\n<td>Worklife/learning/pulsecheck/zippi/etc.</td>\n</tr>\n<tr>\n<td>Views</td>\n<td>1456</td>\n<td>Views count</td>\n</tr>\n<tr>\n<td>Claps</td>\n<td>51</td>\n<td>Claps count</td>\n</tr>\n<tr>\n<td>Creation Date</td>\n<td>2023-05-24 08:30:00</td>\n<td>Article gets created</td>\n</tr>\n<tr>\n<td>Created By</td>\n<td>John Doe</td>\n<td>user who has created</td>\n</tr>\n<tr>\n<td>Author type</td>\n<td>Learner</td>\n<td>Admin/Learner</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>Approved</td>\n<td>Approved/Pending for approval/Rejected</td>\n</tr>\n<tr>\n<td>Last Updated On</td>\n<td>2023-02-08 15:39:00</td>\n<td></td>\n</tr>\n<tr>\n<td>Last Updated By</td>\n<td>John Doe</td>\n<td>User who has updated</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"demo","value":null}],"variable":[]}},"response":[{"id":"bdfeef89-2461-473d-b960-38efb59f2519","name":"Wiki Article","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n\n    \"integrationMasterName\": \"Wiki\" \n\n} ","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?demo","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"demo","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Content-Length","value":"800"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Mon, 27 Nov 2023 13:03:59 GMT"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"34"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isLoadComplete\": true,\r\n    \"root\": {\r\n        \"WikiArticle\": {\r\n            \"WikiArticle\": [\r\n                {\r\n                    \"WikiArticle\": { \r\n                           \tTitle : \"XYZ\",\r\n                            Category : \"Technical\",\r\n                            Views : \"1456\",\r\n                            Claps : \"55\",\r\n                            Creation Date : \"2023-02-08 15:39:00\",\r\n                            Created By : \"John Doe\",\r\n                            Author type : \"Learner\",\r\n                            Status : \"Approved\",\r\n                            Last Updated On : \"2023-02-08 15:39:00\",\r\n                            Last Updated By : \"John Doe\"\r\n                    }\r\n                }\r\n            }\r\n        ]\r\n    }\r\n},\r\n\"responseDetails\": {\r\n    \"Message\": \"Processed Successfully.\",\r\n    \"APIStatusCode\": \"RC2000\",\r\n    \"Description\": \"Processed Successfully.\"\r\n}\r\n}"}],"_postman_id":"48d77255-523b-48c0-8c1d-994b63a263bb"}],"id":"2d53b32f-961e-43cd-89ef-5dc78af15cf9","_postman_id":"2d53b32f-961e-43cd-89ef-5dc78af15cf9","description":""}],"id":"63f3b67f-6a11-4ffd-a812-78c78dd31717","description":"<p>Learning module helps in exploring employee skills across domains. Facilitating course provision, course consumption tracking, event management, and more, empowering HR teams to effectively drive learning and development initiatives.</p>\n","_postman_id":"63f3b67f-6a11-4ffd-a812-78c78dd31717"},{"name":"Performance","item":[{"name":"Outbound APIs","item":[{"name":"Goal Detail","id":"985a56aa-eb1e-45dd-a695-7c42cfad26e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n\n    \"integrationMasterName\": \"Goal_S2Demo_Full_Load\", \n\n    \"startFromTop\": true \n\n} ","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?demo","description":"<p>Through this API, User will get goal data as full load for first time following incremental (change only) data. This will cover the details of goal name, goal weightage, start date, end date, financial year, and more.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"demo","value":null}],"variable":[]}},"response":[{"id":"936e1e9c-3303-4783-9ccf-96f37315afe0","name":"Goal Detail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n\n    \"integrationMasterName\": \"Goal_S2Demo_Full_Load\", \n\n    \"startFromTop\": true \n\n} ","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?demo","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"demo","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Thu, 11 May 2023 07:27:16 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"6"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isLoadComplete\": false,\r\n    \"root\": {\r\n        \"GoalMaster\": {\r\n            \"GoalMasterData\": [\r\n                {\r\n                    \"GoalDetails\": {\r\n                        \"GoalDetail\": {\r\n                            \"OrgName\": \"S2 Demo Performance\",\r\n                            \"Action\": \"Create\",\r\n                            \"LinkedToOrgGoalName\": \"\",\r\n                            \"IsActive\": \"1\",\r\n                            \"GoalOwnerEmail\": \"\",\r\n                            \"MetricTargetCondition\": \"\",\r\n                            \"GoalFramework\": \"\",\r\n                            \"FinancialYear\": \"\",\r\n                            \"GoalOwnerEmployeeCode\": \"\",\r\n                            \"GoalPerCompletion\": \"\",\r\n                            \"GoalNature\": \"IDP\",\r\n                            \"Status\": \"\",\r\n                            \"GoalEndDate\": \"\",\r\n                            \"GoalOwnerFullName\": \"\",\r\n                            \"LocationCity\": \"Chennai\",\r\n                            \"GoalWeightage\": \"\",\r\n                            \"ProgressStatus\": \"ORANGE\",\r\n                            \"GoalStatus\": \"IN_PROGRESS\",\r\n                            \"DepartmentName\": \"Haryana\",\r\n                            \"GoalName\": \"IDP - Q2\",\r\n                            \"GoalStartDate\": \"\",\r\n                            \"GoalCycle\": \"QUARTERLY\"\r\n                        }\r\n                    },\r\n                    \"MilestonDetails\": {\r\n                        \"MilestoneDetail\": [\r\n                            {\r\n                                \"MilestoneOwnerEmail\": \"\",\r\n\t\t\t\t\t\t\t\t\"MilestoneOwnerEmployeeCode\": \"\",\r\n\t\t\t\t\t\t\t\t\"TypeOfOutcome\": \"\",\r\n\t\t\t\t\t\t\t\t\"MetricTargetValue\": \"\",\r\n\t\t\t\t\t\t\t\t\"MilestoneCompleteDate\": \"2022-06-09 13:51:39\",\r\n\t\t\t\t\t\t\t\t\"MilestoneProgressType\": \"PERCENTAGE\",\r\n\t\t\t\t\t\t\t\t\"MilestoneStartDate\": \"2022-05-23 18:30:00\",\r\n\t\t\t\t\t\t\t\t\"MilestoneStatus\": \"\",\r\n\t\t\t\t\t\t\t\t\"MilestoneProgressOld\": \"\",\r\n\t\t\t\t\t\t\t\t\"CheckinCloseComment\": \"\",\r\n\t\t\t\t\t\t\t\t\"UnitOfMeasurment\": \"\",\r\n\t\t\t\t\t\t\t\t\"MilestoneDueDate\": \"2022-06-29 18:30:00\",\r\n\t\t\t\t\t\t\t\t\"MilestoneProgressNew\": \"\",\r\n\t\t\t\t\t\t\t\t\"MilestoneOwnerFullName\": \"\",\r\n\t\t\t\t\t\t\t\t\"MilestoneProgressPer\": \"\",\r\n\t\t\t\t\t\t\t\t\"MetricStartValue\": \"\",\r\n\t\t\t\t\t\t\t\t\"MilestoneName\": \"Activity 1\",\r\n\t\t\t\t\t\t\t\t\"EffortOrOutcome\": \"EFFORT\",\r\n\t\t\t\t\t\t\t\t\"CheckinComment\": \"\",\r\n                            },\r\n                            {\r\n                                \"MilestoneOwnerEmail\": \"\",\r\n\t\t\t\t\t\t\t\t\"MilestoneOwnerEmployeeCode\": \"\",\r\n\t\t\t\t\t\t\t\t\"TypeOfOutcome\": \"\",\r\n\t\t\t\t\t\t\t\t\"MetricTargetValue\": \"\",\r\n\t\t\t\t\t\t\t\t\"MilestoneCompleteDate\": \"2022-06-09 13:51:39\",\r\n\t\t\t\t\t\t\t\t\"MilestoneProgressType\": \"PERCENTAGE\",\r\n\t\t\t\t\t\t\t\t\"MilestoneStartDate\": \"2022-05-23 18:30:00\",\r\n\t\t\t\t\t\t\t\t\"MilestoneStatus\": \"\",\r\n\t\t\t\t\t\t\t\t\"MilestoneProgressOld\": \"\",\r\n\t\t\t\t\t\t\t\t\"CheckinCloseComment\": \"\",\r\n\t\t\t\t\t\t\t\t\"UnitOfMeasurment\": \"\",\r\n\t\t\t\t\t\t\t\t\"MilestoneDueDate\": \"2022-06-29 18:30:00\",\r\n\t\t\t\t\t\t\t\t\"MilestoneProgressNew\": \"\",\r\n\t\t\t\t\t\t\t\t\"MilestoneOwnerFullName\": \"\",\r\n\t\t\t\t\t\t\t\t\"MilestoneProgressPer\": \"\",\r\n\t\t\t\t\t\t\t\t\"MetricStartValue\": \"\",\r\n\t\t\t\t\t\t\t\t\"MilestoneName\": \"Activity 1\",\r\n\t\t\t\t\t\t\t\t\"EffortOrOutcome\": \"EFFORT\",\r\n\t\t\t\t\t\t\t\t\"CheckinComment\": \"\",\r\n                            }\r\n                            \r\n                        ]\r\n                    }\r\n                }\r\n            ]\r\n        }\r\n    },\r\n    \"responseDetails\": {\r\n        \"Message\": \"Processed Successfully.\",\r\n        \"APIStatusCode\": \"RC2000\",\r\n        \"Description\": \"Processed Successfully.\"\r\n    }\r\n}"}],"_postman_id":"985a56aa-eb1e-45dd-a695-7c42cfad26e9"},{"name":"Performance Rating","id":"6fda2691-7386-4fd9-8484-9c93f0c0f08f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n\n    \"integrationMasterName\": \"Performance_Rating\", \n\n    \"startFromTop\": true \n\n} ","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?demo","description":"<p>Through this API, User will get performance rating data as full load for first time following incremental (change only) data. This will cover the details of employee code, HR rating, manager rating, and more.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"demo","value":null}],"variable":[]}},"response":[{"id":"6dba3617-8ad6-4d21-867b-3bb009416407","name":"Performance Rating","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n\n    \"integrationMasterName\": \"Performance_Rating\", \n\n    \"startFromTop\": true \n\n} ","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?demo","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"demo","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Thu, 11 May 2023 07:49:51 GMT"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"305"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isLoadComplete\": false,\r\n  \"responseDetails\": {\r\n    \"Message\": \"Processed Successfully.\",\r\n    \"APIStatusCode\": \"RC2000\",\r\n    \"Description\": \"Processed Successfully.\"\r\n  },\r\n  \"Data\": [\r\n    {\r\n      \"Action\": \"Create\",\r\n      \"HrOverallRating\": \"\",\r\n      \"EligibleForPromotionNotesL2\": \"\",\r\n      \"Email\": \"EXITED_4887150_1akshay@dc.comm\",\r\n      \"SelfOverallGoalRating\": \"\",\r\n      \"MgrOverallSkillRating\": \"\",\r\n      \"L2OverallPotentialRating\": \"\",\r\n      \"SelfReviewStartDate\": \"2023-02-22 00:00:00\",\r\n      \"ActorLabelTwo\": \"\",\r\n      \"ManagerReviewEndDate\": \"2023-02-24 00:00:00\",\r\n      \"SelfReviewEndDate\": \"2023-02-23 00:00:00\",\r\n      \"MgrOverallPotentialRating\": \"\",\r\n      \"EligibleForPromotionL2\": \"\",\r\n      \"MgrOverallGoalRating\": \"\",\r\n      \"L2ReviewStartDate\": \"2023-02-22 00:00:00\",\r\n      \"Actor5OverallRating\": \"\",\r\n      \"ActorLabelThree\": \"\",\r\n      \"L2MgrGoalWeightedAchievement\": \"\",\r\n      \"L2OverallSkillRating\": \"\",\r\n      \"EmpCode\": \"EXITED_4887150_00416\",\r\n      \"L2OverallGoalRating\": \"\",\r\n      \"ActorLabelFour\": \"\",\r\n      \"ReviewStartDate\": \"2023-02-22 00:00:00\",\r\n      \"ManagerReviewStartDate\": \"2023-02-22 00:00:00\",\r\n      \"EligibleForPromotion\": \"\",\r\n      \"GoalWeightedAchievement\": \"\",\r\n      \"GradingLabel\": \"\",\r\n      \"L2ReviewEndDate\": \"\",\r\n      \"EligibleForPromotionNotes\": \"\",\r\n      \"FullName\": \"Akshay Dhar\",\r\n      \"Actor1OverallRating\": \"\",\r\n      \"Actor2OverallRating\": \"\",\r\n      \"ReviewEndDate\": \"\",\r\n      \"ActorLabelFive\": \"\",\r\n      \"MgrGoalWeightedAchievement\": \"\",\r\n      \"SelfOverallSkillRating\": \"\",\r\n      \"Actor4OverallRating\": \"\",\r\n      \"ActorLabelOne\": \"\",\r\n      \"SelfOverallPotentialRating\": \"\",\r\n      \"Actor3OverallRating\": \"\"\r\n    }\r\n    \r\n    \r\n  ]\r\n}\r\n"}],"_postman_id":"6fda2691-7386-4fd9-8484-9c93f0c0f08f"}],"id":"b51bedef-29ca-4e74-bdba-da8495c1e7b8","description":"<p>Outbound API are those API where PeopleStrong system will make a call to send data to any platform being used at customer’s end, In case of performance we provide outbound data API of Goal and Performance Rating.</p>\n","_postman_id":"b51bedef-29ca-4e74-bdba-da8495c1e7b8"},{"name":"Inbound APIs","item":[{"name":"Goal Create/Update","id":"0bad17fa-ab71-4d18-a07d-12443a7f8978","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n\n    \"integrationMasterName\": \"Goal_S2Demo_Full_Load\", \n\n    \"startFromTop\": true \n\n} ","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/Inbound?dummy","description":"<p>Through this API, User will create or update goal data. PFB the details of API:</p>\n<img src=\"https://content.pstmn.io/4a24fde5-cde4-4769-9218-738b19530384/aW1hZ2UucG5n\" alt height=\"850\" width=\"621\" />","urlObject":{"protocol":"https","path":["api","integrationframework","Inbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"dummy","value":null}],"variable":[]}},"response":[{"id":"1b96b538-268f-4e40-b026-762b7088442a","name":"Goal Detail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Data\": [\n        {\n            \"goalUniqueCode\": \"johndoegoal1\",\n            \"Action\": \"Create\",\n            \"goalName\": \"goal test12\",\n            \"goalStartdate\": \"01-01-2024\",\n            \"goalDuedate\": \"31-03-2024\",\n            \"impactArea\": \"EMT Squad\",\n            \"goalDescription\": \"Goal Description\",\n            \"goalWeightage\": \"40\",\n            \"entitySourceUniqueCode\": \"Entity_PeopleStrong HR Services Pvt. Ltd._PST\",\n            \"goalAlignType\": \"COMPANY\",\n            \"goalAlignWith\": \"Cost improvement\",\n            \"goalOwner\": \"21157\", //empcode\n            \"milestones\": [\n                {\n                    \"milestoneUniqueCode\": \"punit222MS34\",\n                    \"milestoneName\": \"MS 100112\",\n                    \"milestoneProgressType\": \"METRIC\",\n                    \"milestoneOwner\": \"21157\",\n                    \"metricStartvalue\": \"100\",\n                    \"metricTargetvalue\": \"1000\",\n                    \"targetceiling\": \"AT_LEAST\",\n                    \"effortoutcome\": \"OUTCOME\",\n                    \"milestoneStartdate\": \"01-01-2024\",\n                    \"milestoneDuedate\": \"31-03-2024\",\n                    \"milestoneWeightage\": \"10\",\n                    \"typeofMilestone\": \"Revenue\",\n                    \"unitofMeasure\": \"Number\"\n                }\n            ]\n        } ,\n        {\n            \"goalUniqueCode\": \"johndoegoal2\",\n            \"Action\": \"Create\",\n            \"goalName\": \"goal 12324\",\n            \"goalStartdate\": \"01-01-2024\",\n            \"goalDuedate\": \"31-03-2024\",\n            \"impactArea\": \"EMT Squad\",\n            \"goalDescription\": \"Goal Description\",\n            \"goalWeightage\": \"50\",\n            \"entitySourceUniqueCode\": \"EntitySourceUniqueCode\",\n            \"goalAlignType\": \"COMPANY\",\n            \"goalAlignWith\": \"Cost improvement\",\n            \"goalOwner\": \"21157\",\n            \"milestones\": [\n                {\n                    \"milestoneUniqueCode\": \"dummy1\",\n                    \"milestoneName\": \"MS 100165\",\n                    \"milestoneProgressType\": \"METRIC\",\n                    \"milestoneOwner\": \"21157\",\n                    \"metricStartvalue\": \"100\",\n                    \"metricTargetvalue\": \"1000\",\n                    \"targetceiling\": \"AT_LEAST\",\n                    \"effortoutcome\": \"OUTCOME\",\n                    \"milestoneStartdate\": \"01-01-2024\",\n                    \"milestoneDuedate\": \"31-03-2024\",\n                    \"milestoneWeightage\": \"10\",\n                    \"typeofMilestone\": \"Revenue\",\n                    \"unitofMeasure\": \"Number\"\n                },\n                {\n                    \"milestoneUniqueCode\": \"dummy2\",\n                    \"milestoneName\": \"MS 10022\",\n                    \"milestoneProgressType\": \"METRIC\",\n                    \"milestoneOwner\": \"21157\",\n                    \"metricStartvalue\": \"100\",\n                    \"metricTargetvalue\": \"1000\",\n                    \"targetceiling\": \"AT_LEAST\",\n                    \"effortoutcome\": \"OUTCOME\",\n                    \"milestoneStartdate\": \"01-01-2024\",\n                    \"milestoneDuedate\": \"31-03-2024\",\n                    \"milestoneWeightage\": \"10\",\n                    \"typeofMilestone\": \"Revenue\",\n                    \"unitofMeasure\": \"Number\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?demo","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"demo","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Thu, 11 May 2023 07:27:16 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"6"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\"responseDetails\":{\"Message\":\"Processed Successfully.\",\"APIStatusCode\":\"RC2000\",\"Description\":\"Processed Successfully.\"},\"uuid\":\"c1a9616d-0190-1000-864f-998538c94d04\"}"}],"_postman_id":"0bad17fa-ab71-4d18-a07d-12443a7f8978"},{"name":"Goal Checkin","id":"7d35abf0-efab-4bf9-ac4d-ea0f5f143e41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \n\n    \"integrationMasterName\": \"Performance_Rating\", \n\n    \"startFromTop\": true \n\n} ","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?demo","description":"<p>Through this API, User will check in goal. PFB the details of API:</p>\n<img src=\"https://content.pstmn.io/d46bff89-8039-49a2-94a2-1decf91be26c/aW1hZ2UucG5n\" alt height=\"181\" width=\"706\" />","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"demo","value":null}],"variable":[]}},"response":[{"id":"5ce475be-74bf-40ed-bd1e-ad1bb5de0034","name":"Goal Checkin","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Data\": [{\n        \"current_achievement\": \"600\",\n        \"ProgressType\": \"METRIC\",\n        \"milestoneUniqueCode\": \"punit222MS34\",\n        \"goalUniqueCode\": \"goaltest2\",\n        \"Action\": \"Create\"\n    }]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?demo","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"demo","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Thu, 11 May 2023 07:49:51 GMT"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"305"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    },\n    \"uuid\": \"c1bb0723-0190-1000-9b85-7c48ef480e11\"\n}"}],"_postman_id":"7d35abf0-efab-4bf9-ac4d-ea0f5f143e41"}],"id":"7286821f-1b20-4ff7-ab20-9fc9bf467cfa","description":"<p>Inbound API are those API which PeopleStrong HRMS consumes data from customer systems. In this API, the customer’s application makes call to PeopleStrong's API to push data in the database. In case of Performance module, we provide inbound API for Goal Create, Goal Update, and Goal Checkin. Data sync will take 10-20 min after API hit.</p>\n","_postman_id":"7286821f-1b20-4ff7-ab20-9fc9bf467cfa"}],"id":"c39f670a-8963-4ed6-98ee-80306e7c4f30","description":"<p>Performance module helps in setting and tracking employee performance goals, conducting performance reviews, and providing feedbacks. It offers features like goal setting, performance evaluations, feedback management, and performance analytics, enabling HR teams to effectively manage employee performance and development.</p>\n","_postman_id":"c39f670a-8963-4ed6-98ee-80306e7c4f30"},{"name":"Leave","item":[{"name":"Outbound APIs","item":[{"name":"Leave Detail","id":"9bd94dcb-024f-4470-ad48-6561b49bf923","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Leave Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound/Leave Master Data","description":"<p>Through this API, User will get leave data as full load for first time following incremental (change only) data. This will cover the details of leave type, leave reason, leave duration, approver comments, and more.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound","Leave Master Data"],"host":["{{subdomain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"9b46afce-316d-4fba-88f8-073fe0363709","name":"Leave Detail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Leave Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound/Leave Master Data"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Wed, 17 May 2023 08:55:58 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"254"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isLoadComplete\": true,\r\n    \"root\": {\r\n        \"Leave\": [\r\n            {\r\n                \"LeaveDetails\": {\r\n                    \"LeaveDetail\": [\r\n                        {\r\n                            \"LeaveCountInDays\": \"7\",\r\n                            \"IsAdvancedTaken\": \"No\",\r\n                            \"IsManagerInitiated\": \"No\",\r\n                            \"LeaveDate\": \"2022-09-10\",\r\n                            \"LeaveReasonCode\": \"Sickness\",\r\n                            \"LeaveCode\": \"L2106091663668092205\",\r\n                            \"WorkflowStageName\": \"Completed\",\r\n                            \"ApprovedByOps\": \"\",\r\n                            \"LeaveEmployeeAddress\": \"\",\r\n                            \"LeaveApplicationDate\": \"2022-09-20\",\r\n                            \"ApproverName\": \"\",\r\n                            \"LeaveDurationType\": \"Full Day\",\r\n                            \"LWP\": \"\",\r\n                            \"EmployeeCode\": \"230004\",\r\n                            \"EmployeeLeaveWithdrawComments\": \"\",\r\n                            \"IsDirectApproved\": \"No\",\r\n                            \"LeaveCountInHrs\": \"0\",\r\n                            \"LeaveDuration_NonHourly\": \"7.00\",\r\n                            \"OpsApprovedDate\": \"\",\r\n                            \"ManagerComments\": \"\",\r\n                            \"EmployeeComments\": \"LWP\",\r\n                            \"ApproverDate\": \"2022-09-20\",\r\n                            \"LeaveReasonDescription\": \"Sickness\",\r\n                            \"ToDate\": \"2022-09-10\",\r\n                            \"LeaveDuration_Hourly\": \"\",\r\n                            \"FromDate\": \"2022-09-04\",\r\n                            \"LeaveHours\": \"800\",\r\n                            \"WorkflowStageType\": \"Completed\",\r\n                            \"LeaveTypeCode\": \"Leave Without Pay\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \r\n            \r\n    \"responseDetails\": {\r\n        \"Message\": \"Processed Successfully.\",\r\n        \"APIStatusCode\": \"RC2000\",\r\n        \"Description\": \"Processed Successfully.\"\r\n    }\r\n}\r\n"}],"_postman_id":"9bd94dcb-024f-4470-ad48-6561b49bf923"}],"id":"d4ed8bb9-6fc9-4b3a-99ee-ec7ad6dcc76d","_postman_id":"d4ed8bb9-6fc9-4b3a-99ee-ec7ad6dcc76d","description":""}],"id":"fecb7c56-6f45-4b1e-9d8a-6c4139bc313c","description":"<p>Leave module streamlines the process of applying and managing employee leaves. It offers features like Leave application, leave approvals, proxy leave, leave reports, and more that makes it convenient for HR teams to manage and track leave data effectively.</p>\n","_postman_id":"fecb7c56-6f45-4b1e-9d8a-6c4139bc313c"},{"name":"Transfer","item":[{"name":"Outbound APIs","item":[{"name":"Transfer Detail","id":"b91842d7-b339-45fe-849c-171af00afd0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Transfer Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Transfer Master Data","description":"<p>Through this API, User will get transfer data as full load for first time following incremental (change only) data. This will cover the details of transfer type, transfer reason, employment status, and more.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Employee Transfer Master Data"}],"variable":[]}},"response":[{"id":"9932e7fc-8c3f-4f93-a45f-5760da56110f","name":"Transfer Detail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Transfer Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Transfer Master Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Employee Transfer Master Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Fri, 28 Apr 2023 06:31:29 GMT"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"73"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n\t\"isLoadComplete\": false,\n\t\"root\": {\n\t\t\"EmployeeMaster\": {\n\t\t\t\"EmployeeMasterData\": [\n\t\t\t\t{\n\t\t\t\t\t\"TransferDetails\": {\n\t\t\t\t\t\t\"TransferDetails\": [\n\t\t\t\t\t\t\t{\n                                \"OldDojDate\": \"2010-02-18\",\n                                \"Isactive\": \"Yes\",\n                                \"NewEmployeeCategory\": \"NA\",\n                                \"NewCardNo\": \"90XXXX\",\n                                \"OldL1Manager\": \"John Doe1\",\n                                \"NewFunctionHead\": \"\",\n                                \"OldL2Manager\": \"John Doe2\",\n                                \"OldEmployeeCategory\": \"NA\",\n                                \"OldPracticeHeadCode\": \"\",\n                                \"PositionEffectiveDate\": \"2022-09-17\",\n                                \"OldEmployeeType\": \"2001-HDFC BANK LTD.-AHMEDABAD-HDFC0000300\",\n                                \"OldEmploymentStatus\": \"Active\",\n                                \"Remarks\": \"ok\",\n                                \"NewL2ManagerCode\": \"90XXXX\",\n                                \"Stage\": \"Letter Generation\",\n                                \"NewPracticeHeadCode\": \"\",\n                                \"NewHRManager\": \"John Doe3\",\n                                \"OldPositionCode\": \"Technician (Elec) Grade C\",\n                                \"NewContractEndDate\": \"\",\n                                \"OldVendor\": \"32XXXX\",\n                                \"Status\": \"Complete\",\n                                \"NewEmployeeType\": \"2001-HDFC BANK LTD.-AHMEDABAD-HDFC0000300\",\n                                \"OldDesignation\": \"Technician (Elec) Grade C\",\n                                \"OldWorkSiteName\": \"Bhagalpur\",\n                                \"OldNoticePeriod\": \"14\",\n                                \"OldContractEndDate\": \"\",\n                                \"OrganizationID\": \"10XXX\",\n                                \"NewL2Manager\": \"John Doe4\",\n                                \"OldOfficialEmail\": \"demo@xyz.com\",\n                                \"NewL1ManagerCode\": \"55XXXX\",\n                                \"InitiatorUser\": \"\",\n                                \"OldRelievingDate\": \"\",\n                                \"NewRelievingDate\": \"\",\n                                \"OldGroupDoj\": \"2010-02-18\",\n                                \"OldCardNo\": \"90XXXX\",\n                                \"CreatedDate\": \"2022-09-17 14:17:58\",\n                                \"OldL1ManagerCode\": \"62XXXX\",\n                                \"NewShiftAllocated\": \"DOJ Before 01-Apr-2010\",\n                                \"OldEmploymentType\": \"Permanent\",\n                                \"OldFunctionalManager\": \"\",\n                                \"NewFunctionalManagerCode\": \"\",\n                                \"NewEmploymentStatus\": \"Active\",\n                                \"NewOfficialEmail\": \"demo@xyz.com\",\n                                \"NewJobRole\": \"\",\n                                \"EmployeeName\": \"Ahmedhusen Abdulmajid Ansari\",\n                                \"NewBusinessDesignation\": \"\",\n                                \"OldHRManager\": \"John Baraiya\",\n                                \"Action\": \"Create\",\n                                \"WorkSiteEffectiveDate\": \"\",\n                                \"OldCostCenter\": \"1450ATEOP1\",\n                                \"OldL2ManagerCode\": \"23XXXX\",\n                                \"NewHRManagerCode\": \"90XXXX\",\n                                \"NewSesaID\": \"\",\n                                \"NewOrgunit\": \"Meter Unit-LT\",\n                                \"ModifiedDate\": \"2022-09-17 16:55:47\",\n                                \"OldJobRole\": \"\",\n                                \"OldCostName\": \"1450ATEOP1\",\n                                \"NewNoticePeriod\": \"14\",\n                                \"NewEmploymentType\": \"Permanent\",\n                                \"OldSesaID\": \"\",\n                                \"OldPracticeHead\": \"\",\n                                \"TransferReason\": \"Business Need (IntraUnit)\",\n                                \"OrgUnitEffectiveDate\": \"\",\n                                \"CostCenter\": \"\",\n                                \"OldShiftAllocated\": \"DOJ Before 01-Apr-2010\",\n                                \"NewDesignation\": \"Technician (Elec) Grade C\",\n                                \"NewPositionCode\": \"Technician (Elec) Grade C\",\n                                \"TransferStatus\": \"\",\n                                \"NewPracticeHead\": \"\",\n                                \"OldFunctionHead\": \"\",\n                                \"OldWorkCenter\": \"\",\n                                \"NewGroupDoj\": \"2010-02-18\",\n                                \"NewL1Manager\": \"John Parth Joshi\",\n                                \"EmployeeCode\": \"901099\",\n                                \"NewCostCenter\": \"1450ATEOP1\",\n                                \"NewCostName\": \"1450ATEOP1\",\n                                \"OldOrgUnit\": \"Operations\",\n                                \"NewFunctionHeadCode\": \"\",\n                                \"OldFunctionalManagerCode\": \"\",\n                                \"OldHrManagerCode\": \"902858\",\n                                \"NewWorkCenter\": \"\",\n                                \"TransferType\": \"\",\n                                \"NewFunctionalManager\": \"\",\n                                \"InitiatorRole\": \"\",\n                                \"EntityCode\": \"XYZ\",\n                                \"OldFunctionHeadCode\": \"32XXXX\",\n                                \"OldBusinessDesignation\": \"\",\n                                \"NewWorkSite\": \"Naranpura\",\n                                \"NewDojDate\": \"2010-02-18\"\n                            }\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t},\n\t\"responseDetails\": {\n\t\t\"Message\": \"Processed Successfully.\",\n\t\t\"APIStatusCode\": \"RC2000\",\n\t\t\"Description\": \"Processed Successfully.\"\n\t}\n}"}],"_postman_id":"b91842d7-b339-45fe-849c-171af00afd0f"}],"id":"f9e1d718-1909-4a15-89d6-d3976f801d94","_postman_id":"f9e1d718-1909-4a15-89d6-d3976f801d94","description":""}],"id":"5d8de3f9-f487-4762-85b2-70bf1a760133","description":"<p>Transfer module manages employee transfers and relocations, ensuring smooth transitions between departments, locations. It offers features like raising transfer requests, transfer approvals, and transfer history tracking, making it convenient for HR teams to manage employee transfers effectively.</p>\n","_postman_id":"5d8de3f9-f487-4762-85b2-70bf1a760133"},{"name":"Promotion","item":[{"name":"Outbound APIs","item":[{"name":"Promotion Detail","id":"7671733d-10ae-4854-ba76-88ef10720775","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Promotion Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Promotion Master Data","description":"<p>Through this API, User will get promotion data as full load for first time following incremental (change only) data. This will cover the details  of promotion reason, employment status, employment code, designation and more.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Employee Promotion Master Data"}],"variable":[]}},"response":[{"id":"e2ef00d2-23eb-4a4c-9a8b-e754ed0e4a67","name":"Promotion Detail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Promotion Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Promotion Master Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Employee Promotion Master Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Fri, 28 Apr 2023 06:21:10 GMT"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"6"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n\t\"isLoadComplete\": false,\n\t\"root\": {\n\t\t\"EmployeeMaster\": {\n\t\t\t\"EmployeeMasterData\": [\n\t\t\t\t{\n\t\t\t\t\t\"PromotionDetails\": {\n\t\t\t\t\t\t\"Promotion\": [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"Remarks\": \"\",\n\t\t\t\t\t\t\t\t\"Newgrade\": \"\",\n\t\t\t\t\t\t\t\t\"OldGrade\": \"\",\n\t\t\t\t\t\t\t\t\"NewCardNo\": \"\",\n\t\t\t\t\t\t\t\t\"NewSalary\": \"\",\n\t\t\t\t\t\t\t\t\"NewSesaID\": \"\",\n\t\t\t\t\t\t\t\t\"NewVendor\": \"\",\n\t\t\t\t\t\t\t\t\"OldCardNo\": \"\",\n\t\t\t\t\t\t\t\t\"OldSesaID\": \"\",\n\t\t\t\t\t\t\t\t\"OldVendor\": \"\",\n\t\t\t\t\t\t\t\t\"NewDojDate\": \"\",\n\t\t\t\t\t\t\t\t\"NewJobRole\": \"\",\n\t\t\t\t\t\t\t\t\"NewOrgunit\": \"\",\n\t\t\t\t\t\t\t\t\"OldDojDate\": \"\",\n\t\t\t\t\t\t\t\t\"OldJobRole\": \"\",\n\t\t\t\t\t\t\t\t\"OldOrgUnit\": \"\",\n\t\t\t\t\t\t\t\t\"NewCostName\": \"\",\n\t\t\t\t\t\t\t\t\"NewGroupDoj\": \"\",\n\t\t\t\t\t\t\t\t\"NewWorkSite\": \"\",\n\t\t\t\t\t\t\t\t\"OldCostName\": \"\",\n\t\t\t\t\t\t\t\t\"OldGroupDoj\": \"\",\n\t\t\t\t\t\t\t\t\"EmployeeCode\": \"\",\n\t\t\t\t\t\t\t\t\"EmployeeName\": \"\",\n\t\t\t\t\t\t\t\t\"NewHRManager\": \"\",\n\t\t\t\t\t\t\t\t\"NewL1Manager\": \"\",\n\t\t\t\t\t\t\t\t\"NewL2Manager\": \"\",\n\t\t\t\t\t\t\t\t\"OldHRManager\": \"\",\n\t\t\t\t\t\t\t\t\"OldL1Manager\": \"\",\n\t\t\t\t\t\t\t\t\"OldL2Manager\": \"\",\n\t\t\t\t\t\t\t\t\"NewCostCenter\": \"\",\n\t\t\t\t\t\t\t\t\"NewWorkCenter\": \"\",\n\t\t\t\t\t\t\t\t\"OldCostCenter\": \"\",\n\t\t\t\t\t\t\t\t\"OldWorkCenter\": \"\",\n\t\t\t\t\t\t\t\t\"PromotionCode\": \"\",\n\t\t\t\t\t\t\t\t\"NewDesignation\": \"\",\n\t\t\t\t\t\t\t\t\"OldDesignation\": \"\",\n\t\t\t\t\t\t\t\t\"ApplicationDate\": \"\",\n\t\t\t\t\t\t\t\t\"NewCompensation\": \"\",\n\t\t\t\t\t\t\t\t\"NewEmployeeType\": \"\",\n\t\t\t\t\t\t\t\t\"NewFunctionHead\": \"\",\n\t\t\t\t\t\t\t\t\"NewNoticePeriod\": \"\",\n\t\t\t\t\t\t\t\t\"NewOrgStructure\": \"\",\n\t\t\t\t\t\t\t\t\"NewPayStructure\": \"\",\n\t\t\t\t\t\t\t\t\"NewPositionCode\": \"\",\n\t\t\t\t\t\t\t\t\"NewPracticeHead\": \"\",\n\t\t\t\t\t\t\t\t\"NewWorkLocation\": \"\",\n\t\t\t\t\t\t\t\t\"OldEmployeeType\": \"\",\n\t\t\t\t\t\t\t\t\"OldFunctionHead\": \"\",\n\t\t\t\t\t\t\t\t\"OldNoticePeriod\": \"\",\n\t\t\t\t\t\t\t\t\"OldOrgStructure\": \"\",\n\t\t\t\t\t\t\t\t\"OldPositionCode\": \"\",\n\t\t\t\t\t\t\t\t\"OldPracticeHead\": \"\",\n\t\t\t\t\t\t\t\t\"OldWorkLocation\": \"\",\n\t\t\t\t\t\t\t\t\"OldWorkSiteName\": \"\",\n\t\t\t\t\t\t\t\t\"PromotionReason\": \"\",\n\t\t\t\t\t\t\t\t\"PromotionStatus\": \"\",\n\t\t\t\t\t\t\t\t\"NewHRManagerCode\": \"\",\n\t\t\t\t\t\t\t\t\"NewL1ManagerCode\": \"\",\n\t\t\t\t\t\t\t\t\"NewL2ManagerCode\": \"\",\n\t\t\t\t\t\t\t\t\"NewOfficialEmail\": \"\",\n\t\t\t\t\t\t\t\t\"NewRelievingDate\": \"\",\n\t\t\t\t\t\t\t\t\"OldHrManagerCode\": \"\",\n\t\t\t\t\t\t\t\t\"OldL1ManagerCode\": \"\",\n\t\t\t\t\t\t\t\t\"OldL2ManagerCode\": \"\",\n\t\t\t\t\t\t\t\t\"OldOfficialEmail\": \"\",\n\t\t\t\t\t\t\t\t\"OldRelievingDate\": \"\",\n\t\t\t\t\t\t\t\t\"NewEmploymentType\": \"\",\n\t\t\t\t\t\t\t\t\"NewShiftAllocated\": \"\",\n\t\t\t\t\t\t\t\t\"OldEmploymentType\": \"\",\n\t\t\t\t\t\t\t\t\"OldShiftAllocated\": \"\",\n\t\t\t\t\t\t\t\t\"PerformanceRating\": \"\",\n\t\t\t\t\t\t\t\t\"NewContractEndDate\": \"\",\n\t\t\t\t\t\t\t\t\"OldContractEndDate\": \"\",\n\t\t\t\t\t\t\t\t\"NewEmployeeCategory\": \"\",\n\t\t\t\t\t\t\t\t\"NewEmploymentStatus\": \"\",\n\t\t\t\t\t\t\t\t\"NewFunctionHeadCode\": \"\",\n\t\t\t\t\t\t\t\t\"NewPracticeHeadCode\": \"\",\n\t\t\t\t\t\t\t\t\"OldEmployeeCategory\": \"\",\n\t\t\t\t\t\t\t\t\"OldEmploymentStatus\": \"\",\n\t\t\t\t\t\t\t\t\"OldFunctionHeadCode\": \"\",\n\t\t\t\t\t\t\t\t\"OldPracticeHeadCode\": \"\",\n\t\t\t\t\t\t\t\t\"salaryeffectivedate\": \"\",\n\t\t\t\t\t\t\t\t\"NewFunctionalManager\": \"\",\n\t\t\t\t\t\t\t\t\"OldFunctionalManager\": \"\",\n\t\t\t\t\t\t\t\t\"OrgUnitEffectiveDate\": \"\",\n\t\t\t\t\t\t\t\t\"NewSalaryCurrencyCode\": \"\",\n\t\t\t\t\t\t\t\t\"PositionEffectiveDate\": \"\",\n\t\t\t\t\t\t\t\t\"WorkSiteEffectiveDate\": \"\",\n\t\t\t\t\t\t\t\t\"NewBusinessDesignation\": \"\",\n\t\t\t\t\t\t\t\t\"OldBusinessDesignation\": \"\",\n\t\t\t\t\t\t\t\t\"NewFunctionalManagerCode\": \"\",\n\t\t\t\t\t\t\t\t\"OldFunctionalManagerCode\": \"\",\n\t\t\t\t\t\t\t\t\"EntityCode\": \"\",\n\t\t\t\t\t\t\t\t\"Action\": \"\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\"Remarks\": \"\",\n\t\t\t\t\t\t\t\t\"Newgrade\": \"\",\n\t\t\t\t\t\t\t\t\"OldGrade\": \"\",\n\t\t\t\t\t\t\t\t\"NewCardNo\": \"\",\n\t\t\t\t\t\t\t\t\"NewSalary\": \"\",\n\t\t\t\t\t\t\t\t\"NewSesaID\": \"\",\n\t\t\t\t\t\t\t\t\"NewVendor\": \"\",\n\t\t\t\t\t\t\t\t\"OldCardNo\": \"\",\n\t\t\t\t\t\t\t\t\"OldSesaID\": \"\",\n\t\t\t\t\t\t\t\t\"OldVendor\": \"\",\n\t\t\t\t\t\t\t\t\"NewDojDate\": \"\",\n\t\t\t\t\t\t\t\t\"NewJobRole\": \"\",\n\t\t\t\t\t\t\t\t\"NewOrgunit\": \"\",\n\t\t\t\t\t\t\t\t\"OldDojDate\": \"\",\n\t\t\t\t\t\t\t\t\"OldJobRole\": \"\",\n\t\t\t\t\t\t\t\t\"OldOrgUnit\": \"\",\n\t\t\t\t\t\t\t\t\"NewCostName\": \"\",\n\t\t\t\t\t\t\t\t\"NewGroupDoj\": \"\",\n\t\t\t\t\t\t\t\t\"NewWorkSite\": \"\",\n\t\t\t\t\t\t\t\t\"OldCostName\": \"\",\n\t\t\t\t\t\t\t\t\"OldGroupDoj\": \"\",\n\t\t\t\t\t\t\t\t\"EmployeeCode\": \"\",\n\t\t\t\t\t\t\t\t\"EmployeeName\": \"\",\n\t\t\t\t\t\t\t\t\"NewHRManager\": \"\",\n\t\t\t\t\t\t\t\t\"NewL1Manager\": \"\",\n\t\t\t\t\t\t\t\t\"NewL2Manager\": \"\",\n\t\t\t\t\t\t\t\t\"OldHRManager\": \"\",\n\t\t\t\t\t\t\t\t\"OldL1Manager\": \"\",\n\t\t\t\t\t\t\t\t\"OldL2Manager\": \"\",\n\t\t\t\t\t\t\t\t\"NewCostCenter\": \"\",\n\t\t\t\t\t\t\t\t\"NewWorkCenter\": \"\",\n\t\t\t\t\t\t\t\t\"OldCostCenter\": \"\",\n\t\t\t\t\t\t\t\t\"OldWorkCenter\": \"\",\n\t\t\t\t\t\t\t\t\"PromotionCode\": \"\",\n\t\t\t\t\t\t\t\t\"NewDesignation\": \"\",\n\t\t\t\t\t\t\t\t\"OldDesignation\": \"\",\n\t\t\t\t\t\t\t\t\"ApplicationDate\": \"\",\n\t\t\t\t\t\t\t\t\"NewCompensation\": \"\",\n\t\t\t\t\t\t\t\t\"NewEmployeeType\": \"\",\n\t\t\t\t\t\t\t\t\"NewFunctionHead\": \"\",\n\t\t\t\t\t\t\t\t\"NewNoticePeriod\": \"\",\n\t\t\t\t\t\t\t\t\"NewOrgStructure\": \"\",\n\t\t\t\t\t\t\t\t\"NewPayStructure\": \"\",\n\t\t\t\t\t\t\t\t\"NewPositionCode\": \"\",\n\t\t\t\t\t\t\t\t\"NewPracticeHead\": \"\",\n\t\t\t\t\t\t\t\t\"NewWorkLocation\": \"\",\n\t\t\t\t\t\t\t\t\"OldEmployeeType\": \"\",\n\t\t\t\t\t\t\t\t\"OldFunctionHead\": \"\",\n\t\t\t\t\t\t\t\t\"OldNoticePeriod\": \"\",\n\t\t\t\t\t\t\t\t\"OldOrgStructure\": \"\",\n\t\t\t\t\t\t\t\t\"OldPositionCode\": \"\",\n\t\t\t\t\t\t\t\t\"OldPracticeHead\": \"\",\n\t\t\t\t\t\t\t\t\"OldWorkLocation\": \"\",\n\t\t\t\t\t\t\t\t\"OldWorkSiteName\": \"\",\n\t\t\t\t\t\t\t\t\"PromotionReason\": \"\",\n\t\t\t\t\t\t\t\t\"PromotionStatus\": \"\",\n\t\t\t\t\t\t\t\t\"NewHRManagerCode\": \"\",\n\t\t\t\t\t\t\t\t\"NewL1ManagerCode\": \"\",\n\t\t\t\t\t\t\t\t\"NewL2ManagerCode\": \"\",\n\t\t\t\t\t\t\t\t\"NewOfficialEmail\": \"\",\n\t\t\t\t\t\t\t\t\"NewRelievingDate\": \"\",\n\t\t\t\t\t\t\t\t\"OldHrManagerCode\": \"\",\n\t\t\t\t\t\t\t\t\"OldL1ManagerCode\": \"\",\n\t\t\t\t\t\t\t\t\"OldL2ManagerCode\": \"\",\n\t\t\t\t\t\t\t\t\"OldOfficialEmail\": \"\",\n\t\t\t\t\t\t\t\t\"OldRelievingDate\": \"\",\n\t\t\t\t\t\t\t\t\"NewEmploymentType\": \"\",\n\t\t\t\t\t\t\t\t\"NewShiftAllocated\": \"\",\n\t\t\t\t\t\t\t\t\"OldEmploymentType\": \"\",\n\t\t\t\t\t\t\t\t\"OldShiftAllocated\": \"\",\n\t\t\t\t\t\t\t\t\"PerformanceRating\": \"\",\n\t\t\t\t\t\t\t\t\"NewContractEndDate\": \"\",\n\t\t\t\t\t\t\t\t\"OldContractEndDate\": \"\",\n\t\t\t\t\t\t\t\t\"NewEmployeeCategory\": \"\",\n\t\t\t\t\t\t\t\t\"NewEmploymentStatus\": \"\",\n\t\t\t\t\t\t\t\t\"NewFunctionHeadCode\": \"\",\n\t\t\t\t\t\t\t\t\"NewPracticeHeadCode\": \"\",\n\t\t\t\t\t\t\t\t\"OldEmployeeCategory\": \"\",\n\t\t\t\t\t\t\t\t\"OldEmploymentStatus\": \"\",\n\t\t\t\t\t\t\t\t\"OldFunctionHeadCode\": \"\",\n\t\t\t\t\t\t\t\t\"OldPracticeHeadCode\": \"\",\n\t\t\t\t\t\t\t\t\"salaryeffectivedate\": \"\",\n\t\t\t\t\t\t\t\t\"NewFunctionalManager\": \"\",\n\t\t\t\t\t\t\t\t\"OldFunctionalManager\": \"\",\n\t\t\t\t\t\t\t\t\"OrgUnitEffectiveDate\": \"\",\n\t\t\t\t\t\t\t\t\"NewSalaryCurrencyCode\": \"\",\n\t\t\t\t\t\t\t\t\"PositionEffectiveDate\": \"\",\n\t\t\t\t\t\t\t\t\"WorkSiteEffectiveDate\": \"\",\n\t\t\t\t\t\t\t\t\"NewBusinessDesignation\": \"\",\n\t\t\t\t\t\t\t\t\"OldBusinessDesignation\": \"\",\n\t\t\t\t\t\t\t\t\"NewFunctionalManagerCode\": \"\",\n\t\t\t\t\t\t\t\t\"OldFunctionalManagerCode\": \"\",\n\t\t\t\t\t\t\t\t\"EntityCode\": \"\",\n\t\t\t\t\t\t\t\t\"Action\": \"\"\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t]\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t},\n\t\"responseDetails\": {\n\t\t\"Message\": \"Processed Successfully.\",\n\t\t\"APIStatusCode\": \"RC2000\",\n\t\t\"Description\": \"Processed Successfully.\"\n\t}\n}"}],"_postman_id":"7671733d-10ae-4854-ba76-88ef10720775"}],"id":"5138dd52-77a7-4fae-ae04-e788cb7147ca","_postman_id":"5138dd52-77a7-4fae-ae04-e788cb7147ca","description":""}],"id":"ca242c10-d456-466a-bf05-71a58fffc705","description":"<p>Promotion module facilitates with the process of employee promotions, ensuring transparency and fairness in promotions. It offers features like raising promotion requests, promotion approvals, and promotion history tracking, making it easier for HR  teams to manage and track employee promotions.</p>\n","_postman_id":"ca242c10-d456-466a-bf05-71a58fffc705"},{"name":"Confirmation","item":[{"name":"Outbound APIs","item":[{"name":"Confirmation Detail","id":"1ff35b26-a82d-46b4-b3bd-679a74800a94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Confirmation Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Confirmation Master Data","description":"<p>Through this API, User will get confirmation data as full load for first time following incremental (change only) data. This will cover the details of confirmation status, employment code, HR status, and more.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Employee Confirmation Master Data"}],"variable":[]}},"response":[{"id":"a483550c-1443-4d63-988f-245d320691f8","name":"Confirmation Detail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Confirmation Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Confirmation Master Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Employee Confirmation Master Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Fri, 28 Apr 2023 06:37:41 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"73"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": false,\n    \"root\": {\n        \"EmployeeMaster\": {\n            \"EmployeeMasterData\": [\n                {\n                    \"ConfirmationDetails\": {\n                        \"Confirmation\": [\n                            {\n                                \"ConfirmationType\": \"\",\n                                \"ProbationExtensionDays\": \"0\",\n                                \"ConfirmationStatus\": \"Confirmed\",\n                                \"Action\": \"Create\",\n                                \"EmployeeCode\": \"90XXXX\",\n                                \"ConfirmationCode\": \"10XXX/29Aug2022170357/DC\",\n                                \"ConfirmationExtendDate\": \"\",\n                                \"OldConfirmationDate\": \"\",\n                                \"HRRating\": \"\",\n                                \"OrganizationID\": \"10XXX\",\n                                \"ConfirmationDate\": \"2020-07-13\",\n                                \"ModifiedDate\": \"2022-09-22 12:04:51\",\n                                \"ApplicationDate\": \"2022-08-29\",\n                                \"AdditionalComments\": \"\",\n                                \"Remarks\": \"yyy\",\n                                \"EntityCode\": \"XYZ\",\n                                \"CreatedDate\": \"2022-08-29 17:03:57\",\n                                \"ExtendedAutoConfirmEnabled\": \"\",\n                                \"EmployeeName\": \"John Babu\"\n                            },\n                            {\n                                \"ConfirmationType\": \"\",\n                                \"ProbationExtensionDays\": \"0\",\n                                \"ConfirmationStatus\": \"Confirmed\",\n                                \"Action\": \"Create\",\n                                \"EmployeeCode\": \"90XXXX\",\n                                \"ConfirmationCode\": \"C10XXX/29Aug2022170357/DC\",\n                                \"ConfirmationExtendDate\": \"\",\n                                \"OldConfirmationDate\": \"\",\n                                \"HRRating\": \"\",\n                                \"OrganizationID\": \"10XXX\",\n                                \"ConfirmationDate\": \"2020-07-13\",\n                                \"ModifiedDate\": \"2022-09-22 12:04:51\",\n                                \"ApplicationDate\": \"2022-08-29\",\n                                \"AdditionalComments\": \"\",\n                                \"Remarks\": \"yyy\",\n                                \"EntityCode\": \"XYZ\",\n                                \"CreatedDate\": \"2022-08-29 17:03:57\",\n                                \"ExtendedAutoConfirmEnabled\": \"\",\n                                \"EmployeeName\": \"John Babu\"\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    },\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"}],"_postman_id":"1ff35b26-a82d-46b4-b3bd-679a74800a94"}],"id":"0efc4d98-ce07-4b5c-b519-1a13988fe6eb","_postman_id":"0efc4d98-ce07-4b5c-b519-1a13988fe6eb","description":""}],"id":"8b712d61-b342-4c3d-ae81-b5b46ca1caa4","description":"<p>Confirmation module automates the process of confirming employees after their probation period, ensuring timely confirmation. It offers features like raising confirmation requests, confirmation approvals, and confirmation history  tracking, making it efficient for HR teams to manage employee confirmations.</p>\n","_postman_id":"8b712d61-b342-4c3d-ae81-b5b46ca1caa4"},{"name":"Exit","item":[{"name":"Outbound APIs","item":[{"name":"Exit Detail","id":"d2c3cb16-3686-49eb-a6ae-29febbf0b001","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Exit Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee EXIT Master Data","description":"<p>Through this API, User will get exit data as full load for first time following incremental (change only) data. This will cover the details of employee code, approver comment, resignation mode, resignation date, and more.</p>\n","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"description":{"content":"<p>how many days old data (1-3)</p>\n","type":"text/plain"},"key":"flag","value":"2"},{"key":"integrationName","value":"Employee EXIT Master Data"}],"variable":[]}},"response":[{"id":"fc5db222-a3c2-4ad5-8a90-72f7da4f5e8c","name":"Exit Detail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Exit Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee EXIT Master Data","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","integrationframework","outbound"],"query":[{"key":"flag","value":"2","description":"how many days old data (1-3)"},{"key":"integrationName","value":"Employee EXIT Master Data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Fri, 28 Apr 2023 07:49:49 GMT"},{"key":"X-Kong-Upstream-Latency","value":"1"},{"key":"X-Kong-Proxy-Latency","value":"40"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isLoadComplete\": false,\n    \"root\": {\n        \"EmployeeMaster\": {\n            \"EmployeeMasterData\": [\n                {\n                    \"ExitDetails\": {\n                        \"ExitDetail\": [\n                            {\n                                \"UniqueID\": \"78052104123456789\",\n                                \"ApprovedResignationDateHR\": \"2023-01-02\",\n                                \"NDCFinalClearanceDate\": \"2023-01-02\",\n                                \"Regretable\": \"No\",\n                                \"L1ManagerCode\": \"90XXXX\",\n                                \"AppreciationWord\": \"\",\n                                \"SeparationReasonL1\": \"Higher salary\",\n                                \"ReinstateComments\": \"\",\n                                \"CorrespondanceAddress\": \"\",\n                                \"CommentsL1\": \"test\",\n                                \"LeaveBalanceAsOnLWD\": \"\",\n                                \"FNFInitiateCompleteDate\": \"\",\n                                \"NDCTotalPayableAmount\": \"0\",\n                                \"NDCClearanceFinalStatus\": \"Completed\",\n                                \"NoOfWaivedOffDays\": \"2.00\",\n                                \"TenureEmployee\": \"378\",\n                                \"ReinstateLwd\": \"\",\n                                \"ReinstateDoj\": \"\",\n                                \"CorrespondanceNo\": \"7096000270\",\n                                \"SeparationTypeHR\": \"Voluntary\",\n                                \"Status\": \"Generated\",\n                                \"L2ManagerCode\": \"220137\",\n                                \"ResignationType\": \"Voluntary\",\n                                \"ReinstateDate\": \"\",\n                                \"SeparationReason\": \"Higher Studies\",\n                                \"HRManagerCode\": \"90XXXX\",\n                                \"NoticePeriodWaivedOff\": \"Yes\",\n                                \"OrganizationID\": \"10XXX\",\n                                \"IsAbsconding\": \"No\",\n                                \"NoticePeriodWaivedOffType\": \"WaiveOff\",\n                                \"ExpectedLWDEmployee\": \"2023-01-09\",\n                                \"ResignationCompletionDate\": \"2023-01-02\",\n                                \"FinalActionDateL1\": \"2023-01-02\",\n                                \"CreatedDate\": \"\",\n                                \"ResignationMode\": \"Self Initiated\",\n                                \"EmployeeName\": \"Versingji Bachuji Thakor\",\n                                \"NoofRecoveryDays\": \"2.00\",\n                                \"WithdrawComment\": \"\",\n                                \"ApprovedLWDL1\": \"2023-01-09\",\n                                \"Action\": \"Create\",\n                                \"ApproverComments\": \"Test\",\n                                \"IsActive\": \"Yes\",\n                                \"ApprovedRelievingDate\": \"2023-01-13\",\n                                \"ModifiedDate\": \"2023-01-02\",\n                                \"SeparationTypeL1\": \"Voluntary\",\n                                \"FNFFinalComments\": \"\",\n                                \"EmployeeResignationDate\": \"2023-01-02\",\n                                \"RetentionDate\": \"\",\n                                \"CanHireInFuture\": \"Yes\",\n                                \"IsInterCompanyTransfer\": \"No\",\n                                \"FinalApprovedLWD\": \"2023-01-13\",\n                                \"FinalActionL1\": \"Approved Successfully\",\n                                \"FNFReleaseCompleteDate\": \"\",\n                                \"ResignationCode\": \"R10XXX/02Jan2023141216/52\",\n                                \"EmployeeCode\": \"90XXXX\",\n                                \"LeavingReason\": \"Higher Studies\",\n                                \"ApprovedResignationDateL1\": \"2023-01-02\",\n                                \"FNFStatus\": \"Payment\",\n                                \"SeparationReasonHR\": \"Higher salary\",\n                                \"ApprovedLWDHR\": \"2023-01-13\",\n                                \"FinalActionDateHR\": \"2023-01-02\",\n                                \"CorrespondaceEmail\": \"\",\n                                \"CommentsHR\": \"Test\",\n                                \"EmployeeComments\": \"Test\",\n                                \"EntityCode\": \"XYZ\",\n                                \"NDCTotalRecoveryAmount\": \"0\",\n                                \"FinalActionHR\": \"Approved Successfully\"\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    },\n    \"responseDetails\": {\n        \"Message\": \"Processed Successfully.\",\n        \"APIStatusCode\": \"RC2000\",\n        \"Description\": \"Processed Successfully.\"\n    }\n}"}],"_postman_id":"d2c3cb16-3686-49eb-a6ae-29febbf0b001"}],"id":"750e8c26-3b56-4183-b411-b5460cc1c085","_postman_id":"750e8c26-3b56-4183-b411-b5460cc1c085","description":""}],"id":"ec01f7ef-b127-4cc2-bcbe-1db1eb1c01c3","description":"<p>Exit module manages the employee resignation process, including exit requests, exit interviews, and exit documentation. It  offers features like exit checklists, exit clearance, and exit reports, making it streamlined for HR teams to manage employee resignations and ensure a smooth transition.</p>\n","_postman_id":"ec01f7ef-b127-4cc2-bcbe-1db1eb1c01c3"},{"name":"Transactional API","item":[{"name":"Recruit","item":[{"name":"Outbound APIs","item":[{"name":"Jobs Published for Employee Referral*","id":"3d8db732-6996-4bae-a465-037133e53322","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"gradeIDList\": [],\n    \"hiringManagerID\": null,\n    \"recruiterID\": null,\n    \"jobStatus\": null,\n    \"joiningLocation\": null,\n    \"orgUnit\": null,\n    \"worksite\": null,\n    \"postedON\": null,\n    \"pageNumber\": 1,\n    \"pageSize\": 45,\n    \"entityIdList\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/rest/altone/posting/erp/","description":"<p>Through this API of Requisition details user will get the data of requisitions, including job titles, descriptions, required skills, and more.</p>\n","urlObject":{"protocol":"https","path":["api","rest","altone","posting","erp",""],"host":["{{subdomain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"02b8b1f2-c582-4086-90fa-dd638fb978a0","name":"Jobs Published for Employee Referral","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"gradeIDList\": [],\n    \"hiringManagerID\": null,\n    \"recruiterID\": null,\n    \"jobStatus\": null,\n    \"joiningLocation\": null,\n    \"orgUnit\": null,\n    \"worksite\": null,\n    \"postedON\": null,\n    \"pageNumber\": 1,\n    \"pageSize\": 45,\n    \"entityIdList\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/rest/altone/posting/erp/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 May 2023 11:38:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Connection","value":"close"},{"key":"Server","value":"kong/0.14.1"},{"key":"Content-Length","value":"45"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"messageCode\": {\n        \"code\": \"EC200\",\n        \"description\": \"Request executed successfully.\",\n        \"message\": \"Request executed successfully.\"\n    },\n    \"responseData\": [\n        {\n            \"noOfOpening\": 1,\n            \"publishedToCount\": 3,\n            \"skillList\": \"Human Resources, Employee Engagement, Talent Acquisition\",\n            \"sysRequisitionStatus\": \"OPEN\",\n            \"minimumExp\": 2,\n            \"jobTitle\": \"Senior Manager HR\",\n            \"joiningLocation\": \"India>Gujarat>Baroda\",\n            \"label\": \"Open\",\n            \"hiringManager\": \"Hiring Manager - DM5028\",\n            \"postedOnCP\": true,\n            \"requisitionCode\": \"BOS/1383/PS\",\n            \"maximumExp\": 2,\n            \"requisitionId\": 701880,\n            \"orgUnitCode\": \"Company X>Recruitment>Recruitment Services - DET\",\n            \"createdDate\": 1682594871753,\n            \"modifiedDate\": 1682596073590\n        },\n        {\n            \"noOfOpening\": 3,\n            \"publishedToCount\": 1,\n            \"skillList\": \"Inventory Management, Store Management, Business Development, Merchandising\",\n            \"sysRequisitionStatus\": \"OPEN\",\n            \"minimumExp\": 3,\n            \"jobTitle\": \"Store Manager\",\n            \"joiningLocation\": \"India>Delhi>Delhi\",\n            \"label\": \"Open\",\n            \"hiringManager\": \"joon Snow - DM0001\",\n            \"postedOnCP\": false,\n            \"requisitionCode\": \"BOS/1305/PS\",\n            \"maximumExp\": 7,\n            \"requisitionId\": 648463,\n            \"orgUnitCode\": \"Company X>Corporate>Corporate\",\n            \"createdDate\": 1677650853900,\n            \"modifiedDate\": 1682578908447\n        },\n        {\n            \"noOfOpening\": 2,\n            \"publishedToCount\": 3,\n            \"skillList\": \"Fixers\",\n            \"sysRequisitionStatus\": \"OPEN\",\n            \"minimumExp\": 1,\n            \"jobTitle\": \"Senior Tester\",\n            \"joiningLocation\": \"India>Delhi>Delhi\",\n            \"label\": \"Open\",\n            \"hiringManager\": \"Jon Snow - DM0001\",\n            \"postedOnCP\": true,\n            \"requisitionCode\": \"BOS/1378/PS\",\n            \"maximumExp\": 3,\n            \"requisitionId\": 700414,\n            \"orgUnitCode\": \"Company X>Corporate>Corporate\",\n            \"createdDate\": 1682443596740,\n            \"modifiedDate\": 1682443614977\n        },\n        {\n            \"noOfOpening\": 2,\n            \"publishedToCount\": 1,\n            \"skillList\": \"Stability, Manual Testing, Testing, Regression Testing, System Testing, Functional Testing, Software Quality, Test Planning, Logistic Regression, Software Quality Assurance\",\n            \"sysRequisitionStatus\": \"OPEN\",\n            \"minimumExp\": 1,\n            \"jobTitle\": \"Tester\",\n            \"joiningLocation\": \"India>Haryana>Gurugram\",\n            \"label\": \"Open\",\n            \"hiringManager\": \"Jon Snow-DM0001\",\n            \"postedOnCP\": false,\n            \"requisitionCode\": \"PS53\",\n            \"maximumExp\": 3,\n            \"requisitionId\": 187487,\n            \"orgUnitCode\": \"Company X>Technology>Alt>Platform\",\n            \"createdDate\": 1564483343820,\n            \"modifiedDate\": 1568026572437\n        },\n        {\n            \"noOfOpening\": 5,\n            \"publishedToCount\": 3,\n            \"skillList\": \"JavaSE, JavaScript, Core Java, C++, PHP, HTML, Communication Skills, Stability, Overall Rating, PL/SQL, Functional knowledge (Sales/ Operations/ Functional Area), Quality and Complexity of  Assignments handled, Exposure to Best practices, Processes, Quality, Industry Standards, Leadership and ability to manage team, Cultural Fit (Caring, Credibility, Collaborative, Excellence), Innovative thinking(Ability to think out of the box, and challenge the status quo)\",\n            \"sysRequisitionStatus\": \"OPEN\",\n            \"minimumExp\": 5,\n            \"jobTitle\": \"Sr. Software Engineer\",\n            \"joiningLocation\": \"India>Delhi>Delhi\",\n            \"label\": \"Open\",\n            \"hiringManager\": \"Jon Snow-DM0001\",\n            \"postedOnCP\": true,\n            \"requisitionCode\": \"PS59\",\n            \"maximumExp\": 7,\n            \"requisitionId\": 188309,\n            \"orgUnitCode\": \"Company X>Technology>Alt>Architecture\",\n            \"createdDate\": 1565331792250,\n            \"modifiedDate\": 1565331849983\n        }\n    ]\n}\n"}],"_postman_id":"3d8db732-6996-4bae-a465-037133e53322"},{"name":"Candidate Referral Details*","id":"3e82d02b-2661-4223-9dfd-d8e23e461bc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"minExperience\": null,\n    \"genderID\": null,\n    \"industryID\": null,\n    \"functionalAreaID\": null,\n    \"location\": null,\n    \"sourceID\": null,\n    \"stageStatusFilter\": null,\n    \"maxExperience\": null,\n    \"orgUnit\": null,\n    \"worksite\": null,\n    \"jobStatus\": null,\n    \"pageNumber\": 1,\n    \"pageSize\": 45,\n    \"sortBy\": null,\n    \"sortOrder\": null,\n    \"startCreationDate\": null,\n    \"endCreationDate\": null,\n    \"startModificationDate\": null,\n    \"endModificationDate\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/rest/altone/posting/myreferrals/","description":"<p>This API will access and manage candidate documents with ease. This will Retrieve and update candidate documents, such as  resumes, CVs, cover letters, and certifications, through this secure and efficient API.</p>\n","urlObject":{"protocol":"https","path":["rest","altone","posting","myreferrals",""],"host":["{{subdomain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"71a94f7a-a114-43e8-8d80-3a627239f216","name":"Candidate Referral Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"minExperience\": null,\n    \"genderID\": null,\n    \"industryID\": null,\n    \"functionalAreaID\": null,\n    \"location\": null,\n    \"sourceID\": null,\n    \"stageStatusFilter\": null,\n    \"maxExperience\": null,\n    \"orgUnit\": null,\n    \"worksite\": null,\n    \"jobStatus\": null,\n    \"pageNumber\": 1,\n    \"pageSize\": 45,\n    \"sortBy\": null,\n    \"sortOrder\": null,\n    \"startCreationDate\": null,\n    \"endCreationDate\": null,\n    \"startModificationDate\": null,\n    \"endModificationDate\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/rest/altone/posting/myreferrals/"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Tue, 15 Feb 2022 14:32:02 GMT"},{"key":"Content-Type","value":"application/xhtml+xml"},{"key":"Content-Length","value":"2250"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Mon, 01 May 2023 11:46:51 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"messageCode\": {\r\n        \"code\": \"EC200\",\r\n        \"description\": \"Request executed successfully.\",\r\n        \"message\": \"Request executed successfully.\"\r\n    },\r\n    \"responseData\": [\r\n        {\r\n            \"lastName\": \"Shewate\",\r\n            \"inReview\": false,\r\n            \"panVerified\": false,\r\n            \"stageStatus\": \"Pending\",\r\n            \"sysWorkflowStageType\": \"JOINING\",\r\n            \"candidateCode\": \"LTT/168015890000419\",\r\n            \"jobTitle\": \"Sales Manager - Business Development\",\r\n            \"workflowStageID\": 2906,\r\n            \"requisitionCode\": \"BOS/1348/PS\",\r\n            \"stageStatusType\": \"PENDING\",\r\n            \"sourceTypeID\": 3909876,\r\n            \"requisitionId\": 689391,\r\n            \"firstName\": \"Snehal\",\r\n            \"requisitionStatus\": \"OPEN\",\r\n            \"createdDate\": 1680158900007,\r\n            \"stageName\": \"Joining\",\r\n            \"applicantStatusID\": 7885433,\r\n            \"middleName\": \"Pradip\",\r\n            \"location\": \"Phoenix\",\r\n            \"candidateID\": 6225197,\r\n            \"primaryEmail\": \"snehalshewate1@gmail.com\",\r\n            \"workflowID\": 108\r\n        },\r\n        {\r\n            \"lastName\": \"Patil\",\r\n            \"inReview\": false,\r\n            \"panVerified\": false,\r\n            \"stageStatus\": \"Pending\",\r\n            \"sysWorkflowStageType\": \"ASSESSMENT_1\",\r\n            \"candidateCode\": \"LTT/1680159132779831\",\r\n            \"jobTitle\": \"Sales Manager - Business Development\",\r\n            \"workflowStageID\": 2894,\r\n            \"requisitionCode\": \"BOS/1348/PS\",\r\n            \"stageStatusType\": \"PENDING\",\r\n            \"sourceTypeID\": 3909876,\r\n            \"requisitionId\": 689391,\r\n            \"firstName\": \"Sameer\",\r\n            \"requisitionStatus\": \"OPEN\",\r\n            \"createdDate\": 1680159132783,\r\n            \"stageName\": \"Qualitative Assessment\",\r\n            \"applicantStatusID\": 7885432,\r\n            \"candidateID\": 6225219,\r\n            \"primaryEmail\": \"spatil02021@gmail.com\",\r\n            \"workflowID\": 108\r\n        },\r\n        {\r\n            \"lastName\": \"Shewate\",\r\n            \"inReview\": false,\r\n            \"panVerified\": false,\r\n            \"stageStatus\": \"Pending\",\r\n            \"sysWorkflowStageType\": \"SCREENING\",\r\n            \"candidateCode\": \"LTT/168015890000419\",\r\n            \"jobTitle\": \"Tester\",\r\n            \"workflowStageID\": 2890,\r\n            \"requisitionCode\": \"PS53\",\r\n            \"stageStatusType\": \"PENDING\",\r\n            \"sourceTypeID\": 3909876,\r\n            \"requisitionId\": 187487,\r\n            \"firstName\": \"Snehal\",\r\n            \"requisitionStatus\": \"OPEN\",\r\n            \"createdDate\": 1680158900007,\r\n            \"stageName\": \"Screening\",\r\n            \"applicantStatusID\": 7814362,\r\n            \"middleName\": \"Pradip\",\r\n            \"location\": \"Phoenix\",\r\n            \"candidateID\": 6225197,\r\n            \"primaryEmail\": \"snehalshewate1@gmail.com\",\r\n            \"workflowID\": 108\r\n        },\r\n        {\r\n            \"lastName\": \"Patil\",\r\n            \"inReview\": false,\r\n            \"panVerified\": false,\r\n            \"stageStatus\": \"Pending\",\r\n            \"sysWorkflowStageType\": \"SCREENING\",\r\n            \"candidateCode\": \"LTT/1680159132779831\",\r\n            \"jobTitle\": \"Tester\",\r\n            \"workflowStageID\": 2890,\r\n            \"requisitionCode\": \"PS53\",\r\n            \"stageStatusType\": \"PENDING\",\r\n            \"sourceTypeID\": 3909876,\r\n            \"requisitionId\": 187487,\r\n            \"firstName\": \"Sameer\",\r\n            \"requisitionStatus\": \"OPEN\",\r\n            \"createdDate\": 1680159132783,\r\n            \"stageName\": \"Screening\",\r\n            \"applicantStatusID\": 7814287,\r\n            \"candidateID\": 6225219,\r\n            \"primaryEmail\": \"spatil02021@gmail.com\",\r\n            \"workflowID\": 108\r\n        },\r\n        {\r\n            \"lastName\": \"Shewate\",\r\n            \"inReview\": false,\r\n            \"panVerified\": false,\r\n            \"stageStatus\": \"Pending\",\r\n            \"sysWorkflowStageType\": \"INTERVIEW_1\",\r\n            \"candidateCode\": \"LTT/168015890000419\",\r\n            \"jobTitle\": \"Marketing Officer\",\r\n            \"workflowStageID\": 28345,\r\n            \"requisitionCode\": \"BOS/1308/PS\",\r\n            \"stageStatusType\": \"PENDING\",\r\n            \"sourceTypeID\": 3909876,\r\n            \"requisitionId\": 649993,\r\n            \"firstName\": \"Snehal\",\r\n            \"requisitionStatus\": \"OPEN\",\r\n            \"createdDate\": 1680158900007,\r\n            \"stageName\": \"Initial Interview\",\r\n            \"applicantStatusID\": 7814220,\r\n            \"middleName\": \"Pradip\",\r\n            \"location\": \"Phoenix\",\r\n            \"candidateID\": 6225197,\r\n            \"primaryEmail\": \"snehalshewate1@gmail.com\",\r\n            \"workflowID\": 752\r\n        },\r\n        {\r\n            \"inReview\": false,\r\n            \"panVerified\": false,\r\n            \"stageStatus\": \"Pending\",\r\n            \"sysWorkflowStageType\": \"INTERVIEW_1\",\r\n            \"candidateCode\": \"LTT/1680158332597461\",\r\n            \"jobTitle\": \"Marketing Officer\",\r\n            \"workflowStageID\": 28345,\r\n            \"requisitionCode\": \"BOS/1308/PS\",\r\n            \"stageStatusType\": \"PENDING\",\r\n            \"sourceTypeID\": 3909876,\r\n            \"requisitionId\": 649993,\r\n            \"firstName\": \"Aayush\",\r\n            \"requisitionStatus\": \"OPEN\",\r\n            \"createdDate\": 1680158332677,\r\n            \"stageName\": \"Initial Interview\",\r\n            \"applicantStatusID\": 7814037,\r\n            \"location\": \"\",\r\n            \"candidateID\": 6225116,\r\n            \"primaryEmail\": \"aayush.jain@peoplestrong.com\",\r\n            \"workflowID\": 752\r\n        },\r\n        {\r\n            \"lastName\": \"Modi\",\r\n            \"inReview\": false,\r\n            \"panVerified\": false,\r\n            \"stageStatus\": \"Pending\",\r\n            \"sysWorkflowStageType\": \"INTERVIEW_1\",\r\n            \"candidateCode\": \"LTT/1659723454230352\",\r\n            \"jobTitle\": \"Associate - Admin\",\r\n            \"workflowStageID\": 4548,\r\n            \"requisitionCode\": \"BOS1090\",\r\n            \"stageStatusType\": \"PENDING\",\r\n            \"sourceTypeID\": 3909876,\r\n            \"requisitionId\": 548261,\r\n            \"firstName\": \"Akash\",\r\n            \"requisitionStatus\": \"OPEN\",\r\n            \"createdDate\": 1659723454277,\r\n            \"stageName\": \"Interview 1\",\r\n            \"applicantStatusID\": 5557602,\r\n            \"location\": \"Ambala City\",\r\n            \"candidateID\": 5081468,\r\n            \"primaryEmail\": \"Chipill42@gmail.com\",\r\n            \"workflowID\": 148\r\n        },\r\n        {\r\n            \"lastName\": \"wecwqec\",\r\n            \"inReview\": false,\r\n            \"panVerified\": false,\r\n            \"stageStatus\": \"Offer Acceptance\",\r\n            \"sysWorkflowStageType\": \"OFFER\",\r\n            \"candidateCode\": \"LTT/1659723890522770\",\r\n            \"jobTitle\": \"Brand Manager\",\r\n            \"workflowStageID\": 2905,\r\n            \"requisitionCode\": \"BOS1057\",\r\n            \"stageStatusType\": \"OFFERACCEPTANCE\",\r\n            \"sourceTypeID\": 3909876,\r\n            \"requisitionId\": 527021,\r\n            \"firstName\": \"Yash\",\r\n            \"requisitionStatus\": \"OPEN\",\r\n            \"createdDate\": 1659723890527,\r\n            \"stageName\": \"Offer Letter\",\r\n            \"applicantStatusID\": 5353189,\r\n            \"location\": \"Gurgaon\",\r\n            \"candidateID\": 5081497,\r\n            \"primaryEmail\": \"yash@gmail.com\",\r\n            \"workflowID\": 108\r\n        },\r\n        {\r\n            \"lastName\": \"Kashyap\",\r\n            \"inReview\": false,\r\n            \"stageStatus\": \"Pending\",\r\n            \"sysWorkflowStageType\": \"JOINING\",\r\n            \"candidateCode\": \"LNT/1576378631701\",\r\n            \"jobTitle\": \"Store Manager - Domino's\",\r\n            \"workflowStageID\": 5492,\r\n            \"requisitionCode\": \"BOS168\",\r\n            \"stageStatusType\": \"PENDING\",\r\n            \"sourceTypeID\": 3909876,\r\n            \"requisitionId\": 225597,\r\n            \"firstName\": \"Rahul\",\r\n            \"requisitionStatus\": \"OPEN\",\r\n            \"createdDate\": 1576378631893,\r\n            \"stageName\": \"Joining\",\r\n            \"applicantStatusID\": 1112084,\r\n            \"location\": \"Gurgaon\",\r\n            \"candidateID\": 1575980,\r\n            \"primaryEmail\": \"ashbuds@gmail.com\",\r\n            \"workflowID\": 172\r\n        },\r\n        {\r\n            \"lastName\": \"Kashyap\",\r\n            \"inReview\": false,\r\n            \"stageStatus\": \"Scheduled\",\r\n            \"sysWorkflowStageType\": \"INTERVIEW_2\",\r\n            \"candidateCode\": \"LNT/1576378631701\",\r\n            \"jobTitle\": \"Delivery Associate\",\r\n            \"workflowStageID\": 5484,\r\n            \"requisitionCode\": \"BOS166\",\r\n            \"stageStatusType\": \"SCHEDULED-DONE\",\r\n            \"sourceTypeID\": 3909876,\r\n            \"requisitionId\": 225543,\r\n            \"firstName\": \"Rahul\",\r\n            \"requisitionStatus\": \"OPEN\",\r\n            \"createdDate\": 1576378631893,\r\n            \"stageName\": \"Interview \",\r\n            \"applicantStatusID\": 1111699,\r\n            \"location\": \"Gurgaon\",\r\n            \"candidateID\": 1575980,\r\n            \"primaryEmail\": \"ashbuds@gmail.com\",\r\n            \"workflowID\": 172\r\n        },\r\n        {\r\n            \"lastName\": \"Kashyap\",\r\n            \"inReview\": false,\r\n            \"stageStatus\": \"Initiate Wheebox Assessment\",\r\n            \"sysWorkflowStageType\": \"ASSESSMENT\",\r\n            \"candidateCode\": \"LNT/1576378631701\",\r\n            \"jobTitle\": \"Business Development Manager\",\r\n            \"workflowStageID\": 2894,\r\n            \"requisitionCode\": \"BOS161\",\r\n            \"stageStatusType\": \"INITIATEWHEEBOXASSESSMENT\",\r\n            \"sourceTypeID\": 3909876,\r\n            \"requisitionId\": 214188,\r\n            \"firstName\": \"Rahul\",\r\n            \"requisitionStatus\": \"OPEN\",\r\n            \"createdDate\": 1576378631893,\r\n            \"stageName\": \"Qualitative Assessment\",\r\n            \"applicantStatusID\": 1108295,\r\n            \"location\": \"Gurgaon\",\r\n            \"candidateID\": 1575980,\r\n            \"primaryEmail\": \"\",\r\n            \"workflowID\": 108\r\n        }\r\n    ]\r\n}\r\n"}],"_postman_id":"3e82d02b-2661-4223-9dfd-d8e23e461bc1"},{"name":"Career portal Jobs*","id":"f890b40f-5ccb-44dd-b171-1d7292d37dc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/cp/rest/altone/cp/jobs/v1?offset=0&limit=45","description":"<p>User will get a comprehensive list of fields associated with candidate details including contact details, work experience, education, and more, through the API.</p>\n<p>Filters: offset, limit, minExperience, maxExperience, worksite, orgunit, searchString, designation, functionalDesignation, roleType</p>\n","urlObject":{"protocol":"https","path":["api","cp","rest","altone","cp","jobs","v1"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"45"}],"variable":[]}},"response":[{"id":"8e7d8a46-56e7-4dbd-a7a0-cb72e74d1d66","name":"Candidate Status Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/cp/rest/altone/cp/jobs/v1?offset=0&limit=45","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","cp","rest","altone","cp","jobs","v1"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"45"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"471"},{"key":"Connection","value":"close"},{"key":"X-RateLimit-Limit-minute","value":"5000"},{"key":"X-RateLimit-Remaining-minute","value":"4999"},{"key":"Content-Encoding","value":"gzip"},{"key":"Access-Control-Allow-Headers","value":"access-control-allow-headers,access-control-allow-methods,access-control-allow-origin,content-type,X-Requested-With, accept"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Mon, 01 May 2023 11:55:32 GMT"},{"key":"Access-Control-Request-Headers","value":"access-control-allow-headers,access-control-allow-methods,access-control-allow-origin,content-type,X-Requested-With, accept"},{"key":"Last-Modified","value":"Sat, 01 Apr 2023 12:43:28 GMT"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Kong-Request-ID","value":"2891864f-4356-47e7-97ea-638a340ec520#114387986"},{"key":"X-Kong-Upstream-Latency","value":"7"},{"key":"X-Kong-Proxy-Latency","value":"2"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"totalRecords\": 17,\r\n    \"response\": [\r\n        {\r\n            \"organizationUnitComplete\": \"Company Y>Technology>Technology>Engineering\",\r\n            \"jobPostedDate\": \"2023-04-28\",\r\n            \"locationHierarchyComplete\": \"India>Maharashtra>Mumbai\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1388_PS\",\r\n            \"designation\": \"Lead Associate - F&A\",\r\n            \"designationID\": 440797,\r\n            \"requisitionId\": 702037,\r\n            \"jobTitle\": \"Sr. Solution Architect\",\r\n            \"jobCode\": \"BOS/1388/PS\",\r\n            \"openings\": 5,\r\n            \"organizationUnit\": \"Technology\",\r\n            \"industry\": \"IT\",\r\n            \"functionalArea\": null,\r\n            \"role\": \"Software Development > Embedded Technologies\",\r\n            \"jobClosureDate\": \"2023-05-28\",\r\n            \"locationHierarchy\": \"Mumbai\",\r\n            \"expRange\": \"4-12 years\",\r\n            \"CTCRange\": \"550000-625000\",\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"Solution Architecture\",\r\n                    \"SDLC\",\r\n                    \"Enterprise Architecture\",\r\n                    \"Telecommunications\",\r\n                    \"Project Management\",\r\n                    \"PL/SQL\",\r\n                    \"Business Analysis\",\r\n                    \"Business Process\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Recruitment>Recruitment Services - DET\",\r\n            \"jobPostedDate\": \"2023-04-27\",\r\n            \"locationHierarchyComplete\": \"India>Gujarat>Baroda\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1383_PS\",\r\n            \"designation\": \"Business Development Manager\",\r\n            \"designationID\": 845525,\r\n            \"requisitionId\": 701880,\r\n            \"jobTitle\": \"Senior Manager HR\",\r\n            \"jobCode\": \"BOS/1383/PS\",\r\n            \"openings\": 1,\r\n            \"organizationUnit\": \"Recruitment Services - DET\",\r\n            \"industry\": \"IT\",\r\n            \"functionalArea\": null,\r\n            \"role\": \"Accounting / Tax / Company Secretary / Audit > Accounts\",\r\n            \"jobClosureDate\": \"2023-05-27\",\r\n            \"locationHierarchy\": \"Baroda\",\r\n            \"expRange\": \"2-2 years\",\r\n            \"CTCRange\": \"120000-220000\",\r\n            \"skills\": {\r\n                \"mustTohave\": [\r\n                    \"Human Resources\",\r\n                    \"Employee Engagement\"\r\n                ],\r\n                \"goodtohave\": [\r\n                    \"Talent Acquisition\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Corporate>Corporate\",\r\n            \"jobPostedDate\": \"2023-04-25\",\r\n            \"locationHierarchyComplete\": \"India>Delhi>Delhi\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1378_PS\",\r\n            \"designation\": \"Associate - Analytics\",\r\n            \"designationID\": 440775,\r\n            \"requisitionId\": 700414,\r\n            \"jobTitle\": \"Senior Tester\",\r\n            \"jobCode\": \"BOS/1378/PS\",\r\n            \"openings\": 2,\r\n            \"organizationUnit\": \"Corporate\",\r\n            \"industry\": \"IT\",\r\n            \"functionalArea\": null,\r\n            \"role\": \"Accounting / Tax / Company Secretary / Audit > Accounts\",\r\n            \"jobClosureDate\": \"2023-05-18\",\r\n            \"locationHierarchy\": \"Delhi\",\r\n            \"expRange\": \"1-3 years\",\r\n            \"CTCRange\": null,\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"Fixers\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": \"example\",\r\n            \"roleType\": \"Generalist\",\r\n            \"roleContributionType\": \"power band\",\r\n            \"employmentTenureType\": \"short term\",\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Corporate>Corporate\",\r\n            \"jobPostedDate\": \"2023-04-24\",\r\n            \"locationHierarchyComplete\": \"UAE>UAE>UAE\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1373_PS\",\r\n            \"designation\": \"Business Development Manager\",\r\n            \"designationID\": 440806,\r\n            \"requisitionId\": 695238,\r\n            \"jobTitle\": \"SR. HR MANAGER\",\r\n            \"jobCode\": \"BOS/1373/PS\",\r\n            \"openings\": 3,\r\n            \"organizationUnit\": \"Corporate\",\r\n            \"industry\": \"HR\",\r\n            \"functionalArea\": null,\r\n            \"role\": null,\r\n            \"jobClosureDate\": \"2023-05-24\",\r\n            \"locationHierarchy\": \"UAE\",\r\n            \"expRange\": \"3-6 years\",\r\n            \"CTCRange\": null,\r\n            \"skills\": {\r\n                \"mustTohave\": [\r\n                    \"Employee Relations\",\r\n                    \"HR Policies\",\r\n                    \"Personnel Management\",\r\n                    \"Performance Management\"\r\n                ],\r\n                \"goodtohave\": [\r\n                    \"Employee Engagement\",\r\n                    \"Human Resources\",\r\n                    \"HRIS\",\r\n                    \"Strategic HR\",\r\n                    \"Talent Acquisition\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 1500000,\r\n            \"maxBudgetSalary\": 2200000\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Corporate>Corporate>Corporate\",\r\n            \"jobPostedDate\": \"2023-04-21\",\r\n            \"locationHierarchyComplete\": \"India>Maharashtra>Aurangabad\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1372_PS\",\r\n            \"designation\": \"Executive \",\r\n            \"designationID\": 440779,\r\n            \"requisitionId\": 695087,\r\n            \"jobTitle\": \"Call Center Agent\",\r\n            \"jobCode\": \"BOS/1372/PS\",\r\n            \"openings\": 1,\r\n            \"organizationUnit\": \"Corporate\",\r\n            \"industry\": null,\r\n            \"functionalArea\": null,\r\n            \"role\": null,\r\n            \"jobClosureDate\": \"2023-05-21\",\r\n            \"locationHierarchy\": \"Aurangabad\",\r\n            \"expRange\": \"1-3 years\",\r\n            \"CTCRange\": \"200000-350000\",\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"Call Centers\",\r\n                    \"BPO\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": \"short term\",\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Corporate>Corporate\",\r\n            \"jobPostedDate\": \"2023-04-17\",\r\n            \"locationHierarchyComplete\": \"India>Delhi>Delhi\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1370_PS\",\r\n            \"designation\": \"Business Development Manager\",\r\n            \"designationID\": 440806,\r\n            \"requisitionId\": 694837,\r\n            \"jobTitle\": \"SR. HR MANAGER\",\r\n            \"jobCode\": \"BOS/1370/PS\",\r\n            \"openings\": 1,\r\n            \"organizationUnit\": \"Corporate\",\r\n            \"industry\": \"HR\",\r\n            \"functionalArea\": null,\r\n            \"role\": null,\r\n            \"jobClosureDate\": \"2023-05-01\",\r\n            \"locationHierarchy\": \"Delhi\",\r\n            \"expRange\": \"3-6 years\",\r\n            \"CTCRange\": null,\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"Employee Engagement\",\r\n                    \"Human Resources\",\r\n                    \"Employee Relations\",\r\n                    \"HR Policies\",\r\n                    \"HRIS\",\r\n                    \"Personnel Management\",\r\n                    \"Strategic HR\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 1500000,\r\n            \"maxBudgetSalary\": 2200000\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Corporate>Corporate\",\r\n            \"jobPostedDate\": \"2023-04-17\",\r\n            \"locationHierarchyComplete\": \"India>Delhi>Delhi\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1369_PS\",\r\n            \"designation\": \"Business Development Manager\",\r\n            \"designationID\": 440806,\r\n            \"requisitionId\": 694812,\r\n            \"jobTitle\": \"SR. HR MANAGER\",\r\n            \"jobCode\": \"BOS/1369/PS\",\r\n            \"openings\": 1,\r\n            \"organizationUnit\": \"Corporate\",\r\n            \"industry\": \"HR\",\r\n            \"functionalArea\": null,\r\n            \"role\": null,\r\n            \"jobClosureDate\": \"2023-05-16\",\r\n            \"locationHierarchy\": \"Delhi\",\r\n            \"expRange\": \"3-6 years\",\r\n            \"CTCRange\": null,\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"Employee Engagement\",\r\n                    \"Human Resources\",\r\n                    \"Employee Relations\",\r\n                    \"HR Policies\",\r\n                    \"HRIS\",\r\n                    \"Personnel Management\",\r\n                    \"Strategic HR\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 1500000,\r\n            \"maxBudgetSalary\": 2200000\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Recruitment>Recruitment Services - DET>RPO\",\r\n            \"jobPostedDate\": \"2023-04-10\",\r\n            \"locationHierarchyComplete\": \"UAE>UAE>UAE\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1362_PS\",\r\n            \"designation\": \"Associate - Admin\",\r\n            \"designationID\": 440646,\r\n            \"requisitionId\": 691639,\r\n            \"jobTitle\": \"Senior Manager HR\",\r\n            \"jobCode\": \"BOS/1362/PS\",\r\n            \"openings\": 0,\r\n            \"organizationUnit\": \"Recruitment Services - DET\",\r\n            \"industry\": \"IT\",\r\n            \"functionalArea\": null,\r\n            \"role\": \"Accounting / Tax / Company Secretary / Audit > Accounts\",\r\n            \"jobClosureDate\": \"2023-05-10\",\r\n            \"locationHierarchy\": \"UAE\",\r\n            \"expRange\": \"2-2 years\",\r\n            \"CTCRange\": \"120000-220000\",\r\n            \"skills\": {\r\n                \"mustTohave\": [\r\n                    \"Human Resources\",\r\n                    \"Employee Engagement\",\r\n                    \"Talent Acquisition\",\r\n                    \"Employee Relations\",\r\n                    \"Performance Management\"\r\n                ],\r\n                \"goodtohave\": [\r\n                    \"Talent Management\",\r\n                    \"HRIS\",\r\n                    \"Personnel Management\",\r\n                    \"HR Policies\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Recruitment>Recruitment Services - DET>RPO\",\r\n            \"jobPostedDate\": \"2023-04-10\",\r\n            \"locationHierarchyComplete\": \"UAE>UAE>UAE\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1363_PS\",\r\n            \"designation\": \"Associate - Admin\",\r\n            \"designationID\": 440646,\r\n            \"requisitionId\": 691843,\r\n            \"jobTitle\": \"Senior Manager HR\",\r\n            \"jobCode\": \"BOS/1363/PS\",\r\n            \"openings\": 7,\r\n            \"organizationUnit\": \"Recruitment Services - DET\",\r\n            \"industry\": \"IT\",\r\n            \"functionalArea\": null,\r\n            \"role\": \"Accounting / Tax / Company Secretary / Audit > Accounts\",\r\n            \"jobClosureDate\": \"2023-05-10\",\r\n            \"locationHierarchy\": \"UAE\",\r\n            \"expRange\": \"2-2 years\",\r\n            \"CTCRange\": \"120000-220000\",\r\n            \"skills\": {\r\n                \"mustTohave\": [\r\n                    \"Human Resources\",\r\n                    \"Employee Engagement\",\r\n                    \"Talent Acquisition\",\r\n                    \"Employee Relations\",\r\n                    \"Personnel Management\",\r\n                    \"HR Policies\"\r\n                ],\r\n                \"goodtohave\": [\r\n                    \"Talent Management\",\r\n                    \"Performance Management\",\r\n                    \"HRIS\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company Y>Business Growth>Sales &  Account Management>Sales &  Account Management\",\r\n            \"jobPostedDate\": \"2023-04-06\",\r\n            \"locationHierarchyComplete\": \"India>Haryana>Gurugram\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1356_PS\",\r\n            \"designation\": \"Executive \",\r\n            \"designationID\": 440779,\r\n            \"requisitionId\": 690863,\r\n            \"jobTitle\": \"24*7 Client 3: Voice\",\r\n            \"jobCode\": \"BOS/1356/PS\",\r\n            \"openings\": 1,\r\n            \"organizationUnit\": \"Sales &  Account Management\",\r\n            \"industry\": null,\r\n            \"functionalArea\": null,\r\n            \"role\": null,\r\n            \"jobClosureDate\": \"2023-05-06\",\r\n            \"locationHierarchy\": \"Gurugram\",\r\n            \"expRange\": \"0-3 years\",\r\n            \"CTCRange\": \"120000-180000\",\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"Customer Satisfaction\",\r\n                    \"Customer Support\",\r\n                    \"Business English\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company Y>Internal Security Group>Lifeline>Lifeline\",\r\n            \"jobPostedDate\": \"2023-04-24\",\r\n            \"locationHierarchyComplete\": \"India>Maharashtra>Mumbai\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1353_PS\",\r\n            \"designation\": \"Senior Manager - Asset Mgt\",\r\n            \"designationID\": 440818,\r\n            \"requisitionId\": 689473,\r\n            \"jobTitle\": \"Compliance Officer\",\r\n            \"jobCode\": \"BOS/1353/PS\",\r\n            \"openings\": 5,\r\n            \"organizationUnit\": \"Lifeline\",\r\n            \"industry\": null,\r\n            \"functionalArea\": null,\r\n            \"role\": null,\r\n            \"jobClosureDate\": \"2023-05-24\",\r\n            \"locationHierarchy\": \"Mumbai\",\r\n            \"expRange\": \"2-2 years\",\r\n            \"CTCRange\": \"50000-800000\",\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"AMLS\",\r\n                    \"Corporate Law\",\r\n                    \"Due Diligence\",\r\n                    \"Risk Management\",\r\n                    \"Corporate Finance\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Corporate>Corporate>Corporate\",\r\n            \"jobPostedDate\": \"2023-04-17\",\r\n            \"locationHierarchyComplete\": \"India>Gujarat>Anand\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1347_PS\",\r\n            \"designation\": \"Executive \",\r\n            \"designationID\": 440779,\r\n            \"requisitionId\": 689388,\r\n            \"jobTitle\": \"Business Development Manager-Bng\",\r\n            \"jobCode\": \"BOS/1347/PS\",\r\n            \"openings\": 3,\r\n            \"organizationUnit\": \"Corporate\",\r\n            \"industry\": \"Education / Teaching / Training\",\r\n            \"functionalArea\": null,\r\n            \"role\": null,\r\n            \"jobClosureDate\": \"2023-05-17\",\r\n            \"locationHierarchy\": \"Anand\",\r\n            \"expRange\": \"3-5 years\",\r\n            \"CTCRange\": \"5-7\",\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"Business Development\",\r\n                    \"New Business Development\",\r\n                    \"Key Account Management\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Corporate>Corporate>Corporate\",\r\n            \"jobPostedDate\": \"2023-04-10\",\r\n            \"locationHierarchyComplete\": \"India>Gujarat>Anand\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1346_PS\",\r\n            \"designation\": \"Executive \",\r\n            \"designationID\": 440779,\r\n            \"requisitionId\": 689385,\r\n            \"jobTitle\": \"Business Development Manager\",\r\n            \"jobCode\": \"BOS/1346/PS\",\r\n            \"openings\": 1,\r\n            \"organizationUnit\": \"Corporate\",\r\n            \"industry\": \"IT\",\r\n            \"functionalArea\": null,\r\n            \"role\": null,\r\n            \"jobClosureDate\": \"2023-05-10\",\r\n            \"locationHierarchy\": \"Anand\",\r\n            \"expRange\": \"3-5 years\",\r\n            \"CTCRange\": \"5-7\",\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"Business Development\",\r\n                    \"New Business Development\",\r\n                    \"Key Account Management\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Business Growth>Sales & Account Management>Account Management\",\r\n            \"jobPostedDate\": \"2023-03-28\",\r\n            \"locationHierarchyComplete\": \"India>Karnataka>Bangalore\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1331_PS\",\r\n            \"designation\": \"Associate - Analytics\",\r\n            \"designationID\": 440775,\r\n            \"requisitionId\": 654246,\r\n            \"jobTitle\": \"Branch Manager\",\r\n            \"jobCode\": \"BOS/1331/PS\",\r\n            \"openings\": 5,\r\n            \"organizationUnit\": \"Sales & Account Management\",\r\n            \"industry\": \"Finance\",\r\n            \"functionalArea\": null,\r\n            \"role\": \"Banking / Insurance > Banking Operations\",\r\n            \"jobClosureDate\": \"2023-05-31\",\r\n            \"locationHierarchy\": \"Bangalore\",\r\n            \"expRange\": \"3-5 years\",\r\n            \"CTCRange\": null,\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"Business Development\",\r\n                    \"Relationship Management\",\r\n                    \"Retail Banking\",\r\n                    \"Cross Selling\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": \"example\",\r\n            \"roleType\": \"Generalist\",\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": \"short term\",\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Corporate>Corporate\",\r\n            \"jobPostedDate\": \"2023-03-15\",\r\n            \"locationHierarchyComplete\": \"India>Delhi>Delhi\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1312_PS\",\r\n            \"designation\": \"Senior Director - Airline Solutions\",\r\n            \"designationID\": 440856,\r\n            \"requisitionId\": 650654,\r\n            \"jobTitle\": \"DRAFT JOB 3\",\r\n            \"jobCode\": \"BOS/1312/PS\",\r\n            \"openings\": 2,\r\n            \"organizationUnit\": \"Corporate\",\r\n            \"industry\": null,\r\n            \"functionalArea\": null,\r\n            \"role\": null,\r\n            \"jobClosureDate\": \"2023-05-31\",\r\n            \"locationHierarchy\": \"Delhi\",\r\n            \"expRange\": \"3-3 years\",\r\n            \"CTCRange\": null,\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"Fixers\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Human Capital Management>COT>Implementation\",\r\n            \"jobPostedDate\": \"2023-04-21\",\r\n            \"locationHierarchyComplete\": \"India>Gujarat>Baroda\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS734\",\r\n            \"designation\": \"Senior Manager - Asset Mgt\",\r\n            \"designationID\": 440818,\r\n            \"requisitionId\": 327834,\r\n            \"jobTitle\": \"HR Manager\",\r\n            \"jobCode\": \"BOS734\",\r\n            \"openings\": 1,\r\n            \"organizationUnit\": \"COT\",\r\n            \"industry\": null,\r\n            \"functionalArea\": null,\r\n            \"role\": \"Accounting / Tax / Company Secretary / Audit > Accounts\",\r\n            \"jobClosureDate\": \"2023-05-05\",\r\n            \"locationHierarchy\": \"Baroda\",\r\n            \"expRange\": \"2-2 years\",\r\n            \"CTCRange\": \"120000-220000\",\r\n            \"skills\": {\r\n                \"mustTohave\": [\r\n                    \"Human Resources\",\r\n                    \"Employee Engagement\"\r\n                ],\r\n                \"goodtohave\": [\r\n                    \"Talent Acquisition\",\r\n                    \"Talent Management\",\r\n                    \"HR Policies\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Technology>Alt>Architecture\",\r\n            \"jobPostedDate\": \"2019-08-09\",\r\n            \"locationHierarchyComplete\": \"India>Delhi>Delhi\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/PS59\",\r\n            \"designation\": \"Senior Software Engineer\",\r\n            \"designationID\": 440835,\r\n            \"requisitionId\": 188309,\r\n            \"jobTitle\": \"Sr. Software Engineer\",\r\n            \"jobCode\": \"PS59\",\r\n            \"openings\": 5,\r\n            \"organizationUnit\": \"Alt\",\r\n            \"industry\": null,\r\n            \"functionalArea\": null,\r\n            \"role\": \"Accounting / Tax / Company Secretary / Audit > Finance & Audits\",\r\n            \"jobClosureDate\": \"2025-07-10\",\r\n            \"locationHierarchy\": \"Delhi\",\r\n            \"expRange\": \"5-7 years\",\r\n            \"CTCRange\": \"5-6\",\r\n            \"skills\": {\r\n                \"mustTohave\": [\r\n                    \"Communication Skills\",\r\n                    \"Stability\",\r\n                    \"Overall Rating\",\r\n                    \"Functional knowledge (Sales/ Operations/ Functional Area)\",\r\n                    \"Quality and Complexity of  Assignments handled\",\r\n                    \"Exposure to Best practices, Processes, Quality, Industry Standards\",\r\n                    \"Leadership and ability to manage team\",\r\n                    \"Cultural Fit (Caring, Credibility, Collaborative, Excellence)\",\r\n                    \"Innovative thinking(Ability to think out of the box, and challenge the status quo)\"\r\n                ],\r\n                \"goodtohave\": [\r\n                    \"JavaSE\",\r\n                    \"JavaScript\",\r\n                    \"Core Java\",\r\n                    \"C++\",\r\n                    \"PHP\",\r\n                    \"HTML\",\r\n                    \"PL/SQL\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        }\r\n    ],\r\n    \"messageCode\": {\r\n        \"code\": 200,\r\n        \"messages\": \"success\"\r\n    },\r\n    \"solrSearch\": false\r\n}\r\n"}],"_postman_id":"f890b40f-5ccb-44dd-b171-1d7292d37dc5"},{"name":"Career portal Jobs Published on Career Portal*","id":"4067fbd6-2e5e-461e-b022-6cb46bd612e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/cp/rest/altone/cp/jobs/v1?offset=0&limit=45","description":"<p>This API will retrieve and send detailed job information, including job titles, descriptions, locations, and more.</p>\n<p>Filters: id (Candidate id), type (draft), section(basic, personal, work, internship, education, skill, language, document)</p>\n","urlObject":{"protocol":"https","path":["api","cp","rest","altone","cp","jobs","v1"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"45"}],"variable":[]}},"response":[{"id":"2b6d3a28-2820-42f7-94eb-e900dad94c25","name":"Career portal Jobs Published on Career Portal","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/cp/rest/altone/cp/jobs/v1?offset=0&limit=45","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","cp","rest","altone","cp","jobs","v1"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"45"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"471"},{"key":"Connection","value":"close"},{"key":"X-RateLimit-Limit-minute","value":"5000"},{"key":"X-RateLimit-Remaining-minute","value":"4999"},{"key":"Content-Encoding","value":"gzip"},{"key":"Access-Control-Allow-Headers","value":"access-control-allow-headers,access-control-allow-methods,access-control-allow-origin,content-type,X-Requested-With, accept"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Mon, 01 May 2023 12:01:32 GMT"},{"key":"Access-Control-Request-Headers","value":"access-control-allow-headers,access-control-allow-methods,access-control-allow-origin,content-type,X-Requested-With, accept"},{"key":"Last-Modified","value":"Sat, 01 Apr 2023 12:43:28 GMT"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Kong-Request-ID","value":"2891864f-4356-47e7-97ea-638a340ec520#114408317"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"1"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"totalRecords\": 17,\r\n    \"response\": [\r\n        {\r\n            \"organizationUnitComplete\": \"Company Y>Technology>Technology>Engineering\",\r\n            \"jobPostedDate\": \"2023-04-28\",\r\n            \"locationHierarchyComplete\": \"India>Maharashtra>Mumbai\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1388_PS\",\r\n            \"designation\": \"Lead Associate - F&A\",\r\n            \"designationID\": 440797,\r\n            \"requisitionId\": 702037,\r\n            \"jobTitle\": \"Sr. Solution Architect\",\r\n            \"jobCode\": \"BOS/1388/PS\",\r\n            \"openings\": 5,\r\n            \"organizationUnit\": \"Technology\",\r\n            \"industry\": \"IT\",\r\n            \"functionalArea\": null,\r\n            \"role\": \"Software Development > Embedded Technologies\",\r\n            \"jobClosureDate\": \"2023-05-28\",\r\n            \"locationHierarchy\": \"Mumbai\",\r\n            \"expRange\": \"4-12 years\",\r\n            \"CTCRange\": \"550000-625000\",\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"Solution Architecture\",\r\n                    \"SDLC\",\r\n                    \"Enterprise Architecture\",\r\n                    \"Telecommunications\",\r\n                    \"Project Management\",\r\n                    \"PL/SQL\",\r\n                    \"Business Analysis\",\r\n                    \"Business Process\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Recruitment>Recruitment Services - DET\",\r\n            \"jobPostedDate\": \"2023-04-27\",\r\n            \"locationHierarchyComplete\": \"India>Gujarat>Baroda\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1383_PS\",\r\n            \"designation\": \"Business Development Manager\",\r\n            \"designationID\": 845525,\r\n            \"requisitionId\": 701880,\r\n            \"jobTitle\": \"Senior Manager HR\",\r\n            \"jobCode\": \"BOS/1383/PS\",\r\n            \"openings\": 1,\r\n            \"organizationUnit\": \"Recruitment Services - DET\",\r\n            \"industry\": \"IT\",\r\n            \"functionalArea\": null,\r\n            \"role\": \"Accounting / Tax / Company Secretary / Audit > Accounts\",\r\n            \"jobClosureDate\": \"2023-05-27\",\r\n            \"locationHierarchy\": \"Baroda\",\r\n            \"expRange\": \"2-2 years\",\r\n            \"CTCRange\": \"120000-220000\",\r\n            \"skills\": {\r\n                \"mustTohave\": [\r\n                    \"Human Resources\",\r\n                    \"Employee Engagement\"\r\n                ],\r\n                \"goodtohave\": [\r\n                    \"Talent Acquisition\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Corporate>Corporate\",\r\n            \"jobPostedDate\": \"2023-04-25\",\r\n            \"locationHierarchyComplete\": \"India>Delhi>Delhi\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1378_PS\",\r\n            \"designation\": \"Associate - Analytics\",\r\n            \"designationID\": 440775,\r\n            \"requisitionId\": 700414,\r\n            \"jobTitle\": \"Senior Tester\",\r\n            \"jobCode\": \"BOS/1378/PS\",\r\n            \"openings\": 2,\r\n            \"organizationUnit\": \"Corporate\",\r\n            \"industry\": \"IT\",\r\n            \"functionalArea\": null,\r\n            \"role\": \"Accounting / Tax / Company Secretary / Audit > Accounts\",\r\n            \"jobClosureDate\": \"2023-05-18\",\r\n            \"locationHierarchy\": \"Delhi\",\r\n            \"expRange\": \"1-3 years\",\r\n            \"CTCRange\": null,\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"Fixers\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": \"example\",\r\n            \"roleType\": \"Generalist\",\r\n            \"roleContributionType\": \"power band\",\r\n            \"employmentTenureType\": \"short term\",\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Corporate>Corporate\",\r\n            \"jobPostedDate\": \"2023-04-24\",\r\n            \"locationHierarchyComplete\": \"UAE>UAE>UAE\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1373_PS\",\r\n            \"designation\": \"Business Development Manager\",\r\n            \"designationID\": 440806,\r\n            \"requisitionId\": 695238,\r\n            \"jobTitle\": \"SR. HR MANAGER\",\r\n            \"jobCode\": \"BOS/1373/PS\",\r\n            \"openings\": 3,\r\n            \"organizationUnit\": \"Corporate\",\r\n            \"industry\": \"HR\",\r\n            \"functionalArea\": null,\r\n            \"role\": null,\r\n            \"jobClosureDate\": \"2023-05-24\",\r\n            \"locationHierarchy\": \"UAE\",\r\n            \"expRange\": \"3-6 years\",\r\n            \"CTCRange\": null,\r\n            \"skills\": {\r\n                \"mustTohave\": [\r\n                    \"Employee Relations\",\r\n                    \"HR Policies\",\r\n                    \"Personnel Management\",\r\n                    \"Performance Management\"\r\n                ],\r\n                \"goodtohave\": [\r\n                    \"Employee Engagement\",\r\n                    \"Human Resources\",\r\n                    \"HRIS\",\r\n                    \"Strategic HR\",\r\n                    \"Talent Acquisition\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 1500000,\r\n            \"maxBudgetSalary\": 2200000\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Corporate>Corporate>Corporate\",\r\n            \"jobPostedDate\": \"2023-04-21\",\r\n            \"locationHierarchyComplete\": \"India>Maharashtra>Aurangabad\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1372_PS\",\r\n            \"designation\": \"Executive \",\r\n            \"designationID\": 440779,\r\n            \"requisitionId\": 695087,\r\n            \"jobTitle\": \"Call Center Agent\",\r\n            \"jobCode\": \"BOS/1372/PS\",\r\n            \"openings\": 1,\r\n            \"organizationUnit\": \"Corporate\",\r\n            \"industry\": null,\r\n            \"functionalArea\": null,\r\n            \"role\": null,\r\n            \"jobClosureDate\": \"2023-05-21\",\r\n            \"locationHierarchy\": \"Aurangabad\",\r\n            \"expRange\": \"1-3 years\",\r\n            \"CTCRange\": \"200000-350000\",\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"Call Centers\",\r\n                    \"BPO\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": \"short term\",\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Corporate>Corporate\",\r\n            \"jobPostedDate\": \"2023-04-17\",\r\n            \"locationHierarchyComplete\": \"India>Delhi>Delhi\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1370_PS\",\r\n            \"designation\": \"Business Development Manager\",\r\n            \"designationID\": 440806,\r\n            \"requisitionId\": 694837,\r\n            \"jobTitle\": \"SR. HR MANAGER\",\r\n            \"jobCode\": \"BOS/1370/PS\",\r\n            \"openings\": 1,\r\n            \"organizationUnit\": \"Corporate\",\r\n            \"industry\": \"HR\",\r\n            \"functionalArea\": null,\r\n            \"role\": null,\r\n            \"jobClosureDate\": \"2023-05-01\",\r\n            \"locationHierarchy\": \"Delhi\",\r\n            \"expRange\": \"3-6 years\",\r\n            \"CTCRange\": null,\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"Employee Engagement\",\r\n                    \"Human Resources\",\r\n                    \"Employee Relations\",\r\n                    \"HR Policies\",\r\n                    \"HRIS\",\r\n                    \"Personnel Management\",\r\n                    \"Strategic HR\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 1500000,\r\n            \"maxBudgetSalary\": 2200000\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Corporate>Corporate\",\r\n            \"jobPostedDate\": \"2023-04-17\",\r\n            \"locationHierarchyComplete\": \"India>Delhi>Delhi\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1369_PS\",\r\n            \"designation\": \"Business Development Manager\",\r\n            \"designationID\": 440806,\r\n            \"requisitionId\": 694812,\r\n            \"jobTitle\": \"SR. HR MANAGER\",\r\n            \"jobCode\": \"BOS/1369/PS\",\r\n            \"openings\": 1,\r\n            \"organizationUnit\": \"Corporate\",\r\n            \"industry\": \"HR\",\r\n            \"functionalArea\": null,\r\n            \"role\": null,\r\n            \"jobClosureDate\": \"2023-05-16\",\r\n            \"locationHierarchy\": \"Delhi\",\r\n            \"expRange\": \"3-6 years\",\r\n            \"CTCRange\": null,\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"Employee Engagement\",\r\n                    \"Human Resources\",\r\n                    \"Employee Relations\",\r\n                    \"HR Policies\",\r\n                    \"HRIS\",\r\n                    \"Personnel Management\",\r\n                    \"Strategic HR\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 1500000,\r\n            \"maxBudgetSalary\": 2200000\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Recruitment>Recruitment Services - DET>RPO\",\r\n            \"jobPostedDate\": \"2023-04-10\",\r\n            \"locationHierarchyComplete\": \"UAE>UAE>UAE\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1362_PS\",\r\n            \"designation\": \"Associate - Admin\",\r\n            \"designationID\": 440646,\r\n            \"requisitionId\": 691639,\r\n            \"jobTitle\": \"Senior Manager HR\",\r\n            \"jobCode\": \"BOS/1362/PS\",\r\n            \"openings\": 0,\r\n            \"organizationUnit\": \"Recruitment Services - DET\",\r\n            \"industry\": \"IT\",\r\n            \"functionalArea\": null,\r\n            \"role\": \"Accounting / Tax / Company Secretary / Audit > Accounts\",\r\n            \"jobClosureDate\": \"2023-05-10\",\r\n            \"locationHierarchy\": \"UAE\",\r\n            \"expRange\": \"2-2 years\",\r\n            \"CTCRange\": \"120000-220000\",\r\n            \"skills\": {\r\n                \"mustTohave\": [\r\n                    \"Human Resources\",\r\n                    \"Employee Engagement\",\r\n                    \"Talent Acquisition\",\r\n                    \"Employee Relations\",\r\n                    \"Performance Management\"\r\n                ],\r\n                \"goodtohave\": [\r\n                    \"Talent Management\",\r\n                    \"HRIS\",\r\n                    \"Personnel Management\",\r\n                    \"HR Policies\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Recruitment>Recruitment Services - DET>RPO\",\r\n            \"jobPostedDate\": \"2023-04-10\",\r\n            \"locationHierarchyComplete\": \"UAE>UAE>UAE\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1363_PS\",\r\n            \"designation\": \"Associate - Admin\",\r\n            \"designationID\": 440646,\r\n            \"requisitionId\": 691843,\r\n            \"jobTitle\": \"Senior Manager HR\",\r\n            \"jobCode\": \"BOS/1363/PS\",\r\n            \"openings\": 7,\r\n            \"organizationUnit\": \"Recruitment Services - DET\",\r\n            \"industry\": \"IT\",\r\n            \"functionalArea\": null,\r\n            \"role\": \"Accounting / Tax / Company Secretary / Audit > Accounts\",\r\n            \"jobClosureDate\": \"2023-05-10\",\r\n            \"locationHierarchy\": \"UAE\",\r\n            \"expRange\": \"2-2 years\",\r\n            \"CTCRange\": \"120000-220000\",\r\n            \"skills\": {\r\n                \"mustTohave\": [\r\n                    \"Human Resources\",\r\n                    \"Employee Engagement\",\r\n                    \"Talent Acquisition\",\r\n                    \"Employee Relations\",\r\n                    \"Personnel Management\",\r\n                    \"HR Policies\"\r\n                ],\r\n                \"goodtohave\": [\r\n                    \"Talent Management\",\r\n                    \"Performance Management\",\r\n                    \"HRIS\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company Y>Business Growth>Sales &  Account Management>Sales &  Account Management\",\r\n            \"jobPostedDate\": \"2023-04-06\",\r\n            \"locationHierarchyComplete\": \"India>Haryana>Gurugram\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1356_PS\",\r\n            \"designation\": \"Executive \",\r\n            \"designationID\": 440779,\r\n            \"requisitionId\": 690863,\r\n            \"jobTitle\": \"24*7 Client 3: Voice\",\r\n            \"jobCode\": \"BOS/1356/PS\",\r\n            \"openings\": 1,\r\n            \"organizationUnit\": \"Sales &  Account Management\",\r\n            \"industry\": null,\r\n            \"functionalArea\": null,\r\n            \"role\": null,\r\n            \"jobClosureDate\": \"2023-05-06\",\r\n            \"locationHierarchy\": \"Gurugram\",\r\n            \"expRange\": \"0-3 years\",\r\n            \"CTCRange\": \"120000-180000\",\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"Customer Satisfaction\",\r\n                    \"Customer Support\",\r\n                    \"Business English\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company Y>Internal Security Group>Lifeline>Lifeline\",\r\n            \"jobPostedDate\": \"2023-04-24\",\r\n            \"locationHierarchyComplete\": \"India>Maharashtra>Mumbai\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1353_PS\",\r\n            \"designation\": \"Senior Manager - Asset Mgt\",\r\n            \"designationID\": 440818,\r\n            \"requisitionId\": 689473,\r\n            \"jobTitle\": \"Compliance Officer\",\r\n            \"jobCode\": \"BOS/1353/PS\",\r\n            \"openings\": 5,\r\n            \"organizationUnit\": \"Lifeline\",\r\n            \"industry\": null,\r\n            \"functionalArea\": null,\r\n            \"role\": null,\r\n            \"jobClosureDate\": \"2023-05-24\",\r\n            \"locationHierarchy\": \"Mumbai\",\r\n            \"expRange\": \"2-2 years\",\r\n            \"CTCRange\": \"50000-800000\",\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"AMLS\",\r\n                    \"Corporate Law\",\r\n                    \"Due Diligence\",\r\n                    \"Risk Management\",\r\n                    \"Corporate Finance\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Corporate>Corporate>Corporate\",\r\n            \"jobPostedDate\": \"2023-04-17\",\r\n            \"locationHierarchyComplete\": \"India>Gujarat>Anand\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1347_PS\",\r\n            \"designation\": \"Executive \",\r\n            \"designationID\": 440779,\r\n            \"requisitionId\": 689388,\r\n            \"jobTitle\": \"Business Development Manager-Bng\",\r\n            \"jobCode\": \"BOS/1347/PS\",\r\n            \"openings\": 3,\r\n            \"organizationUnit\": \"Corporate\",\r\n            \"industry\": \"Education / Teaching / Training\",\r\n            \"functionalArea\": null,\r\n            \"role\": null,\r\n            \"jobClosureDate\": \"2023-05-17\",\r\n            \"locationHierarchy\": \"Anand\",\r\n            \"expRange\": \"3-5 years\",\r\n            \"CTCRange\": \"5-7\",\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"Business Development\",\r\n                    \"New Business Development\",\r\n                    \"Key Account Management\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Corporate>Corporate>Corporate\",\r\n            \"jobPostedDate\": \"2023-04-10\",\r\n            \"locationHierarchyComplete\": \"India>Gujarat>Anand\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1346_PS\",\r\n            \"designation\": \"Executive \",\r\n            \"designationID\": 440779,\r\n            \"requisitionId\": 689385,\r\n            \"jobTitle\": \"Business Development Manager\",\r\n            \"jobCode\": \"BOS/1346/PS\",\r\n            \"openings\": 1,\r\n            \"organizationUnit\": \"Corporate\",\r\n            \"industry\": \"IT\",\r\n            \"functionalArea\": null,\r\n            \"role\": null,\r\n            \"jobClosureDate\": \"2023-05-10\",\r\n            \"locationHierarchy\": \"Anand\",\r\n            \"expRange\": \"3-5 years\",\r\n            \"CTCRange\": \"5-7\",\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"Business Development\",\r\n                    \"New Business Development\",\r\n                    \"Key Account Management\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Business Growth>Sales & Account Management>Account Management\",\r\n            \"jobPostedDate\": \"2023-03-28\",\r\n            \"locationHierarchyComplete\": \"India>Karnataka>Bangalore\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1331_PS\",\r\n            \"designation\": \"Associate - Analytics\",\r\n            \"designationID\": 440775,\r\n            \"requisitionId\": 654246,\r\n            \"jobTitle\": \"Branch Manager\",\r\n            \"jobCode\": \"BOS/1331/PS\",\r\n            \"openings\": 5,\r\n            \"organizationUnit\": \"Sales & Account Management\",\r\n            \"industry\": \"Finance\",\r\n            \"functionalArea\": null,\r\n            \"role\": \"Banking / Insurance > Banking Operations\",\r\n            \"jobClosureDate\": \"2023-05-31\",\r\n            \"locationHierarchy\": \"Bangalore\",\r\n            \"expRange\": \"3-5 years\",\r\n            \"CTCRange\": null,\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"Business Development\",\r\n                    \"Relationship Management\",\r\n                    \"Retail Banking\",\r\n                    \"Cross Selling\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": \"example\",\r\n            \"roleType\": \"Generalist\",\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": \"short term\",\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Corporate>Corporate\",\r\n            \"jobPostedDate\": \"2023-03-15\",\r\n            \"locationHierarchyComplete\": \"India>Delhi>Delhi\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1312_PS\",\r\n            \"designation\": \"Senior Director - Airline Solutions\",\r\n            \"designationID\": 440856,\r\n            \"requisitionId\": 650654,\r\n            \"jobTitle\": \"DRAFT JOB 3\",\r\n            \"jobCode\": \"BOS/1312/PS\",\r\n            \"openings\": 2,\r\n            \"organizationUnit\": \"Corporate\",\r\n            \"industry\": null,\r\n            \"functionalArea\": null,\r\n            \"role\": null,\r\n            \"jobClosureDate\": \"2023-05-31\",\r\n            \"locationHierarchy\": \"Delhi\",\r\n            \"expRange\": \"3-3 years\",\r\n            \"CTCRange\": null,\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"Fixers\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Human Capital Management>COT>Implementation\",\r\n            \"jobPostedDate\": \"2023-04-21\",\r\n            \"locationHierarchyComplete\": \"India>Gujarat>Baroda\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS734\",\r\n            \"designation\": \"Senior Manager - Asset Mgt\",\r\n            \"designationID\": 440818,\r\n            \"requisitionId\": 327834,\r\n            \"jobTitle\": \"HR Manager\",\r\n            \"jobCode\": \"BOS734\",\r\n            \"openings\": 1,\r\n            \"organizationUnit\": \"COT\",\r\n            \"industry\": null,\r\n            \"functionalArea\": null,\r\n            \"role\": \"Accounting / Tax / Company Secretary / Audit > Accounts\",\r\n            \"jobClosureDate\": \"2023-05-05\",\r\n            \"locationHierarchy\": \"Baroda\",\r\n            \"expRange\": \"2-2 years\",\r\n            \"CTCRange\": \"120000-220000\",\r\n            \"skills\": {\r\n                \"mustTohave\": [\r\n                    \"Human Resources\",\r\n                    \"Employee Engagement\"\r\n                ],\r\n                \"goodtohave\": [\r\n                    \"Talent Acquisition\",\r\n                    \"Talent Management\",\r\n                    \"HR Policies\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        },\r\n        {\r\n            \"organizationUnitComplete\": \"Company X>Technology>Alt>Architecture\",\r\n            \"jobPostedDate\": \"2019-08-09\",\r\n            \"locationHierarchyComplete\": \"India>Delhi>Delhi\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/PS59\",\r\n            \"designation\": \"Senior Software Engineer\",\r\n            \"designationID\": 440835,\r\n            \"requisitionId\": 188309,\r\n            \"jobTitle\": \"Sr. Software Engineer\",\r\n            \"jobCode\": \"PS59\",\r\n            \"openings\": 5,\r\n            \"organizationUnit\": \"Alt\",\r\n            \"industry\": null,\r\n            \"functionalArea\": null,\r\n            \"role\": \"Accounting / Tax / Company Secretary / Audit > Finance & Audits\",\r\n            \"jobClosureDate\": \"2025-07-10\",\r\n            \"locationHierarchy\": \"Delhi\",\r\n            \"expRange\": \"5-7 years\",\r\n            \"CTCRange\": \"5-6\",\r\n            \"skills\": {\r\n                \"mustTohave\": [\r\n                    \"Communication Skills\",\r\n                    \"Stability\",\r\n                    \"Overall Rating\",\r\n                    \"Functional knowledge (Sales/ Operations/ Functional Area)\",\r\n                    \"Quality and Complexity of  Assignments handled\",\r\n                    \"Exposure to Best practices, Processes, Quality, Industry Standards\",\r\n                    \"Leadership and ability to manage team\",\r\n                    \"Cultural Fit (Caring, Credibility, Collaborative, Excellence)\",\r\n                    \"Innovative thinking(Ability to think out of the box, and challenge the status quo)\"\r\n                ],\r\n                \"goodtohave\": [\r\n                    \"JavaSE\",\r\n                    \"JavaScript\",\r\n                    \"Core Java\",\r\n                    \"C++\",\r\n                    \"PHP\",\r\n                    \"HTML\",\r\n                    \"PL/SQL\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        }\r\n    ],\r\n    \"messageCode\": {\r\n        \"code\": 200,\r\n        \"messages\": \"success\"\r\n    },\r\n    \"solrSearch\": false\r\n}\r\n"}],"_postman_id":"4067fbd6-2e5e-461e-b022-6cb46bd612e3"},{"name":"Career portal Jobs by Location*","id":"8490e467-544b-4e05-b2ff-76398fbcddee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/cp/rest/altone/cp/jobs/v1?offset=0&limit=45&worksite=Gurugram","description":"<p>This API will access and manage candidate documents with ease. This will Retrieve and update candidate documents, such as  resumes, CVs, cover letters, and certifications, through the secure and efficient API.</p>\n<p>Filters: id (Candidate id), type (draft), section(basic, personal, work, internship, education, skill, language, document)</p>\n","urlObject":{"protocol":"https","path":["api","cp","rest","altone","cp","jobs","v1"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"45"},{"key":"worksite","value":"Gurugram"}],"variable":[]}},"response":[{"id":"daf7672b-6638-4af7-9730-acd29fc9ea9a","name":"Career portal Jobs by Location","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/cp/rest/altone/cp/jobs/v1?offset=0&limit=45&worksite=Gurugram","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","cp","rest","altone","cp","jobs","v1"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"45"},{"key":"worksite","value":"Gurugram"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=utf-8"},{"key":"Connection","value":"close"},{"key":"Content-Language","value":"en"},{"key":"Date","value":"Mon, 01 May 2023 12:14:09 GMT"},{"key":"X-Kong-Upstream-Latency","value":"4"},{"key":"X-Kong-Proxy-Latency","value":"64"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"totalRecords\": 1,\r\n    \"response\": [\r\n        {\r\n            \"organizationUnitComplete\": \"Company Y>Business Growth>Sales &  Account Management>Sales &  Account Management\",\r\n            \"jobPostedDate\": \"2023-04-06\",\r\n            \"locationHierarchyComplete\": \"India>Haryana>Gurugram\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1356_PS\",\r\n            \"designation\": \"Executive \",\r\n            \"designationID\": 440779,\r\n            \"requisitionId\": 690863,\r\n            \"jobTitle\": \"24*7 Client 3: Voice\",\r\n            \"jobCode\": \"BOS/1356/PS\",\r\n            \"openings\": 1,\r\n            \"organizationUnit\": \"Sales &  Account Management\",\r\n            \"industry\": null,\r\n            \"functionalArea\": null,\r\n            \"role\": null,\r\n            \"jobClosureDate\": \"2023-05-06\",\r\n            \"locationHierarchy\": \"Gurugram\",\r\n            \"expRange\": \"0-3 years\",\r\n            \"CTCRange\": \"120000-180000\",\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"Customer Satisfaction\",\r\n                    \"Customer Support\",\r\n                    \"Business English\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        }\r\n    ],\r\n    \"messageCode\": {\r\n        \"code\": 200,\r\n        \"messages\": \"success\"\r\n    },\r\n    \"solrSearch\": false\r\n}\r\n"}],"_postman_id":"8490e467-544b-4e05-b2ff-76398fbcddee"},{"name":"Career portal jobs by BU*","id":"346d2bb7-1998-4062-a14a-681fb8b5f158","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/cp/rest/altone/cp/jobs/v1?offset=0&limit=45&worksite=Gurugram","description":"<p>Filters: id (Candidate id), type (draft), section(basic, personal, work, internship, education, skill, language, document)</p>\n","urlObject":{"protocol":"https","path":["api","cp","rest","altone","cp","jobs","v1"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"45"},{"key":"worksite","value":"Gurugram"}],"variable":[]}},"response":[{"id":"331156fc-193d-4b3e-afc4-9ef532f0111f","name":"https://{{subdomain}}.peoplestrong.com/api/cp/rest/altone/cp/jobs/v1?offset=0&limit=45&worksite=Gurugram","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/cp/rest/altone/cp/jobs/v1?offset=0&limit=45&worksite=Gurugram","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","cp","rest","altone","cp","jobs","v1"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"45"},{"key":"worksite","value":"Gurugram"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"471"},{"key":"Connection","value":"close"},{"key":"X-RateLimit-Limit-minute","value":"5000"},{"key":"X-RateLimit-Remaining-minute","value":"4999"},{"key":"Content-Encoding","value":"gzip"},{"key":"Access-Control-Allow-Headers","value":"access-control-allow-headers,access-control-allow-methods,access-control-allow-origin,content-type,X-Requested-With, accept"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Mon, 01 May 2023 12:09:57 GMT"},{"key":"Access-Control-Request-Headers","value":"access-control-allow-headers,access-control-allow-methods,access-control-allow-origin,content-type,X-Requested-With, accept"},{"key":"Last-Modified","value":"Sat, 01 Apr 2023 12:43:28 GMT"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Kong-Request-ID","value":"2891864f-4356-47e7-97ea-638a340ec520#114436357"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"6"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"totalRecords\": 1,\r\n    \"response\": [\r\n        {\r\n            \"organizationUnitComplete\": \"Company Y>Business Growth>Sales &  Account Management>Sales &  Account Management\",\r\n            \"jobPostedDate\": \"2023-04-06\",\r\n            \"locationHierarchyComplete\": \"India>Haryana>Gurugram\",\r\n            \"jobDetailUrl\": \"https://candidate.peoplestrong.com/job/detail/BOS_1356_PS\",\r\n            \"designation\": \"Executive \",\r\n            \"designationID\": 440779,\r\n            \"requisitionId\": 690863,\r\n            \"jobTitle\": \"24*7 Client 3: Voice\",\r\n            \"jobCode\": \"BOS/1356/PS\",\r\n            \"openings\": 1,\r\n            \"organizationUnit\": \"Sales &  Account Management\",\r\n            \"industry\": null,\r\n            \"functionalArea\": null,\r\n            \"role\": null,\r\n            \"jobClosureDate\": \"2023-05-06\",\r\n            \"locationHierarchy\": \"Gurugram\",\r\n            \"expRange\": \"0-3 years\",\r\n            \"CTCRange\": \"120000-180000\",\r\n            \"skills\": {\r\n                \"mustTohave\": [],\r\n                \"goodtohave\": [\r\n                    \"Customer Satisfaction\",\r\n                    \"Customer Support\",\r\n                    \"Business English\"\r\n                ]\r\n            },\r\n            \"applied\": false,\r\n            \"programType\": null,\r\n            \"roleType\": null,\r\n            \"roleContributionType\": null,\r\n            \"employmentTenureType\": null,\r\n            \"minBudgetSalary\": 0,\r\n            \"maxBudgetSalary\": 0\r\n        }\r\n    ],\r\n    \"messageCode\": {\r\n        \"code\": 200,\r\n        \"messages\": \"success\"\r\n    },\r\n    \"solrSearch\": false\r\n}"}],"_postman_id":"346d2bb7-1998-4062-a14a-681fb8b5f158"},{"name":"Candidate Stage and Status*","id":"320a58c2-3ae2-4bbc-bd33-b60a3fccade4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{subdomain}.peoplestrong.com/ats/rest/altone/jobs/getHiringProcessData/{applicantStatusID}/{organizationID}","urlObject":{"protocol":"https","path":["ats","rest","altone","jobs","getHiringProcessData","{applicantStatusID}","{organizationID}"],"host":["{subdomain}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"f2574581-aa4a-4cf4-996e-3afdde622481","name":"https://{{subdomain}}.peoplestrong.com/api/cp/rest/altone/cp/jobs/v1?offset=0&limit=45&worksite=Gurugram","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{subdomain}.peoplestrong.com/ats/rest/altone/jobs/getHiringProcessData/{applicantStatusID}/{organizationID}"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"471"},{"key":"Connection","value":"close"},{"key":"X-RateLimit-Limit-minute","value":"5000"},{"key":"X-RateLimit-Remaining-minute","value":"4999"},{"key":"Content-Encoding","value":"gzip"},{"key":"Access-Control-Allow-Headers","value":"access-control-allow-headers,access-control-allow-methods,access-control-allow-origin,content-type,X-Requested-With, accept"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Mon, 01 May 2023 12:09:57 GMT"},{"key":"Access-Control-Request-Headers","value":"access-control-allow-headers,access-control-allow-methods,access-control-allow-origin,content-type,X-Requested-With, accept"},{"key":"Last-Modified","value":"Sat, 01 Apr 2023 12:43:28 GMT"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS"},{"key":"Kong-Request-ID","value":"2891864f-4356-47e7-97ea-638a340ec520#114436357"},{"key":"X-Kong-Upstream-Latency","value":"2"},{"key":"X-Kong-Proxy-Latency","value":"6"},{"key":"Via","value":"kong/0.14.1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n   \"responseData\": {\r\n        \"strictWorkflow\": true,\r\n        \"sysSourceType\": \"RECRUITER\",\r\n        \"sysWorkflowstageActionType\": \"PENDING\",\r\n        \"sysWorkflowStageType\": \"SCREENING\",\r\n        \"statusWeightage\": 0,\r\n        \"workflowStageID\": 2890,\r\n        \"scoreWeightage\": 100,\r\n        \"applicantMovedToOB\": 0,\r\n        \"requisitionId\": 702037,\r\n        \"fresher\": false,\r\n        \"strictStatus\": false,\r\n        \"workflowActionID\": 7597,\r\n        \"hiringProcessResponse\": [\r\n            {\r\n                \"sysWorkflowstageActionType\": \"PENDING\",\r\n                \"sysWorkflowStageType\": \"SCREENING\",\r\n                \"actionLabel\": \"Pending\",\r\n                \"isCurrentStageStatus\": true,\r\n                \"requisitionID\": 702037,\r\n                \"applicantStatusHistoryID\": 47998982,\r\n                \"sequence\": \"01\",\r\n                \"historyRequisitionId\": null,\r\n                \"applicantStatusID\": 8111839,\r\n                \"workflowStageName\": \"Screening\",\r\n                \"BYODToken\": \"uzHKGfdvwA9iQhyV8FrI0ClUXTOWYYGbNsNqt9zwUFYINCfuV5%2BAHPcq%2F%2FaskKtwo4AFtbNsgmH9lmuJRH%2FnPgUiU78J4mppM0sSqb5R58VlNR7sVjh9RJx5lm5DP1RB7cz9hhgUJOQgQXmVRcr77vdXdcfkecfaaVqIEZY%2Fy5yD%2FLzLfkeag2WVmafYeloERkKpaOcTbbXdS6MJAA0xPw%3D%3D\",\r\n                \"feedbackDocumentPath\": null,\r\n                \"candidateID\": 6413235\r\n            },\r\n            {\r\n                \"requisitionID\": null,\r\n                \"applicantStatusHistoryID\": null,\r\n                \"sequence\": \"02\",\r\n                \"historyRequisitionId\": null,\r\n                \"sysWorkflowstageActionType\": null,\r\n                \"sysWorkflowStageType\": \"SHORTLISTING\",\r\n                \"applicantStatusID\": null,\r\n                \"workflowStageName\": \"Shortlisting\",\r\n                \"feedbackDocumentPath\": null,\r\n                \"candidateID\": null,\r\n                \"actionLabel\": null,\r\n                \"isCurrentStageStatus\": false\r\n            },\r\n            {\r\n                \"requisitionID\": null,\r\n                \"applicantStatusHistoryID\": null,\r\n                \"sequence\": \"03\",\r\n                \"historyRequisitionId\": null,\r\n                \"sysWorkflowstageActionType\": null,\r\n                \"sysWorkflowStageType\": \"ASSESSMENT_1\",\r\n                \"applicantStatusID\": null,\r\n                \"workflowStageName\": \"Qualitative Assessment\",\r\n                \"feedbackDocumentPath\": null,\r\n                \"candidateID\": null,\r\n                \"actionLabel\": null,\r\n                \"isCurrentStageStatus\": false\r\n            },\r\n            {\r\n                \"requisitionID\": null,\r\n                \"applicantStatusHistoryID\": null,\r\n                \"sequence\": \"04\",\r\n                \"historyRequisitionId\": null,\r\n                \"sysWorkflowstageActionType\": null,\r\n                \"sysWorkflowStageType\": \"ASSESSMENT_2\",\r\n                \"applicantStatusID\": null,\r\n                \"workflowStageName\": \"Behavioral Assessment\",\r\n                \"feedbackDocumentPath\": null,\r\n                \"candidateID\": null,\r\n                \"actionLabel\": null,\r\n                \"isCurrentStageStatus\": false\r\n            },\r\n            {\r\n                \"requisitionID\": null,\r\n                \"applicantStatusHistoryID\": null,\r\n                \"sequence\": \"05\",\r\n                \"historyRequisitionId\": null,\r\n                \"sysWorkflowstageActionType\": null,\r\n                \"sysWorkflowStageType\": \"ASSESSMENT_3\",\r\n                \"applicantStatusID\": null,\r\n                \"workflowStageName\": \"Video Assessment\",\r\n                \"feedbackDocumentPath\": null,\r\n                \"candidateID\": null,\r\n                \"actionLabel\": null,\r\n                \"isCurrentStageStatus\": false\r\n            },\r\n            {\r\n                \"requisitionID\": null,\r\n                \"applicantStatusHistoryID\": null,\r\n                \"sequence\": \"06\",\r\n                \"historyRequisitionId\": null,\r\n                \"sysWorkflowstageActionType\": null,\r\n                \"sysWorkflowStageType\": \"INTERVIEW_1\",\r\n                \"applicantStatusID\": null,\r\n                \"workflowStageName\": \"Interview 1\",\r\n                \"feedbackDocumentPath\": null,\r\n                \"candidateID\": null,\r\n                \"actionLabel\": null,\r\n                \"isCurrentStageStatus\": false\r\n            },\r\n            {\r\n                \"requisitionID\": null,\r\n                \"applicantStatusHistoryID\": null,\r\n                \"sequence\": \"07\",\r\n                \"historyRequisitionId\": null,\r\n                \"sysWorkflowstageActionType\": null,\r\n                \"sysWorkflowStageType\": \"INTERVIEW_2\",\r\n                \"applicantStatusID\": null,\r\n                \"workflowStageName\": \"Interview 2\",\r\n                \"feedbackDocumentPath\": null,\r\n                \"candidateID\": null,\r\n                \"actionLabel\": null,\r\n                \"isCurrentStageStatus\": false\r\n            },\r\n            {\r\n                \"requisitionID\": null,\r\n                \"applicantStatusHistoryID\": null,\r\n                \"sequence\": \"08\",\r\n                \"historyRequisitionId\": null,\r\n                \"sysWorkflowstageActionType\": null,\r\n                \"sysWorkflowStageType\": \"INTERVIEW_3\",\r\n                \"applicantStatusID\": null,\r\n                \"workflowStageName\": \"HR Interview\",\r\n                \"feedbackDocumentPath\": null,\r\n                \"candidateID\": null,\r\n                \"actionLabel\": null,\r\n                \"isCurrentStageStatus\": false\r\n            },\r\n            {\r\n                \"requisitionID\": null,\r\n                \"applicantStatusHistoryID\": null,\r\n                \"sequence\": \"09\",\r\n                \"historyRequisitionId\": null,\r\n                \"sysWorkflowstageActionType\": null,\r\n                \"sysWorkflowStageType\": \"DOCUMENTATION\",\r\n                \"applicantStatusID\": null,\r\n                \"workflowStageName\": \"Documentation\",\r\n                \"feedbackDocumentPath\": null,\r\n                \"candidateID\": null,\r\n                \"actionLabel\": null,\r\n                \"isCurrentStageStatus\": false\r\n            },\r\n            {\r\n                \"requisitionID\": null,\r\n                \"applicantStatusHistoryID\": null,\r\n                \"sequence\": \"10\",\r\n                \"historyRequisitionId\": null,\r\n                \"sysWorkflowstageActionType\": null,\r\n                \"sysWorkflowStageType\": \"SALARY_FITMENT\",\r\n                \"applicantStatusID\": null,\r\n                \"workflowStageName\": \"Salary Fitment\",\r\n                \"feedbackDocumentPath\": null,\r\n                \"candidateID\": null,\r\n                \"actionLabel\": null,\r\n                \"isCurrentStageStatus\": false\r\n            },\r\n            {\r\n                \"requisitionID\": null,\r\n                \"applicantStatusHistoryID\": null,\r\n                \"sequence\": \"11\",\r\n                \"historyRequisitionId\": null,\r\n                \"sysWorkflowstageActionType\": null,\r\n                \"sysWorkflowStageType\": \"OFFER\",\r\n                \"applicantStatusID\": null,\r\n                \"workflowStageName\": \"Offer Letter\",\r\n                \"feedbackDocumentPath\": null,\r\n                \"candidateID\": null,\r\n                \"actionLabel\": null,\r\n                \"isCurrentStageStatus\": false\r\n            },\r\n            {\r\n                \"requisitionID\": null,\r\n                \"applicantStatusHistoryID\": null,\r\n                \"sequence\": \"12\",\r\n                \"historyRequisitionId\": null,\r\n                \"sysWorkflowstageActionType\": null,\r\n                \"sysWorkflowStageType\": \"JOINING\",\r\n                \"applicantStatusID\": null,\r\n                \"workflowStageName\": \"Joining\",\r\n                \"feedbackDocumentPath\": null,\r\n                \"candidateID\": null,\r\n                \"actionLabel\": null,\r\n                \"isCurrentStageStatus\": false\r\n            }\r\n        ],\r\n        \"WorkflowActionScoreMap\": {\r\n            \"7603\": 31\r\n        },\r\n        \"workflowID\": 108\r\n    }\r\n}\r\n\r\n"}],"_postman_id":"320a58c2-3ae2-4bbc-bd33-b60a3fccade4"},{"name":"Candidate Personal Details","id":"38f6753a-9536-4995-88df-ccd368cec938","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"candidateCode\": \"dummy123\"\r\n   \r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/v1/candidate/getPersonalDetail","urlObject":{"protocol":"https","path":["api","rest","v1","candidate","getPersonalDetail"],"host":["{{domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"c49bd9c6-3073-4aa5-b456-5def5bf2b867","name":"getPersonalDetails","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"candidateCode\": \"dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/v1/candidate/getPersonalDetails"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"messageCode\": {\r\n        \"code\": \"EC200\",\r\n        \"message\": \"Result generated Successfully.\",\r\n        \"description\": \"Result generated Successfully.\",\r\n        \"validationKeys\": null,\r\n        \"forcedAppUpdate\": false\r\n    },\r\n    \"responseData\": null,\r\n    \"response\": {\r\n        \"resume\": null,\r\n        \"lastName\": \"Doe\",\r\n        \"panVerify\": false,\r\n        \"address\": {\r\n            \"permanent\": {\r\n                \"country\": null,\r\n                \"city\": null,\r\n                \"pinCode\": null,\r\n                \"addressLine1\": null,\r\n                \"addressLine2\": null,\r\n                \"state\": null\r\n            },\r\n            \"residence\": {\r\n                \"country\": null,\r\n                \"city\": \"Warangal\",\r\n                \"pinCode\": \"506009\",\r\n                \"addressLine1\": \"Gundlasingaram Hanamkonda\",\r\n                \"addressLine2\": null,\r\n                \"state\": null\r\n            }\r\n        },\r\n        \"gender\": null,\r\n        \"nickName\": null,\r\n        \"localLastName\": null,\r\n        \"mobile\": \"1234456789\",\r\n        \"dateOfBirth\": null,\r\n        \"language\": null,\r\n        \"panNumber\": null,\r\n        \"profileScore\": null,\r\n        \"title\": null,\r\n        \"panAvailable\": null,\r\n        \"firstName\": \"John\",\r\n        \"sourceCode\": null,\r\n        \"sourceType\": \"ATS\",\r\n        \"referenceNumber\": null,\r\n        \"middleName\": \"K\",\r\n        \"sourceName\": null,\r\n        \"relationship\": null,\r\n        \"primaryEmail\": \"john.doe@dummy.com\"\r\n    },\r\n    \"appUpdateResponseTO\": null,\r\n    \"totalRecords\": 0,\r\n    \"responseMap\": null\r\n}"}],"_postman_id":"38f6753a-9536-4995-88df-ccd368cec938"},{"name":"Candidate Document Details","id":"09171b11-4323-4c9e-954c-3acc300a4f07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"candidateCode\": \"Dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/v1/candidate/getCandidateDocumentDetails","urlObject":{"protocol":"https","path":["api","rest","v1","candidate","getCandidateDocumentDetails"],"host":["{{domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"2b02758f-511d-48fe-bdf4-17adcc5f726e","name":"getCandidateDocumentDetails","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"candidateCode\": \"Dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/v1/candidate/getCandidateDocumentDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"messageCode\": {\r\n        \"code\": \"EC200\",\r\n        \"message\": \"Result generated Successfully.\",\r\n        \"description\": \"Result generated Successfully.\",\r\n        \"validationKeys\": null,\r\n        \"forcedAppUpdate\": false\r\n    },\r\n    \"responseData\": null,\r\n    \"response\": {},\r\n    \"appUpdateResponseTO\": null,\r\n    \"totalRecords\": 0,\r\n    \"responseMap\": null\r\n}"}],"_postman_id":"09171b11-4323-4c9e-954c-3acc300a4f07"},{"name":"Candidate Address Detail","id":"d2b776f4-cdf0-43ed-bc70-3218fbe373cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"candidateCode\": \"Dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/v1/candidate/getAddressDetails","urlObject":{"protocol":"https","path":["api","rest","v1","candidate","getAddressDetails"],"host":["{{domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"1c5f2dfb-7fc6-4edb-8356-79546c45f879","name":"getAddressDetails","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"candidateCode\": \"Dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/v1/candidate/getAddressDetails"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"messageCode\": {\r\n        \"code\": \"EC200\",\r\n        \"message\": \"Result generated Successfully.\",\r\n        \"description\": \"Result generated Successfully.\",\r\n        \"validationKeys\": null,\r\n        \"forcedAppUpdate\": false\r\n    },\r\n    \"responseData\": null,\r\n    \"response\": {\r\n        \"permanentAddress\": {\r\n            \"country\": null,\r\n            \"city\": null,\r\n            \"pinCode\": null,\r\n            \"addressLine1\": null,\r\n            \"addressLine2\": null,\r\n            \"state\": null\r\n        },\r\n        \"currentAddress\": {\r\n            \"country\": null,\r\n            \"city\": \"Warangal\",\r\n            \"pinCode\": \"506009\",\r\n            \"addressLine1\": \"Gundlasingaram Hanamkonda\",\r\n            \"addressLine2\": null,\r\n            \"state\": null\r\n        }\r\n    },\r\n    \"appUpdateResponseTO\": null,\r\n    \"totalRecords\": 0,\r\n    \"responseMap\": null\r\n}"}],"_postman_id":"d2b776f4-cdf0-43ed-bc70-3218fbe373cc"},{"name":"Candidate Employment Details","id":"cf106f7e-978f-44bb-b8fc-420af0216117","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"candidateCode\": \"BAF/1651240321327996\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/v1/candidate/getEmploymentDetails","urlObject":{"protocol":"https","path":["api","rest","v1","candidate","getEmploymentDetails"],"host":["{{domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"007f4af1-96f6-46de-9880-a6ed87d59e51","name":"getEmploymentDetails","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"candidateCode\": \"Dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/v1/candidate/getEmploymentDetails"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"messageCode\": {\r\n        \"code\": \"EC200\",\r\n        \"message\": \"Result generated Successfully.\",\r\n        \"description\": \"Result generated Successfully.\",\r\n        \"validationKeys\": null,\r\n        \"forcedAppUpdate\": false\r\n    },\r\n    \"responseData\": null,\r\n    \"response\": {\r\n        \"fresher\": false,\r\n        \"totalExperience\": \"2 Years 5 Months\",\r\n        \"work_Experience\": [\r\n            {\r\n                \"channel\": null,\r\n                \"company\": \"XYZ\",\r\n                \"companyCTC\": null,\r\n                \"companyEndDate\": \"2022-04-29\",\r\n                \"companyStartDate\": null,\r\n                \"description\": \"Im Responsible for handling day to day business, generating business and achieving Sales Targets. \\n \\n AREAS OF EXPOSURE \\n \\n Having Good knowledge in Sales. \\n \\n Gained good exposure in handling Customers and Maintaining Good relationships with the Customers \\n \\n Achieving the targets with in time and maintaining good yield.\",\r\n                \"jobTitle\": \"Sales Officer\",\r\n                \"product\": null,\r\n                \"productSkills\": null,\r\n                \"stillWorkingHere\": false,\r\n                \"workIndustry\": null\r\n            }\r\n        ]\r\n    },\r\n    \"appUpdateResponseTO\": null,\r\n    \"totalRecords\": 0,\r\n    \"responseMap\": null\r\n}"}],"_postman_id":"cf106f7e-978f-44bb-b8fc-420af0216117"},{"name":"Candidate Resume","id":"e25ff4a6-7197-45c4-9489-487f60476e19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"candidateCode\": \"dummy123\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/v1/candidate/getResume?apikey=bsihghbdvkasbhgfdihsfa{{dummy}}","urlObject":{"protocol":"https","path":["api","rest","v1","candidate","getResume"],"host":["{{domain}}","peoplestrong","com"],"query":[{"key":"apikey","value":"bsihghbdvkasbhgfdihsfa{{dummy}}"}],"variable":[]}},"response":[{"id":"22f69f02-0ce5-4245-b759-25ca1d0e781a","name":"Candidate Resume","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"candidateCode\": \"dummy123\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domain}}.peoplestrong.com/api/rest/v1/candidate/getResume?apikey=bsihghbdvkasbhgfdibkbvdhsbf","protocol":"https","host":["{{domain}}","peoplestrong","com"],"path":["api","rest","v1","candidate","getResume"],"query":[{"key":"apikey","value":"bsihghbdvkasbhgfdibkbvdhsbf"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"message\": \"Invalid authentication credentials\"\r\n}"}],"_postman_id":"e25ff4a6-7197-45c4-9489-487f60476e19"},{"name":"Candidate Education Details","id":"e01ddb20-e4b8-423c-b22b-8a3b600dcb8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"candidateCode\": \"Dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/v1/candidate/getEducationDetails","urlObject":{"protocol":"https","path":["api","rest","v1","candidate","getEducationDetails"],"host":["{{domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"a0df4edd-0f0d-4928-b05e-dc58aff9d92c","name":"getEducationDetails","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"candidateCode\": \"Dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{dummy}}.peoplestrong.com/api/rest/v1/candidate/getEducationDetails"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"messageCode\": {\r\n        \"code\": \"EC200\",\r\n        \"message\": \"Result generated Successfully.\",\r\n        \"description\": \"Result generated Successfully.\",\r\n        \"validationKeys\": null,\r\n        \"forcedAppUpdate\": false\r\n    },\r\n    \"responseData\": null,\r\n    \"response\": {\r\n        \"education\": [\r\n            {\r\n                \"educationLevel\": null,\r\n                \"endDate\": null,\r\n                \"specialization\": null,\r\n                \"institute\": null,\r\n                \"startDate\": null,\r\n                \"gradePercentage\": null,\r\n                \"university\": null,\r\n                \"entryleveleducation\": null\r\n            }\r\n        ]\r\n    },\r\n    \"appUpdateResponseTO\": null,\r\n    \"totalRecords\": 0,\r\n    \"responseMap\": null\r\n}"}],"_postman_id":"e01ddb20-e4b8-423c-b22b-8a3b600dcb8c"},{"name":"Candidate Internship Details","id":"b38f7081-f3af-4f0f-be7f-b5944f7a7634","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":"JSESSIONID=241.psl-ggn-245; JSESSIONID=241.140-Recruit-Node-"}],"body":{"mode":"raw","raw":"{\r\n\"candidateCode\": \"Dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/v1/candidate/getInternshipDetails","urlObject":{"protocol":"https","path":["api","rest","v1","candidate","getInternshipDetails"],"host":["{{domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"d1d68793-2a08-445a-89e4-cb95fd32b95d","name":"getInternshipDetails","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Cookie","value":"JSESSIONID=241.psl-ggn-245; JSESSIONID=241.140-Recruit-Node-"}],"body":{"mode":"raw","raw":"{\r\n\"candidateCode\": \"dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/v1/candidate/getInternshipDetails"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"messageCode\": {\r\n        \"code\": \"EC200\",\r\n        \"message\": \"Result generated Successfully.\",\r\n        \"description\": \"Result generated Successfully.\",\r\n        \"validationKeys\": null,\r\n        \"forcedAppUpdate\": false\r\n    },\r\n    \"responseData\": null,\r\n    \"response\": {\r\n        \"internship\": [\r\n            {\r\n                \"internshipJobTitle\": null,\r\n                \"internshipCompany\": null,\r\n                \"internshipDescription\": null,\r\n                \"internshipCompanyStartDate\": null,\r\n                \"internshipCompanyEndDate\": null\r\n            }\r\n        ]\r\n    },\r\n    \"appUpdateResponseTO\": null,\r\n    \"totalRecords\": 0,\r\n    \"responseMap\": null\r\n}"}],"_postman_id":"b38f7081-f3af-4f0f-be7f-b5944f7a7634"},{"name":"Candidate Skills Details","id":"dd841097-97b2-48f7-9cd5-64acf60420c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"candidateCode\": \"dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{dummy}}.peoplestrong.com/api/rest/v1/candidate/getSkillsDetails","urlObject":{"protocol":"https","path":["api","rest","v1","candidate","getSkillsDetails"],"host":["{{dummy}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"4dc5fe58-3983-4007-a258-ceb09c218636","name":"getSkillsDetails","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"candidateCode\": \"Dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{dummy}}.peoplestrong.com/api/rest/v1/candidate/getSkillsDetails"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"messageCode\": {\r\n        \"code\": \"EC200\",\r\n        \"message\": \"Result generated Successfully.\",\r\n        \"description\": \"Result generated Successfully.\",\r\n        \"validationKeys\": null,\r\n        \"forcedAppUpdate\": false\r\n    },\r\n    \"responseData\": null,\r\n    \"response\": {\r\n        \"skills\": [\r\n            \"Hard Worker\",\r\n            \"Honest\",\r\n            \"Maintaining Good Relationships\",\r\n            \"Flexible and Adaptable\",\r\n            \"Problem Solving\",\r\n            \"Time Management\",\r\n            \"Sales Targets\",\r\n            \"MS Office\",\r\n            \"Sales\"\r\n        ]\r\n    },\r\n    \"appUpdateResponseTO\": null,\r\n    \"totalRecords\": 0,\r\n    \"responseMap\": null\r\n}"}],"_postman_id":"dd841097-97b2-48f7-9cd5-64acf60420c9"},{"name":"Candidate Language Details","id":"43cbc394-d425-427b-aa01-39626f8534a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"candidateCode\": \"Dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/v1/candidate/getLanguageDetails","urlObject":{"protocol":"https","path":["api","rest","v1","candidate","getLanguageDetails"],"host":["{{domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"bacc5c57-27d5-4698-8219-6de460091a1a","name":"getLanguageDetails","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"candidateCode\": \"Dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/v1/candidate/getLanguageDetails"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"messageCode\": {\r\n        \"code\": \"EC200\",\r\n        \"message\": \"Result generated Successfully.\",\r\n        \"description\": \"Result generated Successfully.\",\r\n        \"validationKeys\": null,\r\n        \"forcedAppUpdate\": false\r\n    },\r\n    \"responseData\": null,\r\n    \"response\": {\r\n        \"Languages\": null\r\n    },\r\n    \"appUpdateResponseTO\": null,\r\n    \"totalRecords\": 0,\r\n    \"responseMap\": null\r\n}"}],"_postman_id":"43cbc394-d425-427b-aa01-39626f8534a9"},{"name":"Applicant Salary Details","id":"598676aa-f622-4571-871a-c112b6c7cfd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"candidateCode\": \"Dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/v1/candidate/getApplicantSalaryDetails","urlObject":{"protocol":"https","path":["api","rest","v1","candidate","getApplicantSalaryDetails"],"host":["{{domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"eeb6e5de-7fc4-4f44-aa43-89a9399aa960","name":"getApplicantSalaryDetails","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"candidateCode\": \"Dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domin}}.peoplestrong.com/api/rest/v1/candidate/getApplicantSalaryDetails"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"messageCode\": {\r\n        \"code\": \"EC200\",\r\n        \"message\": \"Result generated Successfully.\",\r\n        \"description\": \"Result generated Successfully.\",\r\n        \"validationKeys\": null,\r\n        \"forcedAppUpdate\": false\r\n    },\r\n    \"responseData\": null,\r\n    \"response\": [\r\n        {\r\n            \"applicantCode\": \"APP1051123915981266229\",\r\n            \"payStructure\": \"Default Paystructure \",\r\n            \"currentFixedPay\": 371088.0000,\r\n            \"currentVariablePay\": 95600.0000,\r\n            \"currentGrossPay\": 466688.0000,\r\n            \"hikePercent\": \"3.45\",\r\n            \"deviation\": \"Band min\",\r\n            \"payRateType\": null,\r\n            \"hikePercentOnFixed\": \"13.18\",\r\n            \"offeredFixedPay\": \"420000.0000\",\r\n            \"offeredVariablePay\": \"111061.0000\",\r\n            \"offeredCTC\": \"531061.0000\",\r\n            \"dateOfJoining\": \"2025-03-03 00:00:00.0\",\r\n            \"applicantPaystructureApiDetailsTOS\": [\r\n                {\r\n                    \"paystructureType\": \"Offered_Stack\",\r\n                    \"amount\": 10500.0000,\r\n                    \"annualAmount\": 126000.0000,\r\n                    \"payCodeName\": \"Basic\",\r\n                    \"payCodeComponentType\": \"Fixed\",\r\n                    \"payFrequencyType\": \"Annual\",\r\n                    \"frequency\": 0,\r\n                    \"effectiveDateFormat\": \"2025-03-03\",\r\n                    \"approved\": true,\r\n                    \"rejected\": false,\r\n                    \"detailsInstalments\": null\r\n                },\r\n                {\r\n                    \"paystructureType\": \"Offered_Stack\",\r\n                    \"amount\": 5250.0000,\r\n                    \"annualAmount\": 63000.0000,\r\n                    \"payCodeName\": \"House Rent Allowance\",\r\n                    \"payCodeComponentType\": \"Fixed\",\r\n                    \"payFrequencyType\": \"Annual\",\r\n                    \"frequency\": 0,\r\n                    \"effectiveDateFormat\": \"2025-03-03\",\r\n                    \"approved\": true,\r\n                    \"rejected\": false,\r\n                    \"detailsInstalments\": null\r\n                },\r\n                {\r\n                    \"paystructureType\": \"Offered_Stack\",\r\n                    \"amount\": 14325.0000,\r\n                    \"annualAmount\": 171895.0000,\r\n                    \"payCodeName\": \"Special Allowance\",\r\n                    \"payCodeComponentType\": \"Fixed\",\r\n                    \"payFrequencyType\": \"Annual\",\r\n                    \"frequency\": 0,\r\n                    \"effectiveDateFormat\": \"2025-03-03\",\r\n                    \"approved\": true,\r\n                    \"rejected\": false,\r\n                    \"detailsInstalments\": null\r\n                },\r\n                {\r\n                    \"paystructureType\": \"Offered_Stack\",\r\n                    \"amount\": 1800.0000,\r\n                    \"annualAmount\": 21600.0000,\r\n                    \"payCodeName\": \"Employer PF Contribution\",\r\n                    \"payCodeComponentType\": \"Fixed\",\r\n                    \"payFrequencyType\": \"Annual\",\r\n                    \"frequency\": 0,\r\n                    \"effectiveDateFormat\": \"2025-03-03\",\r\n                    \"approved\": true,\r\n                    \"rejected\": false,\r\n                    \"detailsInstalments\": null\r\n                },\r\n                {\r\n                    \"paystructureType\": \"Offered_Stack\",\r\n                    \"amount\": 0.0000,\r\n                    \"annualAmount\": 0.0000,\r\n                    \"payCodeName\": \"Employer ESIC Contribution.\",\r\n                    \"payCodeComponentType\": \"Fixed\",\r\n                    \"payFrequencyType\": \"Annual\",\r\n                    \"frequency\": 0,\r\n                    \"effectiveDateFormat\": \"2025-03-03\",\r\n                    \"approved\": true,\r\n                    \"rejected\": false,\r\n                    \"detailsInstalments\": null\r\n                },\r\n                {\r\n                    \"paystructureType\": \"Offered_Stack\",\r\n                    \"amount\": 3125.0000,\r\n                    \"annualAmount\": 37505.0000,\r\n                    \"payCodeName\": \"Statutory Bonus\",\r\n                    \"payCodeComponentType\": \"Fixed\",\r\n                    \"payFrequencyType\": \"Annual\",\r\n                    \"frequency\": 0,\r\n                    \"effectiveDateFormat\": \"2025-03-03\",\r\n                    \"approved\": true,\r\n                    \"rejected\": false,\r\n                    \"detailsInstalments\": null\r\n                },\r\n                {\r\n                    \"paystructureType\": \"Offered_Stack\",\r\n                    \"amount\": 0.0000,\r\n                    \"annualAmount\": 0.0000,\r\n                    \"payCodeName\": \"Perquisite of Company laptop\",\r\n                    \"payCodeComponentType\": \"Fixed\",\r\n                    \"payFrequencyType\": \"Annual\",\r\n                    \"frequency\": 0,\r\n                    \"effectiveDateFormat\": \"2025-03-03\",\r\n                    \"approved\": true,\r\n                    \"rejected\": false,\r\n                    \"detailsInstalments\": null\r\n                },\r\n                {\r\n                    \"paystructureType\": \"Offered_Stack\",\r\n                    \"amount\": 0.0000,\r\n                    \"annualAmount\": 0.0000,\r\n                    \"payCodeName\": \"City compensatory allowance\",\r\n                    \"payCodeComponentType\": \"Fixed\",\r\n                    \"payFrequencyType\": \"Annual\",\r\n                    \"frequency\": 0,\r\n                    \"effectiveDateFormat\": \"2025-03-03\",\r\n                    \"approved\": true,\r\n                    \"rejected\": false,\r\n                    \"detailsInstalments\": null\r\n                },\r\n                {\r\n                    \"paystructureType\": \"Offered_Stack\",\r\n                    \"amount\": 0.0000,\r\n                    \"annualAmount\": 0.0000,\r\n                    \"payCodeName\": \"Leave Travel Allowance\",\r\n                    \"payCodeComponentType\": \"Fixed\",\r\n                    \"payFrequencyType\": \"Monthly\",\r\n                    \"frequency\": 0,\r\n                    \"effectiveDateFormat\": \"2025-03-03\",\r\n                    \"approved\": true,\r\n                    \"rejected\": false,\r\n                    \"detailsInstalments\": null\r\n                },\r\n                {\r\n                    \"paystructureType\": \"Offered_Stack\",\r\n                    \"amount\": 0.0000,\r\n                    \"annualAmount\": 0.0000,\r\n                    \"payCodeName\": \"SUPPLEMENTARY ALLOWANCES\",\r\n                    \"payCodeComponentType\": \"Fixed\",\r\n                    \"payFrequencyType\": \"Annual\",\r\n                    \"frequency\": 0,\r\n                    \"effectiveDateFormat\": \"2025-03-03\",\r\n                    \"approved\": true,\r\n                    \"rejected\": false,\r\n                    \"detailsInstalments\": null\r\n                },\r\n                {\r\n                    \"paystructureType\": \"Offered_Stack\",\r\n                    \"amount\": 0.0000,\r\n                    \"annualAmount\": 0.0000,\r\n                    \"payCodeName\": \"Medical Allowances\",\r\n                    \"payCodeComponentType\": \"Fixed\",\r\n                    \"payFrequencyType\": \"Annual\",\r\n                    \"frequency\": 0,\r\n                    \"effectiveDateFormat\": \"2025-03-03\",\r\n                    \"approved\": true,\r\n                    \"rejected\": false,\r\n                    \"detailsInstalments\": null\r\n                },\r\n                {\r\n                    \"paystructureType\": \"Offered_Stack\",\r\n                    \"amount\": 0.0000,\r\n                    \"annualAmount\": 0.0000,\r\n                    \"payCodeName\": \"Conveyance\",\r\n                    \"payCodeComponentType\": \"Fixed\",\r\n                    \"payFrequencyType\": \"Annual\",\r\n                    \"frequency\": 0,\r\n                    \"effectiveDateFormat\": \"2025-03-03\",\r\n                    \"approved\": true,\r\n                    \"rejected\": false,\r\n                    \"detailsInstalments\": null\r\n                },\r\n                {\r\n                    \"paystructureType\": \"Offered_Stack\",\r\n                    \"amount\": 35000.0000,\r\n                    \"annualAmount\": 420000.0000,\r\n                    \"payCodeName\": \"Total Fixed Salary\",\r\n                    \"payCodeComponentType\": \"Fixed\",\r\n                    \"payFrequencyType\": \"Annual\",\r\n                    \"frequency\": 0,\r\n                    \"effectiveDateFormat\": \"2025-03-03\",\r\n                    \"approved\": true,\r\n                    \"rejected\": false,\r\n                    \"detailsInstalments\": null\r\n                },\r\n                {\r\n                    \"paystructureType\": \"Offered_Stack\",\r\n                    \"amount\": 505.0000,\r\n                    \"annualAmount\": 6061.0000,\r\n                    \"payCodeName\": \"Gratuity\",\r\n                    \"payCodeComponentType\": \"Fixed\",\r\n                    \"payFrequencyType\": \"Annual\",\r\n                    \"frequency\": 0,\r\n                    \"effectiveDateFormat\": \"2025-03-03\",\r\n                    \"approved\": true,\r\n                    \"rejected\": false,\r\n                    \"detailsInstalments\": null\r\n                },\r\n                {\r\n                    \"paystructureType\": \"Offered_Stack\",\r\n                    \"amount\": 8750.0000,\r\n                    \"annualAmount\": 105000.0000,\r\n                    \"payCodeName\": \"Performance Pay\",\r\n                    \"payCodeComponentType\": \"Fixed\",\r\n                    \"payFrequencyType\": \"Annual\",\r\n                    \"frequency\": 0,\r\n                    \"effectiveDateFormat\": \"2025-03-03\",\r\n                    \"approved\": true,\r\n                    \"rejected\": false,\r\n                    \"detailsInstalments\": null\r\n                },\r\n                {\r\n                    \"paystructureType\": \"Offered_Stack\",\r\n                    \"amount\": 44255.0000,\r\n                    \"annualAmount\": 531061.0000,\r\n                    \"payCodeName\": \"TCC without Cross Sell\",\r\n                    \"payCodeComponentType\": \"Fixed\",\r\n                    \"payFrequencyType\": \"Annual\",\r\n                    \"frequency\": 0,\r\n                    \"effectiveDateFormat\": \"2025-03-03\",\r\n                    \"approved\": true,\r\n                    \"rejected\": false,\r\n                    \"detailsInstalments\": null\r\n                },\r\n                {\r\n                    \"paystructureType\": \"Offered_Stack\",\r\n                    \"amount\": 0.0000,\r\n                    \"annualAmount\": 0.0000,\r\n                    \"payCodeName\": null,\r\n                    \"payCodeComponentType\": null,\r\n                    \"payFrequencyType\": null,\r\n                    \"frequency\": 0,\r\n                    \"effectiveDateFormat\": \"2025-03-03\",\r\n                    \"approved\": true,\r\n                    \"rejected\": false,\r\n                    \"detailsInstalments\": null\r\n                },\r\n                {\r\n                    \"paystructureType\": \"Other_Expenses\",\r\n                    \"amount\": 1.0000,\r\n                    \"annualAmount\": 0.0000,\r\n                    \"payCodeName\": \"Relocation Applicability\",\r\n                    \"payCodeComponentType\": \"Fixed\",\r\n                    \"payFrequencyType\": \"Monthly\",\r\n                    \"frequency\": 1,\r\n                    \"effectiveDateFormat\": \"2025-03-03\",\r\n                    \"approved\": true,\r\n                    \"rejected\": false,\r\n                    \"detailsInstalments\": [\r\n                        {\r\n                            \"amount\": 1.0000,\r\n                            \"payoutDate\": \"2025-03-03\",\r\n                            \"month\": 3,\r\n                            \"year\": 2025\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"appUpdateResponseTO\": null,\r\n    \"totalRecords\": 0,\r\n    \"responseMap\": null\r\n}"}],"_postman_id":"598676aa-f622-4571-871a-c112b6c7cfd9"},{"name":"Applicant Details","id":"407d6d9c-bd89-4bdf-a906-208018253e50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"candidateCode\": \"Dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/v1/candidate/fitment/getApplicantDetails","urlObject":{"protocol":"https","path":["api","rest","v1","candidate","fitment","getApplicantDetails"],"host":["{{domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"19a8414e-6676-4cc0-9e50-796bb306340c","name":"getApplicantDetails","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"candidateCode\": \"Dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{domain}}.peoplestrong.com/api/rest/v1/candidate/fitment/getApplicantDetails"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"messageCode\": {\r\n        \"code\": \"EC200\",\r\n        \"message\": \"Result generated Successfully.\",\r\n        \"description\": \"Result generated Successfully.\",\r\n        \"validationKeys\": null,\r\n        \"forcedAppUpdate\": false\r\n    },\r\n    \"responseData\": null,\r\n    \"response\": {\r\n        \"candidateDetails\": {\r\n            \"employedWithSameOrg\": \"No\",\r\n            \"previousOrgDetails\": null\r\n        },\r\n        \"jobDetails\": {\r\n            \"jobLocation\": \"India>MAHARASHTRA>West>Mumbai>Mumbai - Goregaon>Megapolis\",\r\n            \"requisitionType\": \"New\",\r\n            \"dateOfJoining\": \"2025-03-03\",\r\n            \"jobBand\": \"gb1\",\r\n            \"jobGrade\": \"gg1\",\r\n            \"jobDesignation\": \"Deputy Manager - PL - Prime - T1, PL - Prime - T1, Sales\"\r\n        }\r\n    },\r\n    \"appUpdateResponseTO\": null,\r\n    \"totalRecords\": 0,\r\n    \"responseMap\": null\r\n}"}],"_postman_id":"407d6d9c-bd89-4bdf-a906-208018253e50"}],"id":"8815e9c2-8e54-47ab-a006-1d8289d39ed1","_postman_id":"8815e9c2-8e54-47ab-a006-1d8289d39ed1","description":""},{"name":"Inbound APIs","item":[{"name":"Requisition Creation*","id":"dfcc460c-3861-4cf3-992e-1db06f45d2c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"input\": {\n        \"draftRequisitionID\": 427227,\n        \"saved\": false,\n        \"jobTitle\": \"IT Project Manager (1-Year Contract) - (190001MG)\",\n        \"confidential\": false,\n        \"bandId\": 1554,\n        \"band\": \"A\",\n        \"tatPolicyEnabled\": false,\n        \"recruitWorkflowPolicyEnabled\": false,\n        \"recruitApprovalPolicyEnabled\": true,\n        \"closingDateAutopopulateEnabled\": true,\n        \"recruitAssignmentPolicyEnabled\": true,\n        \"noOfOpenings\": \"1\",\n        \"startDate\": \"01-05-2023\",\n        \"closingDate\": null,\n        \"minimumExp\": 8,\n        \"maximumExp\": 15,\n        \"minSalary\": 0,\n        \"maxSalary\": 0,\n        \"averageCTC\": null,\n        \"minBudgetSalary\": 0,\n        \"maxBudgetSalary\": 0,\n        \"requisitionTypeID\": 4547,\n        \"selectedEmployeeCodeListValues\": [],\n        \"gradeCode\": \"A1\",\n        \"gradeID\": 52729,\n        \"industryId\": null,\n        \"designation\": \"Executive \",\n        \"designationID\": 440779,\n        \"currencyDenominationID\": \"\",\n        \"currency\": null,\n        \"hiringManagerID\": 3909878,\n        \"hiringManagerName\": \"Adrian Tan-BOS1003\",\n        \"level\": \"\",\n        \"interviewPanelistSelected\": [\n            3592982\n        ],\n        \"functionalAreaIDOrg\": \"\",\n        \"requisitionRoleIDOrg\": \"\",\n        \"accountCode\": \"\",\n        \"accountName\": \"\",\n        \"projectName\": \"\",\n        \"organizationUnitID\": 450820,\n        \"worksiteID\": 92739,\n        \"skillList\": [\n            {\n                \"text\": \"It Project  &  Program Management\",\n                \"mandatory\": false\n            },\n            {\n                \"text\": \"IT Project Leadership\",\n                \"mandatory\": false\n            }\n        ],\n        \"certificationList\": [],\n        \"minQualificationList\": [\n            \"B.Tech/B.E\"\n        ],\n        \"eduSpecializationList\": null,\n        \"languageList\": [],\n        \"jobDescription\": \"<div title=\\\"\\\"><span title=\\\"\\\"><p>At Bank of Singapore (BOS), we are constantly on the lookout for exceptional individuals to join our team. We promote a culture of openness, teamwork and fairness. Most importantly, we invest in our people through our programmes that develop them on both professional and personal levels. Besides attractive remuneration packages, we offer non-financial benefits and opportunities to develop your potential within OCBC Group&rsquo;s global network of subsidiaries and offices. If you have passion, drive and the will to succeed, rise to the challenge today!</p>&nbsp;The role requires end-to-end oversight and hands-on project management skills through initiation, planning, analysis, design, testing, implementation as well as rollout/stabilization and entails regular contacts with both Technology and Business stakeholders. The project manager is to provide timely updates to all governance bodies and senior stakeholders on the progress of the projects, impacts to projects, major milestones and risks to projects on a regular as well as need-to basis. The position requires direct involvement in solution architecture discussions to enable the progressive build of a Service Oriented Architecture around the technology platform.The project manager is also expected to be liaise with external vendors, monitor and coordinate efforts between multiple vendors in the seamless delivery of the project.He/she should work in partnership with Business stakeholders and Operations and Technology to deliver projects with agreed scope, schedule, budget and quality. <strong>Responsibilities:</strong><ul type=\\\"disc\\\"><li>Prepare project feasibility studies, cost-benefit analysis and proposals and obtain required approvals from appropriate IT management and project sponsors</li><li>Establish project plans, resources, budgets and time-frames, and assign tasks</li><li>Identify, track and communicate project progress, milestones, deliverables changes and dependencies within the schedule, costs, issues and risks</li><li>Manage project team&rsquo;s performance of project tasks, provide technical advice and guidance, schedule assignments and training for development, prepare performance appraisals</li><li>Coordinate project activities across multiple development, product management, user experience and QA teams in a matrix organization</li><li>Secure acceptance and approval of deliverables or revisions to the project from the project sponsor and stakeholders</li><li>Manage vendor relationship and deliverables</li><li>Evaluate and recommend purchases of software packages, hardware and service vendors where appropriate</li><li>Ensure work deliverables are in compliance with bank policies and regulatory requirements</li><li>Plan for and oversee preparation of documentation of each project phase (business requirements, functional specification, project plan, test strategy, test plan, etc), training and support in new/modified applications</li></ul></span>&nbsp;</div><div title=\\\"\\\"><h2><div title=\\\"\\\">Qualifications</div></h2>&nbsp;<span title=\\\"\\\"><strong>Domain Knowledge:</strong><ul type=\\\"disc\\\"><li>Knowledge in&nbsp;business/corporate functions&nbsp;in the banking domain&nbsp;is essential.</li><li>Understanding of technical aspects of system integration in a mix technology environment.</li></ul><strong>Qualifications/Experience:</strong><ul><li><p>Tertiary education required</p></li><li><p>More than 8 years in project management in IT in investment bank delivering projects exceeding S$ 1 mil</p></li><li><p>Certification or formal training in project management is an advantage</p></li><li><p>Self-starter with excellent leadership and team building skill</p></li><li><p>Ability to resolve complex problems creatively</p></li><li><p>Experience in managing senior stakeholders</p></li><li><p><span lang=\\\"EN-US\\\">Knowledge in Data migration/ conversion will be an advantage.</span></p></li></ul></span></div>\",\n        \"workflowID\": 108,\n        \"internalWorkflowID\": \"\",\n        \"selectedRecruiters\": [],\n        \"employeeCategoryId\": 0,\n        \"jobFamilyId\": 0,\n        \"newJobTitleID\": null,\n        \"positionId\": 0,\n        \"campusTypeId\": 0,\n        \"programTypeId\": 0,\n        \"functionalDesignationId\": 0,\n        \"functionalDesignation\": null,\n        \"roleTypeId\": 0,\n        \"roleContributionId\": 0,\n        \"employmentTenureId\": 0,\n        \"resourceTypeId\": 0,\n        \"employmentType\": null,\n        \"employmentTypeId\": null,\n        \"tat\": \"0\",\n        \"orgUnitId\": 450820,\n        \"sourcingGuidline\": \"jnjkkjkjnkjnknknkjn  k bkbkhibh jh vjg jhv hjbh bh vhjv hb h bh bhbmn bm b jhkb\",\n        \"isOrganizationUnitRendered\": true,\n        \"isJoiningLocationRendered\": true,\n        \"ctqTO\": [\n            {\n                \"ctqTemplateDraftMappingID\": 0,\n                \"ctqTemplateRequisitionMappingID\": 0,\n                \"ctqTemplateJobTemplateMappingID\": 0,\n                \"ctqTemplateId\": 0\n            },\n            {\n                \"ctqTemplateRequisitionMappingID\": 0,\n                \"ctqTemplateDraftMappingID\": 0,\n                \"ctqTemplateJobTemplateMappingID\": 0,\n                \"ctqTemplateId\": 0,\n                \"internalHiringCTQ\": true\n            }\n        ],\n        \"payreviewEnabled\": false,\n        \"jobPublishSectionConfigured\": false,\n        \"jobPublishIJPConfigured\": false,\n        \"jobPublishERConfigured\": false,\n        \"jobPublishCPConfigured\": false,\n        \"updateOnly\": false,\n        \"jobRole\": null,\n        \"jobRoleID\": null,\n        \"internalJobPosting\": false,\n        \"ijpnoofdays\": \"\",\n        \"employeeReferral\": false,\n        \"ernoofdays\": \"\",\n        \"candidatePortal\": false,\n        \"cpnoofdays\": \"\",\n        \"entityID\": 257,\n        \"triggerPoint\": \"New Job From Recruiter Portal\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/rest/altone/requisition/saveJob/","description":"<p>This API will consume input data for requisition details like job titles, descriptions, required skills, and more.</p>\n","urlObject":{"protocol":"https","path":["rest","altone","requisition","saveJob",""],"host":["{{subdomain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"51a81902-6436-4a09-9f48-1ddefb7ff47d","name":"Requisition Creation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"input\": {\n        \"draftRequisitionID\": 427227,\n        \"saved\": false,\n        \"jobTitle\": \"IT Project Manager (1-Year Contract) - (190001MG)\",\n        \"confidential\": false,\n        \"bandId\": 1554,\n        \"band\": \"A\",\n        \"tatPolicyEnabled\": false,\n        \"recruitWorkflowPolicyEnabled\": false,\n        \"recruitApprovalPolicyEnabled\": true,\n        \"closingDateAutopopulateEnabled\": true,\n        \"recruitAssignmentPolicyEnabled\": true,\n        \"noOfOpenings\": \"1\",\n        \"startDate\": \"01-05-2023\",\n        \"closingDate\": null,\n        \"minimumExp\": 8,\n        \"maximumExp\": 15,\n        \"minSalary\": 0,\n        \"maxSalary\": 0,\n        \"averageCTC\": null,\n        \"minBudgetSalary\": 0,\n        \"maxBudgetSalary\": 0,\n        \"requisitionTypeID\": 4547,\n        \"selectedEmployeeCodeListValues\": [],\n        \"gradeCode\": \"A1\",\n        \"gradeID\": 52729,\n        \"industryId\": null,\n        \"designation\": \"Executive \",\n        \"designationID\": 440779,\n        \"currencyDenominationID\": \"\",\n        \"currency\": null,\n        \"hiringManagerID\": 3909878,\n        \"hiringManagerName\": \"Adrian Tan-BOS1003\",\n        \"level\": \"\",\n        \"interviewPanelistSelected\": [\n            3592982\n        ],\n        \"functionalAreaIDOrg\": \"\",\n        \"requisitionRoleIDOrg\": \"\",\n        \"accountCode\": \"\",\n        \"accountName\": \"\",\n        \"projectName\": \"\",\n        \"organizationUnitID\": 450820,\n        \"worksiteID\": 92739,\n        \"skillList\": [\n            {\n                \"text\": \"It Project  &  Program Management\",\n                \"mandatory\": false\n            },\n            {\n                \"text\": \"IT Project Leadership\",\n                \"mandatory\": false\n            }\n        ],\n        \"certificationList\": [],\n        \"minQualificationList\": [\n            \"B.Tech/B.E\"\n        ],\n        \"eduSpecializationList\": null,\n        \"languageList\": [],\n        \"jobDescription\": \"<div title=\\\"\\\"><span title=\\\"\\\"><p>At Bank of Singapore (BOS), we are constantly on the lookout for exceptional individuals to join our team. We promote a culture of openness, teamwork and fairness. Most importantly, we invest in our people through our programmes that develop them on both professional and personal levels. Besides attractive remuneration packages, we offer non-financial benefits and opportunities to develop your potential within OCBC Group&rsquo;s global network of subsidiaries and offices. If you have passion, drive and the will to succeed, rise to the challenge today!</p>&nbsp;The role requires end-to-end oversight and hands-on project management skills through initiation, planning, analysis, design, testing, implementation as well as rollout/stabilization and entails regular contacts with both Technology and Business stakeholders. The project manager is to provide timely updates to all governance bodies and senior stakeholders on the progress of the projects, impacts to projects, major milestones and risks to projects on a regular as well as need-to basis. The position requires direct involvement in solution architecture discussions to enable the progressive build of a Service Oriented Architecture around the technology platform.The project manager is also expected to be liaise with external vendors, monitor and coordinate efforts between multiple vendors in the seamless delivery of the project.He/she should work in partnership with Business stakeholders and Operations and Technology to deliver projects with agreed scope, schedule, budget and quality. <strong>Responsibilities:</strong><ul type=\\\"disc\\\"><li>Prepare project feasibility studies, cost-benefit analysis and proposals and obtain required approvals from appropriate IT management and project sponsors</li><li>Establish project plans, resources, budgets and time-frames, and assign tasks</li><li>Identify, track and communicate project progress, milestones, deliverables changes and dependencies within the schedule, costs, issues and risks</li><li>Manage project team&rsquo;s performance of project tasks, provide technical advice and guidance, schedule assignments and training for development, prepare performance appraisals</li><li>Coordinate project activities across multiple development, product management, user experience and QA teams in a matrix organization</li><li>Secure acceptance and approval of deliverables or revisions to the project from the project sponsor and stakeholders</li><li>Manage vendor relationship and deliverables</li><li>Evaluate and recommend purchases of software packages, hardware and service vendors where appropriate</li><li>Ensure work deliverables are in compliance with bank policies and regulatory requirements</li><li>Plan for and oversee preparation of documentation of each project phase (business requirements, functional specification, project plan, test strategy, test plan, etc), training and support in new/modified applications</li></ul></span>&nbsp;</div><div title=\\\"\\\"><h2><div title=\\\"\\\">Qualifications</div></h2>&nbsp;<span title=\\\"\\\"><strong>Domain Knowledge:</strong><ul type=\\\"disc\\\"><li>Knowledge in&nbsp;business/corporate functions&nbsp;in the banking domain&nbsp;is essential.</li><li>Understanding of technical aspects of system integration in a mix technology environment.</li></ul><strong>Qualifications/Experience:</strong><ul><li><p>Tertiary education required</p></li><li><p>More than 8 years in project management in IT in investment bank delivering projects exceeding S$ 1 mil</p></li><li><p>Certification or formal training in project management is an advantage</p></li><li><p>Self-starter with excellent leadership and team building skill</p></li><li><p>Ability to resolve complex problems creatively</p></li><li><p>Experience in managing senior stakeholders</p></li><li><p><span lang=\\\"EN-US\\\">Knowledge in Data migration/ conversion will be an advantage.</span></p></li></ul></span></div>\",\n        \"workflowID\": 108,\n        \"internalWorkflowID\": \"\",\n        \"selectedRecruiters\": [],\n        \"employeeCategoryId\": 0,\n        \"jobFamilyId\": 0,\n        \"newJobTitleID\": null,\n        \"positionId\": 0,\n        \"campusTypeId\": 0,\n        \"programTypeId\": 0,\n        \"functionalDesignationId\": 0,\n        \"functionalDesignation\": null,\n        \"roleTypeId\": 0,\n        \"roleContributionId\": 0,\n        \"employmentTenureId\": 0,\n        \"resourceTypeId\": 0,\n        \"employmentType\": null,\n        \"employmentTypeId\": null,\n        \"tat\": \"0\",\n        \"orgUnitId\": 450820,\n        \"sourcingGuidline\": \"jnjkkjkjnkjnknknkjn  k bkbkhibh jh vjg jhv hjbh bh vhjv hb h bh bhbmn bm b jhkb\",\n        \"isOrganizationUnitRendered\": true,\n        \"isJoiningLocationRendered\": true,\n        \"ctqTO\": [\n            {\n                \"ctqTemplateDraftMappingID\": 0,\n                \"ctqTemplateRequisitionMappingID\": 0,\n                \"ctqTemplateJobTemplateMappingID\": 0,\n                \"ctqTemplateId\": 0\n            },\n            {\n                \"ctqTemplateRequisitionMappingID\": 0,\n                \"ctqTemplateDraftMappingID\": 0,\n                \"ctqTemplateJobTemplateMappingID\": 0,\n                \"ctqTemplateId\": 0,\n                \"internalHiringCTQ\": true\n            }\n        ],\n        \"payreviewEnabled\": false,\n        \"jobPublishSectionConfigured\": false,\n        \"jobPublishIJPConfigured\": false,\n        \"jobPublishERConfigured\": false,\n        \"jobPublishCPConfigured\": false,\n        \"updateOnly\": false,\n        \"jobRole\": null,\n        \"jobRoleID\": null,\n        \"internalJobPosting\": false,\n        \"ijpnoofdays\": \"\",\n        \"employeeReferral\": false,\n        \"ernoofdays\": \"\",\n        \"candidatePortal\": false,\n        \"cpnoofdays\": \"\",\n        \"entityID\": 257,\n        \"triggerPoint\": \"New Job From Recruiter Portal\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/rest/altone/requisition/saveJob/"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Tue, 15 Feb 2022 14:32:02 GMT"},{"key":"Content-Type","value":"application/xhtml+xml"},{"key":"Content-Length","value":"2250"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Mon, 01 May 2023 14:01:54 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"messageCode\": {\r\n        \"code\": \"EC200\",\r\n        \"description\": \"Request executed successfully.\",\r\n        \"message\": \"Requisition saved successfully.\"\r\n    },\r\n    \"responseData\": {\r\n        \"ctqRequisitionMappingId\": 0,\r\n        \"ctqJobTemplateMappingId\": 0,\r\n        \"tat\": 0,\r\n        \"closingDate\": \"01-05-2023\",\r\n        \"requisitionCode\": \"BOS/1391/PS\",\r\n        \"internalCtqTemplateId\": 0,\r\n        \"requisitionId\": 703705,\r\n        \"requisitionStatus\": 4517,\r\n        \"internalCtqRequisitionMappingId\": 0,\r\n        \"ctqTemplateId\": 0,\r\n        \"internalCtqJobTemplateMappingId\": 0,\r\n        \"ctqDraftMappingId\": 0,\r\n        \"internalCtqDraftMappingId\": 0\r\n    }\r\n}\r\n"}],"_postman_id":"dfcc460c-3861-4cf3-992e-1db06f45d2c9"},{"name":"Candidate Creation Detail*","id":"5c2e9376-7b2d-4663-8506-a5a650b8a7bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"security\": {\n        \"lastThreeAppraisalsRendered\": false,\n        \"lastThreeAppraisalsRequired\": false,\n        \"lastThreeAppraisalsDisabled\": true,\n        \"lastThreeAppraisalsLabel\": \"Last Three Appraisals\",\n        \"lastThreeAppraisalsTitle\": \"Last Three Appraisals\",\n        \"endDateRendered\": true,\n        \"endDateRequired\": false,\n        \"endDateDisabled\": false,\n        \"endDateLabel\": \"End Date\",\n        \"endDateTitle\": \"End Date\",\n        \"internshipCompanyEndDateRendered\": true,\n        \"internshipCompanyEndDateRequired\": false,\n        \"internshipCompanyEndDateDisabled\": false,\n        \"internshipCompanyEndDateLabel\": \"End Date\",\n        \"internshipCompanyEndDateTitle\": \"End Date\",\n        \"jobTitleRendered\": true,\n        \"jobTitleRequired\": false,\n        \"jobTitleDisabled\": false,\n        \"jobTitleLabel\": \"Job Title\",\n        \"jobTitleTitle\": \"Job Title\",\n        \"internshipJobTitleRendered\": true,\n        \"internshipJobTitleRequired\": false,\n        \"internshipJobTitleDisabled\": false,\n        \"internshipJobTitleLabel\": \"Job Title\",\n        \"internshipJobTitleTitle\": \"Job Title\",\n        \"descriptionRendered\": true,\n        \"descriptionRequired\": false,\n        \"descriptionDisabled\": false,\n        \"descriptionLabel\": \"Description\",\n        \"descriptionTitle\": \"Description\",\n        \"internshipDescriptionRendered\": true,\n        \"internshipDescriptionRequired\": false,\n        \"internshipDescriptionDisabled\": false,\n        \"internshipDescriptionLabel\": \"Description\",\n        \"internshipDescriptionTitle\": \"Description\",\n        \"languageRendered\": true,\n        \"languageRequired\": false,\n        \"languageDisabled\": false,\n        \"languageLabel\": \"Language\",\n        \"languageTitle\": \"Language\",\n        \"experienceRendered\": true,\n        \"experienceRequired\": true,\n        \"experienceDisabled\": false,\n        \"experienceLabel\": \"Experience\",\n        \"experienceTitle\": \"Experience\",\n        \"skillsRendered\": true,\n        \"skillsRequired\": false,\n        \"skillsDisabled\": false,\n        \"skillsLabel\": \"Skills\",\n        \"skillsTitle\": \"Skills\",\n        \"sourceCodeRendered\": true,\n        \"sourceCodeRequired\": true,\n        \"sourceCodeDisabled\": false,\n        \"sourceCodeLabel\": \"Source Code\",\n        \"sourceCodeTitle\": \"Source Code\",\n        \"candidatecodeRendered\": true,\n        \"candidatecodeRequired\": false,\n        \"candidatecodeDisabled\": true,\n        \"candidatecodeLabel\": \"Candidate Code\",\n        \"candidatecodeTitle\": \"Candidate Code\",\n        \"voterIdRendered\": false,\n        \"voterIdRequired\": false,\n        \"voterIdDisabled\": true,\n        \"voterIdLabel\": \"Voter Id\",\n        \"voterIdTitle\": \"Voter ID\",\n        \"employerRendered\": true,\n        \"employerRequired\": false,\n        \"employerDisabled\": false,\n        \"employerLabel\": \"Employer\",\n        \"employerTitle\": \"Employer\",\n        \"requisitionRoleRendered\": true,\n        \"requisitionRoleRequired\": false,\n        \"requisitionRoleDisabled\": false,\n        \"requisitionRoleLabel\": \"Requisition Role\",\n        \"requisitionRoleTitle\": \"Requisition Role\",\n        \"primaryEmailRendered\": true,\n        \"primaryEmailRequired\": true,\n        \"primaryEmailDisabled\": false,\n        \"primaryEmailLabel\": \"Primary Email\",\n        \"primaryEmailTitle\": \"Primary Email\",\n        \"passportNumberRendered\": true,\n        \"passportNumberRequired\": false,\n        \"passportNumberDisabled\": false,\n        \"passportNumberLabel\": \"Passport Number\",\n        \"passportNumberTitle\": \"Passport Number\",\n        \"aadhaarNumberRendered\": true,\n        \"aadhaarNumberRequired\": false,\n        \"aadhaarNumberDisabled\": false,\n        \"aadhaarNumberLabel\": \"Aadhaar Number\",\n        \"aadhaarNumberTitle\": \"Aadhaar Number\",\n        \"currentRatingDateRendered\": false,\n        \"currentRatingDateRequired\": false,\n        \"currentRatingDateDisabled\": true,\n        \"currentRatingDateLabel\": \"Current Rating Date\",\n        \"currentRatingDateTitle\": \"Current Rating Date\",\n        \"degreeRendered\": true,\n        \"degreeRequired\": true,\n        \"degreeDisabled\": false,\n        \"degreeLabel\": \"Highest Education\",\n        \"degreeTitle\": \"Degree\",\n        \"companyStartDateRendered\": true,\n        \"companyStartDateRequired\": false,\n        \"companyStartDateDisabled\": false,\n        \"companyStartDateLabel\": \"Start Date\",\n        \"companyStartDateTitle\": \"Start Date\",\n        \"internshipCompanyStartDateRendered\": true,\n        \"internshipCompanyStartDateRequired\": false,\n        \"internshipCompanyStartDateDisabled\": false,\n        \"internshipCompanyStartDateLabel\": \"Start Date\",\n        \"internshipCompanyStartDateTitle\": \"Start Date\",\n        \"panNumberRendered\": true,\n        \"panNumberRequired\": false,\n        \"panNumberDisabled\": false,\n        \"panNumberLabel\": \"PAN Number\",\n        \"panNumberTitle\": \"PAN Number\",\n        \"companyCTCRendered\": true,\n        \"companyCTCRequired\": false,\n        \"companyCTCDisabled\": false,\n        \"companyCTCLabel\": \"CTC\",\n        \"companyCTCTitle\": \"CTC\",\n        \"noticePeriodRendered\": true,\n        \"noticePeriodRequired\": false,\n        \"noticePeriodDisabled\": false,\n        \"noticePeriodLabel\": \"Notice Period (mention In Months)\",\n        \"noticePeriodTitle\": \"Notice Period (Mention in months)\",\n        \"firstNameRendered\": true,\n        \"firstNameRequired\": true,\n        \"firstNameDisabled\": false,\n        \"firstNameLabel\": \"First Name\",\n        \"firstNameTitle\": \"First Name\",\n        \"qualificationRendered\": false,\n        \"qualificationRequired\": false,\n        \"qualificationDisabled\": true,\n        \"qualificationLabel\": \"Qualification\",\n        \"qualificationTitle\": \"Qualification\",\n        \"sourceTypeRendered\": true,\n        \"sourceTypeRequired\": true,\n        \"sourceTypeDisabled\": false,\n        \"sourceTypeLabel\": \"Source Type\",\n        \"sourceTypeTitle\": \"Source Type\",\n        \"functionalAreaRendered\": true,\n        \"functionalAreaRequired\": false,\n        \"functionalAreaDisabled\": false,\n        \"functionalAreaLabel\": \"Functional Area\",\n        \"functionalAreaTitle\": \"Functional Area\",\n        \"subFunctionalAreaRendered\": false,\n        \"subFunctionalAreaDisabled\": true,\n        \"subFunctionalAreaRequired\": false,\n        \"subFunctionalAreaLabel\": \"Sub Functional Area\",\n        \"subFunctionalAreaTitle\": \"Sub Functional Area\",\n        \"pinCodeRendered\": true,\n        \"pinCodeRequired\": true,\n        \"pinCodeDisabled\": false,\n        \"pinCodeLabel\": \"Pin Code\",\n        \"pinCodeTitle\": \"Pin Code\",\n        \"companyEndDateRendered\": true,\n        \"companyEndDateRequired\": false,\n        \"companyEndDateDisabled\": false,\n        \"companyEndDateLabel\": \"End Date\",\n        \"companyEndDateTitle\": \"End Date\",\n        \"candidateLinksRendered\": false,\n        \"candidateLinksRequired\": false,\n        \"candidateLinksDisabled\": true,\n        \"candidateLinksLabel\": \"Candidate Links\",\n        \"candidateLinksTitle\": \"Candidate Links\",\n        \"instituteRendered\": true,\n        \"instituteRequired\": false,\n        \"instituteDisabled\": false,\n        \"instituteLabel\": \"Institute\",\n        \"instituteTitle\": \"Institute\",\n        \"startDateRendered\": true,\n        \"startDateRequired\": false,\n        \"startDateDisabled\": false,\n        \"startDateLabel\": \"Start Date\",\n        \"startDateTitle\": \"Start Date\",\n        \"lastNameRendered\": true,\n        \"lastNameRequired\": false,\n        \"lastNameDisabled\": false,\n        \"lastNameLabel\": \"Last Name\",\n        \"lastNameTitle\": \"Last name\",\n        \"secondaryEmailRendered\": true,\n        \"secondaryEmailRequired\": false,\n        \"secondaryEmailDisabled\": false,\n        \"secondaryEmailLabel\": \"Secondary Email\",\n        \"secondaryEmailTitle\": \"Secondary Email\",\n        \"genderRendered\": true,\n        \"genderRequired\": false,\n        \"genderDisabled\": false,\n        \"genderLabel\": \"Gender\",\n        \"genderTitle\": \"Gender\",\n        \"industryRendered\": true,\n        \"industryRequired\": false,\n        \"industryDisabled\": false,\n        \"industryLabel\": \"Industry\",\n        \"industryTitle\": \"Industry\",\n        \"sourceUsersRendered\": true,\n        \"sourceUsersRequired\": true,\n        \"sourceUsersDisabled\": false,\n        \"sourceUsersLabel\": \"Source Name\",\n        \"sourceUsersTitle\": \"Source Name\",\n        \"landlineNumberRendered\": false,\n        \"landlineNumberRequired\": false,\n        \"landlineNumberDisabled\": true,\n        \"landlineNumberLabel\": \"Landline Number\",\n        \"landlineNumberTitle\": \"Landline Number\",\n        \"titleRendered\": true,\n        \"titleRequired\": false,\n        \"titleDisabled\": false,\n        \"titleLabel\": \"Title\",\n        \"titleTitle\": \"Title\",\n        \"companyRendered\": true,\n        \"companyRequired\": false,\n        \"companyDisabled\": false,\n        \"companyLabel\": \"Company\",\n        \"companyTitle\": \"Company\",\n        \"internshipCompanyRendered\": true,\n        \"internshipCompanyRequired\": false,\n        \"internshipCompanyDisabled\": false,\n        \"internshipCompanyLabel\": \"Company\",\n        \"internshipCompanyTitle\": \"Company\",\n        \"officialMailRendered\": true,\n        \"officialMailRequired\": false,\n        \"officialMailDisabled\": false,\n        \"officialMailLabel\": \"Official Email\",\n        \"officialMailTitle\": \"Official Email\",\n        \"linksSectionRendered\": false,\n        \"linksSectionRequired\": false,\n        \"linksSectionDisabled\": true,\n        \"linksSectionLabel\": \"Links Section\",\n        \"linksSectionTitle\": \"Links Section\",\n        \"coverLetterSectionRendered\": false,\n        \"coverLetterSectionRequired\": false,\n        \"coverLetterSectionDisabled\": false,\n        \"coverLetterSectionLabel\": null,\n        \"coverLetterSectionTitle\": null,\n        \"otherSectionRendered\": true,\n        \"otherSectionRequired\": false,\n        \"otherSectionDisabled\": true,\n        \"otherSectionLabel\": \"Other\",\n        \"otherSectionTitle\": \"Other\",\n        \"resumeRendered\": true,\n        \"resumeRequired\": false,\n        \"resumeDisabled\": false,\n        \"resumeLabel\": \"Resume\",\n        \"resumeTitle\": \"Resume\",\n        \"isdCodeRendered\": false,\n        \"isdCodeRequired\": false,\n        \"isdCodeDisabled\": false,\n        \"isdCodeLabel\": null,\n        \"isdCodeTitle\": null,\n        \"mobileRendered\": true,\n        \"mobileRequired\": true,\n        \"mobileDisabled\": false,\n        \"mobileLabel\": \"Mobile\",\n        \"mobileTitle\": \"Mobile\",\n        \"dateOfBirthRendered\": true,\n        \"dateOfBirthRequired\": true,\n        \"dateOfBirthDisabled\": false,\n        \"dateOfBirthLabel\": \"Date Of Birth\",\n        \"dateOfBirthTitle\": \"Date Of Birth\",\n        \"educationSectionRendered\": true,\n        \"educationSectionRequired\": true,\n        \"educationSectionDisabled\": false,\n        \"educationSectionLabel\": \"Education\",\n        \"educationSectionTitle\": \"Education\",\n        \"workSectionRendered\": true,\n        \"workSectionRequired\": true,\n        \"workSectionDisabled\": false,\n        \"workSectionLabel\": \"Work\",\n        \"workSectionTitle\": \"Work\",\n        \"internshipSectionRendered\": true,\n        \"internshipSectionRequired\": false,\n        \"internshipSectionDisabled\": false,\n        \"internshipSectionLabel\": \"Internship\",\n        \"internshipSectionTitle\": \"INTERNSHIP\",\n        \"personalSectionRendered\": true,\n        \"personalSectionRequired\": true,\n        \"personalSectionDisabled\": false,\n        \"personalSectionLabel\": \"Personal\",\n        \"personalSectionTitle\": \"Personal\",\n        \"candidateAgeRendered\": true,\n        \"candidateAgeRequired\": false,\n        \"candidateAgeDisabled\": true,\n        \"candidateAgeLabel\": \"Candidate Age\",\n        \"candidateAgeTitle\": \"Candidate Age\",\n        \"commentRendered\": true,\n        \"commentRequired\": false,\n        \"commentDisabled\": false,\n        \"commentLabel\": \"Comment\",\n        \"commentTitle\": \"Comment\",\n        \"middleNameRendered\": true,\n        \"middleNameRequired\": false,\n        \"middleNameDisabled\": false,\n        \"middleNameLabel\": \"Middle Name\",\n        \"middleNameTitle\": \"Middle Name\",\n        \"locationRendered\": true,\n        \"locationRequired\": false,\n        \"locationDisabled\": false,\n        \"locationLabel\": \"Location\",\n        \"locationTitle\": \"Location\",\n        \"iCurrentlyWorkHereRendered\": true,\n        \"iCurrentlyWorkHereRequired\": false,\n        \"iCurrentlyWorkHereDisabled\": false,\n        \"iCurrentlyWorkHereLabel\": \"I Currently Work Here.\",\n        \"iCurrentlyWorkHereTitle\": \"I currently work here.\",\n        \"stillWorkingHereRendered\": true,\n        \"stillWorkingHereRequired\": false,\n        \"stillWorkingHereDisabled\": false,\n        \"stillWorkingHereLabel\": \"Still Working Here\",\n        \"stillWorkingHereTitle\": \"Still Working Here\",\n        \"fresherRendered\": true,\n        \"fresherRequired\": false,\n        \"fresherDisabled\": false,\n        \"fresherLabel\": \"Fresher\",\n        \"fresherTitle\": \"Fresher\",\n        \"internshipStillWorkingHereRendered\": false,\n        \"internshipStillWorkingHereRequired\": false,\n        \"internshipStillWorkingHereDisabled\": false,\n        \"internshipStillWorkingHereLabel\": null,\n        \"internshipStillWorkingHereTitle\": null,\n        \"gradePercentageRendered\": true,\n        \"gradePercentageRequired\": false,\n        \"gradePercentageDisabled\": false,\n        \"gradePercentageLabel\": \"Grade/percentage\",\n        \"gradePercentageTitle\": \"Grade/Percentage\",\n        \"htmlViewRendered\": true,\n        \"htmlViewRequired\": false,\n        \"htmlViewDisabled\": true,\n        \"htmlViewLabel\": \"Html View\",\n        \"htmlViewTitle\": \"HTML View\",\n        \"textViewRendered\": false,\n        \"textViewRequired\": false,\n        \"textViewDisabled\": true,\n        \"textViewLabel\": \"Text View\",\n        \"textViewTitle\": \"Text View\",\n        \"saveRendered\": true,\n        \"saveRequired\": false,\n        \"saveDisabled\": false,\n        \"saveLabel\": \"Save\",\n        \"saveTitle\": \"Save\",\n        \"checkRendered\": false,\n        \"checkRequired\": false,\n        \"checkDisabled\": true,\n        \"checkLabel\": \"Check\",\n        \"checkTitle\": \"Check\",\n        \"cancelRendered\": true,\n        \"cancelRequired\": false,\n        \"cancelDisabled\": false,\n        \"cancelLabel\": \"Cancel\",\n        \"cancelTitle\": \"Cancel\",\n        \"permanentAddressRendered\": true,\n        \"permanentAddressRequired\": false,\n        \"permanentAddressDisabled\": false,\n        \"permanentAddressLabel\": \"Permanent Address\",\n        \"permanentAddressTitle\": \"Permanent Address\",\n        \"countryRendered\": true,\n        \"countryRequired\": true,\n        \"countryDisabled\": false,\n        \"countryLabel\": \"Country\",\n        \"countryTitle\": \"Country\",\n        \"cityRendered\": true,\n        \"cityRequired\": true,\n        \"cityDisabled\": false,\n        \"cityLabel\": \"City\",\n        \"cityTitle\": \"City\",\n        \"facebookRendered\": false,\n        \"facebookRequired\": false,\n        \"facebookDisabled\": true,\n        \"facebookLabel\": \"Facebook\",\n        \"facebookTitle\": \"Facebook\",\n        \"twitterRendered\": false,\n        \"twitterRequired\": false,\n        \"twitterDisabled\": true,\n        \"twitterLabel\": \"Twitter\",\n        \"twitterTitle\": \"Twitter\",\n        \"linkedInRendered\": false,\n        \"linkedInRequired\": false,\n        \"linkedInDisabled\": true,\n        \"linkedInLabel\": \"Linkedin\",\n        \"linkedInTitle\": \"LinkedIn\",\n        \"googlePlusRendered\": false,\n        \"googlePlusRequired\": false,\n        \"googlePlusDisabled\": true,\n        \"googlePlusLabel\": \"Google Plus\",\n        \"googlePlusTitle\": \"Google Plus\",\n        \"basicSectionRendered\": true,\n        \"basicSectionRequired\": true,\n        \"basicSectionDisabled\": false,\n        \"basicSectionLabel\": \"Basic\",\n        \"basicSectionTitle\": \"Basic\",\n        \"basicAddMoreDetailsRendered\": false,\n        \"basicAddMoreDetailsRequired\": false,\n        \"basicAddMoreDetailsDisabled\": false,\n        \"basicAddMoreDetailsLabel\": null,\n        \"basicAddMoreDetailsTitle\": null,\n        \"basicContinueRendered\": true,\n        \"basicContinueRequired\": false,\n        \"basicContinueDisabled\": false,\n        \"basicContinueLabel\": \"Continue\",\n        \"basicContinueTitle\": \"Continue\",\n        \"basicClearAllRendered\": true,\n        \"basicClearAllRequired\": false,\n        \"basicClearAllDisabled\": false,\n        \"basicClearAllLabel\": \"Clear All\",\n        \"basicClearAllTitle\": \"Clear All\",\n        \"basicUploadPhotoRendered\": true,\n        \"basicUploadPhotoRequired\": false,\n        \"basicUploadPhotoDisabled\": false,\n        \"basicUploadPhotoLabel\": \"Upload Candidate Photo\",\n        \"basicUploadPhotoTitle\": \"Upload Candidate Photo\",\n        \"personalClearAllRendered\": true,\n        \"personalClearAllRequired\": false,\n        \"personalClearAllDisabled\": false,\n        \"personalClearAllLabel\": \"Clear All\",\n        \"personalClearAllTitle\": \"Clear All\",\n        \"personalAddMoreDetailsRendered\": false,\n        \"personalAddMoreDetailsRequired\": false,\n        \"personalAddMoreDetailsDisabled\": true,\n        \"personalAddMoreDetailsLabel\": \"Add More Details\",\n        \"personalAddMoreDetailsTitle\": \"Add More Details\",\n        \"personalContinueRendered\": true,\n        \"personalContinueRequired\": false,\n        \"personalContinueDisabled\": false,\n        \"personalContinueLabel\": \"Continue\",\n        \"personalContinueTitle\": \"Continue\",\n        \"documentSectionRendered\": true,\n        \"documentSectionRequired\": false,\n        \"documentSectionDisabled\": false,\n        \"documentSectionLabel\": \"Attach Documents\",\n        \"documentSectionTitle\": \"Attach Documents\",\n        \"documentClearAllRendered\": false,\n        \"documentClearAllRequired\": false,\n        \"documentClearAllDisabled\": false,\n        \"documentClearAllLabel\": null,\n        \"documentClearAllTitle\": null,\n        \"documentNameRendered\": true,\n        \"documentNameRequired\": false,\n        \"documentNameDisabled\": false,\n        \"documentNameLabel\": \"Document Name\",\n        \"documentNameTitle\": \"Document Name\",\n        \"documentOptionsRendered\": true,\n        \"documentOptionsRequired\": false,\n        \"documentOptionsDisabled\": false,\n        \"documentOptionsLabel\": \"Options\",\n        \"documentOptionsTitle\": \"Options\",\n        \"documentContinueRendered\": false,\n        \"documentContinueRequired\": false,\n        \"documentContinueDisabled\": false,\n        \"documentContinueLabel\": null,\n        \"documentContinueTitle\": null,\n        \"skillsSectionRendered\": true,\n        \"skillsSectionRequired\": false,\n        \"skillsSectionDisabled\": false,\n        \"skillsSectionLabel\": \"Skills\",\n        \"skillsSectionTitle\": \"Skills\",\n        \"skillsContinueRendered\": true,\n        \"skillsContinueRequired\": false,\n        \"skillsContinueDisabled\": false,\n        \"skillsContinueLabel\": \"Continue\",\n        \"skillsContinueTitle\": \"Continue\",\n        \"languagesSectionRendered\": true,\n        \"languagesSectionRequired\": true,\n        \"languagesSectionDisabled\": false,\n        \"languagesSectionLabel\": \"Languages\",\n        \"languagesSectionTitle\": \"LANGUAGES\",\n        \"languagesContinueRendered\": true,\n        \"languagesContinueRequired\": false,\n        \"languagesContinueDisabled\": false,\n        \"languagesContinueLabel\": \"Continue\",\n        \"languagesContinueTitle\": \"Continue\",\n        \"educationClearAllRendered\": true,\n        \"educationClearAllRequired\": false,\n        \"educationClearAllDisabled\": false,\n        \"educationClearAllLabel\": \"Clear All\",\n        \"educationClearAllTitle\": \"Clear All\",\n        \"educationDeleteRendered\": true,\n        \"educationDeleteRequired\": false,\n        \"educationDeleteDisabled\": false,\n        \"educationDeleteLabel\": \"Delete\",\n        \"educationDeleteTitle\": \"Delete\",\n        \"educationQualificationRendered\": false,\n        \"educationQualificationRequired\": false,\n        \"educationQualificationDisabled\": false,\n        \"educationQualificationLabel\": null,\n        \"educationQualificationTitle\": null,\n        \"batchRendered\": false,\n        \"batchRequired\": false,\n        \"batchDisabled\": false,\n        \"batchLabel\": null,\n        \"batchTitle\": null,\n        \"educationCountryRendered\": false,\n        \"educationCountryRequired\": false,\n        \"educationCountryDisabled\": false,\n        \"educationCountryLabel\": null,\n        \"educationCountryTitle\": null,\n        \"educationCityRendered\": false,\n        \"educationCityRequired\": false,\n        \"educationCityDisabled\": false,\n        \"educationCityLabel\": null,\n        \"educationCityTitle\": null,\n        \"addEarlierRendered\": true,\n        \"addEarlierRequired\": false,\n        \"addEarlierDisabled\": false,\n        \"addEarlierLabel\": \"Add Earlier\",\n        \"addEarlierTitle\": \"Add Earlier\",\n        \"educationContinueRendered\": true,\n        \"educationContinueRequired\": true,\n        \"educationContinueDisabled\": false,\n        \"educationContinueLabel\": \"Continue\",\n        \"educationContinueTitle\": \"Continue\",\n        \"educationAddMoreDetailsRendered\": false,\n        \"educationAddMoreDetailsRequired\": false,\n        \"educationAddMoreDetailsDisabled\": false,\n        \"educationAddMoreDetailsLabel\": null,\n        \"educationAddMoreDetailsTitle\": null,\n        \"workClearAllRendered\": true,\n        \"workClearAllRequired\": false,\n        \"workClearAllDisabled\": false,\n        \"workClearAllLabel\": \"Clear All\",\n        \"workClearAllTitle\": \"Clear All\",\n        \"internshipClearAllRendered\": true,\n        \"internshipClearAllRequired\": false,\n        \"internshipkClearAllDisabled\": false,\n        \"internshipClearAllLabel\": \"Clear All\",\n        \"internshipClearAllTitle\": \"Clear All\",\n        \"skillsClearAllRendered\": true,\n        \"skillsClearAllRequired\": false,\n        \"skillsClearAllDisabled\": false,\n        \"skillsClearAllLabel\": \"Clear All\",\n        \"skillsClearAllTitle\": \"Clear All\",\n        \"languagesClearAllRendered\": true,\n        \"languagesClearAllRequired\": false,\n        \"languagesClearAllDisabled\": false,\n        \"languagesClearAllLabel\": \"Clear All\",\n        \"languagesClearAllTitle\": \"Clear All\",\n        \"currentWorkStatusRendered\": false,\n        \"currentWorkStatusRequired\": false,\n        \"currentWorkStatusDisabled\": false,\n        \"currentWorkStatusLabel\": null,\n        \"currentWorkStatusTitle\": null,\n        \"totalExperienceRendered\": true,\n        \"totalExperienceRequired\": false,\n        \"totalExperienceDisabled\": false,\n        \"totalExperienceLabel\": \"Total Experience\",\n        \"totalExperienceTitle\": \"Total Experience\",\n        \"relevantExperienceRendered\": false,\n        \"relevantExperienceRequired\": false,\n        \"relevantExperienceDisabled\": false,\n        \"relevantExperienceLabel\": null,\n        \"relevantExperienceTitle\": null,\n        \"expectedCTCRendered\": true,\n        \"expectedCTCRequired\": false,\n        \"expectedCTCDisabled\": false,\n        \"expectedCTCLabel\": \"Expected Ctc\",\n        \"expectedCTCTitle\": \"Expected CTC\",\n        \"workRoleRendered\": false,\n        \"workRoleRequired\": false,\n        \"workRoleDisabled\": false,\n        \"workRoleLabel\": null,\n        \"workRoleTitle\": null,\n        \"disabilityRendered\": true,\n        \"disabilityRequired\": false,\n        \"disabilityDisabled\": false,\n        \"disabilityLabel\": \"Is Disabled\",\n        \"disabilityTitle\": \"Is Disabled\",\n        \"typeOfDisabilityRendered\": true,\n        \"typeOfDisabilityRequired\": false,\n        \"typeOfDisabilityDisabled\": false,\n        \"typeOfDisabilityLabel\": \"Type Of Disability\",\n        \"typeOfDisabilityTitle\": \"Type Of Disability\",\n        \"percentageOfDisabilityRendered\": true,\n        \"percentageOfDisabilityRequired\": false,\n        \"percentageOfDisabilityDisabled\": false,\n        \"percentageOfDisabilityLabel\": \"Percentage Of Disability\",\n        \"percentageOfDisabilityTitle\": \"Percentage Of Disability\",\n        \"reasonOfDisabilityRendered\": true,\n        \"reasonOfDisabilityRequired\": false,\n        \"reasonOfDisabilityDisabled\": false,\n        \"reasonOfDisabilityLabel\": \"Reason Of Disability\",\n        \"reasonOfDisabilityTitle\": \"Reason Of Disability\",\n        \"addPastJobRendered\": true,\n        \"addPastJobRequired\": false,\n        \"addPastJobDisabled\": false,\n        \"addPastJobLabel\": \"Add Past Job\",\n        \"addPastJobTitle\": \"Add Past Job\",\n        \"internshipaddPastJobRendered\": true,\n        \"internshipaddPastJobRequired\": false,\n        \"internshipaddPastJobDisabled\": false,\n        \"internshipaddPastJobLabel\": \"Add_past Job\",\n        \"internshipaddPastJobTitle\": \"Add_Past Job\",\n        \"workAddMoreDetailsRendered\": false,\n        \"workAddMoreDetailsRequired\": false,\n        \"workAddMoreDetailsDisabled\": false,\n        \"workAddMoreDetailsLabel\": null,\n        \"workAddMoreDetailsTitle\": null,\n        \"internshipAddMoreDetailsRendered\": true,\n        \"internshipAddMoreDetailsRequired\": false,\n        \"internshipAddMoreDetailsDisabled\": false,\n        \"internshipAddMoreDetailsLabel\": \"Add_more Details\",\n        \"internshipAddMoreDetailsTitle\": \"Add_More Details\",\n        \"workContinueRendered\": true,\n        \"workContinueRequired\": false,\n        \"workContinueDisabled\": false,\n        \"workContinueLabel\": \"Continue\",\n        \"workContinueTitle\": \"Continue\",\n        \"internshipContinueRendered\": true,\n        \"internshipContinueRequired\": false,\n        \"internshipContinueDisabled\": false,\n        \"internshipContinueLabel\": \"Continue\",\n        \"internshipContinueTitle\": \"Continue\",\n        \"workDeleteRendered\": true,\n        \"workDeleteRequired\": false,\n        \"workDeleteDisabled\": false,\n        \"workDeleteLabel\": \"Delete\",\n        \"workDeleteTitle\": \"Delete\",\n        \"internshipDeleteRendered\": true,\n        \"internshipDeleteRequired\": false,\n        \"internshipDeleteDisabled\": false,\n        \"internshipDeleteLabel\": \"Delete\",\n        \"internshipDeleteTitle\": \"Delete\",\n        \"createCandidateSectionRendered\": true,\n        \"createCandidateSectionRequired\": false,\n        \"createCandidateSectionDisabled\": false,\n        \"createCandidateSectionLabel\": \"Create Candidate\",\n        \"createCandidateSectionTitle\": \"Create Candidate\",\n        \"editCandidateSectionRendered\": true,\n        \"editCandidateSectionRequired\": false,\n        \"editCandidateSectionDisabled\": false,\n        \"editCandidateSectionLabel\": \"Edit Candidate\",\n        \"editCandidateSectionTitle\": \"Edit Candidate\",\n        \"createCandidateClearAllRendered\": true,\n        \"createCandidateClearAllRequired\": false,\n        \"createCandidateClearAllDisabled\": false,\n        \"createCandidateClearAllLabel\": \"Clear All\",\n        \"createCandidateClearAllTitle\": \"Clear All\",\n        \"forAJobRendered\": true,\n        \"forAJobRequired\": false,\n        \"forAJobDisabled\": false,\n        \"forAJobLabel\": \"For A Job\",\n        \"forAJobTitle\": \"For A Job\",\n        \"asUntaggedCandidateRendered\": true,\n        \"asUntaggedCandidateRequired\": false,\n        \"asUntaggedCandidateDisabled\": false,\n        \"asUntaggedCandidateLabel\": \"As Untagged Candidate\",\n        \"asUntaggedCandidateTitle\": \"As Untagged Candidate\",\n        \"createCandidateContinueRendered\": true,\n        \"createCandidateContinueRequired\": false,\n        \"createCandidateContinueDisabled\": false,\n        \"createCandidateContinueLabel\": \"Continue\",\n        \"createCandidateContinueTitle\": \"Continue\",\n        \"stateRendered\": true,\n        \"stateRequired\": true,\n        \"stateDisabled\": false,\n        \"stateLabel\": \"State\",\n        \"stateTitle\": \"State\",\n        \"addressLine1Rendered\": true,\n        \"addressLine1Required\": false,\n        \"addressLine1Disabled\": false,\n        \"addressLine1Label\": \"Address Line1\",\n        \"addressLine1Title\": \"ADDRESS LINE1\",\n        \"addressLine2Rendered\": true,\n        \"addressLine2Required\": false,\n        \"addressLine2Disabled\": false,\n        \"addressLine2Label\": \"Address Line 2\",\n        \"addressLine2Title\": \"ADDRESS LINE 2\",\n        \"internationalIDRendered\": true,\n        \"internationalIDRequired\": false,\n        \"internationalIDDisabled\": false,\n        \"internationalIDLabel\": \"International Id\",\n        \"internationalIDTitle\": \"International ID\",\n        \"localFirstNameRendered\": true,\n        \"localFirstNameRequired\": false,\n        \"localFirstNameDisabled\": false,\n        \"localFirstNameLabel\": \"Suffix\",\n        \"localFirstNameTitle\": \"Local First Name\",\n        \"localMiddleNameRendered\": true,\n        \"localMiddleNameRequired\": false,\n        \"localMiddleNameDisabled\": false,\n        \"localMiddleNameLabel\": \"Local Middle Name\",\n        \"localMiddleNameTitle\": \"Local Middle Name\",\n        \"localLastNameRendered\": true,\n        \"localLastNameRequired\": false,\n        \"localLastNameDisabled\": false,\n        \"localLastNameLabel\": \"Local Last Name\",\n        \"localLastNameTitle\": \"Local Last Name\",\n        \"nickNameRendered\": true,\n        \"nickNameRequired\": false,\n        \"nickNameDisabled\": false,\n        \"nickNameLabel\": \"Nick Name\",\n        \"nickNameTitle\": \"Nick Name\",\n        \"localNickNameRendered\": true,\n        \"localNickNameRequired\": false,\n        \"localNickNameDisabled\": false,\n        \"localNickNameLabel\": \"Local Nick Name\",\n        \"localNickNameTitle\": \"Local Nick Name\",\n        \"expectedSalaryRendered\": true,\n        \"expectedSalaryRequired\": false,\n        \"expectedSalaryDisabled\": false,\n        \"expectedSalaryLabel\": \"Expected Ctc\",\n        \"expectedSalaryTitle\": \"Expected CTC\",\n        \"reasonForLeavingRendered\": true,\n        \"reasonForLeavingRequired\": false,\n        \"reasonForLeavingDisabled\": false,\n        \"reasonForLeavingLabel\": \"Visa Type (lwp/employment/dependent)\",\n        \"reasonForLeavingTitle\": \"Visa Type (LWP/Employment/Dependent)\",\n        \"referenceSourceRendered\": true,\n        \"referenceSourceRequired\": false,\n        \"referenceSourceDisabled\": false,\n        \"referenceSourceLabel\": \"Are You Authorized To Work In The United Kingdom?\",\n        \"referenceSourceTitle\": \"Are you authorized to work in the United Kingdom?\",\n        \"candidateCodeThirdPartyRendered\": false,\n        \"candidateCodeThirdPartyRequired\": false,\n        \"candidateCodeThirdPartyDisabled\": true,\n        \"candidateCodeThirdPartyLabel\": \"Candidate Code Third Party\",\n        \"candidateCodeThirdPartyTitle\": \"Candidate Code Third Party\",\n        \"consentRendered\": true,\n        \"consentRequired\": false,\n        \"consentDisabled\": false,\n        \"consentLabel\": \"Consent\",\n        \"consentTitle\": \"Consent\",\n        \"consentDocumentRendered\": true,\n        \"consentDocumentRequired\": false,\n        \"consentDocumentDisabled\": false,\n        \"consentDocumentLabel\": \"Consent Document\",\n        \"consentDocumentTitle\": \"Consent Document\",\n        \"alternateMobileRendered\": true,\n        \"alternateMobileRequired\": false,\n        \"alternateMobileDisabled\": false,\n        \"alternateMobileLabel\": \"Alternate Mobile Number\",\n        \"alternateMobileTitle\": \"Alternate Mobile Number\",\n        \"panVerifyRendered\": true,\n        \"panVerifyRequired\": false,\n        \"panVerifyDisabled\": false,\n        \"panVerifyLabel\": \"Pan Verify\",\n        \"panVerifyTitle\": \"PAN Verify\",\n        \"panAvailableRendered\": true,\n        \"panAvailableRequired\": false,\n        \"panAvailableDisabled\": false,\n        \"panAvailableLabel\": \"Pan Available\",\n        \"panAvailableTitle\": \"PAN Available\",\n        \"referenceNumberRendered\": true,\n        \"referenceNumberRequired\": false,\n        \"referenceNumberDisabled\": false,\n        \"referenceNumberLabel\": \"Reference Number\",\n        \"referenceNumberTitle\": \"Reference Number\",\n        \"relationshipRendered\": false,\n        \"relationshipRequired\": false,\n        \"relationshipDisabled\": false,\n        \"relationshipLabel\": null,\n        \"relationshipTitle\": null\n    },\n    \"candidateAddressTO\": {},\n    \"permanentAddressTO\": {},\n    \"countryID\": 1,\n    \"age\": 26,\n    \"candidateCode\": \"\",\n    \"referenceNumber\": \"\",\n    \"panAvailable\": null,\n    \"candidateId\": \"0\",\n    \"updateEntityID\": false,\n    \"entityID\": 257,\n    \"requisitionID\": 213867,\n    \"firstName\": \"Rahul\",\n    \"middleName\": \"\",\n    \"lastName\": \"test\",\n    \"localFirstName\": \"\",\n    \"localMiddleName\": \"\",\n    \"localLastName\": \"\",\n    \"nickName\": \"\",\n    \"localNickName\": \"\",\n    \"referenceSourceID\": \"\",\n    \"internationalID\": \"\",\n    \"mobileNumber\": \"+91-\",\n    \"alternateMobileNumber\": \"+91-\",\n    \"primaryEmail\": \"rahulTest@gmail.com\",\n    \"secondaryEmail\": \"\",\n    \"dateOfBirth\": \"1996-06-18T09:03:53.000Z\",\n    \"genderID\": 23,\n    \"selectedTitleCode\": 1,\n    \"panNumber\": \"\",\n    \"voterID\": \"\",\n    \"passportNumber\": \"\",\n    \"aadhar\": \"\",\n    \"industryID\": \"\",\n    \"functionalAreaID\": \"\",\n    \"sourceTypeID\": 4538,\n    \"subSourceUserID\": 3909876,\n    \"inReview\": false,\n    \"consent\": true,\n    \"consentDocument\": null,\n    \"triggerPoint\": \"New Recruiter Portal Candidate Creation\",\n    \"relationshipID\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{subdomain}.peoplestrong.com/rest/altone/candidate/save/?id=0&type=draft&section=basic","description":"<p>It will consume input data for the candidate creation details like candidate name, contact details, work experience, education, and  more through the API</p>\n<p>QueryParam: id, type, section</p>\n","urlObject":{"protocol":"https","path":["rest","altone","candidate","save",""],"host":["{subdomain}","peoplestrong","com"],"query":[{"key":"id","value":"0"},{"key":"type","value":"draft"},{"key":"section","value":"basic"}],"variable":[]}},"response":[{"id":"ad6c24f3-99ba-4613-821e-376935af7f54","name":"Candidate Creation Detail","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"security\": {\n        \"lastThreeAppraisalsRendered\": false,\n        \"lastThreeAppraisalsRequired\": false,\n        \"lastThreeAppraisalsDisabled\": true,\n        \"lastThreeAppraisalsLabel\": \"Last Three Appraisals\",\n        \"lastThreeAppraisalsTitle\": \"Last Three Appraisals\",\n        \"endDateRendered\": true,\n        \"endDateRequired\": false,\n        \"endDateDisabled\": false,\n        \"endDateLabel\": \"End Date\",\n        \"endDateTitle\": \"End Date\",\n        \"internshipCompanyEndDateRendered\": true,\n        \"internshipCompanyEndDateRequired\": false,\n        \"internshipCompanyEndDateDisabled\": false,\n        \"internshipCompanyEndDateLabel\": \"End Date\",\n        \"internshipCompanyEndDateTitle\": \"End Date\",\n        \"jobTitleRendered\": true,\n        \"jobTitleRequired\": false,\n        \"jobTitleDisabled\": false,\n        \"jobTitleLabel\": \"Job Title\",\n        \"jobTitleTitle\": \"Job Title\",\n        \"internshipJobTitleRendered\": true,\n        \"internshipJobTitleRequired\": false,\n        \"internshipJobTitleDisabled\": false,\n        \"internshipJobTitleLabel\": \"Job Title\",\n        \"internshipJobTitleTitle\": \"Job Title\",\n        \"descriptionRendered\": true,\n        \"descriptionRequired\": false,\n        \"descriptionDisabled\": false,\n        \"descriptionLabel\": \"Description\",\n        \"descriptionTitle\": \"Description\",\n        \"internshipDescriptionRendered\": true,\n        \"internshipDescriptionRequired\": false,\n        \"internshipDescriptionDisabled\": false,\n        \"internshipDescriptionLabel\": \"Description\",\n        \"internshipDescriptionTitle\": \"Description\",\n        \"languageRendered\": true,\n        \"languageRequired\": false,\n        \"languageDisabled\": false,\n        \"languageLabel\": \"Language\",\n        \"languageTitle\": \"Language\",\n        \"experienceRendered\": true,\n        \"experienceRequired\": true,\n        \"experienceDisabled\": false,\n        \"experienceLabel\": \"Experience\",\n        \"experienceTitle\": \"Experience\",\n        \"skillsRendered\": true,\n        \"skillsRequired\": false,\n        \"skillsDisabled\": false,\n        \"skillsLabel\": \"Skills\",\n        \"skillsTitle\": \"Skills\",\n        \"sourceCodeRendered\": true,\n        \"sourceCodeRequired\": true,\n        \"sourceCodeDisabled\": false,\n        \"sourceCodeLabel\": \"Source Code\",\n        \"sourceCodeTitle\": \"Source Code\",\n        \"candidatecodeRendered\": true,\n        \"candidatecodeRequired\": false,\n        \"candidatecodeDisabled\": true,\n        \"candidatecodeLabel\": \"Candidate Code\",\n        \"candidatecodeTitle\": \"Candidate Code\",\n        \"voterIdRendered\": false,\n        \"voterIdRequired\": false,\n        \"voterIdDisabled\": true,\n        \"voterIdLabel\": \"Voter Id\",\n        \"voterIdTitle\": \"Voter ID\",\n        \"employerRendered\": true,\n        \"employerRequired\": false,\n        \"employerDisabled\": false,\n        \"employerLabel\": \"Employer\",\n        \"employerTitle\": \"Employer\",\n        \"requisitionRoleRendered\": true,\n        \"requisitionRoleRequired\": false,\n        \"requisitionRoleDisabled\": false,\n        \"requisitionRoleLabel\": \"Requisition Role\",\n        \"requisitionRoleTitle\": \"Requisition Role\",\n        \"primaryEmailRendered\": true,\n        \"primaryEmailRequired\": true,\n        \"primaryEmailDisabled\": false,\n        \"primaryEmailLabel\": \"Primary Email\",\n        \"primaryEmailTitle\": \"Primary Email\",\n        \"passportNumberRendered\": true,\n        \"passportNumberRequired\": false,\n        \"passportNumberDisabled\": false,\n        \"passportNumberLabel\": \"Passport Number\",\n        \"passportNumberTitle\": \"Passport Number\",\n        \"aadhaarNumberRendered\": true,\n        \"aadhaarNumberRequired\": false,\n        \"aadhaarNumberDisabled\": false,\n        \"aadhaarNumberLabel\": \"Aadhaar Number\",\n        \"aadhaarNumberTitle\": \"Aadhaar Number\",\n        \"currentRatingDateRendered\": false,\n        \"currentRatingDateRequired\": false,\n        \"currentRatingDateDisabled\": true,\n        \"currentRatingDateLabel\": \"Current Rating Date\",\n        \"currentRatingDateTitle\": \"Current Rating Date\",\n        \"degreeRendered\": true,\n        \"degreeRequired\": true,\n        \"degreeDisabled\": false,\n        \"degreeLabel\": \"Highest Education\",\n        \"degreeTitle\": \"Degree\",\n        \"companyStartDateRendered\": true,\n        \"companyStartDateRequired\": false,\n        \"companyStartDateDisabled\": false,\n        \"companyStartDateLabel\": \"Start Date\",\n        \"companyStartDateTitle\": \"Start Date\",\n        \"internshipCompanyStartDateRendered\": true,\n        \"internshipCompanyStartDateRequired\": false,\n        \"internshipCompanyStartDateDisabled\": false,\n        \"internshipCompanyStartDateLabel\": \"Start Date\",\n        \"internshipCompanyStartDateTitle\": \"Start Date\",\n        \"panNumberRendered\": true,\n        \"panNumberRequired\": false,\n        \"panNumberDisabled\": false,\n        \"panNumberLabel\": \"PAN Number\",\n        \"panNumberTitle\": \"PAN Number\",\n        \"companyCTCRendered\": true,\n        \"companyCTCRequired\": false,\n        \"companyCTCDisabled\": false,\n        \"companyCTCLabel\": \"CTC\",\n        \"companyCTCTitle\": \"CTC\",\n        \"noticePeriodRendered\": true,\n        \"noticePeriodRequired\": false,\n        \"noticePeriodDisabled\": false,\n        \"noticePeriodLabel\": \"Notice Period (mention In Months)\",\n        \"noticePeriodTitle\": \"Notice Period (Mention in months)\",\n        \"firstNameRendered\": true,\n        \"firstNameRequired\": true,\n        \"firstNameDisabled\": false,\n        \"firstNameLabel\": \"First Name\",\n        \"firstNameTitle\": \"First Name\",\n        \"qualificationRendered\": false,\n        \"qualificationRequired\": false,\n        \"qualificationDisabled\": true,\n        \"qualificationLabel\": \"Qualification\",\n        \"qualificationTitle\": \"Qualification\",\n        \"sourceTypeRendered\": true,\n        \"sourceTypeRequired\": true,\n        \"sourceTypeDisabled\": false,\n        \"sourceTypeLabel\": \"Source Type\",\n        \"sourceTypeTitle\": \"Source Type\",\n        \"functionalAreaRendered\": true,\n        \"functionalAreaRequired\": false,\n        \"functionalAreaDisabled\": false,\n        \"functionalAreaLabel\": \"Functional Area\",\n        \"functionalAreaTitle\": \"Functional Area\",\n        \"subFunctionalAreaRendered\": false,\n        \"subFunctionalAreaDisabled\": true,\n        \"subFunctionalAreaRequired\": false,\n        \"subFunctionalAreaLabel\": \"Sub Functional Area\",\n        \"subFunctionalAreaTitle\": \"Sub Functional Area\",\n        \"pinCodeRendered\": true,\n        \"pinCodeRequired\": true,\n        \"pinCodeDisabled\": false,\n        \"pinCodeLabel\": \"Pin Code\",\n        \"pinCodeTitle\": \"Pin Code\",\n        \"companyEndDateRendered\": true,\n        \"companyEndDateRequired\": false,\n        \"companyEndDateDisabled\": false,\n        \"companyEndDateLabel\": \"End Date\",\n        \"companyEndDateTitle\": \"End Date\",\n        \"candidateLinksRendered\": false,\n        \"candidateLinksRequired\": false,\n        \"candidateLinksDisabled\": true,\n        \"candidateLinksLabel\": \"Candidate Links\",\n        \"candidateLinksTitle\": \"Candidate Links\",\n        \"instituteRendered\": true,\n        \"instituteRequired\": false,\n        \"instituteDisabled\": false,\n        \"instituteLabel\": \"Institute\",\n        \"instituteTitle\": \"Institute\",\n        \"startDateRendered\": true,\n        \"startDateRequired\": false,\n        \"startDateDisabled\": false,\n        \"startDateLabel\": \"Start Date\",\n        \"startDateTitle\": \"Start Date\",\n        \"lastNameRendered\": true,\n        \"lastNameRequired\": false,\n        \"lastNameDisabled\": false,\n        \"lastNameLabel\": \"Last Name\",\n        \"lastNameTitle\": \"Last name\",\n        \"secondaryEmailRendered\": true,\n        \"secondaryEmailRequired\": false,\n        \"secondaryEmailDisabled\": false,\n        \"secondaryEmailLabel\": \"Secondary Email\",\n        \"secondaryEmailTitle\": \"Secondary Email\",\n        \"genderRendered\": true,\n        \"genderRequired\": false,\n        \"genderDisabled\": false,\n        \"genderLabel\": \"Gender\",\n        \"genderTitle\": \"Gender\",\n        \"industryRendered\": true,\n        \"industryRequired\": false,\n        \"industryDisabled\": false,\n        \"industryLabel\": \"Industry\",\n        \"industryTitle\": \"Industry\",\n        \"sourceUsersRendered\": true,\n        \"sourceUsersRequired\": true,\n        \"sourceUsersDisabled\": false,\n        \"sourceUsersLabel\": \"Source Name\",\n        \"sourceUsersTitle\": \"Source Name\",\n        \"landlineNumberRendered\": false,\n        \"landlineNumberRequired\": false,\n        \"landlineNumberDisabled\": true,\n        \"landlineNumberLabel\": \"Landline Number\",\n        \"landlineNumberTitle\": \"Landline Number\",\n        \"titleRendered\": true,\n        \"titleRequired\": false,\n        \"titleDisabled\": false,\n        \"titleLabel\": \"Title\",\n        \"titleTitle\": \"Title\",\n        \"companyRendered\": true,\n        \"companyRequired\": false,\n        \"companyDisabled\": false,\n        \"companyLabel\": \"Company\",\n        \"companyTitle\": \"Company\",\n        \"internshipCompanyRendered\": true,\n        \"internshipCompanyRequired\": false,\n        \"internshipCompanyDisabled\": false,\n        \"internshipCompanyLabel\": \"Company\",\n        \"internshipCompanyTitle\": \"Company\",\n        \"officialMailRendered\": true,\n        \"officialMailRequired\": false,\n        \"officialMailDisabled\": false,\n        \"officialMailLabel\": \"Official Email\",\n        \"officialMailTitle\": \"Official Email\",\n        \"linksSectionRendered\": false,\n        \"linksSectionRequired\": false,\n        \"linksSectionDisabled\": true,\n        \"linksSectionLabel\": \"Links Section\",\n        \"linksSectionTitle\": \"Links Section\",\n        \"coverLetterSectionRendered\": false,\n        \"coverLetterSectionRequired\": false,\n        \"coverLetterSectionDisabled\": false,\n        \"coverLetterSectionLabel\": null,\n        \"coverLetterSectionTitle\": null,\n        \"otherSectionRendered\": true,\n        \"otherSectionRequired\": false,\n        \"otherSectionDisabled\": true,\n        \"otherSectionLabel\": \"Other\",\n        \"otherSectionTitle\": \"Other\",\n        \"resumeRendered\": true,\n        \"resumeRequired\": false,\n        \"resumeDisabled\": false,\n        \"resumeLabel\": \"Resume\",\n        \"resumeTitle\": \"Resume\",\n        \"isdCodeRendered\": false,\n        \"isdCodeRequired\": false,\n        \"isdCodeDisabled\": false,\n        \"isdCodeLabel\": null,\n        \"isdCodeTitle\": null,\n        \"mobileRendered\": true,\n        \"mobileRequired\": true,\n        \"mobileDisabled\": false,\n        \"mobileLabel\": \"Mobile\",\n        \"mobileTitle\": \"Mobile\",\n        \"dateOfBirthRendered\": true,\n        \"dateOfBirthRequired\": true,\n        \"dateOfBirthDisabled\": false,\n        \"dateOfBirthLabel\": \"Date Of Birth\",\n        \"dateOfBirthTitle\": \"Date Of Birth\",\n        \"educationSectionRendered\": true,\n        \"educationSectionRequired\": true,\n        \"educationSectionDisabled\": false,\n        \"educationSectionLabel\": \"Education\",\n        \"educationSectionTitle\": \"Education\",\n        \"workSectionRendered\": true,\n        \"workSectionRequired\": true,\n        \"workSectionDisabled\": false,\n        \"workSectionLabel\": \"Work\",\n        \"workSectionTitle\": \"Work\",\n        \"internshipSectionRendered\": true,\n        \"internshipSectionRequired\": false,\n        \"internshipSectionDisabled\": false,\n        \"internshipSectionLabel\": \"Internship\",\n        \"internshipSectionTitle\": \"INTERNSHIP\",\n        \"personalSectionRendered\": true,\n        \"personalSectionRequired\": true,\n        \"personalSectionDisabled\": false,\n        \"personalSectionLabel\": \"Personal\",\n        \"personalSectionTitle\": \"Personal\",\n        \"candidateAgeRendered\": true,\n        \"candidateAgeRequired\": false,\n        \"candidateAgeDisabled\": true,\n        \"candidateAgeLabel\": \"Candidate Age\",\n        \"candidateAgeTitle\": \"Candidate Age\",\n        \"commentRendered\": true,\n        \"commentRequired\": false,\n        \"commentDisabled\": false,\n        \"commentLabel\": \"Comment\",\n        \"commentTitle\": \"Comment\",\n        \"middleNameRendered\": true,\n        \"middleNameRequired\": false,\n        \"middleNameDisabled\": false,\n        \"middleNameLabel\": \"Middle Name\",\n        \"middleNameTitle\": \"Middle Name\",\n        \"locationRendered\": true,\n        \"locationRequired\": false,\n        \"locationDisabled\": false,\n        \"locationLabel\": \"Location\",\n        \"locationTitle\": \"Location\",\n        \"iCurrentlyWorkHereRendered\": true,\n        \"iCurrentlyWorkHereRequired\": false,\n        \"iCurrentlyWorkHereDisabled\": false,\n        \"iCurrentlyWorkHereLabel\": \"I Currently Work Here.\",\n        \"iCurrentlyWorkHereTitle\": \"I currently work here.\",\n        \"stillWorkingHereRendered\": true,\n        \"stillWorkingHereRequired\": false,\n        \"stillWorkingHereDisabled\": false,\n        \"stillWorkingHereLabel\": \"Still Working Here\",\n        \"stillWorkingHereTitle\": \"Still Working Here\",\n        \"fresherRendered\": true,\n        \"fresherRequired\": false,\n        \"fresherDisabled\": false,\n        \"fresherLabel\": \"Fresher\",\n        \"fresherTitle\": \"Fresher\",\n        \"internshipStillWorkingHereRendered\": false,\n        \"internshipStillWorkingHereRequired\": false,\n        \"internshipStillWorkingHereDisabled\": false,\n        \"internshipStillWorkingHereLabel\": null,\n        \"internshipStillWorkingHereTitle\": null,\n        \"gradePercentageRendered\": true,\n        \"gradePercentageRequired\": false,\n        \"gradePercentageDisabled\": false,\n        \"gradePercentageLabel\": \"Grade/percentage\",\n        \"gradePercentageTitle\": \"Grade/Percentage\",\n        \"htmlViewRendered\": true,\n        \"htmlViewRequired\": false,\n        \"htmlViewDisabled\": true,\n        \"htmlViewLabel\": \"Html View\",\n        \"htmlViewTitle\": \"HTML View\",\n        \"textViewRendered\": false,\n        \"textViewRequired\": false,\n        \"textViewDisabled\": true,\n        \"textViewLabel\": \"Text View\",\n        \"textViewTitle\": \"Text View\",\n        \"saveRendered\": true,\n        \"saveRequired\": false,\n        \"saveDisabled\": false,\n        \"saveLabel\": \"Save\",\n        \"saveTitle\": \"Save\",\n        \"checkRendered\": false,\n        \"checkRequired\": false,\n        \"checkDisabled\": true,\n        \"checkLabel\": \"Check\",\n        \"checkTitle\": \"Check\",\n        \"cancelRendered\": true,\n        \"cancelRequired\": false,\n        \"cancelDisabled\": false,\n        \"cancelLabel\": \"Cancel\",\n        \"cancelTitle\": \"Cancel\",\n        \"permanentAddressRendered\": true,\n        \"permanentAddressRequired\": false,\n        \"permanentAddressDisabled\": false,\n        \"permanentAddressLabel\": \"Permanent Address\",\n        \"permanentAddressTitle\": \"Permanent Address\",\n        \"countryRendered\": true,\n        \"countryRequired\": true,\n        \"countryDisabled\": false,\n        \"countryLabel\": \"Country\",\n        \"countryTitle\": \"Country\",\n        \"cityRendered\": true,\n        \"cityRequired\": true,\n        \"cityDisabled\": false,\n        \"cityLabel\": \"City\",\n        \"cityTitle\": \"City\",\n        \"facebookRendered\": false,\n        \"facebookRequired\": false,\n        \"facebookDisabled\": true,\n        \"facebookLabel\": \"Facebook\",\n        \"facebookTitle\": \"Facebook\",\n        \"twitterRendered\": false,\n        \"twitterRequired\": false,\n        \"twitterDisabled\": true,\n        \"twitterLabel\": \"Twitter\",\n        \"twitterTitle\": \"Twitter\",\n        \"linkedInRendered\": false,\n        \"linkedInRequired\": false,\n        \"linkedInDisabled\": true,\n        \"linkedInLabel\": \"Linkedin\",\n        \"linkedInTitle\": \"LinkedIn\",\n        \"googlePlusRendered\": false,\n        \"googlePlusRequired\": false,\n        \"googlePlusDisabled\": true,\n        \"googlePlusLabel\": \"Google Plus\",\n        \"googlePlusTitle\": \"Google Plus\",\n        \"basicSectionRendered\": true,\n        \"basicSectionRequired\": true,\n        \"basicSectionDisabled\": false,\n        \"basicSectionLabel\": \"Basic\",\n        \"basicSectionTitle\": \"Basic\",\n        \"basicAddMoreDetailsRendered\": false,\n        \"basicAddMoreDetailsRequired\": false,\n        \"basicAddMoreDetailsDisabled\": false,\n        \"basicAddMoreDetailsLabel\": null,\n        \"basicAddMoreDetailsTitle\": null,\n        \"basicContinueRendered\": true,\n        \"basicContinueRequired\": false,\n        \"basicContinueDisabled\": false,\n        \"basicContinueLabel\": \"Continue\",\n        \"basicContinueTitle\": \"Continue\",\n        \"basicClearAllRendered\": true,\n        \"basicClearAllRequired\": false,\n        \"basicClearAllDisabled\": false,\n        \"basicClearAllLabel\": \"Clear All\",\n        \"basicClearAllTitle\": \"Clear All\",\n        \"basicUploadPhotoRendered\": true,\n        \"basicUploadPhotoRequired\": false,\n        \"basicUploadPhotoDisabled\": false,\n        \"basicUploadPhotoLabel\": \"Upload Candidate Photo\",\n        \"basicUploadPhotoTitle\": \"Upload Candidate Photo\",\n        \"personalClearAllRendered\": true,\n        \"personalClearAllRequired\": false,\n        \"personalClearAllDisabled\": false,\n        \"personalClearAllLabel\": \"Clear All\",\n        \"personalClearAllTitle\": \"Clear All\",\n        \"personalAddMoreDetailsRendered\": false,\n        \"personalAddMoreDetailsRequired\": false,\n        \"personalAddMoreDetailsDisabled\": true,\n        \"personalAddMoreDetailsLabel\": \"Add More Details\",\n        \"personalAddMoreDetailsTitle\": \"Add More Details\",\n        \"personalContinueRendered\": true,\n        \"personalContinueRequired\": false,\n        \"personalContinueDisabled\": false,\n        \"personalContinueLabel\": \"Continue\",\n        \"personalContinueTitle\": \"Continue\",\n        \"documentSectionRendered\": true,\n        \"documentSectionRequired\": false,\n        \"documentSectionDisabled\": false,\n        \"documentSectionLabel\": \"Attach Documents\",\n        \"documentSectionTitle\": \"Attach Documents\",\n        \"documentClearAllRendered\": false,\n        \"documentClearAllRequired\": false,\n        \"documentClearAllDisabled\": false,\n        \"documentClearAllLabel\": null,\n        \"documentClearAllTitle\": null,\n        \"documentNameRendered\": true,\n        \"documentNameRequired\": false,\n        \"documentNameDisabled\": false,\n        \"documentNameLabel\": \"Document Name\",\n        \"documentNameTitle\": \"Document Name\",\n        \"documentOptionsRendered\": true,\n        \"documentOptionsRequired\": false,\n        \"documentOptionsDisabled\": false,\n        \"documentOptionsLabel\": \"Options\",\n        \"documentOptionsTitle\": \"Options\",\n        \"documentContinueRendered\": false,\n        \"documentContinueRequired\": false,\n        \"documentContinueDisabled\": false,\n        \"documentContinueLabel\": null,\n        \"documentContinueTitle\": null,\n        \"skillsSectionRendered\": true,\n        \"skillsSectionRequired\": false,\n        \"skillsSectionDisabled\": false,\n        \"skillsSectionLabel\": \"Skills\",\n        \"skillsSectionTitle\": \"Skills\",\n        \"skillsContinueRendered\": true,\n        \"skillsContinueRequired\": false,\n        \"skillsContinueDisabled\": false,\n        \"skillsContinueLabel\": \"Continue\",\n        \"skillsContinueTitle\": \"Continue\",\n        \"languagesSectionRendered\": true,\n        \"languagesSectionRequired\": true,\n        \"languagesSectionDisabled\": false,\n        \"languagesSectionLabel\": \"Languages\",\n        \"languagesSectionTitle\": \"LANGUAGES\",\n        \"languagesContinueRendered\": true,\n        \"languagesContinueRequired\": false,\n        \"languagesContinueDisabled\": false,\n        \"languagesContinueLabel\": \"Continue\",\n        \"languagesContinueTitle\": \"Continue\",\n        \"educationClearAllRendered\": true,\n        \"educationClearAllRequired\": false,\n        \"educationClearAllDisabled\": false,\n        \"educationClearAllLabel\": \"Clear All\",\n        \"educationClearAllTitle\": \"Clear All\",\n        \"educationDeleteRendered\": true,\n        \"educationDeleteRequired\": false,\n        \"educationDeleteDisabled\": false,\n        \"educationDeleteLabel\": \"Delete\",\n        \"educationDeleteTitle\": \"Delete\",\n        \"educationQualificationRendered\": false,\n        \"educationQualificationRequired\": false,\n        \"educationQualificationDisabled\": false,\n        \"educationQualificationLabel\": null,\n        \"educationQualificationTitle\": null,\n        \"batchRendered\": false,\n        \"batchRequired\": false,\n        \"batchDisabled\": false,\n        \"batchLabel\": null,\n        \"batchTitle\": null,\n        \"educationCountryRendered\": false,\n        \"educationCountryRequired\": false,\n        \"educationCountryDisabled\": false,\n        \"educationCountryLabel\": null,\n        \"educationCountryTitle\": null,\n        \"educationCityRendered\": false,\n        \"educationCityRequired\": false,\n        \"educationCityDisabled\": false,\n        \"educationCityLabel\": null,\n        \"educationCityTitle\": null,\n        \"addEarlierRendered\": true,\n        \"addEarlierRequired\": false,\n        \"addEarlierDisabled\": false,\n        \"addEarlierLabel\": \"Add Earlier\",\n        \"addEarlierTitle\": \"Add Earlier\",\n        \"educationContinueRendered\": true,\n        \"educationContinueRequired\": true,\n        \"educationContinueDisabled\": false,\n        \"educationContinueLabel\": \"Continue\",\n        \"educationContinueTitle\": \"Continue\",\n        \"educationAddMoreDetailsRendered\": false,\n        \"educationAddMoreDetailsRequired\": false,\n        \"educationAddMoreDetailsDisabled\": false,\n        \"educationAddMoreDetailsLabel\": null,\n        \"educationAddMoreDetailsTitle\": null,\n        \"workClearAllRendered\": true,\n        \"workClearAllRequired\": false,\n        \"workClearAllDisabled\": false,\n        \"workClearAllLabel\": \"Clear All\",\n        \"workClearAllTitle\": \"Clear All\",\n        \"internshipClearAllRendered\": true,\n        \"internshipClearAllRequired\": false,\n        \"internshipkClearAllDisabled\": false,\n        \"internshipClearAllLabel\": \"Clear All\",\n        \"internshipClearAllTitle\": \"Clear All\",\n        \"skillsClearAllRendered\": true,\n        \"skillsClearAllRequired\": false,\n        \"skillsClearAllDisabled\": false,\n        \"skillsClearAllLabel\": \"Clear All\",\n        \"skillsClearAllTitle\": \"Clear All\",\n        \"languagesClearAllRendered\": true,\n        \"languagesClearAllRequired\": false,\n        \"languagesClearAllDisabled\": false,\n        \"languagesClearAllLabel\": \"Clear All\",\n        \"languagesClearAllTitle\": \"Clear All\",\n        \"currentWorkStatusRendered\": false,\n        \"currentWorkStatusRequired\": false,\n        \"currentWorkStatusDisabled\": false,\n        \"currentWorkStatusLabel\": null,\n        \"currentWorkStatusTitle\": null,\n        \"totalExperienceRendered\": true,\n        \"totalExperienceRequired\": false,\n        \"totalExperienceDisabled\": false,\n        \"totalExperienceLabel\": \"Total Experience\",\n        \"totalExperienceTitle\": \"Total Experience\",\n        \"relevantExperienceRendered\": false,\n        \"relevantExperienceRequired\": false,\n        \"relevantExperienceDisabled\": false,\n        \"relevantExperienceLabel\": null,\n        \"relevantExperienceTitle\": null,\n        \"expectedCTCRendered\": true,\n        \"expectedCTCRequired\": false,\n        \"expectedCTCDisabled\": false,\n        \"expectedCTCLabel\": \"Expected Ctc\",\n        \"expectedCTCTitle\": \"Expected CTC\",\n        \"workRoleRendered\": false,\n        \"workRoleRequired\": false,\n        \"workRoleDisabled\": false,\n        \"workRoleLabel\": null,\n        \"workRoleTitle\": null,\n        \"disabilityRendered\": true,\n        \"disabilityRequired\": false,\n        \"disabilityDisabled\": false,\n        \"disabilityLabel\": \"Is Disabled\",\n        \"disabilityTitle\": \"Is Disabled\",\n        \"typeOfDisabilityRendered\": true,\n        \"typeOfDisabilityRequired\": false,\n        \"typeOfDisabilityDisabled\": false,\n        \"typeOfDisabilityLabel\": \"Type Of Disability\",\n        \"typeOfDisabilityTitle\": \"Type Of Disability\",\n        \"percentageOfDisabilityRendered\": true,\n        \"percentageOfDisabilityRequired\": false,\n        \"percentageOfDisabilityDisabled\": false,\n        \"percentageOfDisabilityLabel\": \"Percentage Of Disability\",\n        \"percentageOfDisabilityTitle\": \"Percentage Of Disability\",\n        \"reasonOfDisabilityRendered\": true,\n        \"reasonOfDisabilityRequired\": false,\n        \"reasonOfDisabilityDisabled\": false,\n        \"reasonOfDisabilityLabel\": \"Reason Of Disability\",\n        \"reasonOfDisabilityTitle\": \"Reason Of Disability\",\n        \"addPastJobRendered\": true,\n        \"addPastJobRequired\": false,\n        \"addPastJobDisabled\": false,\n        \"addPastJobLabel\": \"Add Past Job\",\n        \"addPastJobTitle\": \"Add Past Job\",\n        \"internshipaddPastJobRendered\": true,\n        \"internshipaddPastJobRequired\": false,\n        \"internshipaddPastJobDisabled\": false,\n        \"internshipaddPastJobLabel\": \"Add_past Job\",\n        \"internshipaddPastJobTitle\": \"Add_Past Job\",\n        \"workAddMoreDetailsRendered\": false,\n        \"workAddMoreDetailsRequired\": false,\n        \"workAddMoreDetailsDisabled\": false,\n        \"workAddMoreDetailsLabel\": null,\n        \"workAddMoreDetailsTitle\": null,\n        \"internshipAddMoreDetailsRendered\": true,\n        \"internshipAddMoreDetailsRequired\": false,\n        \"internshipAddMoreDetailsDisabled\": false,\n        \"internshipAddMoreDetailsLabel\": \"Add_more Details\",\n        \"internshipAddMoreDetailsTitle\": \"Add_More Details\",\n        \"workContinueRendered\": true,\n        \"workContinueRequired\": false,\n        \"workContinueDisabled\": false,\n        \"workContinueLabel\": \"Continue\",\n        \"workContinueTitle\": \"Continue\",\n        \"internshipContinueRendered\": true,\n        \"internshipContinueRequired\": false,\n        \"internshipContinueDisabled\": false,\n        \"internshipContinueLabel\": \"Continue\",\n        \"internshipContinueTitle\": \"Continue\",\n        \"workDeleteRendered\": true,\n        \"workDeleteRequired\": false,\n        \"workDeleteDisabled\": false,\n        \"workDeleteLabel\": \"Delete\",\n        \"workDeleteTitle\": \"Delete\",\n        \"internshipDeleteRendered\": true,\n        \"internshipDeleteRequired\": false,\n        \"internshipDeleteDisabled\": false,\n        \"internshipDeleteLabel\": \"Delete\",\n        \"internshipDeleteTitle\": \"Delete\",\n        \"createCandidateSectionRendered\": true,\n        \"createCandidateSectionRequired\": false,\n        \"createCandidateSectionDisabled\": false,\n        \"createCandidateSectionLabel\": \"Create Candidate\",\n        \"createCandidateSectionTitle\": \"Create Candidate\",\n        \"editCandidateSectionRendered\": true,\n        \"editCandidateSectionRequired\": false,\n        \"editCandidateSectionDisabled\": false,\n        \"editCandidateSectionLabel\": \"Edit Candidate\",\n        \"editCandidateSectionTitle\": \"Edit Candidate\",\n        \"createCandidateClearAllRendered\": true,\n        \"createCandidateClearAllRequired\": false,\n        \"createCandidateClearAllDisabled\": false,\n        \"createCandidateClearAllLabel\": \"Clear All\",\n        \"createCandidateClearAllTitle\": \"Clear All\",\n        \"forAJobRendered\": true,\n        \"forAJobRequired\": false,\n        \"forAJobDisabled\": false,\n        \"forAJobLabel\": \"For A Job\",\n        \"forAJobTitle\": \"For A Job\",\n        \"asUntaggedCandidateRendered\": true,\n        \"asUntaggedCandidateRequired\": false,\n        \"asUntaggedCandidateDisabled\": false,\n        \"asUntaggedCandidateLabel\": \"As Untagged Candidate\",\n        \"asUntaggedCandidateTitle\": \"As Untagged Candidate\",\n        \"createCandidateContinueRendered\": true,\n        \"createCandidateContinueRequired\": false,\n        \"createCandidateContinueDisabled\": false,\n        \"createCandidateContinueLabel\": \"Continue\",\n        \"createCandidateContinueTitle\": \"Continue\",\n        \"stateRendered\": true,\n        \"stateRequired\": true,\n        \"stateDisabled\": false,\n        \"stateLabel\": \"State\",\n        \"stateTitle\": \"State\",\n        \"addressLine1Rendered\": true,\n        \"addressLine1Required\": false,\n        \"addressLine1Disabled\": false,\n        \"addressLine1Label\": \"Address Line1\",\n        \"addressLine1Title\": \"ADDRESS LINE1\",\n        \"addressLine2Rendered\": true,\n        \"addressLine2Required\": false,\n        \"addressLine2Disabled\": false,\n        \"addressLine2Label\": \"Address Line 2\",\n        \"addressLine2Title\": \"ADDRESS LINE 2\",\n        \"internationalIDRendered\": true,\n        \"internationalIDRequired\": false,\n        \"internationalIDDisabled\": false,\n        \"internationalIDLabel\": \"International Id\",\n        \"internationalIDTitle\": \"International ID\",\n        \"localFirstNameRendered\": true,\n        \"localFirstNameRequired\": false,\n        \"localFirstNameDisabled\": false,\n        \"localFirstNameLabel\": \"Suffix\",\n        \"localFirstNameTitle\": \"Local First Name\",\n        \"localMiddleNameRendered\": true,\n        \"localMiddleNameRequired\": false,\n        \"localMiddleNameDisabled\": false,\n        \"localMiddleNameLabel\": \"Local Middle Name\",\n        \"localMiddleNameTitle\": \"Local Middle Name\",\n        \"localLastNameRendered\": true,\n        \"localLastNameRequired\": false,\n        \"localLastNameDisabled\": false,\n        \"localLastNameLabel\": \"Local Last Name\",\n        \"localLastNameTitle\": \"Local Last Name\",\n        \"nickNameRendered\": true,\n        \"nickNameRequired\": false,\n        \"nickNameDisabled\": false,\n        \"nickNameLabel\": \"Nick Name\",\n        \"nickNameTitle\": \"Nick Name\",\n        \"localNickNameRendered\": true,\n        \"localNickNameRequired\": false,\n        \"localNickNameDisabled\": false,\n        \"localNickNameLabel\": \"Local Nick Name\",\n        \"localNickNameTitle\": \"Local Nick Name\",\n        \"expectedSalaryRendered\": true,\n        \"expectedSalaryRequired\": false,\n        \"expectedSalaryDisabled\": false,\n        \"expectedSalaryLabel\": \"Expected Ctc\",\n        \"expectedSalaryTitle\": \"Expected CTC\",\n        \"reasonForLeavingRendered\": true,\n        \"reasonForLeavingRequired\": false,\n        \"reasonForLeavingDisabled\": false,\n        \"reasonForLeavingLabel\": \"Visa Type (lwp/employment/dependent)\",\n        \"reasonForLeavingTitle\": \"Visa Type (LWP/Employment/Dependent)\",\n        \"referenceSourceRendered\": true,\n        \"referenceSourceRequired\": false,\n        \"referenceSourceDisabled\": false,\n        \"referenceSourceLabel\": \"Are You Authorized To Work In The United Kingdom?\",\n        \"referenceSourceTitle\": \"Are you authorized to work in the United Kingdom?\",\n        \"candidateCodeThirdPartyRendered\": false,\n        \"candidateCodeThirdPartyRequired\": false,\n        \"candidateCodeThirdPartyDisabled\": true,\n        \"candidateCodeThirdPartyLabel\": \"Candidate Code Third Party\",\n        \"candidateCodeThirdPartyTitle\": \"Candidate Code Third Party\",\n        \"consentRendered\": true,\n        \"consentRequired\": false,\n        \"consentDisabled\": false,\n        \"consentLabel\": \"Consent\",\n        \"consentTitle\": \"Consent\",\n        \"consentDocumentRendered\": true,\n        \"consentDocumentRequired\": false,\n        \"consentDocumentDisabled\": false,\n        \"consentDocumentLabel\": \"Consent Document\",\n        \"consentDocumentTitle\": \"Consent Document\",\n        \"alternateMobileRendered\": true,\n        \"alternateMobileRequired\": false,\n        \"alternateMobileDisabled\": false,\n        \"alternateMobileLabel\": \"Alternate Mobile Number\",\n        \"alternateMobileTitle\": \"Alternate Mobile Number\",\n        \"panVerifyRendered\": true,\n        \"panVerifyRequired\": false,\n        \"panVerifyDisabled\": false,\n        \"panVerifyLabel\": \"Pan Verify\",\n        \"panVerifyTitle\": \"PAN Verify\",\n        \"panAvailableRendered\": true,\n        \"panAvailableRequired\": false,\n        \"panAvailableDisabled\": false,\n        \"panAvailableLabel\": \"Pan Available\",\n        \"panAvailableTitle\": \"PAN Available\",\n        \"referenceNumberRendered\": true,\n        \"referenceNumberRequired\": false,\n        \"referenceNumberDisabled\": false,\n        \"referenceNumberLabel\": \"Reference Number\",\n        \"referenceNumberTitle\": \"Reference Number\",\n        \"relationshipRendered\": false,\n        \"relationshipRequired\": false,\n        \"relationshipDisabled\": false,\n        \"relationshipLabel\": null,\n        \"relationshipTitle\": null\n    },\n    \"candidateAddressTO\": {},\n    \"permanentAddressTO\": {},\n    \"countryID\": 1,\n    \"age\": 26,\n    \"candidateCode\": \"\",\n    \"referenceNumber\": \"\",\n    \"panAvailable\": null,\n    \"candidateId\": \"0\",\n    \"updateEntityID\": false,\n    \"entityID\": 257,\n    \"requisitionID\": 213867,\n    \"firstName\": \"Rahul\",\n    \"middleName\": \"\",\n    \"lastName\": \"test\",\n    \"localFirstName\": \"\",\n    \"localMiddleName\": \"\",\n    \"localLastName\": \"\",\n    \"nickName\": \"\",\n    \"localNickName\": \"\",\n    \"referenceSourceID\": \"\",\n    \"internationalID\": \"\",\n    \"mobileNumber\": \"+91-\",\n    \"alternateMobileNumber\": \"+91-\",\n    \"primaryEmail\": \"rahulTest@gmail.com\",\n    \"secondaryEmail\": \"\",\n    \"dateOfBirth\": \"1996-06-18T09:03:53.000Z\",\n    \"genderID\": 23,\n    \"selectedTitleCode\": 1,\n    \"panNumber\": \"\",\n    \"voterID\": \"\",\n    \"passportNumber\": \"\",\n    \"aadhar\": \"\",\n    \"industryID\": \"\",\n    \"functionalAreaID\": \"\",\n    \"sourceTypeID\": 4538,\n    \"subSourceUserID\": 3909876,\n    \"inReview\": false,\n    \"consent\": true,\n    \"consentDocument\": null,\n    \"triggerPoint\": \"New Recruiter Portal Candidate Creation\",\n    \"relationshipID\": \"\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{subdomain}.peoplestrong.com/rest/altone/candidate/save/?id=0&type=draft&section=basic","protocol":"https","host":["{subdomain}","peoplestrong","com"],"path":["rest","altone","candidate","save",""],"query":[{"key":"id","value":"0"},{"key":"type","value":"draft"},{"key":"section","value":"basic"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Tue, 15 Feb 2022 14:32:02 GMT"},{"key":"Content-Type","value":"application/xhtml+xml"},{"key":"Content-Length","value":"2250"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Mon, 01 May 2023 14:07:07 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"messageCode\": {\r\n        \"code\": \"EC200\",\r\n        \"message\": \"Candidate details saved successfully.\",\r\n        \"description\": \"Candidate details saved successfully.\",\r\n        \"validationKeys\": null,\r\n        \"forcedAppUpdate\": false\r\n    },\r\n    \"responseData\": null,\r\n    \"response\": {\r\n        \"organizationID\": 317,\r\n        \"persistenceUnitName\": null,\r\n        \"createdByUserID\": 3909876,\r\n        \"modifiedBy\": 0,\r\n        \"createDate\": null,\r\n        \"sessionID\": 0,\r\n        \"modifiedDate\": null,\r\n        \"uploadDate\": null,\r\n        \"photoPath\": null,\r\n        \"actionType\": null,\r\n        \"candidateStatus\": null,\r\n        \"parsingDate\": null,\r\n        \"titleName\": null,\r\n        \"firstName\": \"Rahul\",\r\n        \"middleName\": \"\",\r\n        \"lastName\": \"test\",\r\n        \"localFirstName\": \"\",\r\n        \"localMiddleName\": \"\",\r\n        \"localLastName\": \"\",\r\n        \"nickName\": \"\",\r\n        \"localNickName\": \"\",\r\n        \"primaryEmail\": \"rahulTest@gmail.com\",\r\n        \"secondaryEmail\": \"\",\r\n        \"officialEmail\": null,\r\n        \"detailedResume\": null,\r\n        \"mobileNumber\": \"+91-\",\r\n        \"mobileNumberList\": null,\r\n        \"landlineNumber\": null,\r\n        \"faxNo\": null,\r\n        \"licenseNo\": null,\r\n        \"passportNo\": null,\r\n        \"visaStatus\": null,\r\n        \"address\": null,\r\n        \"city\": null,\r\n        \"state\": null,\r\n        \"country\": null,\r\n        \"gender\": null,\r\n        \"zipCode\": null,\r\n        \"panNumber\": \"\",\r\n        \"passportNumber\": \"\",\r\n        \"permanentAddress\": null,\r\n        \"permanentCity\": null,\r\n        \"permanentState\": null,\r\n        \"permanentZipCode\": null,\r\n        \"correspondenceAddress\": null,\r\n        \"correspondenceCity\": null,\r\n        \"correspondenceState\": null,\r\n        \"correspondenceZipCode\": null,\r\n        \"category\": null,\r\n        \"subCategory\": null,\r\n        \"dob\": null,\r\n        \"fatherName\": null,\r\n        \"motherName\": null,\r\n        \"maritalStatus\": null,\r\n        \"nationality\": null,\r\n        \"currentSalary\": null,\r\n        \"expectedSalary\": null,\r\n        \"qualification\": null,\r\n        \"skills\": null,\r\n        \"skillList\": null,\r\n        \"skillTOs\": null,\r\n        \"languageTOs\": null,\r\n        \"languageKnown\": null,\r\n        \"experience\": null,\r\n        \"currentEmployer\": null,\r\n        \"jobProfile\": null,\r\n        \"workedPeriod\": null,\r\n        \"gapPeriod\": null,\r\n        \"numberofJobChanged\": null,\r\n        \"averageStay\": null,\r\n        \"availability\": null,\r\n        \"hobbies\": null,\r\n        \"objectives\": null,\r\n        \"achievements\": null,\r\n        \"references\": null,\r\n        \"email\": null,\r\n        \"mobileNo\": null,\r\n        \"workExpTOs\": null,\r\n        \"internshipWorkExpTOs\": null,\r\n        \"educationTOs\": null,\r\n        \"htmlDetailedResume\": null,\r\n        \"candidateId\": 2178062,\r\n        \"userId\": null,\r\n        \"internationalID\": \"\",\r\n        \"resumePath\": null,\r\n        \"profileImage\": null,\r\n        \"selected\": false,\r\n        \"active\": false,\r\n        \"candidateCode\": \"DRAFT/LTT/1682932111968391\",\r\n        \"dateOfBirth\": 835088633000,\r\n        \"dateOfBirthFormat\": null,\r\n        \"pincodeID\": 0,\r\n        \"pincode\": 0,\r\n        \"pincodeStr\": null,\r\n        \"employer\": null,\r\n        \"employerCity\": null,\r\n        \"expInYears\": 0,\r\n        \"expInMonths\": 0,\r\n        \"industryID\": 0,\r\n        \"industryName\": null,\r\n        \"requisitonRoleID\": 0,\r\n        \"functionalAreaID\": 0,\r\n        \"functionalArea\": null,\r\n        \"requisitionRole\": null,\r\n        \"location\": null,\r\n        \"genderID\": 23,\r\n        \"voterID\": \"\",\r\n        \"sourceTypeID\": 4538,\r\n        \"sourceTypeCheckID\": 0,\r\n        \"sourceID\": 3909876,\r\n        \"referenceSourceID\": null,\r\n        \"creationDate\": null,\r\n        \"creationDateFormat\": null,\r\n        \"disable\": false,\r\n        \"candidateName\": null,\r\n        \"applicantCode\": null,\r\n        \"jobCode\": null,\r\n        \"jobStatus\": null,\r\n        \"jobTitle\": null,\r\n        \"jobLocation\": null,\r\n        \"position\": null,\r\n        \"stage\": null,\r\n        \"status\": null,\r\n        \"doj\": null,\r\n        \"createdBy\": null,\r\n        \"sourceType\": \"RECRUITER\",\r\n        \"sourceTypeLabel\": null,\r\n        \"sourceName\": null,\r\n        \"coverLetter\": null,\r\n        \"empCode\": null,\r\n        \"raiseInvoice\": null,\r\n        \"cityId\": 0,\r\n        \"stateId\": 0,\r\n        \"degree\": null,\r\n        \"ctc\": null,\r\n        \"companyName\": null,\r\n        \"resumeParse\": false,\r\n        \"reviewDate\": null,\r\n        \"duplicate\": false,\r\n        \"addMoreRendered\": false,\r\n        \"currentAddress\": null,\r\n        \"permanentSameAsCurrentaddress\": false,\r\n        \"portalURL\": null,\r\n        \"validateLink\": null,\r\n        \"generateNewValidationLink\": null,\r\n        \"refferalName\": null,\r\n        \"newCandidateSysSourceTypeID\": 0,\r\n        \"comments\": null,\r\n        \"saveCandidate\": false,\r\n        \"faceBookProfile\": null,\r\n        \"twitterProfile\": null,\r\n        \"linkedInProfile\": null,\r\n        \"googlePlusProfile\": null,\r\n        \"aadhar\": \"\",\r\n        \"candidateLeadID\": 0,\r\n        \"requisitionID\": 213867,\r\n        \"applicantCodePrefix\": null,\r\n        \"candidateCustomString\": null,\r\n        \"candidateNameCodeEmailCustomString\": null,\r\n        \"password\": null,\r\n        \"lastThreeRatings\": null,\r\n        \"currentLevelAchievedDate\": null,\r\n        \"inputLocation\": null,\r\n        \"resetPasswordURL\": null,\r\n        \"newCPResetPasswordURL\": null,\r\n        \"recruiterName\": null,\r\n        \"recruiterID\": 0,\r\n        \"modifiedDateFormat\": null,\r\n        \"uploadDateFormat\": null,\r\n        \"disability\": false,\r\n        \"disabilityTypeId\": 0,\r\n        \"disabilityPercentage\": 0.0,\r\n        \"reasonOfDisability\": null,\r\n        \"inReview\": false,\r\n        \"profileCompletion\": 0,\r\n        \"candidateAddressTO\": null,\r\n        \"permanentAddressTO\": null,\r\n        \"candidateHistoryTOList\": null,\r\n        \"ijpDocPath\": null,\r\n        \"tagStatus\": false,\r\n        \"alertsSubscribed\": null,\r\n        \"acceptGDPRConsent\": null,\r\n        \"resumeName\": null,\r\n        \"consent\": true,\r\n        \"consentDocument\": null,\r\n        \"consentDocument_uploadPath\": null,\r\n        \"consentDocument_name\": null,\r\n        \"consentDocument_base64\": null,\r\n        \"hrEmployeeID\": null,\r\n        \"ijpWorkflowEnabled\": null,\r\n        \"entityID\": 257,\r\n        \"updateEntityID\": null,\r\n        \"entityIDList\": null,\r\n        \"noticePeriod\": 0,\r\n        \"reasonForLeaving\": null,\r\n        \"expectedsalary\": null,\r\n        \"fromResumeParse\": false,\r\n        \"requisitionRoleOrg\": null,\r\n        \"functionalAreaIDOrg\": null,\r\n        \"parentFunctionalAreaIDOrg\": null,\r\n        \"candidateSourceTypeID\": 0,\r\n        \"documents\": null,\r\n        \"recuiterDetails\": null,\r\n        \"redBVGStatus\": false,\r\n        \"alreadyAttachedCandidate\": false,\r\n        \"hightestEducation\": null,\r\n        \"camValidated\": null,\r\n        \"candidateCodeThirdParty\": null,\r\n        \"selectedLanguageList\": null,\r\n        \"selectedLanguageArray\": null,\r\n        \"selectedTitleCode\": \"1\",\r\n        \"referralUserID\": 0,\r\n        \"institute\": null,\r\n        \"eduStartDate\": null,\r\n        \"eduEndDate\": null,\r\n        \"percentage\": null,\r\n        \"alternateMobileNumber\": \"+91-\",\r\n        \"leadmobileNo\": null,\r\n        \"autoAssignment\": null,\r\n        \"endDate\": null,\r\n        \"startDate\": null,\r\n        \"functionalAreaName\": null,\r\n        \"totalDuration\": null,\r\n        \"thirtPartyCode\": null,\r\n        \"age\": 26,\r\n        \"timeToParseResume\": 0,\r\n        \"timeToParseTO\": 0,\r\n        \"recruiterEmailId\": null,\r\n        \"subSourceTypeID\": 0,\r\n        \"subSourceTypeName\": null,\r\n        \"subSourceUserID\": 3909876,\r\n        \"subSourceUserName\": \"Claudia Lim - BOS1001\",\r\n        \"sourceCode\": null,\r\n        \"selectedSourceTO\": null,\r\n        \"hrProfileCtcId\": 0,\r\n        \"createdDate\": null,\r\n        \"selectedVendorUserID\": 0,\r\n        \"selectedVendorUserTO\": null,\r\n        \"vendorSelected\": false,\r\n        \"coolingOffDaysOver\": false,\r\n        \"jobRefCode\": null,\r\n        \"referralSourceConfirmationLink\": null,\r\n        \"refferalMailID\": null,\r\n        \"primaryEmailAddress\": null,\r\n        \"errorMessage\": null,\r\n        \"errorCode\": null,\r\n        \"error\": false,\r\n        \"tenantID\": 214,\r\n        \"organizationCode\": \"LTT\",\r\n        \"checkForDuplicacy\": false,\r\n        \"loggedInUserID\": 3909876,\r\n        \"loggedInUserName\": \"Claudia  Lim\",\r\n        \"triggerPoint\": \"New Recruiter Portal Candidate Creation\",\r\n        \"currentTriggerPoint\": null,\r\n        \"createUser\": false,\r\n        \"skipDuplicacyCheck\": false,\r\n        \"skipRuntimeException\": false,\r\n        \"userCandidate\": false,\r\n        \"technicalBarred\": null,\r\n        \"section\": \"basic\",\r\n        \"jobBoardSID\": null,\r\n        \"draftToCandidate\": false,\r\n        \"draftToCandidateID\": 0,\r\n        \"requestType\": \"draft\",\r\n        \"resume_base64\": null,\r\n        \"resumeUploadPath\": \"/alt/resume/\",\r\n        \"resumeDownloadPath\": \"https://static.peoplestrong.com/resume/\",\r\n        \"resumeExt\": null,\r\n        \"jobBoardName\": null,\r\n        \"socialUID\": null,\r\n        \"jobBoardApplicantTO\": null,\r\n        \"security\": {\r\n            \"lastThreeAppraisalsRendered\": false,\r\n            \"lastThreeAppraisalsRequired\": false,\r\n            \"lastThreeAppraisalsDisabled\": true,\r\n            \"lastThreeAppraisalsLabel\": \"Last Three Appraisals\",\r\n            \"lastThreeAppraisalsTitle\": \"Last Three Appraisals\",\r\n            \"endDateRendered\": true,\r\n            \"endDateRequired\": false,\r\n            \"endDateDisabled\": false,\r\n            \"endDateLabel\": \"End Date\",\r\n            \"endDateTitle\": \"End Date\",\r\n            \"internshipCompanyEndDateRendered\": true,\r\n            \"internshipCompanyEndDateRequired\": false,\r\n            \"internshipCompanyEndDateDisabled\": false,\r\n            \"internshipCompanyEndDateLabel\": \"End Date\",\r\n            \"internshipCompanyEndDateTitle\": \"End Date\",\r\n            \"jobTitleRendered\": true,\r\n            \"jobTitleRequired\": false,\r\n            \"jobTitleDisabled\": false,\r\n            \"jobTitleLabel\": \"Job Title\",\r\n            \"jobTitleTitle\": \"Job Title\",\r\n            \"internshipJobTitleRendered\": true,\r\n            \"internshipJobTitleRequired\": false,\r\n            \"internshipJobTitleDisabled\": false,\r\n            \"internshipJobTitleLabel\": \"Job Title\",\r\n            \"internshipJobTitleTitle\": \"Job Title\",\r\n            \"descriptionRendered\": true,\r\n            \"descriptionRequired\": false,\r\n            \"descriptionDisabled\": false,\r\n            \"descriptionLabel\": \"Description\",\r\n            \"descriptionTitle\": \"Description\",\r\n            \"internshipDescriptionRendered\": true,\r\n            \"internshipDescriptionRequired\": false,\r\n            \"internshipDescriptionDisabled\": false,\r\n            \"internshipDescriptionLabel\": \"Description\",\r\n            \"internshipDescriptionTitle\": \"Description\",\r\n            \"languageRendered\": true,\r\n            \"languageRequired\": false,\r\n            \"languageDisabled\": false,\r\n            \"languageLabel\": \"Language\",\r\n            \"languageTitle\": \"Language\",\r\n            \"experienceRendered\": true,\r\n            \"experienceRequired\": true,\r\n            \"experienceDisabled\": false,\r\n            \"experienceLabel\": \"Experience\",\r\n            \"experienceTitle\": \"Experience\",\r\n            \"skillsRendered\": true,\r\n            \"skillsRequired\": false,\r\n            \"skillsDisabled\": false,\r\n            \"skillsLabel\": \"Skills\",\r\n            \"skillsTitle\": \"Skills\",\r\n            \"sourceCodeRendered\": true,\r\n            \"sourceCodeRequired\": true,\r\n            \"sourceCodeDisabled\": false,\r\n            \"sourceCodeLabel\": \"Source Code\",\r\n            \"sourceCodeTitle\": \"Source Code\",\r\n            \"candidatecodeRendered\": true,\r\n            \"candidatecodeRequired\": false,\r\n            \"candidatecodeDisabled\": true,\r\n            \"candidatecodeLabel\": \"Candidate Code\",\r\n            \"candidatecodeTitle\": \"Candidate Code\",\r\n            \"voterIdRendered\": false,\r\n            \"voterIdRequired\": false,\r\n            \"voterIdDisabled\": true,\r\n            \"voterIdLabel\": \"Voter Id\",\r\n            \"voterIdTitle\": \"Voter ID\",\r\n            \"employerRendered\": true,\r\n            \"employerRequired\": false,\r\n            \"employerDisabled\": false,\r\n            \"employerLabel\": \"Employer\",\r\n            \"employerTitle\": \"Employer\",\r\n            \"requisitionRoleRendered\": true,\r\n            \"requisitionRoleRequired\": false,\r\n            \"requisitionRoleDisabled\": false,\r\n            \"requisitionRoleLabel\": \"Requisition Role\",\r\n            \"requisitionRoleTitle\": \"Requisition Role\",\r\n            \"primaryEmailRendered\": true,\r\n            \"primaryEmailRequired\": true,\r\n            \"primaryEmailDisabled\": false,\r\n            \"primaryEmailLabel\": \"Primary Email\",\r\n            \"primaryEmailTitle\": \"Primary Email\",\r\n            \"passportNumberRendered\": true,\r\n            \"passportNumberRequired\": false,\r\n            \"passportNumberDisabled\": false,\r\n            \"passportNumberLabel\": \"Passport Number\",\r\n            \"passportNumberTitle\": \"Passport Number\",\r\n            \"aadhaarNumberRendered\": true,\r\n            \"aadhaarNumberRequired\": false,\r\n            \"aadhaarNumberDisabled\": false,\r\n            \"aadhaarNumberLabel\": \"Aadhaar Number\",\r\n            \"aadhaarNumberTitle\": \"Aadhaar Number\",\r\n            \"currentRatingDateRendered\": false,\r\n            \"currentRatingDateRequired\": false,\r\n            \"currentRatingDateDisabled\": true,\r\n            \"currentRatingDateLabel\": \"Current Rating Date\",\r\n            \"currentRatingDateTitle\": \"Current Rating Date\",\r\n            \"degreeRendered\": true,\r\n            \"degreeRequired\": true,\r\n            \"degreeDisabled\": false,\r\n            \"degreeLabel\": \"Highest Education\",\r\n            \"degreeTitle\": \"Degree\",\r\n            \"companyStartDateRendered\": true,\r\n            \"companyStartDateRequired\": false,\r\n            \"companyStartDateDisabled\": false,\r\n            \"companyStartDateLabel\": \"Start Date\",\r\n            \"companyStartDateTitle\": \"Start Date\",\r\n            \"internshipCompanyStartDateRendered\": true,\r\n            \"internshipCompanyStartDateRequired\": false,\r\n            \"internshipCompanyStartDateDisabled\": false,\r\n            \"internshipCompanyStartDateLabel\": \"Start Date\",\r\n            \"internshipCompanyStartDateTitle\": \"Start Date\",\r\n            \"panNumberRendered\": true,\r\n            \"panNumberRequired\": false,\r\n            \"panNumberDisabled\": false,\r\n            \"panNumberLabel\": \"PAN Number\",\r\n            \"panNumberTitle\": \"PAN Number\",\r\n            \"companyCTCRendered\": true,\r\n            \"companyCTCRequired\": false,\r\n            \"companyCTCDisabled\": false,\r\n            \"companyCTCLabel\": \"CTC\",\r\n            \"companyCTCTitle\": \"CTC\",\r\n            \"noticePeriodRendered\": true,\r\n            \"noticePeriodRequired\": false,\r\n            \"noticePeriodDisabled\": false,\r\n            \"noticePeriodLabel\": \"Notice Period (mention In Months)\",\r\n            \"noticePeriodTitle\": \"Notice Period (Mention in months)\",\r\n            \"firstNameRendered\": true,\r\n            \"firstNameRequired\": true,\r\n            \"firstNameDisabled\": false,\r\n            \"firstNameLabel\": \"First Name\",\r\n            \"firstNameTitle\": \"First Name\",\r\n            \"qualificationRendered\": false,\r\n            \"qualificationRequired\": false,\r\n            \"qualificationDisabled\": true,\r\n            \"qualificationLabel\": \"Qualification\",\r\n            \"qualificationTitle\": \"Qualification\",\r\n            \"sourceTypeRendered\": true,\r\n            \"sourceTypeRequired\": true,\r\n            \"sourceTypeDisabled\": false,\r\n            \"sourceTypeLabel\": \"Source Type\",\r\n            \"sourceTypeTitle\": \"Source Type\",\r\n            \"functionalAreaRendered\": true,\r\n            \"functionalAreaRequired\": false,\r\n            \"functionalAreaDisabled\": false,\r\n            \"functionalAreaLabel\": \"Functional Area\",\r\n            \"functionalAreaTitle\": \"Functional Area\",\r\n            \"subFunctionalAreaRendered\": false,\r\n            \"subFunctionalAreaDisabled\": true,\r\n            \"subFunctionalAreaRequired\": false,\r\n            \"subFunctionalAreaLabel\": \"Sub Functional Area\",\r\n            \"subFunctionalAreaTitle\": \"Sub Functional Area\",\r\n            \"pinCodeRendered\": true,\r\n            \"pinCodeRequired\": true,\r\n            \"pinCodeDisabled\": false,\r\n            \"pinCodeLabel\": \"Pin Code\",\r\n            \"pinCodeTitle\": \"Pin Code\",\r\n            \"companyEndDateRendered\": true,\r\n            \"companyEndDateRequired\": false,\r\n            \"companyEndDateDisabled\": false,\r\n            \"companyEndDateLabel\": \"End Date\",\r\n            \"companyEndDateTitle\": \"End Date\",\r\n            \"candidateLinksRendered\": false,\r\n            \"candidateLinksRequired\": false,\r\n            \"candidateLinksDisabled\": true,\r\n            \"candidateLinksLabel\": \"Candidate Links\",\r\n            \"candidateLinksTitle\": \"Candidate Links\",\r\n            \"instituteRendered\": true,\r\n            \"instituteRequired\": false,\r\n            \"instituteDisabled\": false,\r\n            \"instituteLabel\": \"Institute\",\r\n            \"instituteTitle\": \"Institute\",\r\n            \"startDateRendered\": true,\r\n            \"startDateRequired\": false,\r\n            \"startDateDisabled\": false,\r\n            \"startDateLabel\": \"Start Date\",\r\n            \"startDateTitle\": \"Start Date\",\r\n            \"lastNameRendered\": true,\r\n            \"lastNameRequired\": false,\r\n            \"lastNameDisabled\": false,\r\n            \"lastNameLabel\": \"Last Name\",\r\n            \"lastNameTitle\": \"Last name\",\r\n            \"secondaryEmailRendered\": true,\r\n            \"secondaryEmailRequired\": false,\r\n            \"secondaryEmailDisabled\": false,\r\n            \"secondaryEmailLabel\": \"Secondary Email\",\r\n            \"secondaryEmailTitle\": \"Secondary Email\",\r\n            \"genderRendered\": true,\r\n            \"genderRequired\": false,\r\n            \"genderDisabled\": false,\r\n            \"genderLabel\": \"Gender\",\r\n            \"genderTitle\": \"Gender\",\r\n            \"industryRendered\": true,\r\n            \"industryRequired\": false,\r\n            \"industryDisabled\": false,\r\n            \"industryLabel\": \"Industry\",\r\n            \"industryTitle\": \"Industry\",\r\n            \"sourceUsersRendered\": true,\r\n            \"sourceUsersRequired\": true,\r\n            \"sourceUsersDisabled\": false,\r\n            \"sourceUsersLabel\": \"Source Name\",\r\n            \"sourceUsersTitle\": \"Source Name\",\r\n            \"landlineNumberRendered\": false,\r\n            \"landlineNumberRequired\": false,\r\n            \"landlineNumberDisabled\": true,\r\n            \"landlineNumberLabel\": \"Landline Number\",\r\n            \"landlineNumberTitle\": \"Landline Number\",\r\n            \"titleRendered\": true,\r\n            \"titleRequired\": false,\r\n            \"titleDisabled\": false,\r\n            \"titleLabel\": \"Title\",\r\n            \"titleTitle\": \"Title\",\r\n            \"companyRendered\": true,\r\n            \"companyRequired\": false,\r\n            \"companyDisabled\": false,\r\n            \"companyLabel\": \"Company\",\r\n            \"companyTitle\": \"Company\",\r\n            \"internshipCompanyRendered\": true,\r\n            \"internshipCompanyRequired\": false,\r\n            \"internshipCompanyDisabled\": false,\r\n            \"internshipCompanyLabel\": \"Company\",\r\n            \"internshipCompanyTitle\": \"Company\",\r\n            \"officialMailRendered\": true,\r\n            \"officialMailRequired\": false,\r\n            \"officialMailDisabled\": false,\r\n            \"officialMailLabel\": \"Official Email\",\r\n            \"officialMailTitle\": \"Official Email\",\r\n            \"linksSectionRendered\": false,\r\n            \"linksSectionRequired\": false,\r\n            \"linksSectionDisabled\": true,\r\n            \"linksSectionLabel\": \"Links Section\",\r\n            \"linksSectionTitle\": \"Links Section\",\r\n            \"coverLetterSectionRendered\": false,\r\n            \"coverLetterSectionRequired\": false,\r\n            \"coverLetterSectionDisabled\": false,\r\n            \"coverLetterSectionLabel\": null,\r\n            \"coverLetterSectionTitle\": null,\r\n            \"otherSectionRendered\": true,\r\n            \"otherSectionRequired\": false,\r\n            \"otherSectionDisabled\": true,\r\n            \"otherSectionLabel\": \"Other\",\r\n            \"otherSectionTitle\": \"Other\",\r\n            \"resumeRendered\": true,\r\n            \"resumeRequired\": false,\r\n            \"resumeDisabled\": false,\r\n            \"resumeLabel\": \"Resume\",\r\n            \"resumeTitle\": \"Resume\",\r\n            \"isdCodeRendered\": false,\r\n            \"isdCodeRequired\": false,\r\n            \"isdCodeDisabled\": false,\r\n            \"isdCodeLabel\": null,\r\n            \"isdCodeTitle\": null,\r\n            \"mobileRendered\": true,\r\n            \"mobileRequired\": true,\r\n            \"mobileDisabled\": false,\r\n            \"mobileLabel\": \"Mobile\",\r\n            \"mobileTitle\": \"Mobile\",\r\n            \"dateOfBirthRendered\": true,\r\n            \"dateOfBirthRequired\": true,\r\n            \"dateOfBirthDisabled\": false,\r\n            \"dateOfBirthLabel\": \"Date Of Birth\",\r\n            \"dateOfBirthTitle\": \"Date Of Birth\",\r\n            \"educationSectionRendered\": true,\r\n            \"educationSectionRequired\": true,\r\n            \"educationSectionDisabled\": false,\r\n            \"educationSectionLabel\": \"Education\",\r\n            \"educationSectionTitle\": \"Education\",\r\n            \"workSectionRendered\": true,\r\n            \"workSectionRequired\": true,\r\n            \"workSectionDisabled\": false,\r\n            \"workSectionLabel\": \"Work\",\r\n            \"workSectionTitle\": \"Work\",\r\n            \"internshipSectionRendered\": true,\r\n            \"internshipSectionRequired\": false,\r\n            \"internshipSectionDisabled\": false,\r\n            \"internshipSectionLabel\": \"Internship\",\r\n            \"internshipSectionTitle\": \"INTERNSHIP\",\r\n            \"personalSectionRendered\": true,\r\n            \"personalSectionRequired\": true,\r\n            \"personalSectionDisabled\": false,\r\n            \"personalSectionLabel\": \"Personal\",\r\n            \"personalSectionTitle\": \"Personal\",\r\n            \"candidateAgeRendered\": true,\r\n            \"candidateAgeRequired\": false,\r\n            \"candidateAgeDisabled\": true,\r\n            \"candidateAgeLabel\": \"Candidate Age\",\r\n            \"candidateAgeTitle\": \"Candidate Age\",\r\n            \"commentRendered\": true,\r\n            \"commentRequired\": false,\r\n            \"commentDisabled\": false,\r\n            \"commentLabel\": \"Comment\",\r\n            \"commentTitle\": \"Comment\",\r\n            \"middleNameRendered\": true,\r\n            \"middleNameRequired\": false,\r\n            \"middleNameDisabled\": false,\r\n            \"middleNameLabel\": \"Middle Name\",\r\n            \"middleNameTitle\": \"Middle Name\",\r\n            \"locationRendered\": true,\r\n            \"locationRequired\": false,\r\n            \"locationDisabled\": false,\r\n            \"locationLabel\": \"Location\",\r\n            \"locationTitle\": \"Location\",\r\n            \"iCurrentlyWorkHereRendered\": true,\r\n            \"iCurrentlyWorkHereRequired\": false,\r\n            \"iCurrentlyWorkHereDisabled\": false,\r\n            \"iCurrentlyWorkHereLabel\": \"I Currently Work Here.\",\r\n            \"iCurrentlyWorkHereTitle\": \"I currently work here.\",\r\n            \"stillWorkingHereRendered\": true,\r\n            \"stillWorkingHereRequired\": false,\r\n            \"stillWorkingHereDisabled\": false,\r\n            \"stillWorkingHereLabel\": \"Still Working Here\",\r\n            \"stillWorkingHereTitle\": \"Still Working Here\",\r\n            \"fresherRendered\": true,\r\n            \"fresherRequired\": false,\r\n            \"fresherDisabled\": false,\r\n            \"fresherLabel\": \"Fresher\",\r\n            \"fresherTitle\": \"Fresher\",\r\n            \"internshipStillWorkingHereRendered\": false,\r\n            \"internshipStillWorkingHereRequired\": false,\r\n            \"internshipStillWorkingHereDisabled\": false,\r\n            \"internshipStillWorkingHereLabel\": null,\r\n            \"internshipStillWorkingHereTitle\": null,\r\n            \"gradePercentageRendered\": true,\r\n            \"gradePercentageRequired\": false,\r\n            \"gradePercentageDisabled\": false,\r\n            \"gradePercentageLabel\": \"Grade/percentage\",\r\n            \"gradePercentageTitle\": \"Grade/Percentage\",\r\n            \"htmlViewRendered\": true,\r\n            \"htmlViewRequired\": false,\r\n            \"htmlViewDisabled\": true,\r\n            \"htmlViewLabel\": \"Html View\",\r\n            \"htmlViewTitle\": \"HTML View\",\r\n            \"textViewRendered\": false,\r\n            \"textViewRequired\": false,\r\n            \"textViewDisabled\": true,\r\n            \"textViewLabel\": \"Text View\",\r\n            \"textViewTitle\": \"Text View\",\r\n            \"saveRendered\": true,\r\n            \"saveRequired\": false,\r\n            \"saveDisabled\": false,\r\n            \"saveLabel\": \"Save\",\r\n            \"saveTitle\": \"Save\",\r\n            \"checkRendered\": false,\r\n            \"checkRequired\": false,\r\n            \"checkDisabled\": true,\r\n            \"checkLabel\": \"Check\",\r\n            \"checkTitle\": \"Check\",\r\n            \"cancelRendered\": true,\r\n            \"cancelRequired\": false,\r\n            \"cancelDisabled\": false,\r\n            \"cancelLabel\": \"Cancel\",\r\n            \"cancelTitle\": \"Cancel\",\r\n            \"permanentAddressRendered\": true,\r\n            \"permanentAddressRequired\": false,\r\n            \"permanentAddressDisabled\": false,\r\n            \"permanentAddressLabel\": \"Permanent Address\",\r\n            \"permanentAddressTitle\": \"Permanent Address\",\r\n            \"countryRendered\": true,\r\n            \"countryRequired\": true,\r\n            \"countryDisabled\": false,\r\n            \"countryLabel\": \"Country\",\r\n            \"countryTitle\": \"Country\",\r\n            \"cityRendered\": true,\r\n            \"cityRequired\": true,\r\n            \"cityDisabled\": false,\r\n            \"cityLabel\": \"City\",\r\n            \"cityTitle\": \"City\",\r\n            \"facebookRendered\": false,\r\n            \"facebookRequired\": false,\r\n            \"facebookDisabled\": true,\r\n            \"facebookLabel\": \"Facebook\",\r\n            \"facebookTitle\": \"Facebook\",\r\n            \"twitterRendered\": false,\r\n            \"twitterRequired\": false,\r\n            \"twitterDisabled\": true,\r\n            \"twitterLabel\": \"Twitter\",\r\n            \"twitterTitle\": \"Twitter\",\r\n            \"linkedInRendered\": false,\r\n            \"linkedInRequired\": false,\r\n            \"linkedInDisabled\": true,\r\n            \"linkedInLabel\": \"Linkedin\",\r\n            \"linkedInTitle\": \"LinkedIn\",\r\n            \"googlePlusRendered\": false,\r\n            \"googlePlusRequired\": false,\r\n            \"googlePlusDisabled\": true,\r\n            \"googlePlusLabel\": \"Google Plus\",\r\n            \"googlePlusTitle\": \"Google Plus\",\r\n            \"basicSectionRendered\": true,\r\n            \"basicSectionRequired\": true,\r\n            \"basicSectionDisabled\": false,\r\n            \"basicSectionLabel\": \"Basic\",\r\n            \"basicSectionTitle\": \"Basic\",\r\n            \"basicAddMoreDetailsRendered\": false,\r\n            \"basicAddMoreDetailsRequired\": false,\r\n            \"basicAddMoreDetailsDisabled\": false,\r\n            \"basicAddMoreDetailsLabel\": null,\r\n            \"basicAddMoreDetailsTitle\": null,\r\n            \"basicContinueRendered\": true,\r\n            \"basicContinueRequired\": false,\r\n            \"basicContinueDisabled\": false,\r\n            \"basicContinueLabel\": \"Continue\",\r\n            \"basicContinueTitle\": \"Continue\",\r\n            \"basicClearAllRendered\": true,\r\n            \"basicClearAllRequired\": false,\r\n            \"basicClearAllDisabled\": false,\r\n            \"basicClearAllLabel\": \"Clear All\",\r\n            \"basicClearAllTitle\": \"Clear All\",\r\n            \"basicUploadPhotoRendered\": true,\r\n            \"basicUploadPhotoRequired\": false,\r\n            \"basicUploadPhotoDisabled\": false,\r\n            \"basicUploadPhotoLabel\": \"Upload Candidate Photo\",\r\n            \"basicUploadPhotoTitle\": \"Upload Candidate Photo\",\r\n            \"personalClearAllRendered\": true,\r\n            \"personalClearAllRequired\": false,\r\n            \"personalClearAllDisabled\": false,\r\n            \"personalClearAllLabel\": \"Clear All\",\r\n            \"personalClearAllTitle\": \"Clear All\",\r\n            \"personalAddMoreDetailsRendered\": false,\r\n            \"personalAddMoreDetailsRequired\": false,\r\n            \"personalAddMoreDetailsDisabled\": true,\r\n            \"personalAddMoreDetailsLabel\": \"Add More Details\",\r\n            \"personalAddMoreDetailsTitle\": \"Add More Details\",\r\n            \"personalContinueRendered\": true,\r\n            \"personalContinueRequired\": false,\r\n            \"personalContinueDisabled\": false,\r\n            \"personalContinueLabel\": \"Continue\",\r\n            \"personalContinueTitle\": \"Continue\",\r\n            \"documentSectionRendered\": true,\r\n            \"documentSectionRequired\": false,\r\n            \"documentSectionDisabled\": false,\r\n            \"documentSectionLabel\": \"Attach Documents\",\r\n            \"documentSectionTitle\": \"Attach Documents\",\r\n            \"documentClearAllRendered\": false,\r\n            \"documentClearAllRequired\": false,\r\n            \"documentClearAllDisabled\": false,\r\n            \"documentClearAllLabel\": null,\r\n            \"documentClearAllTitle\": null,\r\n            \"documentNameRendered\": true,\r\n            \"documentNameRequired\": false,\r\n            \"documentNameDisabled\": false,\r\n            \"documentNameLabel\": \"Document Name\",\r\n            \"documentNameTitle\": \"Document Name\",\r\n            \"documentOptionsRendered\": true,\r\n            \"documentOptionsRequired\": false,\r\n            \"documentOptionsDisabled\": false,\r\n            \"documentOptionsLabel\": \"Options\",\r\n            \"documentOptionsTitle\": \"Options\",\r\n            \"documentContinueRendered\": false,\r\n            \"documentContinueRequired\": false,\r\n            \"documentContinueDisabled\": false,\r\n            \"documentContinueLabel\": null,\r\n            \"documentContinueTitle\": null,\r\n            \"skillsSectionRendered\": true,\r\n            \"skillsSectionRequired\": false,\r\n            \"skillsSectionDisabled\": false,\r\n            \"skillsSectionLabel\": \"Skills\",\r\n            \"skillsSectionTitle\": \"Skills\",\r\n            \"skillsContinueRendered\": true,\r\n            \"skillsContinueRequired\": false,\r\n            \"skillsContinueDisabled\": false,\r\n            \"skillsContinueLabel\": \"Continue\",\r\n            \"skillsContinueTitle\": \"Continue\",\r\n            \"languagesSectionRendered\": true,\r\n            \"languagesSectionRequired\": true,\r\n            \"languagesSectionDisabled\": false,\r\n            \"languagesSectionLabel\": \"Languages\",\r\n            \"languagesSectionTitle\": \"LANGUAGES\",\r\n            \"languagesContinueRendered\": true,\r\n            \"languagesContinueRequired\": false,\r\n            \"languagesContinueDisabled\": false,\r\n            \"languagesContinueLabel\": \"Continue\",\r\n            \"languagesContinueTitle\": \"Continue\",\r\n            \"educationClearAllRendered\": true,\r\n            \"educationClearAllRequired\": false,\r\n            \"educationClearAllDisabled\": false,\r\n            \"educationClearAllLabel\": \"Clear All\",\r\n            \"educationClearAllTitle\": \"Clear All\",\r\n            \"educationDeleteRendered\": true,\r\n            \"educationDeleteRequired\": false,\r\n            \"educationDeleteDisabled\": false,\r\n            \"educationDeleteLabel\": \"Delete\",\r\n            \"educationDeleteTitle\": \"Delete\",\r\n            \"educationQualificationRendered\": false,\r\n            \"educationQualificationRequired\": false,\r\n            \"educationQualificationDisabled\": false,\r\n            \"educationQualificationLabel\": null,\r\n            \"educationQualificationTitle\": null,\r\n            \"batchRendered\": false,\r\n            \"batchRequired\": false,\r\n            \"batchDisabled\": false,\r\n            \"batchLabel\": null,\r\n            \"batchTitle\": null,\r\n            \"educationCountryRendered\": false,\r\n            \"educationCountryRequired\": false,\r\n            \"educationCountryDisabled\": false,\r\n            \"educationCountryLabel\": null,\r\n            \"educationCountryTitle\": null,\r\n            \"educationCityRendered\": false,\r\n            \"educationCityRequired\": false,\r\n            \"educationCityDisabled\": false,\r\n            \"educationCityLabel\": null,\r\n            \"educationCityTitle\": null,\r\n            \"addEarlierRendered\": true,\r\n            \"addEarlierRequired\": false,\r\n            \"addEarlierDisabled\": false,\r\n            \"addEarlierLabel\": \"Add Earlier\",\r\n            \"addEarlierTitle\": \"Add Earlier\",\r\n            \"educationContinueRendered\": true,\r\n            \"educationContinueRequired\": true,\r\n            \"educationContinueDisabled\": false,\r\n            \"educationContinueLabel\": \"Continue\",\r\n            \"educationContinueTitle\": \"Continue\",\r\n            \"educationAddMoreDetailsRendered\": false,\r\n            \"educationAddMoreDetailsRequired\": false,\r\n            \"educationAddMoreDetailsDisabled\": false,\r\n            \"educationAddMoreDetailsLabel\": null,\r\n            \"educationAddMoreDetailsTitle\": null,\r\n            \"workClearAllRendered\": true,\r\n            \"workClearAllRequired\": false,\r\n            \"workClearAllDisabled\": false,\r\n            \"workClearAllLabel\": \"Clear All\",\r\n            \"workClearAllTitle\": \"Clear All\",\r\n            \"internshipClearAllRendered\": true,\r\n            \"internshipClearAllRequired\": false,\r\n            \"internshipkClearAllDisabled\": false,\r\n            \"internshipClearAllLabel\": \"Clear All\",\r\n            \"internshipClearAllTitle\": \"Clear All\",\r\n            \"skillsClearAllRendered\": true,\r\n            \"skillsClearAllRequired\": false,\r\n            \"skillsClearAllDisabled\": false,\r\n            \"skillsClearAllLabel\": \"Clear All\",\r\n            \"skillsClearAllTitle\": \"Clear All\",\r\n            \"languagesClearAllRendered\": true,\r\n            \"languagesClearAllRequired\": false,\r\n            \"languagesClearAllDisabled\": false,\r\n            \"languagesClearAllLabel\": \"Clear All\",\r\n            \"languagesClearAllTitle\": \"Clear All\",\r\n            \"currentWorkStatusRendered\": false,\r\n            \"currentWorkStatusRequired\": false,\r\n            \"currentWorkStatusDisabled\": false,\r\n            \"currentWorkStatusLabel\": null,\r\n            \"currentWorkStatusTitle\": null,\r\n            \"totalExperienceRendered\": true,\r\n            \"totalExperienceRequired\": false,\r\n            \"totalExperienceDisabled\": false,\r\n            \"totalExperienceLabel\": \"Total Experience\",\r\n            \"totalExperienceTitle\": \"Total Experience\",\r\n            \"relevantExperienceRendered\": false,\r\n            \"relevantExperienceRequired\": false,\r\n            \"relevantExperienceDisabled\": false,\r\n            \"relevantExperienceLabel\": null,\r\n            \"relevantExperienceTitle\": null,\r\n            \"expectedCTCRendered\": true,\r\n            \"expectedCTCRequired\": false,\r\n            \"expectedCTCDisabled\": false,\r\n            \"expectedCTCLabel\": \"Expected Ctc\",\r\n            \"expectedCTCTitle\": \"Expected CTC\",\r\n            \"workRoleRendered\": false,\r\n            \"workRoleRequired\": false,\r\n            \"workRoleDisabled\": false,\r\n            \"workRoleLabel\": null,\r\n            \"workRoleTitle\": null,\r\n            \"disabilityRendered\": true,\r\n            \"disabilityRequired\": false,\r\n            \"disabilityDisabled\": false,\r\n            \"disabilityLabel\": \"Is Disabled\",\r\n            \"disabilityTitle\": \"Is Disabled\",\r\n            \"typeOfDisabilityRendered\": true,\r\n            \"typeOfDisabilityRequired\": false,\r\n            \"typeOfDisabilityDisabled\": false,\r\n            \"typeOfDisabilityLabel\": \"Type Of Disability\",\r\n            \"typeOfDisabilityTitle\": \"Type Of Disability\",\r\n            \"percentageOfDisabilityRendered\": true,\r\n            \"percentageOfDisabilityRequired\": false,\r\n            \"percentageOfDisabilityDisabled\": false,\r\n            \"percentageOfDisabilityLabel\": \"Percentage Of Disability\",\r\n            \"percentageOfDisabilityTitle\": \"Percentage Of Disability\",\r\n            \"reasonOfDisabilityRendered\": true,\r\n            \"reasonOfDisabilityRequired\": false,\r\n            \"reasonOfDisabilityDisabled\": false,\r\n            \"reasonOfDisabilityLabel\": \"Reason Of Disability\",\r\n            \"reasonOfDisabilityTitle\": \"Reason Of Disability\",\r\n            \"addPastJobRendered\": true,\r\n            \"addPastJobRequired\": false,\r\n            \"addPastJobDisabled\": false,\r\n            \"addPastJobLabel\": \"Add Past Job\",\r\n            \"addPastJobTitle\": \"Add Past Job\",\r\n            \"internshipaddPastJobRendered\": true,\r\n            \"internshipaddPastJobRequired\": false,\r\n            \"internshipaddPastJobDisabled\": false,\r\n            \"internshipaddPastJobLabel\": \"Add_past Job\",\r\n            \"internshipaddPastJobTitle\": \"Add_Past Job\",\r\n            \"workAddMoreDetailsRendered\": false,\r\n            \"workAddMoreDetailsRequired\": false,\r\n            \"workAddMoreDetailsDisabled\": false,\r\n            \"workAddMoreDetailsLabel\": null,\r\n            \"workAddMoreDetailsTitle\": null,\r\n            \"internshipAddMoreDetailsRendered\": true,\r\n            \"internshipAddMoreDetailsRequired\": false,\r\n            \"internshipAddMoreDetailsDisabled\": false,\r\n            \"internshipAddMoreDetailsLabel\": \"Add_more Details\",\r\n            \"internshipAddMoreDetailsTitle\": \"Add_More Details\",\r\n            \"workContinueRendered\": true,\r\n            \"workContinueRequired\": false,\r\n            \"workContinueDisabled\": false,\r\n            \"workContinueLabel\": \"Continue\",\r\n            \"workContinueTitle\": \"Continue\",\r\n            \"internshipContinueRendered\": true,\r\n            \"internshipContinueRequired\": false,\r\n            \"internshipContinueDisabled\": false,\r\n            \"internshipContinueLabel\": \"Continue\",\r\n            \"internshipContinueTitle\": \"Continue\",\r\n            \"workDeleteRendered\": true,\r\n            \"workDeleteRequired\": false,\r\n            \"workDeleteDisabled\": false,\r\n            \"workDeleteLabel\": \"Delete\",\r\n            \"workDeleteTitle\": \"Delete\",\r\n            \"internshipDeleteRendered\": true,\r\n            \"internshipDeleteRequired\": false,\r\n            \"internshipDeleteDisabled\": false,\r\n            \"internshipDeleteLabel\": \"Delete\",\r\n            \"internshipDeleteTitle\": \"Delete\",\r\n            \"createCandidateSectionRendered\": true,\r\n            \"createCandidateSectionRequired\": false,\r\n            \"createCandidateSectionDisabled\": false,\r\n            \"createCandidateSectionLabel\": \"Create Candidate\",\r\n            \"createCandidateSectionTitle\": \"Create Candidate\",\r\n            \"editCandidateSectionRendered\": true,\r\n            \"editCandidateSectionRequired\": false,\r\n            \"editCandidateSectionDisabled\": false,\r\n            \"editCandidateSectionLabel\": \"Edit Candidate\",\r\n            \"editCandidateSectionTitle\": \"Edit Candidate\",\r\n            \"createCandidateClearAllRendered\": true,\r\n            \"createCandidateClearAllRequired\": false,\r\n            \"createCandidateClearAllDisabled\": false,\r\n            \"createCandidateClearAllLabel\": \"Clear All\",\r\n            \"createCandidateClearAllTitle\": \"Clear All\",\r\n            \"forAJobRendered\": true,\r\n            \"forAJobRequired\": false,\r\n            \"forAJobDisabled\": false,\r\n            \"forAJobLabel\": \"For A Job\",\r\n            \"forAJobTitle\": \"For A Job\",\r\n            \"asUntaggedCandidateRendered\": true,\r\n            \"asUntaggedCandidateRequired\": false,\r\n            \"asUntaggedCandidateDisabled\": false,\r\n            \"asUntaggedCandidateLabel\": \"As Untagged Candidate\",\r\n            \"asUntaggedCandidateTitle\": \"As Untagged Candidate\",\r\n            \"createCandidateContinueRendered\": true,\r\n            \"createCandidateContinueRequired\": false,\r\n            \"createCandidateContinueDisabled\": false,\r\n            \"createCandidateContinueLabel\": \"Continue\",\r\n            \"createCandidateContinueTitle\": \"Continue\",\r\n            \"stateRendered\": true,\r\n            \"stateRequired\": true,\r\n            \"stateDisabled\": false,\r\n            \"stateLabel\": \"State\",\r\n            \"stateTitle\": \"State\",\r\n            \"addressLine1Rendered\": true,\r\n            \"addressLine1Required\": false,\r\n            \"addressLine1Disabled\": false,\r\n            \"addressLine1Label\": \"Address Line1\",\r\n            \"addressLine1Title\": \"ADDRESS LINE1\",\r\n            \"addressLine2Rendered\": true,\r\n            \"addressLine2Required\": false,\r\n            \"addressLine2Disabled\": false,\r\n            \"addressLine2Label\": \"Address Line 2\",\r\n            \"addressLine2Title\": \"ADDRESS LINE 2\",\r\n            \"internationalIDRendered\": true,\r\n            \"internationalIDRequired\": false,\r\n            \"internationalIDDisabled\": false,\r\n            \"internationalIDLabel\": \"International Id\",\r\n            \"internationalIDTitle\": \"International ID\",\r\n            \"localFirstNameRendered\": true,\r\n            \"localFirstNameRequired\": false,\r\n            \"localFirstNameDisabled\": false,\r\n            \"localFirstNameLabel\": \"Suffix\",\r\n            \"localFirstNameTitle\": \"Local First Name\",\r\n            \"localMiddleNameRendered\": true,\r\n            \"localMiddleNameRequired\": false,\r\n            \"localMiddleNameDisabled\": false,\r\n            \"localMiddleNameLabel\": \"Local Middle Name\",\r\n            \"localMiddleNameTitle\": \"Local Middle Name\",\r\n            \"localLastNameRendered\": true,\r\n            \"localLastNameRequired\": false,\r\n            \"localLastNameDisabled\": false,\r\n            \"localLastNameLabel\": \"Local Last Name\",\r\n            \"localLastNameTitle\": \"Local Last Name\",\r\n            \"nickNameRendered\": true,\r\n            \"nickNameRequired\": false,\r\n            \"nickNameDisabled\": false,\r\n            \"nickNameLabel\": \"Nick Name\",\r\n            \"nickNameTitle\": \"Nick Name\",\r\n            \"localNickNameRendered\": true,\r\n            \"localNickNameRequired\": false,\r\n            \"localNickNameDisabled\": false,\r\n            \"localNickNameLabel\": \"Local Nick Name\",\r\n            \"localNickNameTitle\": \"Local Nick Name\",\r\n            \"expectedSalaryRendered\": true,\r\n            \"expectedSalaryRequired\": false,\r\n            \"expectedSalaryDisabled\": false,\r\n            \"expectedSalaryLabel\": \"Expected Ctc\",\r\n            \"expectedSalaryTitle\": \"Expected CTC\",\r\n            \"reasonForLeavingRendered\": true,\r\n            \"reasonForLeavingRequired\": false,\r\n            \"reasonForLeavingDisabled\": false,\r\n            \"reasonForLeavingLabel\": \"Visa Type (lwp/employment/dependent)\",\r\n            \"reasonForLeavingTitle\": \"Visa Type (LWP/Employment/Dependent)\",\r\n            \"referenceSourceRendered\": true,\r\n            \"referenceSourceRequired\": false,\r\n            \"referenceSourceDisabled\": false,\r\n            \"referenceSourceLabel\": \"Are You Authorized To Work In The United Kingdom?\",\r\n            \"referenceSourceTitle\": \"Are you authorized to work in the United Kingdom?\",\r\n            \"candidateCodeThirdPartyRendered\": false,\r\n            \"candidateCodeThirdPartyRequired\": false,\r\n            \"candidateCodeThirdPartyDisabled\": true,\r\n            \"candidateCodeThirdPartyLabel\": \"Candidate Code Third Party\",\r\n            \"candidateCodeThirdPartyTitle\": \"Candidate Code Third Party\",\r\n            \"consentRendered\": true,\r\n            \"consentRequired\": false,\r\n            \"consentDisabled\": false,\r\n            \"consentLabel\": \"Consent\",\r\n            \"consentTitle\": \"Consent\",\r\n            \"consentDocumentRendered\": true,\r\n            \"consentDocumentRequired\": false,\r\n            \"consentDocumentDisabled\": false,\r\n            \"consentDocumentLabel\": \"Consent Document\",\r\n            \"consentDocumentTitle\": \"Consent Document\",\r\n            \"alternateMobileRendered\": true,\r\n            \"alternateMobileRequired\": false,\r\n            \"alternateMobileDisabled\": false,\r\n            \"alternateMobileLabel\": \"Alternate Mobile Number\",\r\n            \"alternateMobileTitle\": \"Alternate Mobile Number\",\r\n            \"panVerifyRendered\": true,\r\n            \"panVerifyRequired\": false,\r\n            \"panVerifyDisabled\": false,\r\n            \"panVerifyLabel\": \"Pan Verify\",\r\n            \"panVerifyTitle\": \"PAN Verify\",\r\n            \"panAvailableRendered\": true,\r\n            \"panAvailableRequired\": false,\r\n            \"panAvailableDisabled\": false,\r\n            \"panAvailableLabel\": \"Pan Available\",\r\n            \"panAvailableTitle\": \"PAN Available\",\r\n            \"referenceNumberRendered\": true,\r\n            \"referenceNumberRequired\": false,\r\n            \"referenceNumberDisabled\": false,\r\n            \"referenceNumberLabel\": \"Reference Number\",\r\n            \"referenceNumberTitle\": \"Reference Number\",\r\n            \"relationshipRendered\": false,\r\n            \"relationshipRequired\": false,\r\n            \"relationshipDisabled\": false,\r\n            \"relationshipLabel\": null,\r\n            \"relationshipTitle\": null\r\n        },\r\n        \"directCase\": false,\r\n        \"existingSourceID\": 0,\r\n        \"existingSubSourceUserID\": 0,\r\n        \"inReviewCase\": false,\r\n        \"blacklistCase\": false,\r\n        \"unBlacklistCase\": false,\r\n        \"applicantMovedToOB\": null,\r\n        \"candidateActionHistoryTO\": null,\r\n        \"solrCandidateTO\": null,\r\n        \"candidate\": null,\r\n        \"isdCode\": null,\r\n        \"mobileNumberWithoutCode\": null,\r\n        \"alternateISDCode\": null,\r\n        \"alternateMobileNoWithoutCode\": null,\r\n        \"tempSubSourceUserName\": null,\r\n        \"blacklisted\": false,\r\n        \"fresher\": false,\r\n        \"basicUploadPhoto\": null,\r\n        \"countryID\": 1,\r\n        \"skipCountryID\": false,\r\n        \"hrPersonID\": null,\r\n        \"hrProfileID\": null,\r\n        \"salary\": null,\r\n        \"otherEmployer\": null,\r\n        \"projectName\": null,\r\n        \"role\": null,\r\n        \"jobNatureID\": null,\r\n        \"hrCompanyID\": null,\r\n        \"title\": null,\r\n        \"description\": null,\r\n        \"type\": null,\r\n        \"employeeCode\": null,\r\n        \"grade\": null,\r\n        \"band\": null,\r\n        \"workSiteHierarchy\": null,\r\n        \"orgUnitHierarchy\": null,\r\n        \"designationName\": null,\r\n        \"skipManager\": null,\r\n        \"l1Manager\": null,\r\n        \"hrManager\": null,\r\n        \"practiceHead\": null,\r\n        \"functionHead\": null,\r\n        \"functionalManager\": null,\r\n        \"joiningDate\": null,\r\n        \"confirmationStatus\": null,\r\n        \"confirmationDueDate\": null,\r\n        \"totalExperiance\": 0.0,\r\n        \"employmentStatus\": null,\r\n        \"workLocation\": null,\r\n        \"employmentType\": null,\r\n        \"ctqScoreData\": null,\r\n        \"panVerified\": false,\r\n        \"panAvailable\": null,\r\n        \"referenceNumber\": \"\",\r\n        \"dataFlownToOB\": false,\r\n        \"documentID\": 0,\r\n        \"relationshipID\": null,\r\n        \"ijpApply\": false,\r\n        \"sourceDetailsChanged\": false,\r\n        \"portal\": null,\r\n        \"activeCandidate\": false\r\n    },\r\n    \"appUpdateResponseTO\": null,\r\n    \"totalRecords\": 0,\r\n    \"responseMap\": null\r\n}\r\n"}],"_postman_id":"5c2e9376-7b2d-4663-8506-a5a650b8a7bd"},{"name":"Referring a candidate*","id":"f453b106-80d6-438d-bf37-8b42655dd9bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"security\": {\n        \"lastThreeAppraisalsRendered\": false,\n        \"lastThreeAppraisalsRequired\": false,\n        \"lastThreeAppraisalsDisabled\": true,\n        \"lastThreeAppraisalsLabel\": \"Last Three Appraisals\",\n        \"lastThreeAppraisalsTitle\": \"Last Three Appraisals\",\n        \"endDateRendered\": true,\n        \"endDateRequired\": false,\n        \"endDateDisabled\": false,\n        \"endDateLabel\": \"End Date\",\n        \"endDateTitle\": \"End Date\",\n        \"internshipCompanyEndDateRendered\": true,\n        \"internshipCompanyEndDateRequired\": false,\n        \"internshipCompanyEndDateDisabled\": false,\n        \"internshipCompanyEndDateLabel\": \"End Date\",\n        \"internshipCompanyEndDateTitle\": \"End Date\",\n        \"jobTitleRendered\": true,\n        \"jobTitleRequired\": false,\n        \"jobTitleDisabled\": false,\n        \"jobTitleLabel\": \"Job Title\",\n        \"jobTitleTitle\": \"Job Title\",\n        \"internshipJobTitleRendered\": true,\n        \"internshipJobTitleRequired\": false,\n        \"internshipJobTitleDisabled\": false,\n        \"internshipJobTitleLabel\": \"Job Title\",\n        \"internshipJobTitleTitle\": \"Job Title\",\n        \"descriptionRendered\": false,\n        \"descriptionRequired\": false,\n        \"descriptionDisabled\": true,\n        \"descriptionLabel\": \"Description\",\n        \"descriptionTitle\": \"Description\",\n        \"internshipDescriptionRendered\": false,\n        \"internshipDescriptionRequired\": false,\n        \"internshipDescriptionDisabled\": true,\n        \"internshipDescriptionLabel\": \"Description\",\n        \"internshipDescriptionTitle\": \"Description\",\n        \"languageRendered\": true,\n        \"languageRequired\": false,\n        \"languageDisabled\": false,\n        \"languageLabel\": \"Language\",\n        \"languageTitle\": \"Language\",\n        \"experienceRendered\": false,\n        \"experienceRequired\": false,\n        \"experienceDisabled\": true,\n        \"experienceLabel\": \"Experience\",\n        \"experienceTitle\": \"Experience\",\n        \"skillsRendered\": false,\n        \"skillsRequired\": false,\n        \"skillsDisabled\": true,\n        \"skillsLabel\": \"Skills\",\n        \"skillsTitle\": \"Skills\",\n        \"sourceCodeRendered\": false,\n        \"sourceCodeRequired\": false,\n        \"sourceCodeDisabled\": true,\n        \"sourceCodeLabel\": \"Source Code\",\n        \"sourceCodeTitle\": \"Source Code\",\n        \"candidatecodeRendered\": false,\n        \"candidatecodeRequired\": false,\n        \"candidatecodeDisabled\": true,\n        \"candidatecodeLabel\": \"Candidate Code\",\n        \"candidatecodeTitle\": \"Candidate Code\",\n        \"voterIdRendered\": false,\n        \"voterIdRequired\": false,\n        \"voterIdDisabled\": true,\n        \"voterIdLabel\": \"Voter Id\",\n        \"voterIdTitle\": \"Voter ID\",\n        \"employerRendered\": false,\n        \"employerRequired\": false,\n        \"employerDisabled\": true,\n        \"employerLabel\": \"Employer\",\n        \"employerTitle\": \"Employer\",\n        \"requisitionRoleRendered\": false,\n        \"requisitionRoleRequired\": false,\n        \"requisitionRoleDisabled\": true,\n        \"requisitionRoleLabel\": \"Requisition Role\",\n        \"requisitionRoleTitle\": \"Requisition Role\",\n        \"primaryEmailRendered\": true,\n        \"primaryEmailRequired\": true,\n        \"primaryEmailDisabled\": false,\n        \"primaryEmailLabel\": \"Primary Email\",\n        \"primaryEmailTitle\": \"Primary Email\",\n        \"passportNumberRendered\": false,\n        \"passportNumberRequired\": false,\n        \"passportNumberDisabled\": true,\n        \"passportNumberLabel\": \"Passport Number\",\n        \"passportNumberTitle\": \"Passport Number\",\n        \"aadhaarNumberRendered\": false,\n        \"aadhaarNumberRequired\": false,\n        \"aadhaarNumberDisabled\": true,\n        \"aadhaarNumberLabel\": \"Aadhaar Number\",\n        \"aadhaarNumberTitle\": \"Aadhaar Number\",\n        \"currentRatingDateRendered\": false,\n        \"currentRatingDateRequired\": false,\n        \"currentRatingDateDisabled\": true,\n        \"currentRatingDateLabel\": \"Current Rating Date\",\n        \"currentRatingDateTitle\": \"Current Rating Date\",\n        \"degreeRendered\": true,\n        \"degreeRequired\": false,\n        \"degreeDisabled\": false,\n        \"degreeLabel\": \"Highest Education\",\n        \"degreeTitle\": \"Degree\",\n        \"companyStartDateRendered\": true,\n        \"companyStartDateRequired\": true,\n        \"companyStartDateDisabled\": false,\n        \"companyStartDateLabel\": \"Start Date\",\n        \"companyStartDateTitle\": \"Start Date\",\n        \"internshipCompanyStartDateRendered\": true,\n        \"internshipCompanyStartDateRequired\": false,\n        \"internshipCompanyStartDateDisabled\": false,\n        \"internshipCompanyStartDateLabel\": \"Start Date\",\n        \"internshipCompanyStartDateTitle\": \"Start Date\",\n        \"panNumberRendered\": true,\n        \"panNumberRequired\": false,\n        \"panNumberDisabled\": false,\n        \"panNumberLabel\": \"PAN Number\",\n        \"panNumberTitle\": \"PAN Number\",\n        \"companyCTCRendered\": false,\n        \"companyCTCRequired\": false,\n        \"companyCTCDisabled\": true,\n        \"companyCTCLabel\": \"CTC\",\n        \"companyCTCTitle\": \"CTC\",\n        \"noticePeriodRendered\": false,\n        \"noticePeriodRequired\": false,\n        \"noticePeriodDisabled\": true,\n        \"noticePeriodLabel\": \"Notice Period (mention In Months)\",\n        \"noticePeriodTitle\": \"Notice Period (Mention in months)\",\n        \"firstNameRendered\": true,\n        \"firstNameRequired\": true,\n        \"firstNameDisabled\": false,\n        \"firstNameLabel\": \"First Name\",\n        \"firstNameTitle\": \"First Name\",\n        \"qualificationRendered\": false,\n        \"qualificationRequired\": false,\n        \"qualificationDisabled\": true,\n        \"qualificationLabel\": \"Qualification\",\n        \"qualificationTitle\": \"Qualification\",\n        \"sourceTypeRendered\": true,\n        \"sourceTypeRequired\": true,\n        \"sourceTypeDisabled\": false,\n        \"sourceTypeLabel\": \"Source Type\",\n        \"sourceTypeTitle\": \"Source Type\",\n        \"functionalAreaRendered\": false,\n        \"functionalAreaRequired\": false,\n        \"functionalAreaDisabled\": true,\n        \"functionalAreaLabel\": \"Functional Area\",\n        \"functionalAreaTitle\": \"Functional Area\",\n        \"subFunctionalAreaRendered\": false,\n        \"subFunctionalAreaDisabled\": true,\n        \"subFunctionalAreaRequired\": false,\n        \"subFunctionalAreaLabel\": \"Sub Functional Area\",\n        \"subFunctionalAreaTitle\": \"Sub Functional Area\",\n        \"pinCodeRendered\": true,\n        \"pinCodeRequired\": false,\n        \"pinCodeDisabled\": false,\n        \"pinCodeLabel\": \"Pin Code\",\n        \"pinCodeTitle\": \"Pin Code\",\n        \"companyEndDateRendered\": true,\n        \"companyEndDateRequired\": true,\n        \"companyEndDateDisabled\": false,\n        \"companyEndDateLabel\": \"End Date\",\n        \"companyEndDateTitle\": \"End Date\",\n        \"candidateLinksRendered\": false,\n        \"candidateLinksRequired\": false,\n        \"candidateLinksDisabled\": true,\n        \"candidateLinksLabel\": \"Candidate Links\",\n        \"candidateLinksTitle\": \"Candidate Links\",\n        \"instituteRendered\": true,\n        \"instituteRequired\": false,\n        \"instituteDisabled\": false,\n        \"instituteLabel\": \"Institute\",\n        \"instituteTitle\": \"Institute\",\n        \"startDateRendered\": true,\n        \"startDateRequired\": false,\n        \"startDateDisabled\": false,\n        \"startDateLabel\": \"Start Date\",\n        \"startDateTitle\": \"Start Date\",\n        \"lastNameRendered\": true,\n        \"lastNameRequired\": false,\n        \"lastNameDisabled\": true,\n        \"lastNameLabel\": \"Last Name\",\n        \"lastNameTitle\": \"Last name\",\n        \"secondaryEmailRendered\": true,\n        \"secondaryEmailRequired\": true,\n        \"secondaryEmailDisabled\": false,\n        \"secondaryEmailLabel\": \"Secondary Email\",\n        \"secondaryEmailTitle\": \"Secondary Email\",\n        \"genderRendered\": false,\n        \"genderRequired\": false,\n        \"genderDisabled\": true,\n        \"genderLabel\": \"Gender\",\n        \"genderTitle\": \"Gender\",\n        \"industryRendered\": false,\n        \"industryRequired\": false,\n        \"industryDisabled\": true,\n        \"industryLabel\": \"Industry\",\n        \"industryTitle\": \"Industry\",\n        \"sourceUsersRendered\": true,\n        \"sourceUsersRequired\": true,\n        \"sourceUsersDisabled\": false,\n        \"sourceUsersLabel\": \"Source Name\",\n        \"sourceUsersTitle\": \"Source Name\",\n        \"landlineNumberRendered\": false,\n        \"landlineNumberRequired\": false,\n        \"landlineNumberDisabled\": true,\n        \"landlineNumberLabel\": \"Landline Number\",\n        \"landlineNumberTitle\": \"Landline Number\",\n        \"titleRendered\": true,\n        \"titleRequired\": false,\n        \"titleDisabled\": false,\n        \"titleLabel\": \"Title\",\n        \"titleTitle\": \"Title\",\n        \"companyRendered\": true,\n        \"companyRequired\": true,\n        \"companyDisabled\": false,\n        \"companyLabel\": \"Company\",\n        \"companyTitle\": \"Company\",\n        \"internshipCompanyRendered\": true,\n        \"internshipCompanyRequired\": false,\n        \"internshipCompanyDisabled\": false,\n        \"internshipCompanyLabel\": \"Company\",\n        \"internshipCompanyTitle\": \"Company\",\n        \"officialMailRendered\": false,\n        \"officialMailRequired\": false,\n        \"officialMailDisabled\": true,\n        \"officialMailLabel\": \"Official Email\",\n        \"officialMailTitle\": \"Official Email\",\n        \"linksSectionRendered\": false,\n        \"linksSectionRequired\": false,\n        \"linksSectionDisabled\": true,\n        \"linksSectionLabel\": \"Links Section\",\n        \"linksSectionTitle\": \"Links Section\",\n        \"coverLetterSectionRendered\": false,\n        \"coverLetterSectionRequired\": false,\n        \"coverLetterSectionDisabled\": false,\n        \"coverLetterSectionLabel\": null,\n        \"coverLetterSectionTitle\": null,\n        \"otherSectionRendered\": false,\n        \"otherSectionRequired\": false,\n        \"otherSectionDisabled\": true,\n        \"otherSectionLabel\": \"Other\",\n        \"otherSectionTitle\": \"Other\",\n        \"resumeRendered\": true,\n        \"resumeRequired\": false,\n        \"resumeDisabled\": false,\n        \"resumeLabel\": \"Resume\",\n        \"resumeTitle\": \"Resume\",\n        \"isdCodeRendered\": false,\n        \"isdCodeRequired\": false,\n        \"isdCodeDisabled\": false,\n        \"isdCodeLabel\": null,\n        \"isdCodeTitle\": null,\n        \"mobileRendered\": true,\n        \"mobileRequired\": true,\n        \"mobileDisabled\": false,\n        \"mobileLabel\": \"Mobile\",\n        \"mobileTitle\": \"Mobile\",\n        \"dateOfBirthRendered\": false,\n        \"dateOfBirthRequired\": false,\n        \"dateOfBirthDisabled\": true,\n        \"dateOfBirthLabel\": \"Date Of Birth\",\n        \"dateOfBirthTitle\": \"Date Of Birth\",\n        \"educationSectionRendered\": true,\n        \"educationSectionRequired\": false,\n        \"educationSectionDisabled\": false,\n        \"educationSectionLabel\": \"Education\",\n        \"educationSectionTitle\": \"Education\",\n        \"workSectionRendered\": true,\n        \"workSectionRequired\": false,\n        \"workSectionDisabled\": false,\n        \"workSectionLabel\": \"Work\",\n        \"workSectionTitle\": \"Work\",\n        \"internshipSectionRendered\": true,\n        \"internshipSectionRequired\": false,\n        \"internshipSectionDisabled\": true,\n        \"internshipSectionLabel\": \"Internship\",\n        \"internshipSectionTitle\": \"INTERNSHIP\",\n        \"personalSectionRendered\": true,\n        \"personalSectionRequired\": false,\n        \"personalSectionDisabled\": false,\n        \"personalSectionLabel\": \"Personal\",\n        \"personalSectionTitle\": \"Personal\",\n        \"candidateAgeRendered\": false,\n        \"candidateAgeRequired\": false,\n        \"candidateAgeDisabled\": true,\n        \"candidateAgeLabel\": \"Candidate Age\",\n        \"candidateAgeTitle\": \"Candidate Age\",\n        \"commentRendered\": false,\n        \"commentRequired\": false,\n        \"commentDisabled\": true,\n        \"commentLabel\": \"Comment\",\n        \"commentTitle\": \"Comment\",\n        \"middleNameRendered\": true,\n        \"middleNameRequired\": false,\n        \"middleNameDisabled\": false,\n        \"middleNameLabel\": \"Middle Name\",\n        \"middleNameTitle\": \"Middle Name\",\n        \"locationRendered\": false,\n        \"locationRequired\": false,\n        \"locationDisabled\": true,\n        \"locationLabel\": \"Location\",\n        \"locationTitle\": \"Location\",\n        \"iCurrentlyWorkHereRendered\": true,\n        \"iCurrentlyWorkHereRequired\": false,\n        \"iCurrentlyWorkHereDisabled\": false,\n        \"iCurrentlyWorkHereLabel\": \"I Currently Work Here.\",\n        \"iCurrentlyWorkHereTitle\": \"I currently work here.\",\n        \"stillWorkingHereRendered\": true,\n        \"stillWorkingHereRequired\": false,\n        \"stillWorkingHereDisabled\": false,\n        \"stillWorkingHereLabel\": \"Still Working Here\",\n        \"stillWorkingHereTitle\": \"Still Working Here\",\n        \"fresherRendered\": false,\n        \"fresherRequired\": false,\n        \"fresherDisabled\": true,\n        \"fresherLabel\": \"Fresher\",\n        \"fresherTitle\": \"Fresher\",\n        \"internshipStillWorkingHereRendered\": false,\n        \"internshipStillWorkingHereRequired\": false,\n        \"internshipStillWorkingHereDisabled\": false,\n        \"internshipStillWorkingHereLabel\": null,\n        \"internshipStillWorkingHereTitle\": null,\n        \"gradePercentageRendered\": true,\n        \"gradePercentageRequired\": false,\n        \"gradePercentageDisabled\": false,\n        \"gradePercentageLabel\": \"Grade/percentage\",\n        \"gradePercentageTitle\": \"Grade/Percentage\",\n        \"htmlViewRendered\": true,\n        \"htmlViewRequired\": false,\n        \"htmlViewDisabled\": true,\n        \"htmlViewLabel\": \"Html View\",\n        \"htmlViewTitle\": \"HTML View\",\n        \"textViewRendered\": false,\n        \"textViewRequired\": false,\n        \"textViewDisabled\": true,\n        \"textViewLabel\": \"Text View\",\n        \"textViewTitle\": \"Text View\",\n        \"saveRendered\": true,\n        \"saveRequired\": true,\n        \"saveDisabled\": false,\n        \"saveLabel\": \"Save\",\n        \"saveTitle\": \"Save\",\n        \"checkRendered\": false,\n        \"checkRequired\": false,\n        \"checkDisabled\": true,\n        \"checkLabel\": \"Check\",\n        \"checkTitle\": \"Check\",\n        \"cancelRendered\": true,\n        \"cancelRequired\": false,\n        \"cancelDisabled\": false,\n        \"cancelLabel\": \"Cancel\",\n        \"cancelTitle\": \"Cancel\",\n        \"permanentAddressRendered\": false,\n        \"permanentAddressRequired\": false,\n        \"permanentAddressDisabled\": true,\n        \"permanentAddressLabel\": \"Permanent Address\",\n        \"permanentAddressTitle\": \"Permanent Address\",\n        \"countryRendered\": true,\n        \"countryRequired\": false,\n        \"countryDisabled\": false,\n        \"countryLabel\": \"Country\",\n        \"countryTitle\": \"Country\",\n        \"cityRendered\": true,\n        \"cityRequired\": false,\n        \"cityDisabled\": false,\n        \"cityLabel\": \"City\",\n        \"cityTitle\": \"City\",\n        \"facebookRendered\": true,\n        \"facebookRequired\": false,\n        \"facebookDisabled\": false,\n        \"facebookLabel\": \"Facebook\",\n        \"facebookTitle\": \"Facebook\",\n        \"twitterRendered\": true,\n        \"twitterRequired\": false,\n        \"twitterDisabled\": false,\n        \"twitterLabel\": \"Twitter\",\n        \"twitterTitle\": \"Twitter\",\n        \"linkedInRendered\": true,\n        \"linkedInRequired\": false,\n        \"linkedInDisabled\": false,\n        \"linkedInLabel\": \"Linkedin\",\n        \"linkedInTitle\": \"LinkedIn\",\n        \"googlePlusRendered\": true,\n        \"googlePlusRequired\": false,\n        \"googlePlusDisabled\": false,\n        \"googlePlusLabel\": \"Google Plus\",\n        \"googlePlusTitle\": \"Google Plus\",\n        \"basicSectionRendered\": true,\n        \"basicSectionRequired\": false,\n        \"basicSectionDisabled\": true,\n        \"basicSectionLabel\": \"Basic\",\n        \"basicSectionTitle\": \"Basic\",\n        \"basicAddMoreDetailsRendered\": false,\n        \"basicAddMoreDetailsRequired\": false,\n        \"basicAddMoreDetailsDisabled\": false,\n        \"basicAddMoreDetailsLabel\": null,\n        \"basicAddMoreDetailsTitle\": null,\n        \"basicContinueRendered\": true,\n        \"basicContinueRequired\": false,\n        \"basicContinueDisabled\": false,\n        \"basicContinueLabel\": \"Continue\",\n        \"basicContinueTitle\": \"Continue\",\n        \"basicClearAllRendered\": true,\n        \"basicClearAllRequired\": false,\n        \"basicClearAllDisabled\": false,\n        \"basicClearAllLabel\": \"Clear All\",\n        \"basicClearAllTitle\": \"Clear All\",\n        \"basicUploadPhotoRendered\": false,\n        \"basicUploadPhotoRequired\": false,\n        \"basicUploadPhotoDisabled\": true,\n        \"basicUploadPhotoLabel\": \"Upload Candidate Photo\",\n        \"basicUploadPhotoTitle\": \"Upload Candidate Photo\",\n        \"personalClearAllRendered\": true,\n        \"personalClearAllRequired\": false,\n        \"personalClearAllDisabled\": false,\n        \"personalClearAllLabel\": \"Clear All\",\n        \"personalClearAllTitle\": \"Clear All\",\n        \"personalAddMoreDetailsRendered\": false,\n        \"personalAddMoreDetailsRequired\": false,\n        \"personalAddMoreDetailsDisabled\": true,\n        \"personalAddMoreDetailsLabel\": \"Add More Details\",\n        \"personalAddMoreDetailsTitle\": \"Add More Details\",\n        \"personalContinueRendered\": true,\n        \"personalContinueRequired\": false,\n        \"personalContinueDisabled\": false,\n        \"personalContinueLabel\": \"Continue\",\n        \"personalContinueTitle\": \"Continue\",\n        \"documentSectionRendered\": false,\n        \"documentSectionRequired\": false,\n        \"documentSectionDisabled\": true,\n        \"documentSectionLabel\": \"Attach Documents\",\n        \"documentSectionTitle\": \"Attach Documents\",\n        \"documentClearAllRendered\": false,\n        \"documentClearAllRequired\": false,\n        \"documentClearAllDisabled\": false,\n        \"documentClearAllLabel\": null,\n        \"documentClearAllTitle\": null,\n        \"documentNameRendered\": false,\n        \"documentNameRequired\": false,\n        \"documentNameDisabled\": true,\n        \"documentNameLabel\": \"Document Name\",\n        \"documentNameTitle\": \"Document Name\",\n        \"documentOptionsRendered\": false,\n        \"documentOptionsRequired\": false,\n        \"documentOptionsDisabled\": true,\n        \"documentOptionsLabel\": \"Options\",\n        \"documentOptionsTitle\": \"Options\",\n        \"documentContinueRendered\": false,\n        \"documentContinueRequired\": false,\n        \"documentContinueDisabled\": false,\n        \"documentContinueLabel\": null,\n        \"documentContinueTitle\": null,\n        \"skillsSectionRendered\": false,\n        \"skillsSectionRequired\": false,\n        \"skillsSectionDisabled\": true,\n        \"skillsSectionLabel\": \"Skills\",\n        \"skillsSectionTitle\": \"Skills\",\n        \"skillsContinueRendered\": true,\n        \"skillsContinueRequired\": false,\n        \"skillsContinueDisabled\": false,\n        \"skillsContinueLabel\": \"Continue\",\n        \"skillsContinueTitle\": \"Continue\",\n        \"languagesSectionRendered\": true,\n        \"languagesSectionRequired\": false,\n        \"languagesSectionDisabled\": true,\n        \"languagesSectionLabel\": \"Languages\",\n        \"languagesSectionTitle\": \"LANGUAGES\",\n        \"languagesContinueRendered\": true,\n        \"languagesContinueRequired\": false,\n        \"languagesContinueDisabled\": false,\n        \"languagesContinueLabel\": \"Continue\",\n        \"languagesContinueTitle\": \"Continue\",\n        \"educationClearAllRendered\": true,\n        \"educationClearAllRequired\": false,\n        \"educationClearAllDisabled\": false,\n        \"educationClearAllLabel\": \"Clear All\",\n        \"educationClearAllTitle\": \"Clear All\",\n        \"educationDeleteRendered\": true,\n        \"educationDeleteRequired\": false,\n        \"educationDeleteDisabled\": false,\n        \"educationDeleteLabel\": \"Delete\",\n        \"educationDeleteTitle\": \"Delete\",\n        \"educationQualificationRendered\": false,\n        \"educationQualificationRequired\": false,\n        \"educationQualificationDisabled\": false,\n        \"educationQualificationLabel\": null,\n        \"educationQualificationTitle\": null,\n        \"batchRendered\": false,\n        \"batchRequired\": false,\n        \"batchDisabled\": false,\n        \"batchLabel\": null,\n        \"batchTitle\": null,\n        \"educationCountryRendered\": false,\n        \"educationCountryRequired\": false,\n        \"educationCountryDisabled\": false,\n        \"educationCountryLabel\": null,\n        \"educationCountryTitle\": null,\n        \"educationCityRendered\": false,\n        \"educationCityRequired\": false,\n        \"educationCityDisabled\": false,\n        \"educationCityLabel\": null,\n        \"educationCityTitle\": null,\n        \"addEarlierRendered\": true,\n        \"addEarlierRequired\": false,\n        \"addEarlierDisabled\": false,\n        \"addEarlierLabel\": \"Add Earlier\",\n        \"addEarlierTitle\": \"Add Earlier\",\n        \"educationContinueRendered\": true,\n        \"educationContinueRequired\": false,\n        \"educationContinueDisabled\": false,\n        \"educationContinueLabel\": \"Continue\",\n        \"educationContinueTitle\": \"Continue\",\n        \"educationAddMoreDetailsRendered\": false,\n        \"educationAddMoreDetailsRequired\": false,\n        \"educationAddMoreDetailsDisabled\": false,\n        \"educationAddMoreDetailsLabel\": null,\n        \"educationAddMoreDetailsTitle\": null,\n        \"workClearAllRendered\": true,\n        \"workClearAllRequired\": false,\n        \"workClearAllDisabled\": false,\n        \"workClearAllLabel\": \"Clear All\",\n        \"workClearAllTitle\": \"Clear All\",\n        \"internshipClearAllRendered\": true,\n        \"internshipClearAllRequired\": false,\n        \"internshipkClearAllDisabled\": false,\n        \"internshipClearAllLabel\": \"Clear All\",\n        \"internshipClearAllTitle\": \"Clear All\",\n        \"skillsClearAllRendered\": true,\n        \"skillsClearAllRequired\": false,\n        \"skillsClearAllDisabled\": false,\n        \"skillsClearAllLabel\": \"Clear All\",\n        \"skillsClearAllTitle\": \"Clear All\",\n        \"languagesClearAllRendered\": true,\n        \"languagesClearAllRequired\": false,\n        \"languagesClearAllDisabled\": false,\n        \"languagesClearAllLabel\": \"Clear All\",\n        \"languagesClearAllTitle\": \"Clear All\",\n        \"currentWorkStatusRendered\": false,\n        \"currentWorkStatusRequired\": false,\n        \"currentWorkStatusDisabled\": false,\n        \"currentWorkStatusLabel\": null,\n        \"currentWorkStatusTitle\": null,\n        \"totalExperienceRendered\": false,\n        \"totalExperienceRequired\": false,\n        \"totalExperienceDisabled\": true,\n        \"totalExperienceLabel\": \"Total Experience\",\n        \"totalExperienceTitle\": \"Total Experience\",\n        \"relevantExperienceRendered\": false,\n        \"relevantExperienceRequired\": false,\n        \"relevantExperienceDisabled\": false,\n        \"relevantExperienceLabel\": null,\n        \"relevantExperienceTitle\": null,\n        \"expectedCTCRendered\": false,\n        \"expectedCTCRequired\": false,\n        \"expectedCTCDisabled\": true,\n        \"expectedCTCLabel\": \"Expected Ctc\",\n        \"expectedCTCTitle\": \"Expected CTC\",\n        \"workRoleRendered\": false,\n        \"workRoleRequired\": false,\n        \"workRoleDisabled\": false,\n        \"workRoleLabel\": null,\n        \"workRoleTitle\": null,\n        \"disabilityRendered\": false,\n        \"disabilityRequired\": false,\n        \"disabilityDisabled\": true,\n        \"disabilityLabel\": \"Is Disabled\",\n        \"disabilityTitle\": \"Is Disabled\",\n        \"typeOfDisabilityRendered\": false,\n        \"typeOfDisabilityRequired\": false,\n        \"typeOfDisabilityDisabled\": true,\n        \"typeOfDisabilityLabel\": \"Type Of Disability\",\n        \"typeOfDisabilityTitle\": \"Type Of Disability\",\n        \"percentageOfDisabilityRendered\": false,\n        \"percentageOfDisabilityRequired\": false,\n        \"percentageOfDisabilityDisabled\": true,\n        \"percentageOfDisabilityLabel\": \"Percentage Of Disability\",\n        \"percentageOfDisabilityTitle\": \"Percentage Of Disability\",\n        \"reasonOfDisabilityRendered\": false,\n        \"reasonOfDisabilityRequired\": false,\n        \"reasonOfDisabilityDisabled\": true,\n        \"reasonOfDisabilityLabel\": \"Reason Of Disability\",\n        \"reasonOfDisabilityTitle\": \"Reason Of Disability\",\n        \"addPastJobRendered\": true,\n        \"addPastJobRequired\": false,\n        \"addPastJobDisabled\": false,\n        \"addPastJobLabel\": \"Add Past Job\",\n        \"addPastJobTitle\": \"Add Past Job\",\n        \"internshipaddPastJobRendered\": true,\n        \"internshipaddPastJobRequired\": false,\n        \"internshipaddPastJobDisabled\": false,\n        \"internshipaddPastJobLabel\": \"Add_past Job\",\n        \"internshipaddPastJobTitle\": \"Add_Past Job\",\n        \"workAddMoreDetailsRendered\": false,\n        \"workAddMoreDetailsRequired\": false,\n        \"workAddMoreDetailsDisabled\": false,\n        \"workAddMoreDetailsLabel\": null,\n        \"workAddMoreDetailsTitle\": null,\n        \"internshipAddMoreDetailsRendered\": true,\n        \"internshipAddMoreDetailsRequired\": false,\n        \"internshipAddMoreDetailsDisabled\": false,\n        \"internshipAddMoreDetailsLabel\": \"Add_more Details\",\n        \"internshipAddMoreDetailsTitle\": \"Add_More Details\",\n        \"workContinueRendered\": true,\n        \"workContinueRequired\": false,\n        \"workContinueDisabled\": false,\n        \"workContinueLabel\": \"Continue\",\n        \"workContinueTitle\": \"Continue\",\n        \"internshipContinueRendered\": true,\n        \"internshipContinueRequired\": false,\n        \"internshipContinueDisabled\": false,\n        \"internshipContinueLabel\": \"Continue\",\n        \"internshipContinueTitle\": \"Continue\",\n        \"workDeleteRendered\": false,\n        \"workDeleteRequired\": false,\n        \"workDeleteDisabled\": true,\n        \"workDeleteLabel\": \"Delete\",\n        \"workDeleteTitle\": \"Delete\",\n        \"internshipDeleteRendered\": true,\n        \"internshipDeleteRequired\": false,\n        \"internshipDeleteDisabled\": false,\n        \"internshipDeleteLabel\": \"Delete\",\n        \"internshipDeleteTitle\": \"Delete\",\n        \"createCandidateSectionRendered\": true,\n        \"createCandidateSectionRequired\": false,\n        \"createCandidateSectionDisabled\": false,\n        \"createCandidateSectionLabel\": \"Create Candidate\",\n        \"createCandidateSectionTitle\": \"Create Candidate\",\n        \"editCandidateSectionRendered\": true,\n        \"editCandidateSectionRequired\": false,\n        \"editCandidateSectionDisabled\": true,\n        \"editCandidateSectionLabel\": \"Edit Candidate\",\n        \"editCandidateSectionTitle\": \"Edit Candidate\",\n        \"createCandidateClearAllRendered\": true,\n        \"createCandidateClearAllRequired\": false,\n        \"createCandidateClearAllDisabled\": false,\n        \"createCandidateClearAllLabel\": \"Clear All\",\n        \"createCandidateClearAllTitle\": \"Clear All\",\n        \"forAJobRendered\": true,\n        \"forAJobRequired\": false,\n        \"forAJobDisabled\": false,\n        \"forAJobLabel\": \"For A Job\",\n        \"forAJobTitle\": \"For A Job\",\n        \"asUntaggedCandidateRendered\": true,\n        \"asUntaggedCandidateRequired\": false,\n        \"asUntaggedCandidateDisabled\": false,\n        \"asUntaggedCandidateLabel\": \"As Untagged Candidate\",\n        \"asUntaggedCandidateTitle\": \"As Untagged Candidate\",\n        \"createCandidateContinueRendered\": true,\n        \"createCandidateContinueRequired\": false,\n        \"createCandidateContinueDisabled\": false,\n        \"createCandidateContinueLabel\": \"Continue\",\n        \"createCandidateContinueTitle\": \"Continue\",\n        \"stateRendered\": true,\n        \"stateRequired\": false,\n        \"stateDisabled\": false,\n        \"stateLabel\": \"State\",\n        \"stateTitle\": \"State\",\n        \"addressLine1Rendered\": true,\n        \"addressLine1Required\": false,\n        \"addressLine1Disabled\": false,\n        \"addressLine1Label\": \"Address Line1\",\n        \"addressLine1Title\": \"ADDRESS LINE1\",\n        \"addressLine2Rendered\": true,\n        \"addressLine2Required\": false,\n        \"addressLine2Disabled\": false,\n        \"addressLine2Label\": \"Address Line 2\",\n        \"addressLine2Title\": \"ADDRESS LINE 2\",\n        \"internationalIDRendered\": false,\n        \"internationalIDRequired\": false,\n        \"internationalIDDisabled\": true,\n        \"internationalIDLabel\": \"International Id\",\n        \"internationalIDTitle\": \"International ID\",\n        \"localFirstNameRendered\": false,\n        \"localFirstNameRequired\": false,\n        \"localFirstNameDisabled\": true,\n        \"localFirstNameLabel\": \"Suffix\",\n        \"localFirstNameTitle\": \"Local First Name\",\n        \"localMiddleNameRendered\": false,\n        \"localMiddleNameRequired\": false,\n        \"localMiddleNameDisabled\": true,\n        \"localMiddleNameLabel\": \"Local Middle Name\",\n        \"localMiddleNameTitle\": \"Local Middle Name\",\n        \"localLastNameRendered\": false,\n        \"localLastNameRequired\": false,\n        \"localLastNameDisabled\": true,\n        \"localLastNameLabel\": \"Local Last Name\",\n        \"localLastNameTitle\": \"Local Last Name\",\n        \"nickNameRendered\": false,\n        \"nickNameRequired\": false,\n        \"nickNameDisabled\": true,\n        \"nickNameLabel\": \"Nick Name\",\n        \"nickNameTitle\": \"Nick Name\",\n        \"localNickNameRendered\": false,\n        \"localNickNameRequired\": false,\n        \"localNickNameDisabled\": true,\n        \"localNickNameLabel\": \"Local Nick Name\",\n        \"localNickNameTitle\": \"Local Nick Name\",\n        \"expectedSalaryRendered\": false,\n        \"expectedSalaryRequired\": false,\n        \"expectedSalaryDisabled\": true,\n        \"expectedSalaryLabel\": \"Expected Ctc\",\n        \"expectedSalaryTitle\": \"Expected CTC\",\n        \"reasonForLeavingRendered\": true,\n        \"reasonForLeavingRequired\": false,\n        \"reasonForLeavingDisabled\": false,\n        \"reasonForLeavingLabel\": \"Visa Type (lwp/employment/dependent)\",\n        \"reasonForLeavingTitle\": \"Visa Type (LWP/Employment/Dependent)\",\n        \"referenceSourceRendered\": false,\n        \"referenceSourceRequired\": false,\n        \"referenceSourceDisabled\": true,\n        \"referenceSourceLabel\": \"Are You Authorized To Work In The United Kingdom?\",\n        \"referenceSourceTitle\": \"Are you authorized to work in the United Kingdom?\",\n        \"candidateCodeThirdPartyRendered\": false,\n        \"candidateCodeThirdPartyRequired\": false,\n        \"candidateCodeThirdPartyDisabled\": true,\n        \"candidateCodeThirdPartyLabel\": \"Candidate Code Third Party\",\n        \"candidateCodeThirdPartyTitle\": \"Candidate Code Third Party\",\n        \"consentRendered\": false,\n        \"consentRequired\": false,\n        \"consentDisabled\": true,\n        \"consentLabel\": \"Consent\",\n        \"consentTitle\": \"Consent\",\n        \"consentDocumentRendered\": false,\n        \"consentDocumentRequired\": false,\n        \"consentDocumentDisabled\": true,\n        \"consentDocumentLabel\": \"Consent Document\",\n        \"consentDocumentTitle\": \"Consent Document\",\n        \"alternateMobileRendered\": false,\n        \"alternateMobileRequired\": false,\n        \"alternateMobileDisabled\": true,\n        \"alternateMobileLabel\": \"Alternate Mobile Number\",\n        \"alternateMobileTitle\": \"Alternate Mobile Number\",\n        \"panVerifyRendered\": false,\n        \"panVerifyRequired\": false,\n        \"panVerifyDisabled\": true,\n        \"panVerifyLabel\": \"Pan Verify\",\n        \"panVerifyTitle\": \"PAN Verify\",\n        \"panAvailableRendered\": false,\n        \"panAvailableRequired\": false,\n        \"panAvailableDisabled\": true,\n        \"panAvailableLabel\": \"Pan Available\",\n        \"panAvailableTitle\": \"PAN Available\",\n        \"referenceNumberRendered\": false,\n        \"referenceNumberRequired\": false,\n        \"referenceNumberDisabled\": true,\n        \"referenceNumberLabel\": \"Reference Number\",\n        \"referenceNumberTitle\": \"Reference Number\",\n        \"relationshipRendered\": false,\n        \"relationshipRequired\": false,\n        \"relationshipDisabled\": false,\n        \"relationshipLabel\": null,\n        \"relationshipTitle\": null\n    },\n    \"candidateAddressTO\": {\n        \"addressLine1\": \"\",\n        \"addressLine2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"country\": \"\",\n        \"pincode\": \"\"\n    },\n    \"permanentAddressTO\": {\n        \"addressLine1\": \"\",\n        \"addressLine2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"country\": \"\",\n        \"pincode\": \"\"\n    },\n    \"countryID\": 1,\n    \"age\": \"\",\n    \"candidateCode\": \"DRAFT/LTT/1682934395803503\",\n    \"referenceNumber\": \"\",\n    \"panAvailable\": null,\n    \"candidateId\": 2178137,\n    \"updateEntityID\": false,\n    \"entityID\": 257,\n    \"requisitionID\": \"701880\",\n    \"firstName\": \"first Name\",\n    \"middleName\": \"\",\n    \"lastName\": \"\",\n    \"localFirstName\": \"\",\n    \"localMiddleName\": \"\",\n    \"localLastName\": \"\",\n    \"nickName\": \"\",\n    \"localNickName\": \"\",\n    \"referenceSourceID\": \"\",\n    \"internationalID\": \"\",\n    \"mobileNumber\": \"+91-8982736273\",\n    \"alternateMobileNumber\": \"+91-\",\n    \"primaryEmail\": \"testemail@gmail.com\",\n    \"secondaryEmail\": \"testSecondemail@gmail.com\",\n    \"dateOfBirth\": null,\n    \"genderID\": \"\",\n    \"selectedTitleCode\": 1,\n    \"panNumber\": \"\",\n    \"voterID\": \"\",\n    \"passportNumber\": \"\",\n    \"aadhar\": \"\",\n    \"industryID\": \"\",\n    \"functionalAreaID\": \"\",\n    \"sourceTypeID\": 4548,\n    \"subSourceUserID\": 3909876,\n    \"inReview\": false,\n    \"consent\": false,\n    \"consentDocument\": null,\n    \"triggerPoint\": \"Employee Referral Business Portal\",\n    \"relationshipID\": \"\",\n    \"faceBookProfile\": \"\",\n    \"twitterProfile\": \"\",\n    \"linkedInProfile\": \"\",\n    \"googlePlusProfile\": \"\",\n    \"fresher\": null,\n    \"expInYears\": null,\n    \"expInMonths\": null,\n    \"noticePeriod\": \"\",\n    \"expectedSalary\": null,\n    \"reasonForLeaving\": null,\n    \"workExpTOs\": [\n        {\n            \"startDate\": \"2021-01-02T18:30:00.000Z\",\n            \"endDate\": \"\",\n            \"candidateEmpDetailId\": 0,\n            \"companyName\": \"kjdsn\",\n            \"jobTitle\": \"ndiusn\",\n            \"currentEmployer\": true,\n            \"currencyCode\": \"INR\",\n            \"ctc\": \"\",\n            \"ctcPart\": \"Thousand\",\n            \"jobDescription\": \"\"\n        }\n    ],\n    \"internshipWorkExpTOs\": [\n        {\n            \"candidateEmpDetailId\": 0,\n            \"companyName\": \"\",\n            \"jobTitle\": \"\",\n            \"currentEmployer\": \"\",\n            \"jobDescription\": \"\"\n        }\n    ],\n    \"skillTOs\": [],\n    \"languageTOs\": [],\n    \"educationTOs\": [\n        {\n            \"candidateEduDetailId\": 0,\n            \"degree\": \"\",\n            \"institute\": \"\",\n            \"percentage\": \"\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/rest/altone/candidate/save/?id=2178137&type=draftToCandidate","description":"<p>Leverage the power of employee referrals with this Candidate Referral Detailed API. User can Easily manage and track candidate  referrals made by employees, including referral details, status, and rewards.</p>\n<p>QueryParam: id, type, section</p>\n","urlObject":{"protocol":"https","path":["rest","altone","candidate","save",""],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"id","value":"2178137"},{"key":"type","value":"draftToCandidate"}],"variable":[]}},"response":[{"id":"55ba6fdf-33a1-4764-a544-c4931e11dc06","name":"Referring a candidate","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"security\": {\n        \"lastThreeAppraisalsRendered\": false,\n        \"lastThreeAppraisalsRequired\": false,\n        \"lastThreeAppraisalsDisabled\": true,\n        \"lastThreeAppraisalsLabel\": \"Last Three Appraisals\",\n        \"lastThreeAppraisalsTitle\": \"Last Three Appraisals\",\n        \"endDateRendered\": true,\n        \"endDateRequired\": false,\n        \"endDateDisabled\": false,\n        \"endDateLabel\": \"End Date\",\n        \"endDateTitle\": \"End Date\",\n        \"internshipCompanyEndDateRendered\": true,\n        \"internshipCompanyEndDateRequired\": false,\n        \"internshipCompanyEndDateDisabled\": false,\n        \"internshipCompanyEndDateLabel\": \"End Date\",\n        \"internshipCompanyEndDateTitle\": \"End Date\",\n        \"jobTitleRendered\": true,\n        \"jobTitleRequired\": false,\n        \"jobTitleDisabled\": false,\n        \"jobTitleLabel\": \"Job Title\",\n        \"jobTitleTitle\": \"Job Title\",\n        \"internshipJobTitleRendered\": true,\n        \"internshipJobTitleRequired\": false,\n        \"internshipJobTitleDisabled\": false,\n        \"internshipJobTitleLabel\": \"Job Title\",\n        \"internshipJobTitleTitle\": \"Job Title\",\n        \"descriptionRendered\": false,\n        \"descriptionRequired\": false,\n        \"descriptionDisabled\": true,\n        \"descriptionLabel\": \"Description\",\n        \"descriptionTitle\": \"Description\",\n        \"internshipDescriptionRendered\": false,\n        \"internshipDescriptionRequired\": false,\n        \"internshipDescriptionDisabled\": true,\n        \"internshipDescriptionLabel\": \"Description\",\n        \"internshipDescriptionTitle\": \"Description\",\n        \"languageRendered\": true,\n        \"languageRequired\": false,\n        \"languageDisabled\": false,\n        \"languageLabel\": \"Language\",\n        \"languageTitle\": \"Language\",\n        \"experienceRendered\": false,\n        \"experienceRequired\": false,\n        \"experienceDisabled\": true,\n        \"experienceLabel\": \"Experience\",\n        \"experienceTitle\": \"Experience\",\n        \"skillsRendered\": false,\n        \"skillsRequired\": false,\n        \"skillsDisabled\": true,\n        \"skillsLabel\": \"Skills\",\n        \"skillsTitle\": \"Skills\",\n        \"sourceCodeRendered\": false,\n        \"sourceCodeRequired\": false,\n        \"sourceCodeDisabled\": true,\n        \"sourceCodeLabel\": \"Source Code\",\n        \"sourceCodeTitle\": \"Source Code\",\n        \"candidatecodeRendered\": false,\n        \"candidatecodeRequired\": false,\n        \"candidatecodeDisabled\": true,\n        \"candidatecodeLabel\": \"Candidate Code\",\n        \"candidatecodeTitle\": \"Candidate Code\",\n        \"voterIdRendered\": false,\n        \"voterIdRequired\": false,\n        \"voterIdDisabled\": true,\n        \"voterIdLabel\": \"Voter Id\",\n        \"voterIdTitle\": \"Voter ID\",\n        \"employerRendered\": false,\n        \"employerRequired\": false,\n        \"employerDisabled\": true,\n        \"employerLabel\": \"Employer\",\n        \"employerTitle\": \"Employer\",\n        \"requisitionRoleRendered\": false,\n        \"requisitionRoleRequired\": false,\n        \"requisitionRoleDisabled\": true,\n        \"requisitionRoleLabel\": \"Requisition Role\",\n        \"requisitionRoleTitle\": \"Requisition Role\",\n        \"primaryEmailRendered\": true,\n        \"primaryEmailRequired\": true,\n        \"primaryEmailDisabled\": false,\n        \"primaryEmailLabel\": \"Primary Email\",\n        \"primaryEmailTitle\": \"Primary Email\",\n        \"passportNumberRendered\": false,\n        \"passportNumberRequired\": false,\n        \"passportNumberDisabled\": true,\n        \"passportNumberLabel\": \"Passport Number\",\n        \"passportNumberTitle\": \"Passport Number\",\n        \"aadhaarNumberRendered\": false,\n        \"aadhaarNumberRequired\": false,\n        \"aadhaarNumberDisabled\": true,\n        \"aadhaarNumberLabel\": \"Aadhaar Number\",\n        \"aadhaarNumberTitle\": \"Aadhaar Number\",\n        \"currentRatingDateRendered\": false,\n        \"currentRatingDateRequired\": false,\n        \"currentRatingDateDisabled\": true,\n        \"currentRatingDateLabel\": \"Current Rating Date\",\n        \"currentRatingDateTitle\": \"Current Rating Date\",\n        \"degreeRendered\": true,\n        \"degreeRequired\": false,\n        \"degreeDisabled\": false,\n        \"degreeLabel\": \"Highest Education\",\n        \"degreeTitle\": \"Degree\",\n        \"companyStartDateRendered\": true,\n        \"companyStartDateRequired\": true,\n        \"companyStartDateDisabled\": false,\n        \"companyStartDateLabel\": \"Start Date\",\n        \"companyStartDateTitle\": \"Start Date\",\n        \"internshipCompanyStartDateRendered\": true,\n        \"internshipCompanyStartDateRequired\": false,\n        \"internshipCompanyStartDateDisabled\": false,\n        \"internshipCompanyStartDateLabel\": \"Start Date\",\n        \"internshipCompanyStartDateTitle\": \"Start Date\",\n        \"panNumberRendered\": true,\n        \"panNumberRequired\": false,\n        \"panNumberDisabled\": false,\n        \"panNumberLabel\": \"PAN Number\",\n        \"panNumberTitle\": \"PAN Number\",\n        \"companyCTCRendered\": false,\n        \"companyCTCRequired\": false,\n        \"companyCTCDisabled\": true,\n        \"companyCTCLabel\": \"CTC\",\n        \"companyCTCTitle\": \"CTC\",\n        \"noticePeriodRendered\": false,\n        \"noticePeriodRequired\": false,\n        \"noticePeriodDisabled\": true,\n        \"noticePeriodLabel\": \"Notice Period (mention In Months)\",\n        \"noticePeriodTitle\": \"Notice Period (Mention in months)\",\n        \"firstNameRendered\": true,\n        \"firstNameRequired\": true,\n        \"firstNameDisabled\": false,\n        \"firstNameLabel\": \"First Name\",\n        \"firstNameTitle\": \"First Name\",\n        \"qualificationRendered\": false,\n        \"qualificationRequired\": false,\n        \"qualificationDisabled\": true,\n        \"qualificationLabel\": \"Qualification\",\n        \"qualificationTitle\": \"Qualification\",\n        \"sourceTypeRendered\": true,\n        \"sourceTypeRequired\": true,\n        \"sourceTypeDisabled\": false,\n        \"sourceTypeLabel\": \"Source Type\",\n        \"sourceTypeTitle\": \"Source Type\",\n        \"functionalAreaRendered\": false,\n        \"functionalAreaRequired\": false,\n        \"functionalAreaDisabled\": true,\n        \"functionalAreaLabel\": \"Functional Area\",\n        \"functionalAreaTitle\": \"Functional Area\",\n        \"subFunctionalAreaRendered\": false,\n        \"subFunctionalAreaDisabled\": true,\n        \"subFunctionalAreaRequired\": false,\n        \"subFunctionalAreaLabel\": \"Sub Functional Area\",\n        \"subFunctionalAreaTitle\": \"Sub Functional Area\",\n        \"pinCodeRendered\": true,\n        \"pinCodeRequired\": false,\n        \"pinCodeDisabled\": false,\n        \"pinCodeLabel\": \"Pin Code\",\n        \"pinCodeTitle\": \"Pin Code\",\n        \"companyEndDateRendered\": true,\n        \"companyEndDateRequired\": true,\n        \"companyEndDateDisabled\": false,\n        \"companyEndDateLabel\": \"End Date\",\n        \"companyEndDateTitle\": \"End Date\",\n        \"candidateLinksRendered\": false,\n        \"candidateLinksRequired\": false,\n        \"candidateLinksDisabled\": true,\n        \"candidateLinksLabel\": \"Candidate Links\",\n        \"candidateLinksTitle\": \"Candidate Links\",\n        \"instituteRendered\": true,\n        \"instituteRequired\": false,\n        \"instituteDisabled\": false,\n        \"instituteLabel\": \"Institute\",\n        \"instituteTitle\": \"Institute\",\n        \"startDateRendered\": true,\n        \"startDateRequired\": false,\n        \"startDateDisabled\": false,\n        \"startDateLabel\": \"Start Date\",\n        \"startDateTitle\": \"Start Date\",\n        \"lastNameRendered\": true,\n        \"lastNameRequired\": false,\n        \"lastNameDisabled\": true,\n        \"lastNameLabel\": \"Last Name\",\n        \"lastNameTitle\": \"Last name\",\n        \"secondaryEmailRendered\": true,\n        \"secondaryEmailRequired\": true,\n        \"secondaryEmailDisabled\": false,\n        \"secondaryEmailLabel\": \"Secondary Email\",\n        \"secondaryEmailTitle\": \"Secondary Email\",\n        \"genderRendered\": false,\n        \"genderRequired\": false,\n        \"genderDisabled\": true,\n        \"genderLabel\": \"Gender\",\n        \"genderTitle\": \"Gender\",\n        \"industryRendered\": false,\n        \"industryRequired\": false,\n        \"industryDisabled\": true,\n        \"industryLabel\": \"Industry\",\n        \"industryTitle\": \"Industry\",\n        \"sourceUsersRendered\": true,\n        \"sourceUsersRequired\": true,\n        \"sourceUsersDisabled\": false,\n        \"sourceUsersLabel\": \"Source Name\",\n        \"sourceUsersTitle\": \"Source Name\",\n        \"landlineNumberRendered\": false,\n        \"landlineNumberRequired\": false,\n        \"landlineNumberDisabled\": true,\n        \"landlineNumberLabel\": \"Landline Number\",\n        \"landlineNumberTitle\": \"Landline Number\",\n        \"titleRendered\": true,\n        \"titleRequired\": false,\n        \"titleDisabled\": false,\n        \"titleLabel\": \"Title\",\n        \"titleTitle\": \"Title\",\n        \"companyRendered\": true,\n        \"companyRequired\": true,\n        \"companyDisabled\": false,\n        \"companyLabel\": \"Company\",\n        \"companyTitle\": \"Company\",\n        \"internshipCompanyRendered\": true,\n        \"internshipCompanyRequired\": false,\n        \"internshipCompanyDisabled\": false,\n        \"internshipCompanyLabel\": \"Company\",\n        \"internshipCompanyTitle\": \"Company\",\n        \"officialMailRendered\": false,\n        \"officialMailRequired\": false,\n        \"officialMailDisabled\": true,\n        \"officialMailLabel\": \"Official Email\",\n        \"officialMailTitle\": \"Official Email\",\n        \"linksSectionRendered\": false,\n        \"linksSectionRequired\": false,\n        \"linksSectionDisabled\": true,\n        \"linksSectionLabel\": \"Links Section\",\n        \"linksSectionTitle\": \"Links Section\",\n        \"coverLetterSectionRendered\": false,\n        \"coverLetterSectionRequired\": false,\n        \"coverLetterSectionDisabled\": false,\n        \"coverLetterSectionLabel\": null,\n        \"coverLetterSectionTitle\": null,\n        \"otherSectionRendered\": false,\n        \"otherSectionRequired\": false,\n        \"otherSectionDisabled\": true,\n        \"otherSectionLabel\": \"Other\",\n        \"otherSectionTitle\": \"Other\",\n        \"resumeRendered\": true,\n        \"resumeRequired\": false,\n        \"resumeDisabled\": false,\n        \"resumeLabel\": \"Resume\",\n        \"resumeTitle\": \"Resume\",\n        \"isdCodeRendered\": false,\n        \"isdCodeRequired\": false,\n        \"isdCodeDisabled\": false,\n        \"isdCodeLabel\": null,\n        \"isdCodeTitle\": null,\n        \"mobileRendered\": true,\n        \"mobileRequired\": true,\n        \"mobileDisabled\": false,\n        \"mobileLabel\": \"Mobile\",\n        \"mobileTitle\": \"Mobile\",\n        \"dateOfBirthRendered\": false,\n        \"dateOfBirthRequired\": false,\n        \"dateOfBirthDisabled\": true,\n        \"dateOfBirthLabel\": \"Date Of Birth\",\n        \"dateOfBirthTitle\": \"Date Of Birth\",\n        \"educationSectionRendered\": true,\n        \"educationSectionRequired\": false,\n        \"educationSectionDisabled\": false,\n        \"educationSectionLabel\": \"Education\",\n        \"educationSectionTitle\": \"Education\",\n        \"workSectionRendered\": true,\n        \"workSectionRequired\": false,\n        \"workSectionDisabled\": false,\n        \"workSectionLabel\": \"Work\",\n        \"workSectionTitle\": \"Work\",\n        \"internshipSectionRendered\": true,\n        \"internshipSectionRequired\": false,\n        \"internshipSectionDisabled\": true,\n        \"internshipSectionLabel\": \"Internship\",\n        \"internshipSectionTitle\": \"INTERNSHIP\",\n        \"personalSectionRendered\": true,\n        \"personalSectionRequired\": false,\n        \"personalSectionDisabled\": false,\n        \"personalSectionLabel\": \"Personal\",\n        \"personalSectionTitle\": \"Personal\",\n        \"candidateAgeRendered\": false,\n        \"candidateAgeRequired\": false,\n        \"candidateAgeDisabled\": true,\n        \"candidateAgeLabel\": \"Candidate Age\",\n        \"candidateAgeTitle\": \"Candidate Age\",\n        \"commentRendered\": false,\n        \"commentRequired\": false,\n        \"commentDisabled\": true,\n        \"commentLabel\": \"Comment\",\n        \"commentTitle\": \"Comment\",\n        \"middleNameRendered\": true,\n        \"middleNameRequired\": false,\n        \"middleNameDisabled\": false,\n        \"middleNameLabel\": \"Middle Name\",\n        \"middleNameTitle\": \"Middle Name\",\n        \"locationRendered\": false,\n        \"locationRequired\": false,\n        \"locationDisabled\": true,\n        \"locationLabel\": \"Location\",\n        \"locationTitle\": \"Location\",\n        \"iCurrentlyWorkHereRendered\": true,\n        \"iCurrentlyWorkHereRequired\": false,\n        \"iCurrentlyWorkHereDisabled\": false,\n        \"iCurrentlyWorkHereLabel\": \"I Currently Work Here.\",\n        \"iCurrentlyWorkHereTitle\": \"I currently work here.\",\n        \"stillWorkingHereRendered\": true,\n        \"stillWorkingHereRequired\": false,\n        \"stillWorkingHereDisabled\": false,\n        \"stillWorkingHereLabel\": \"Still Working Here\",\n        \"stillWorkingHereTitle\": \"Still Working Here\",\n        \"fresherRendered\": false,\n        \"fresherRequired\": false,\n        \"fresherDisabled\": true,\n        \"fresherLabel\": \"Fresher\",\n        \"fresherTitle\": \"Fresher\",\n        \"internshipStillWorkingHereRendered\": false,\n        \"internshipStillWorkingHereRequired\": false,\n        \"internshipStillWorkingHereDisabled\": false,\n        \"internshipStillWorkingHereLabel\": null,\n        \"internshipStillWorkingHereTitle\": null,\n        \"gradePercentageRendered\": true,\n        \"gradePercentageRequired\": false,\n        \"gradePercentageDisabled\": false,\n        \"gradePercentageLabel\": \"Grade/percentage\",\n        \"gradePercentageTitle\": \"Grade/Percentage\",\n        \"htmlViewRendered\": true,\n        \"htmlViewRequired\": false,\n        \"htmlViewDisabled\": true,\n        \"htmlViewLabel\": \"Html View\",\n        \"htmlViewTitle\": \"HTML View\",\n        \"textViewRendered\": false,\n        \"textViewRequired\": false,\n        \"textViewDisabled\": true,\n        \"textViewLabel\": \"Text View\",\n        \"textViewTitle\": \"Text View\",\n        \"saveRendered\": true,\n        \"saveRequired\": true,\n        \"saveDisabled\": false,\n        \"saveLabel\": \"Save\",\n        \"saveTitle\": \"Save\",\n        \"checkRendered\": false,\n        \"checkRequired\": false,\n        \"checkDisabled\": true,\n        \"checkLabel\": \"Check\",\n        \"checkTitle\": \"Check\",\n        \"cancelRendered\": true,\n        \"cancelRequired\": false,\n        \"cancelDisabled\": false,\n        \"cancelLabel\": \"Cancel\",\n        \"cancelTitle\": \"Cancel\",\n        \"permanentAddressRendered\": false,\n        \"permanentAddressRequired\": false,\n        \"permanentAddressDisabled\": true,\n        \"permanentAddressLabel\": \"Permanent Address\",\n        \"permanentAddressTitle\": \"Permanent Address\",\n        \"countryRendered\": true,\n        \"countryRequired\": false,\n        \"countryDisabled\": false,\n        \"countryLabel\": \"Country\",\n        \"countryTitle\": \"Country\",\n        \"cityRendered\": true,\n        \"cityRequired\": false,\n        \"cityDisabled\": false,\n        \"cityLabel\": \"City\",\n        \"cityTitle\": \"City\",\n        \"facebookRendered\": true,\n        \"facebookRequired\": false,\n        \"facebookDisabled\": false,\n        \"facebookLabel\": \"Facebook\",\n        \"facebookTitle\": \"Facebook\",\n        \"twitterRendered\": true,\n        \"twitterRequired\": false,\n        \"twitterDisabled\": false,\n        \"twitterLabel\": \"Twitter\",\n        \"twitterTitle\": \"Twitter\",\n        \"linkedInRendered\": true,\n        \"linkedInRequired\": false,\n        \"linkedInDisabled\": false,\n        \"linkedInLabel\": \"Linkedin\",\n        \"linkedInTitle\": \"LinkedIn\",\n        \"googlePlusRendered\": true,\n        \"googlePlusRequired\": false,\n        \"googlePlusDisabled\": false,\n        \"googlePlusLabel\": \"Google Plus\",\n        \"googlePlusTitle\": \"Google Plus\",\n        \"basicSectionRendered\": true,\n        \"basicSectionRequired\": false,\n        \"basicSectionDisabled\": true,\n        \"basicSectionLabel\": \"Basic\",\n        \"basicSectionTitle\": \"Basic\",\n        \"basicAddMoreDetailsRendered\": false,\n        \"basicAddMoreDetailsRequired\": false,\n        \"basicAddMoreDetailsDisabled\": false,\n        \"basicAddMoreDetailsLabel\": null,\n        \"basicAddMoreDetailsTitle\": null,\n        \"basicContinueRendered\": true,\n        \"basicContinueRequired\": false,\n        \"basicContinueDisabled\": false,\n        \"basicContinueLabel\": \"Continue\",\n        \"basicContinueTitle\": \"Continue\",\n        \"basicClearAllRendered\": true,\n        \"basicClearAllRequired\": false,\n        \"basicClearAllDisabled\": false,\n        \"basicClearAllLabel\": \"Clear All\",\n        \"basicClearAllTitle\": \"Clear All\",\n        \"basicUploadPhotoRendered\": false,\n        \"basicUploadPhotoRequired\": false,\n        \"basicUploadPhotoDisabled\": true,\n        \"basicUploadPhotoLabel\": \"Upload Candidate Photo\",\n        \"basicUploadPhotoTitle\": \"Upload Candidate Photo\",\n        \"personalClearAllRendered\": true,\n        \"personalClearAllRequired\": false,\n        \"personalClearAllDisabled\": false,\n        \"personalClearAllLabel\": \"Clear All\",\n        \"personalClearAllTitle\": \"Clear All\",\n        \"personalAddMoreDetailsRendered\": false,\n        \"personalAddMoreDetailsRequired\": false,\n        \"personalAddMoreDetailsDisabled\": true,\n        \"personalAddMoreDetailsLabel\": \"Add More Details\",\n        \"personalAddMoreDetailsTitle\": \"Add More Details\",\n        \"personalContinueRendered\": true,\n        \"personalContinueRequired\": false,\n        \"personalContinueDisabled\": false,\n        \"personalContinueLabel\": \"Continue\",\n        \"personalContinueTitle\": \"Continue\",\n        \"documentSectionRendered\": false,\n        \"documentSectionRequired\": false,\n        \"documentSectionDisabled\": true,\n        \"documentSectionLabel\": \"Attach Documents\",\n        \"documentSectionTitle\": \"Attach Documents\",\n        \"documentClearAllRendered\": false,\n        \"documentClearAllRequired\": false,\n        \"documentClearAllDisabled\": false,\n        \"documentClearAllLabel\": null,\n        \"documentClearAllTitle\": null,\n        \"documentNameRendered\": false,\n        \"documentNameRequired\": false,\n        \"documentNameDisabled\": true,\n        \"documentNameLabel\": \"Document Name\",\n        \"documentNameTitle\": \"Document Name\",\n        \"documentOptionsRendered\": false,\n        \"documentOptionsRequired\": false,\n        \"documentOptionsDisabled\": true,\n        \"documentOptionsLabel\": \"Options\",\n        \"documentOptionsTitle\": \"Options\",\n        \"documentContinueRendered\": false,\n        \"documentContinueRequired\": false,\n        \"documentContinueDisabled\": false,\n        \"documentContinueLabel\": null,\n        \"documentContinueTitle\": null,\n        \"skillsSectionRendered\": false,\n        \"skillsSectionRequired\": false,\n        \"skillsSectionDisabled\": true,\n        \"skillsSectionLabel\": \"Skills\",\n        \"skillsSectionTitle\": \"Skills\",\n        \"skillsContinueRendered\": true,\n        \"skillsContinueRequired\": false,\n        \"skillsContinueDisabled\": false,\n        \"skillsContinueLabel\": \"Continue\",\n        \"skillsContinueTitle\": \"Continue\",\n        \"languagesSectionRendered\": true,\n        \"languagesSectionRequired\": false,\n        \"languagesSectionDisabled\": true,\n        \"languagesSectionLabel\": \"Languages\",\n        \"languagesSectionTitle\": \"LANGUAGES\",\n        \"languagesContinueRendered\": true,\n        \"languagesContinueRequired\": false,\n        \"languagesContinueDisabled\": false,\n        \"languagesContinueLabel\": \"Continue\",\n        \"languagesContinueTitle\": \"Continue\",\n        \"educationClearAllRendered\": true,\n        \"educationClearAllRequired\": false,\n        \"educationClearAllDisabled\": false,\n        \"educationClearAllLabel\": \"Clear All\",\n        \"educationClearAllTitle\": \"Clear All\",\n        \"educationDeleteRendered\": true,\n        \"educationDeleteRequired\": false,\n        \"educationDeleteDisabled\": false,\n        \"educationDeleteLabel\": \"Delete\",\n        \"educationDeleteTitle\": \"Delete\",\n        \"educationQualificationRendered\": false,\n        \"educationQualificationRequired\": false,\n        \"educationQualificationDisabled\": false,\n        \"educationQualificationLabel\": null,\n        \"educationQualificationTitle\": null,\n        \"batchRendered\": false,\n        \"batchRequired\": false,\n        \"batchDisabled\": false,\n        \"batchLabel\": null,\n        \"batchTitle\": null,\n        \"educationCountryRendered\": false,\n        \"educationCountryRequired\": false,\n        \"educationCountryDisabled\": false,\n        \"educationCountryLabel\": null,\n        \"educationCountryTitle\": null,\n        \"educationCityRendered\": false,\n        \"educationCityRequired\": false,\n        \"educationCityDisabled\": false,\n        \"educationCityLabel\": null,\n        \"educationCityTitle\": null,\n        \"addEarlierRendered\": true,\n        \"addEarlierRequired\": false,\n        \"addEarlierDisabled\": false,\n        \"addEarlierLabel\": \"Add Earlier\",\n        \"addEarlierTitle\": \"Add Earlier\",\n        \"educationContinueRendered\": true,\n        \"educationContinueRequired\": false,\n        \"educationContinueDisabled\": false,\n        \"educationContinueLabel\": \"Continue\",\n        \"educationContinueTitle\": \"Continue\",\n        \"educationAddMoreDetailsRendered\": false,\n        \"educationAddMoreDetailsRequired\": false,\n        \"educationAddMoreDetailsDisabled\": false,\n        \"educationAddMoreDetailsLabel\": null,\n        \"educationAddMoreDetailsTitle\": null,\n        \"workClearAllRendered\": true,\n        \"workClearAllRequired\": false,\n        \"workClearAllDisabled\": false,\n        \"workClearAllLabel\": \"Clear All\",\n        \"workClearAllTitle\": \"Clear All\",\n        \"internshipClearAllRendered\": true,\n        \"internshipClearAllRequired\": false,\n        \"internshipkClearAllDisabled\": false,\n        \"internshipClearAllLabel\": \"Clear All\",\n        \"internshipClearAllTitle\": \"Clear All\",\n        \"skillsClearAllRendered\": true,\n        \"skillsClearAllRequired\": false,\n        \"skillsClearAllDisabled\": false,\n        \"skillsClearAllLabel\": \"Clear All\",\n        \"skillsClearAllTitle\": \"Clear All\",\n        \"languagesClearAllRendered\": true,\n        \"languagesClearAllRequired\": false,\n        \"languagesClearAllDisabled\": false,\n        \"languagesClearAllLabel\": \"Clear All\",\n        \"languagesClearAllTitle\": \"Clear All\",\n        \"currentWorkStatusRendered\": false,\n        \"currentWorkStatusRequired\": false,\n        \"currentWorkStatusDisabled\": false,\n        \"currentWorkStatusLabel\": null,\n        \"currentWorkStatusTitle\": null,\n        \"totalExperienceRendered\": false,\n        \"totalExperienceRequired\": false,\n        \"totalExperienceDisabled\": true,\n        \"totalExperienceLabel\": \"Total Experience\",\n        \"totalExperienceTitle\": \"Total Experience\",\n        \"relevantExperienceRendered\": false,\n        \"relevantExperienceRequired\": false,\n        \"relevantExperienceDisabled\": false,\n        \"relevantExperienceLabel\": null,\n        \"relevantExperienceTitle\": null,\n        \"expectedCTCRendered\": false,\n        \"expectedCTCRequired\": false,\n        \"expectedCTCDisabled\": true,\n        \"expectedCTCLabel\": \"Expected Ctc\",\n        \"expectedCTCTitle\": \"Expected CTC\",\n        \"workRoleRendered\": false,\n        \"workRoleRequired\": false,\n        \"workRoleDisabled\": false,\n        \"workRoleLabel\": null,\n        \"workRoleTitle\": null,\n        \"disabilityRendered\": false,\n        \"disabilityRequired\": false,\n        \"disabilityDisabled\": true,\n        \"disabilityLabel\": \"Is Disabled\",\n        \"disabilityTitle\": \"Is Disabled\",\n        \"typeOfDisabilityRendered\": false,\n        \"typeOfDisabilityRequired\": false,\n        \"typeOfDisabilityDisabled\": true,\n        \"typeOfDisabilityLabel\": \"Type Of Disability\",\n        \"typeOfDisabilityTitle\": \"Type Of Disability\",\n        \"percentageOfDisabilityRendered\": false,\n        \"percentageOfDisabilityRequired\": false,\n        \"percentageOfDisabilityDisabled\": true,\n        \"percentageOfDisabilityLabel\": \"Percentage Of Disability\",\n        \"percentageOfDisabilityTitle\": \"Percentage Of Disability\",\n        \"reasonOfDisabilityRendered\": false,\n        \"reasonOfDisabilityRequired\": false,\n        \"reasonOfDisabilityDisabled\": true,\n        \"reasonOfDisabilityLabel\": \"Reason Of Disability\",\n        \"reasonOfDisabilityTitle\": \"Reason Of Disability\",\n        \"addPastJobRendered\": true,\n        \"addPastJobRequired\": false,\n        \"addPastJobDisabled\": false,\n        \"addPastJobLabel\": \"Add Past Job\",\n        \"addPastJobTitle\": \"Add Past Job\",\n        \"internshipaddPastJobRendered\": true,\n        \"internshipaddPastJobRequired\": false,\n        \"internshipaddPastJobDisabled\": false,\n        \"internshipaddPastJobLabel\": \"Add_past Job\",\n        \"internshipaddPastJobTitle\": \"Add_Past Job\",\n        \"workAddMoreDetailsRendered\": false,\n        \"workAddMoreDetailsRequired\": false,\n        \"workAddMoreDetailsDisabled\": false,\n        \"workAddMoreDetailsLabel\": null,\n        \"workAddMoreDetailsTitle\": null,\n        \"internshipAddMoreDetailsRendered\": true,\n        \"internshipAddMoreDetailsRequired\": false,\n        \"internshipAddMoreDetailsDisabled\": false,\n        \"internshipAddMoreDetailsLabel\": \"Add_more Details\",\n        \"internshipAddMoreDetailsTitle\": \"Add_More Details\",\n        \"workContinueRendered\": true,\n        \"workContinueRequired\": false,\n        \"workContinueDisabled\": false,\n        \"workContinueLabel\": \"Continue\",\n        \"workContinueTitle\": \"Continue\",\n        \"internshipContinueRendered\": true,\n        \"internshipContinueRequired\": false,\n        \"internshipContinueDisabled\": false,\n        \"internshipContinueLabel\": \"Continue\",\n        \"internshipContinueTitle\": \"Continue\",\n        \"workDeleteRendered\": false,\n        \"workDeleteRequired\": false,\n        \"workDeleteDisabled\": true,\n        \"workDeleteLabel\": \"Delete\",\n        \"workDeleteTitle\": \"Delete\",\n        \"internshipDeleteRendered\": true,\n        \"internshipDeleteRequired\": false,\n        \"internshipDeleteDisabled\": false,\n        \"internshipDeleteLabel\": \"Delete\",\n        \"internshipDeleteTitle\": \"Delete\",\n        \"createCandidateSectionRendered\": true,\n        \"createCandidateSectionRequired\": false,\n        \"createCandidateSectionDisabled\": false,\n        \"createCandidateSectionLabel\": \"Create Candidate\",\n        \"createCandidateSectionTitle\": \"Create Candidate\",\n        \"editCandidateSectionRendered\": true,\n        \"editCandidateSectionRequired\": false,\n        \"editCandidateSectionDisabled\": true,\n        \"editCandidateSectionLabel\": \"Edit Candidate\",\n        \"editCandidateSectionTitle\": \"Edit Candidate\",\n        \"createCandidateClearAllRendered\": true,\n        \"createCandidateClearAllRequired\": false,\n        \"createCandidateClearAllDisabled\": false,\n        \"createCandidateClearAllLabel\": \"Clear All\",\n        \"createCandidateClearAllTitle\": \"Clear All\",\n        \"forAJobRendered\": true,\n        \"forAJobRequired\": false,\n        \"forAJobDisabled\": false,\n        \"forAJobLabel\": \"For A Job\",\n        \"forAJobTitle\": \"For A Job\",\n        \"asUntaggedCandidateRendered\": true,\n        \"asUntaggedCandidateRequired\": false,\n        \"asUntaggedCandidateDisabled\": false,\n        \"asUntaggedCandidateLabel\": \"As Untagged Candidate\",\n        \"asUntaggedCandidateTitle\": \"As Untagged Candidate\",\n        \"createCandidateContinueRendered\": true,\n        \"createCandidateContinueRequired\": false,\n        \"createCandidateContinueDisabled\": false,\n        \"createCandidateContinueLabel\": \"Continue\",\n        \"createCandidateContinueTitle\": \"Continue\",\n        \"stateRendered\": true,\n        \"stateRequired\": false,\n        \"stateDisabled\": false,\n        \"stateLabel\": \"State\",\n        \"stateTitle\": \"State\",\n        \"addressLine1Rendered\": true,\n        \"addressLine1Required\": false,\n        \"addressLine1Disabled\": false,\n        \"addressLine1Label\": \"Address Line1\",\n        \"addressLine1Title\": \"ADDRESS LINE1\",\n        \"addressLine2Rendered\": true,\n        \"addressLine2Required\": false,\n        \"addressLine2Disabled\": false,\n        \"addressLine2Label\": \"Address Line 2\",\n        \"addressLine2Title\": \"ADDRESS LINE 2\",\n        \"internationalIDRendered\": false,\n        \"internationalIDRequired\": false,\n        \"internationalIDDisabled\": true,\n        \"internationalIDLabel\": \"International Id\",\n        \"internationalIDTitle\": \"International ID\",\n        \"localFirstNameRendered\": false,\n        \"localFirstNameRequired\": false,\n        \"localFirstNameDisabled\": true,\n        \"localFirstNameLabel\": \"Suffix\",\n        \"localFirstNameTitle\": \"Local First Name\",\n        \"localMiddleNameRendered\": false,\n        \"localMiddleNameRequired\": false,\n        \"localMiddleNameDisabled\": true,\n        \"localMiddleNameLabel\": \"Local Middle Name\",\n        \"localMiddleNameTitle\": \"Local Middle Name\",\n        \"localLastNameRendered\": false,\n        \"localLastNameRequired\": false,\n        \"localLastNameDisabled\": true,\n        \"localLastNameLabel\": \"Local Last Name\",\n        \"localLastNameTitle\": \"Local Last Name\",\n        \"nickNameRendered\": false,\n        \"nickNameRequired\": false,\n        \"nickNameDisabled\": true,\n        \"nickNameLabel\": \"Nick Name\",\n        \"nickNameTitle\": \"Nick Name\",\n        \"localNickNameRendered\": false,\n        \"localNickNameRequired\": false,\n        \"localNickNameDisabled\": true,\n        \"localNickNameLabel\": \"Local Nick Name\",\n        \"localNickNameTitle\": \"Local Nick Name\",\n        \"expectedSalaryRendered\": false,\n        \"expectedSalaryRequired\": false,\n        \"expectedSalaryDisabled\": true,\n        \"expectedSalaryLabel\": \"Expected Ctc\",\n        \"expectedSalaryTitle\": \"Expected CTC\",\n        \"reasonForLeavingRendered\": true,\n        \"reasonForLeavingRequired\": false,\n        \"reasonForLeavingDisabled\": false,\n        \"reasonForLeavingLabel\": \"Visa Type (lwp/employment/dependent)\",\n        \"reasonForLeavingTitle\": \"Visa Type (LWP/Employment/Dependent)\",\n        \"referenceSourceRendered\": false,\n        \"referenceSourceRequired\": false,\n        \"referenceSourceDisabled\": true,\n        \"referenceSourceLabel\": \"Are You Authorized To Work In The United Kingdom?\",\n        \"referenceSourceTitle\": \"Are you authorized to work in the United Kingdom?\",\n        \"candidateCodeThirdPartyRendered\": false,\n        \"candidateCodeThirdPartyRequired\": false,\n        \"candidateCodeThirdPartyDisabled\": true,\n        \"candidateCodeThirdPartyLabel\": \"Candidate Code Third Party\",\n        \"candidateCodeThirdPartyTitle\": \"Candidate Code Third Party\",\n        \"consentRendered\": false,\n        \"consentRequired\": false,\n        \"consentDisabled\": true,\n        \"consentLabel\": \"Consent\",\n        \"consentTitle\": \"Consent\",\n        \"consentDocumentRendered\": false,\n        \"consentDocumentRequired\": false,\n        \"consentDocumentDisabled\": true,\n        \"consentDocumentLabel\": \"Consent Document\",\n        \"consentDocumentTitle\": \"Consent Document\",\n        \"alternateMobileRendered\": false,\n        \"alternateMobileRequired\": false,\n        \"alternateMobileDisabled\": true,\n        \"alternateMobileLabel\": \"Alternate Mobile Number\",\n        \"alternateMobileTitle\": \"Alternate Mobile Number\",\n        \"panVerifyRendered\": false,\n        \"panVerifyRequired\": false,\n        \"panVerifyDisabled\": true,\n        \"panVerifyLabel\": \"Pan Verify\",\n        \"panVerifyTitle\": \"PAN Verify\",\n        \"panAvailableRendered\": false,\n        \"panAvailableRequired\": false,\n        \"panAvailableDisabled\": true,\n        \"panAvailableLabel\": \"Pan Available\",\n        \"panAvailableTitle\": \"PAN Available\",\n        \"referenceNumberRendered\": false,\n        \"referenceNumberRequired\": false,\n        \"referenceNumberDisabled\": true,\n        \"referenceNumberLabel\": \"Reference Number\",\n        \"referenceNumberTitle\": \"Reference Number\",\n        \"relationshipRendered\": false,\n        \"relationshipRequired\": false,\n        \"relationshipDisabled\": false,\n        \"relationshipLabel\": null,\n        \"relationshipTitle\": null\n    },\n    \"candidateAddressTO\": {\n        \"addressLine1\": \"\",\n        \"addressLine2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"country\": \"\",\n        \"pincode\": \"\"\n    },\n    \"permanentAddressTO\": {\n        \"addressLine1\": \"\",\n        \"addressLine2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"country\": \"\",\n        \"pincode\": \"\"\n    },\n    \"countryID\": 1,\n    \"age\": \"\",\n    \"candidateCode\": \"DRAFT/LTT/1682934395803503\",\n    \"referenceNumber\": \"\",\n    \"panAvailable\": null,\n    \"candidateId\": 2178137,\n    \"updateEntityID\": false,\n    \"entityID\": 257,\n    \"requisitionID\": \"701880\",\n    \"firstName\": \"first Name\",\n    \"middleName\": \"\",\n    \"lastName\": \"\",\n    \"localFirstName\": \"\",\n    \"localMiddleName\": \"\",\n    \"localLastName\": \"\",\n    \"nickName\": \"\",\n    \"localNickName\": \"\",\n    \"referenceSourceID\": \"\",\n    \"internationalID\": \"\",\n    \"mobileNumber\": \"+91-8982736273\",\n    \"alternateMobileNumber\": \"+91-\",\n    \"primaryEmail\": \"testemail@gmail.com\",\n    \"secondaryEmail\": \"testSecondemail@gmail.com\",\n    \"dateOfBirth\": null,\n    \"genderID\": \"\",\n    \"selectedTitleCode\": 1,\n    \"panNumber\": \"\",\n    \"voterID\": \"\",\n    \"passportNumber\": \"\",\n    \"aadhar\": \"\",\n    \"industryID\": \"\",\n    \"functionalAreaID\": \"\",\n    \"sourceTypeID\": 4548,\n    \"subSourceUserID\": 3909876,\n    \"inReview\": false,\n    \"consent\": false,\n    \"consentDocument\": null,\n    \"triggerPoint\": \"Employee Referral Business Portal\",\n    \"relationshipID\": \"\",\n    \"faceBookProfile\": \"\",\n    \"twitterProfile\": \"\",\n    \"linkedInProfile\": \"\",\n    \"googlePlusProfile\": \"\",\n    \"fresher\": null,\n    \"expInYears\": null,\n    \"expInMonths\": null,\n    \"noticePeriod\": \"\",\n    \"expectedSalary\": null,\n    \"reasonForLeaving\": null,\n    \"workExpTOs\": [\n        {\n            \"startDate\": \"2021-01-02T18:30:00.000Z\",\n            \"endDate\": \"\",\n            \"candidateEmpDetailId\": 0,\n            \"companyName\": \"kjdsn\",\n            \"jobTitle\": \"ndiusn\",\n            \"currentEmployer\": true,\n            \"currencyCode\": \"INR\",\n            \"ctc\": \"\",\n            \"ctcPart\": \"Thousand\",\n            \"jobDescription\": \"\"\n        }\n    ],\n    \"internshipWorkExpTOs\": [\n        {\n            \"candidateEmpDetailId\": 0,\n            \"companyName\": \"\",\n            \"jobTitle\": \"\",\n            \"currentEmployer\": \"\",\n            \"jobDescription\": \"\"\n        }\n    ],\n    \"skillTOs\": [],\n    \"languageTOs\": [],\n    \"educationTOs\": [\n        {\n            \"candidateEduDetailId\": 0,\n            \"degree\": \"\",\n            \"institute\": \"\",\n            \"percentage\": \"\"\n        }\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/rest/altone/candidate/save/?id=2178137&type=draftToCandidate","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["rest","altone","candidate","save",""],"query":[{"key":"id","value":"2178137"},{"key":"type","value":"draftToCandidate"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Last-Modified","value":"Tue, 15 Feb 2022 14:32:02 GMT"},{"key":"Content-Type","value":"application/xhtml+xml"},{"key":"Content-Length","value":"2250"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Mon, 01 May 2023 14:14:13 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;microphone none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;notifications none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"messageCode\": {\r\n        \"code\": \"EC201\",\r\n        \"message\": \"Candidate already tagged to the job.\",\r\n        \"description\": \"Candidate already tagged to the job.\",\r\n        \"validationKeys\": null,\r\n        \"forcedAppUpdate\": false\r\n    },\r\n    \"responseData\": null,\r\n    \"response\": null,\r\n    \"appUpdateResponseTO\": null,\r\n    \"totalRecords\": 0,\r\n    \"responseMap\": null\r\n}\r\n"}],"_postman_id":"f453b106-80d6-438d-bf37-8b42655dd9bd"}],"id":"b79d823c-c7a6-4543-98b4-a933e034bf29","_postman_id":"b79d823c-c7a6-4543-98b4-a933e034bf29","description":""}],"id":"e226a1aa-e187-4185-b8dc-7fb56683209b","description":"<p>Recruit module simplifies the recruitment process by providing tools for job posting, applicant tracking, and candidate management. This module offers wide range of API like job requisitions, candidate detail, candidate doc detail, referral detail and more, making it easier for HR teams to integrate this API into their HRIS workflows and efficiently manage recruit details based on your specific requirements.</p>\n","_postman_id":"e226a1aa-e187-4185-b8dc-7fb56683209b"},{"name":"Onboarding","item":[{"name":"Outbound API","item":[{"name":"Perspective Hire Basic Detail","id":"de3a3dc8-8103-465f-9d5a-a7afb174f0f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"PHCode\": \"dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/prospectiveHire/getDetails/basic","description":"<p>Provides basic personal details about the perspective hire such as name, contact details, email id. This is the foundational API to initiate the PH journey.</p>\n","urlObject":{"protocol":"https","path":["api","rest","prospectiveHire","getDetails","basic"],"host":["{{domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"85a3c9e1-aa19-484c-8348-df6db5e8d189","name":"PHbasic","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json, text/plain, /","disabled":true},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"PHCode\": \"dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/prospectiveHire/getDetails/basic"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"messageCode\": {\r\n        \"code\": \"EC200\",\r\n        \"message\": \"Result generated Successfully.\",\r\n        \"description\": \"Result generated Successfully.\",\r\n        \"validationKeys\": null,\r\n        \"forcedAppUpdate\": false\r\n    },\r\n    \"responseData\": null,\r\n    \"response\": {\r\n        \"lastName\": \"Doe\",\r\n        \"fatherName\": \"ANIL\",\r\n        \"motherTongue\": \"Kashmiri\",\r\n        \"gender\": \"Female\",\r\n        \"ethnicity\": null,\r\n        \"mobileNumber\": \"+91-xxxxxxxxxx\",\r\n        \"typeOfDisability\": null,\r\n        \"title\": \"Miss\",\r\n        \"bloodGroup\": null,\r\n        \"reasonOfDisability\": null,\r\n        \"rightEye\": null,\r\n        \"countryOfBirth\": \"India\",\r\n        \"nightBlind\": \"NO\",\r\n        \"disabled\": \"NO\",\r\n        \"height\": null,\r\n        \"PHCode\": \"dummy123\",\r\n        \"placeOfBirth\": \"JAMMU\",\r\n        \"certificateDate\": null,\r\n        \"citizenship\": null,\r\n        \"leftEye\": null,\r\n        \"photo\": \"https://static.peoplestrong.com/{dummy}.jpg\",\r\n        \"dateOfMarriage\": null,\r\n        \"weight\": null,\r\n        \"dateOfBirth\": \"04-11-2001\",\r\n        \"panNumber\": \"XXXXXXXXXX\",\r\n        \"religion\": \"Hinduism\",\r\n        \"percentageOfDisability\": null,\r\n        \"colorBlind\": \"NO\",\r\n        \"firstName\": \"John\",\r\n        \"aadharNumber\": \"xxxxxxxxxxxxx\",\r\n        \"nationality\": \"Indian\",\r\n        \"officialAgency\": null,\r\n        \"refNoOfIssuingAuthority\": null,\r\n        \"personalEmailID\": \"johndoe@gmail.com\",\r\n        \"middleName\": null,\r\n        \"majorIllness\": null,\r\n        \"maritalStatus\": \"Single\",\r\n        \"age\": 23\r\n    },\r\n    \"appUpdateResponseTO\": null,\r\n    \"totalRecords\": 0,\r\n    \"responseMap\": null\r\n}"}],"_postman_id":"de3a3dc8-8103-465f-9d5a-a7afb174f0f7"},{"name":"Perspective Hire position","id":"61ae4627-f5a6-4afc-bc8d-0708662d9719","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"PHCode\": \"dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/prospectiveHire/getDetails/position","description":"<p>Provides details related to the offered position including designation, department, reporting manager, location, job level, and employment type, date of joining, Organization hierarchy, location hierarchy.</p>\n","urlObject":{"protocol":"https","path":["api","rest","prospectiveHire","getDetails","position"],"host":["{{domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"79a9f031-2304-4a17-93f9-10905f31fdac","name":"PHposition","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json, text/plain, /","disabled":true},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"PHCode\": \"dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/prospectiveHire/getDetails/position"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"messageCode\": {\r\n        \"code\": \"EC200\",\r\n        \"message\": \"Result generated Successfully.\",\r\n        \"description\": \"Result generated Successfully.\",\r\n        \"validationKeys\": null,\r\n        \"forcedAppUpdate\": false\r\n    },\r\n    \"responseData\": null,\r\n    \"response\": {\r\n        \"expectedDoj\": \"22-05-2023\",\r\n        \"l2manager\": null,\r\n        \"jobTitle\": \"Manager - Human Resources\",\r\n        \"jobCode\": \"JR12345678\",\r\n        \"l1manager\": \"Super man-xxxxxx\",\r\n        \"positionCode\": \"Assistant Manager - Human Resources, PMO, ZBB Core -xxxxxxxx\",\r\n        \"practiceHead\": null,\r\n        \"employmentStatus\": \"Prospective Hire\",\r\n        \"probationPeriod\": null,\r\n        \"jobRole\": null,\r\n        \"band\": \"GB02\",\r\n        \"PHCode\": \"dummy123\",\r\n        \"functionalManager\": null,\r\n        \"employmentType\": \"Permanent\",\r\n        \"costCenter\": null,\r\n        \"orgUnit\": \"XYZ>Support>Human Resources>PMO>ZBB Core\",\r\n        \"workSite\": \"India>MAHARASHTRA>West>Pune>Pune Corporate Office - HO>Tier 1\",\r\n        \"groupDoj\": null,\r\n        \"noticePeriod\": null,\r\n        \"employeeCategory\": \"Urban-non sales\",\r\n        \"employeeType\": null,\r\n        \"offerDate\": null,\r\n        \"grade\": \"GB02A\",\r\n        \"designation\": \"Assistant Manager - Human Resources, PMO, ZBB Core\",\r\n        \"functionHead\": null,\r\n        \"doj\": \"22-05-2023\",\r\n        \"hrmanager\": null\r\n    },\r\n    \"appUpdateResponseTO\": null,\r\n    \"totalRecords\": 0,\r\n    \"responseMap\": null\r\n}"}],"_postman_id":"61ae4627-f5a6-4afc-bc8d-0708662d9719"},{"name":"Perspective Hire Nomination Details","id":"199ab6be-564b-4dc4-95cb-9eeb127c36ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"PHCode\": \"dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/prospectiveHire/getDetails/nominationDetails","description":"<p>Provides nomination information for statutory benefits or HR-related requirements. Includes nominee name, relationship, percentage share, and associated benefit plan if applicable.</p>\n","urlObject":{"protocol":"https","path":["api","rest","prospectiveHire","getDetails","nominationDetails"],"host":["{{domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"144bb84a-d2be-45d2-a955-fadcd922b8e2","name":"PHnominationDetails","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json, text/plain","disabled":true},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"PHCode\": \"PH20230519113045372\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/prospectiveHire/getDetails/nominationDetails"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"messageCode\": {\r\n        \"code\": \"EC200\",\r\n        \"message\": \"Result generated Successfully.\",\r\n        \"description\": \"Result generated Successfully.\",\r\n        \"validationKeys\": null,\r\n        \"forcedAppUpdate\": false\r\n    },\r\n    \"responseData\": null,\r\n    \"response\": {\r\n        \"phNominationDetailsTOList\": [\r\n            {\r\n                \"guardianName\": null,\r\n                \"percentage\": \"100\",\r\n                \"guardianRelation\": null,\r\n                \"nominee\": \"All benefits\",\r\n                \"dependent\": \"John Doe\"\r\n            }\r\n        ],\r\n        \"PHCode\": \"dummy123\"\r\n    },\r\n    \"appUpdateResponseTO\": null,\r\n    \"totalRecords\": 0,\r\n    \"responseMap\": null\r\n}"}],"_postman_id":"199ab6be-564b-4dc4-95cb-9eeb127c36ca"},{"name":"Perspective Hire Dependent","id":"e2391ac4-e8d3-4871-91d1-7c5d81080abe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json, text/plain"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"PHCode\": \"dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/prospectiveHire/getDetails/dependent","description":"<p>Provides details of the dependent family members like spouse, children, or parents. Includes information such as name, relation, date of birth, and eligibility for benefits.</p>\n","urlObject":{"protocol":"https","path":["api","rest","prospectiveHire","getDetails","dependent"],"host":["{{domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"17567bf4-ea62-4744-8d3e-cec36889f535","name":"PHdependent","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json, text/plain"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"PHCode\": \"dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/prospectiveHire/getDetails/dependent"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"messageCode\": {\r\n        \"code\": \"EC200\",\r\n        \"message\": \"Result generated Successfully.\",\r\n        \"description\": \"Result generated Successfully.\",\r\n        \"validationKeys\": null,\r\n        \"forcedAppUpdate\": false\r\n    },\r\n    \"responseData\": null,\r\n    \"response\": {\r\n        \"phDependentDetailsTOList\": [\r\n            {\r\n                \"address\": null,\r\n                \"gender\": \"Female\",\r\n                \"mobileNumber\": null,\r\n                \"name\": \"John Doe\",\r\n                \"dateOfBirth\": null,\r\n                \"relationship\": \"Mother\"\r\n            }\r\n        ],\r\n        \"PHCode\": \"dummy123\"\r\n    },\r\n    \"appUpdateResponseTO\": null,\r\n    \"totalRecords\": 0,\r\n    \"responseMap\": null\r\n}"}],"_postman_id":"e2391ac4-e8d3-4871-91d1-7c5d81080abe"},{"name":"Perspective Hire Address","id":"e32f3f53-42e0-4847-9d08-dc6e9c5ab67e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"PHCode\": \"dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/rest/prospectiveHire/getDetails/address","description":"<p>Provides residential and/or permanent address details of the perspective hire. Supports fields like street, city, state, country, and zip code to ensure accurate location mapping.</p>\n","urlObject":{"protocol":"https","path":["rest","prospectiveHire","getDetails","address"],"host":["{{domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"430c8c1f-663f-456e-b740-fdde9d25b372","name":"PHaddress","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json, text/plain","disabled":true},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"PHCode\": \"dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/prospectiveHire/getDetails/address"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"messageCode\": {\r\n        \"code\": \"EC200\",\r\n        \"message\": \"Result generated Successfully.\",\r\n        \"description\": \"Result generated Successfully.\",\r\n        \"validationKeys\": null,\r\n        \"forcedAppUpdate\": false\r\n    },\r\n    \"responseData\": null,\r\n    \"response\": [\r\n        {\r\n            \"country\": \"INDIA\",\r\n            \"pincode\": \"xxxxxx\",\r\n            \"phoneNumber\": null,\r\n            \"city\": \"GHAZIABAD\",\r\n            \"addressLine1\": \"MAHAGUN ESTATES-4 EXT-2 SHALIMAR GARDEN SAHIBABAD\",\r\n            \"contactType\": \"Permanent\",\r\n            \"addressLine2\": \"MAHAGUN ESTATES-4 EXT-2 SHALIMAR GARDEN SAHIBABAD\",\r\n            \"state\": \"UTTAR PRADESH\",\r\n            \"whenAvailable\": null,\r\n            \"correspondenceAddress\": false\r\n        },\r\n        {\r\n            \"country\": \"INDIA\",\r\n            \"pincode\": \"xxxxxx\",\r\n            \"phoneNumber\": null,\r\n            \"city\": \"GHAZIABAD\",\r\n            \"addressLine1\": \"MAHAGUN ESTATES-4 EXT-2 SHALIMAR GARDEN SAHIBABAD\",\r\n            \"contactType\": \"Present\",\r\n            \"addressLine2\": \"MAHAGUN ESTATES-4 EXT-2 SHALIMAR GARDEN SAHIBABAD\",\r\n            \"state\": \"UTTAR PRADESH\",\r\n            \"whenAvailable\": null,\r\n            \"correspondenceAddress\": false\r\n        }\r\n    ],\r\n    \"appUpdateResponseTO\": null,\r\n    \"totalRecords\": 0,\r\n    \"responseMap\": null\r\n}"}],"_postman_id":"e32f3f53-42e0-4847-9d08-dc6e9c5ab67e"},{"name":"Perspective Hire Emergency Contact Details","id":"2a04caaa-577b-420e-adcd-3709863d8b97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"PHCode\": \"dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}.peoplestrong.com/api/rest/prospectiveHire/getDetails/emergencyContactDetails","description":"<p>Provides emergency contact details such as contact name, relation to hire, and phone number(s). Useful for reaching out in case of urgent communication needs.</p>\n","urlObject":{"protocol":"https","path":["api","rest","prospectiveHire","getDetails","emergencyContactDetails"],"host":["{{domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"24a6d9f4-8cfa-4eb7-b877-575ca5b2c4fe","name":"PHemergencyContactDetails","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json, text/plain","disabled":true},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"PHCode\": \"dummy123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{dummy}}.peoplestrong.com/api/rest/prospectiveHire/getDetails/emergencyContactDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"327"},{"key":"Date","value":"Wed, 02 Apr 2025 09:23:04 GMT"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Feature-Policy","value":"geolocation none;camera none;magnetometer none;gyroscope none;vibrate none;payment none;midi none;;"},{"key":"Content-Security-Policy","value":"script-src: self"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"messageCode\": {\n        \"code\": \"EC200\",\n        \"message\": \"Result generated Successfully.\",\n        \"description\": \"Result generated Successfully.\",\n        \"validationKeys\": null,\n        \"forcedAppUpdate\": false\n    },\n    \"responseData\": null,\n    \"response\": {\n        \"phEmergencyContactDetails\": [\n            {\n                \"contactName\": \"John doe\",\n                \"mobileNumber\": \"+91-xxxxxxxxxxx\",\n                \"officeNumber\": null,\n                \"primaryContact\": \"NO\",\n                \"contactRelationship\": \"uncle\",\n                \"emailID\": null,\n                \"contactAddress\": null,\n                \"relationShip\": null,\n                \"contactHomeNumber\": null\n            }\n        ],\n        \"PHCode\": \"dummy123\"\n    },\n    \"appUpdateResponseTO\": null,\n    \"totalRecords\": 0,\n    \"responseMap\": null\n}"}],"_postman_id":"2a04caaa-577b-420e-adcd-3709863d8b97"}],"id":"adcc9331-8f6c-4b8c-bde5-faa79c36c170","_postman_id":"adcc9331-8f6c-4b8c-bde5-faa79c36c170","description":""}],"id":"b38ff0c5-ca4a-40be-9322-8fb23773ed81","description":"<p>Onboarding module simplifies the onboarding process by offering tools for document submission, task management, and compliance tracking. This module offers wide range of API like perspective hire basic detail, address detail, position detail, and more, making it easier for HR teams to integrate this API into their HRIS workflows and efficiently manage onboarding details details based on your specific requirements.</p>\n","_postman_id":"b38ff0c5-ca4a-40be-9322-8fb23773ed81"},{"name":"Payroll","item":[{"name":"Outbound APIs","item":[{"name":"Employee Payslips*","id":"9053505c-e788-4cfd-91bc-36e1980bc281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api//payroll/v1/payslip/user/dummy?year=2XXX","description":"<p>This API will allow User to obtain the employee payslip data.</p>\n","urlObject":{"protocol":"https","path":["api","","payroll","v1","payslip","user","dummy"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"year","value":"2XXX"}],"variable":[]}},"response":[{"id":"6c6d9099-d4f0-41c7-8383-cb5582aff65a","name":"Employee Payslips","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"integrationMasterName\": \"Employee Payslips Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api//payroll/v1/payslip/user/dummy?year=2XXX","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","","payroll","v1","payslip","user","dummy"],"query":[{"key":"year","value":"2XXX"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 May 2023 06:04:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Connection","value":"close"},{"key":"Server","value":"kong/0.14.1"},{"key":"Content-Length","value":"45"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": {\n        \"code\": \"CSC_200\",\n        \"desc\": \"The request has succeeded.\",\n        \"displayMsg\": \"viewPaySlip\"\n    },\n    \"outputData\": {\n        \"salarySlip\": {\n            \"payslip\": \"JVBERi0xLjUNCiWxsrO0DQolQ3dummy\", \n            \"payslipImage\": \"/9j/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAdummy\", \n            \"imageMessage\": null,\n            \"fileName\": \"12345_SalarySlipwithTaxDetails.pdf\"\n        }\n    }\n}\n"}],"_postman_id":"9053505c-e788-4cfd-91bc-36e1980bc281"},{"name":"Employee Form16*","id":"d77ef5a2-5fa3-4762-8f6a-a3c9b143d1a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/payroll/v1/form16/user/dummy?year=2XXX","description":"<p>This API will allow you to obtain the employee Form 16 data</p>\n","urlObject":{"protocol":"https","path":["api","payroll","v1","form16","user","dummy"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"year","value":"2XXX"}],"variable":[]}},"response":[{"id":"fe4bdb65-14c8-4052-886a-34e780899670","name":"Employee Form16","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/payroll/v1/form16/user/dummy?year=2XXX","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","payroll","v1","form16","user","dummy"],"query":[{"key":"year","value":"2XXX"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 May 2023 06:05:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Connection","value":"close"},{"key":"Server","value":"kong/0.14.1"},{"key":"Content-Length","value":"45"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": {\n        \"code\": \"CSC_200\",\n        \"desc\": \"The request has succeeded.\",\n        \"displayMsg\": \"viewForm16\"\n    },\n    \"outputData\": {\n        \"form16\": {\n            \"form16Data\": \"JVBERi0xLjUNCiWxsrO0DQolQ3dummy\",\n            \"form16Image\": \"/19j/2wBDAAgGBgcGBQgHBwcJCdummy\",\n            \"form16Name\": \"12345_form16_signed.pdf\"\n        }\n    }\n}\n"}],"_postman_id":"d77ef5a2-5fa3-4762-8f6a-a3c9b143d1a4"},{"name":"Non CTC Reimbursement Status Detail*","id":"c3e5e6ff-ffa9-47ea-a97f-7ddb44f7de30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/altone/payroll/bre/getclaims?username=dummy","description":"<p>User will get the reimbursement detail on real time basis through this API. Last ten reimbursement transactions made for the  current financial year will be sent.</p>\n","urlObject":{"protocol":"https","path":["api","altone","payroll","bre","getclaims"],"host":["{{subdomain}}","peoplestrong","com"],"query":[{"key":"username","value":"dummy"}],"variable":[]}},"response":[{"id":"c1cbefca-d33c-4c05-acac-b74c211f9935","name":"Reimbursement Detail*","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"},{"key":"apikey","value":"oquyTFUG1Hsc34jm5hcZdG1DjnMqAfOW","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.peoplestrong.com/api/altone/payroll/bre/getclaims?username=dummy","protocol":"https","host":["{{subdomain}}","peoplestrong","com"],"path":["api","altone","payroll","bre","getclaims"],"query":[{"key":"username","value":"dummy"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"text/html"}],"cookie":[],"responseTime":null,"body":"{\n    \"outputData\": {\n        \"claimList\": {\n            \"Pending for L1 Approval\": [\n                {\n                    \"claimID\": \"DT/11.11.13601/20230406/DM11163/114426/A1\",\n                    \"expenseCategory\": \"Domestic Travel\",\n                    \"appliedDate\": \"Apr 06, 2023\",\n                    \"claimAmount\": \"1800.00\",\n                    \"approveAmount\": \"0\",\n                    \"stage\": \"Claim Approval - L1 Manager\",\n                    \"status\": \"Pending for L1 Approval\"\n                }\n            ],\n            \"Pending with Functional Head/BRE\": [\n                {\n                    \"claimID\": \"Com/11.11.13601/20230427/DM11163/101300/A2\",\n                    \"expenseCategory\": \"Communication\",\n                    \"appliedDate\": \"Apr 27, 2023\",\n                    \"claimAmount\": \"1200.00\",\n                    \"approveAmount\": \"800.00\",\n                    \"stage\": \"Finance Approval\",\n                    \"status\": \"Pending with Functional Head/BRE\"\n                }\n            ],\n            \"Pending with L2/Function Head/BER\": [\n                {\n                    \"claimID\": \"HOLOC/11.11.13601/20230405/DM11163/121714/1D\",\n                    \"expenseCategory\": \"HO Employee Local Conveyance\",\n                    \"appliedDate\": \"Apr 05, 2023\",\n                    \"claimAmount\": \"500.00\",\n                    \"approveAmount\": \"500.00\",\n                    \"stage\": \"Claim Approval - L2 manager\",\n                    \"status\": \"Pending with L2/Function Head/BER\"\n                }\n            ],\n            \"Transaction Completed\": [\n                {\n                    \"claimID\": \"HOLOC/11.11.13601/20230405/DM11163/103112/42\",\n                    \"expenseCategory\": \"HO Employee Local Conveyance\",\n                    \"appliedDate\": \"Apr 05, 2023\",\n                    \"claimAmount\": \"300.00\",\n                    \"approveAmount\": \"300.00\",\n                    \"stage\": \"End\",\n                    \"status\": \"Transaction Completed\"\n                }\n            ]\n        },\n        \"statusList\": [\n            \"Courier Received\",\n            \"Pending for L1 Approval\",\n            \"Pending with BER\",\n            \"Pending with Functional Head/BRE\",\n            \"Pending with L1 Approver\",\n            \"Pending with L2/Function Head/BER\",\n            \"Rejected by BER\",\n            \"Rejected by Function Head\",\n            \"Rejected by L1 Approver\",\n            \"Rejected by L2 Approver\",\n            \"Transaction Completed\",\n            \"Withdrew completed\"\n        ]\n    },\n    \"message\": {\n        \"code\": \"EC200\",\n        \"desc\": \"Claim List fetched successfully\",\n        \"displayMsg\": \"Claim List fetched successfully\"\n    }\n}\n\n"}],"_postman_id":"c3e5e6ff-ffa9-47ea-a97f-7ddb44f7de30"},{"name":"L1 Manager List","id":"487a875f-a733-41cc-a6af-ac69360439a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apikey","value":"dummy"},{"key":"Authorization","value":"Bearer dummyeyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2yI6eyJyb2xlcyI6WyJvZmZsaW5lX2FjY2VzcyIsInVtYV9hdXRob3JpemF0aW9uIl19LCJyZXNvdXJjZV9hY2Nlc3MiOnsiYWNjb3VudCI6eyJyb2xlcyI6WyJtYW5hZ2UtYWNjb3VudCIsIm1hbmFnZS1hY2NvdW50LWxpbmtzIiwidmlldy1wcm9maWxlIl19fSwic2NvcGUiOiJlbWFpbCBwcm9maWxlIiwiZW1haWxfdmVyaWZpZWQiOmZhbHNlLCJjbGllbnRJZCI6IkNsaWVudF9JbnRlZ3JhdGlvbl9BcGlTZXJ2aWNlX09yZ18zX01vZHVsZV83X0FwaVdpc2UiLCJjbGllbnRIb3N0IjoiMTAuMjM0LjAuOTUiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJzZXJ2aWNlLWFjY291bnQtY2xpZW50X2ludGVncmF0aW9uX2FwaXNlcnZpY2Vfb3JnXzNfbW9kdWxlXzdfYXBpd2lzZSIsImNsaWVudEFkZHJlc3MiOiIxMC4yMzQuMC45NSJ9.BJVsy8UVzj2zUieeKWMTyQA4WHP4sHcmE4aRg5G7-Ei-cGd412Irc80Z0DmFdL-XyqxfJIBEEUCiwzz-0HuYUBtpVSqc4s5xc3DwvXIWTpU29W5xHduSveuhZ0LF7pLKCZjFZz1GRfYyEztivPPK7RfDTwj37xtKt2Yg43RlWmzI-HVh2aRUuqVR_QPQZBdDTllJNg4VgChLVMA3-DseQ2-FpxrfVGaeCVpsT810pFTO8KV2rdUSO6khtuxm9_vSIKjV97515o9IJIJrPM1YdekCskHXQOm7NtE3ZrnNHW0R7iYGBFLHW_FRifspAOWAxkFY2Xxyn8xcdmN17IAcaw"}],"body":{"mode":"raw","raw":"{\n    \"employeeCode\":\"dm11163\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{sub-domain}}.peoplestrong.com/api/integration/payroll/L1ManagersList/payoll-l1-manager-list","description":"<p>This API endpoint is used to retrieve the list of L1 Managers in the payroll system based on a specific employee code. It is designed to facilitate the integration of payroll data for users with appropriate access. Ensure that the provided <code>employeeCode</code> is valid and that the user has the necessary permissions to access this endpoint.</p>\n","urlObject":{"protocol":"https","path":["api","integration","payroll","L1ManagersList","payoll-l1-manager-list"],"host":["{{sub-domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"34d93066-e511-4fea-b9e6-cbfb24e5fe1f","name":"L1 Manager List","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apikey","value":"291870de-f64b-411a-a523-983c668e4f67"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJmZ1NJbmI4R25XTkprN0dlc25KY0NZZXdnTHlJaUp0ME53YXFYZHEzQlljIn0.eyJleHAiOjE3NTQzNzMyMDIsImlhdCI6MTc1NDI4NjgwMiwianRpIjoiY2E3MzA0ZWUtNmEzNi00MjI3LTg4ZGEtNjgzMzFkNzcwYTNmIiwiaXNzIjoiaHR0cHM6Ly9hdXRoLnBlb3BsZXN0cm9uZy5jb20vYXV0aC9yZWFsbXMvMyIsImF1ZCI6ImFjY291bnQiLCJzdWIiOiI5MWMyZTljMS0yM2U5LTRiNzktOWUwZS0zMTIxNTE1MGRmMTYiLCJ0eXAiOiJCZWFyZXIiLCJhenAiOiJDbGllbnRfSW50ZWdyYXRpb25fQXBpU2VydmljZV9PcmdfM19Nb2R1bGVfN19BcGlXaXNlIiwiYWNyIjoiMSIsInJlYWxtX2FjY2VzcyI6eyJyb2xlcyI6WyJvZmZsaW5lX2FjY2VzcyIsInVtYV9hdXRob3JpemF0aW9uIl19LCJyZXNvdXJjZV9hY2Nlc3MiOnsiYWNjb3VudCI6eyJyb2xlcyI6WyJtYW5hZ2UtYWNjb3VudCIsIm1hbmFnZS1hY2NvdW50LWxpbmtzIiwidmlldy1wcm9maWxlIl19fSwic2NvcGUiOiJlbWFpbCBwcm9maWxlIiwiZW1haWxfdmVyaWZpZWQiOmZhbHNlLCJjbGllbnRJZCI6IkNsaWVudF9JbnRlZ3JhdGlvbl9BcGlTZXJ2aWNlX09yZ18zX01vZHVsZV83X0FwaVdpc2UiLCJjbGllbnRIb3N0IjoiMTAuMjM0LjAuOTUiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJzZXJ2aWNlLWFjY291bnQtY2xpZW50X2ludGVncmF0aW9uX2FwaXNlcnZpY2Vfb3JnXzNfbW9kdWxlXzdfYXBpd2lzZSIsImNsaWVudEFkZHJlc3MiOiIxMC4yMzQuMC45NSJ9.BJVsy8UVzj2zUieeKWMTyQA4WHP4sHcmE4aRg5G7-Ei-cGd412Irc80Z0DmFdL-XyqxfJIBEEUCiwzz-0HuYUBtpVSqc4s5xc3DwvXIWTpU29W5xHduSveuhZ0LF7pLKCZjFZz1GRfYyEztivPPK7RfDTwj37xtKt2Yg43RlWmzI-HVh2aRUuqVR_QPQZBdDTllJNg4VgChLVMA3-DseQ2-FpxrfVGaeCVpsT810pFTO8KV2rdUSO6khtuxm9_vSIKjV97515o9IJIJrPM1YdekCskHXQOm7NtE3ZrnNHW0R7iYGBFLHW_FRifspAOWAxkFY2Xxyn8xcdmN17IAcaw"}],"body":{"mode":"raw","raw":"{\n    \"employeeCode\":\"dm11163\"\n}","options":{"raw":{"language":"json"}}},"url":"https://s2demo.peoplestrong.com/api/integration/payroll/api/service/L1ManagersList/payoll-l1-manager-list"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Mon, 11 Aug 2025 06:22:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Connection","value":"close"},{"key":"Content-Length","value":"24"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"messageCode\": {\n        \"code\": \"EC200\",\n        \"message\": \"L1 Managers List Fetched Successfully\",\n        \"description\": \"L1 Managers List Fetched\",\n        \"validationKeys\": null,\n        \"forcedAppUpdate\": false\n    },\n    \"responseData\": [\n        {\n            \"listL1Manager\": [\n                {\n                    \"label\": \" Please Select \",\n                    \"value\": \"0\",\n                    \"description\": null,\n                    \"isSelected\": null\n                },\n                {\n                    \"label\": \"John Doe2\",\n                    \"value\": \"112355\",\n                    \"description\": \"DM10123\",\n                    \"isSelected\": null\n                } \n                ],\n            \"totalPages\": 0,\n            \"error_Msg\": null\n        }\n    ],\n    \"response\": null,\n    \"appUpdateResponseTO\": null,\n    \"totalRecords\": 0,\n    \"responseMap\": null\n}"}],"_postman_id":"487a875f-a733-41cc-a6af-ac69360439a0"},{"name":"L2ManagerList","id":"f12cc6a7-b17f-47f8-ac53-977a1ca014c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apikey","value":"dummy"},{"key":"Authorization","value":"Bearer dummyeyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6b3VudCI6eyJyb2xlcyI6WyJtYW5hZ2UtYWNjb3VudCIsIm1hbmFnZS1hY2NvdW50LWxpbmtzIiwidmlldy1wcm9maWxlIl19fSwic2NvcGUiOiJlbWFpbCBwcm9maWxlIiwiZW1haWxfdmVyaWZpZWQiOmZhbHNlLCJjbGllbnRJZCI6IkNsaWVudF9JbnRlZ3JhdGlvbl9BcGlTZXJ2aWNlX09yZ18zX01vZHVsZV83X0FwaVdpc2UiLCJjbGllbnRIb3N0IjoiMTAuMjM0LjAuOTEiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJzZXJ2aWNlLWFjY291bnQtY2xpZW50X2ludGVncmF0aW9uX2FwaXNlcnZpY2Vfb3JnXzNfbW9kdWxlXzdfYXBpd2lzZSIsImNsaWVudEFkZHJlc3MiOiIxMC4yMzQuMC45MSJ9.AXtLcySuBkhdl6OYcs0EtpqSOpBnEuPnsuY-7TnGtPutKcrTHFJyzIlMKUw-mM2KHhVqD8gTi3J9s6fglRNLi3IIkG6H9DRvcifrTpSi7mfmSmlPpQYlT1RoRr9370kHVm6OmjcYPfZreh5DTrJHvSNOPZG3emQeiz12Nx_QnJ_DJmo5iUQ8e4aO7IEcoNQnf71BXV3BJP_W3HORxO9Fv4ny7oFxlSFjIHmK4cnkEdVJXNyyXjX8KbIsTBJ-9QwdwrTCH8I8qk2A6MLJe2VF-l_F2-xXvHKPnnkFoRs79EHF5hpfvaAlV0Ih4nR835-OVc5q8CS8pokQakkblt2-pg"}],"body":{"mode":"raw","raw":"{\n    \"employeeCode\":\"dm11163\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{sub-domain}}.peoplestrong.com/api/integration/payroll/L2ManagersList/payoll-l2-manager-list","description":"<p>This API endpoint is used to retrieve the list of L2 Managers in the payroll system based on a specific employee code. It is designed to facilitate the integration of payroll data for users with appropriate access. Ensure that the provided <code>employeeCode</code> is valid and that the user has the necessary permissions to access this endpoint.</p>\n","urlObject":{"protocol":"https","path":["api","integration","payroll","L2ManagersList","payoll-l2-manager-list"],"host":["{{sub-domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"0f6581ef-0f96-4aed-b6b0-400d03b30d99","name":"L2ManagerList","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apikey","value":"dummy"},{"key":"Authorization","value":"Bearer dummyeyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2W3HORxO9Fv4ny7oFxlSFjIHmK4cnkEdVJXNyyXjX8KbIsTBJ-9QwdwrTCH8I8qk2A6MLJe2VF-l_F2-xXvHKPnnkFoRs79EHF5hpfvaAlV0Ih4nR835-OVc5q8CS8pokQakkblt2-pg"}],"body":{"mode":"raw","raw":"{\n    \"employeeCode\":\"dm11163\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{sub-domain}}.peoplestrong.com/api/integration/payroll/L2ManagersList/L2ManagerList"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Mon, 11 Aug 2025 06:39:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Connection","value":"close"},{"key":"Content-Length","value":"24"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"exp\": \"token expired\"\n}"}],"_postman_id":"f12cc6a7-b17f-47f8-ac53-977a1ca014c8"},{"name":"CostCenter","id":"12ff849e-b218-4edf-b0ac-aceaf88c2ec7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apikey","value":"dummy"},{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJmZ1NJbmI4R25XTkprN0dlc25KY0NZZXdnTHlJaUp0ME53YXFYZHEzQlljIn0.eyJleHAiOjE3NTQ0NjAzODksImlhdCI6MTc1NDM3Mzk4OSwianRpIjoiZTAwYzA3ZDQtZjkyOS00YThkLWE0MjYtNTVjYzE4ODc0MDNhIiwiaXNzIjoiaHR0cHM6Ly9hdXRoLnBlb3BsZXN0cm9uZy5jb20vYXV0aC9yZWFsbXMvMyIsImF1ZCI6ImFjY291bnQiLCJzdWIiOiI5MWMyZTljMS0yM2U5LTRiNzktOWUwZS0zMTIxNTE1MGRmMTYiLCJ0eXAiOiJCZWFyZXIiLCJhenAiOiJDbGllbnRfSW50ZWdyYXRpb25fQXBpU2VydmljZV9PcmdfM19Nb2R1bGVfN19BcGlXaXNlIiwiYWNyIjoiMSIsInJlYWxtX2FjY2VzcyI6eyJyb2xlcyI6WyJvZmZsaW5lX2FjY2VzcyIsInVtYV9hdXRob3JpemF0aW9uIl19LCJyZXNvdXJjZV9hY2Nlc3MiOnsiYWNjb3VudCI6eyJyb2xlcyI6WyJtYW5hZ2UtYWNjb3VudCIsIm1hbmFnZS1hY2NvdW50LWxpbmtzIiwidmlldy1wcm9maWxlIl19fSwic2NvcGUiOiJlbWFpbCBwcm9maWxlIiwiZW1haWxfdmVyaWZpZWQiOmZhbHNlLCJjbGllbnRJZCI6IkNsaWVudF9JbnRlZ3JhdGlvbl9BcGlTZXJ2aWNlX09yZ18zX01vZHVsZV83X0FwaVdpc2UiLCJjbGllbnRIb3N0IjoiMTAuMjM0LjAuOTEiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJzZXJ2aWNlLWFjY291bnQtY2xpZW50X2ludGVncmF0aW9uX2FwaXNlcnZpY2Vfb3JnXzNfbW9kdWxlXzdfYXBpd2lzZSIsImNsaWVudEFkZHJlc3MiOiIxMC4yMzQuMC45MSJ9.AXtLcySuBkhdl6OYcs0EtpqSOpBnEuPnsuY-7TnGtPutKcrTHFJyzIlMKUw-mM2KHhVqD8gTi3J9s6fglRNLi3IIkG6H9DRvcifrTpSi7mfmSmlPpQYlT1RoRr9370kHVm6OmjcYPfZreh5DTrJHvSNOPZG3emQeiz12Nx_QnJ_DJmo5iUQ8e4aO7IEcoNQnf71BXV3BJP_W3HORxO9Fv4ny7oFxlSFjIHmK4cnkEdVJXNyyXjX8KbIsTBJ-9QwdwrTCH8I8qk2A6MLJe2VF-l_F2-xXvHKPnnkFoRs79EHF5hpfvaAlV0Ih4nR835-OVc5q8CS8pokQakkblt2-pg"}],"body":{"mode":"raw","raw":"{\n    \"employeeCode\":\"dm11163\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{sub-domain}}.peoplestrong.com/api/integration/payroll/CostCenter/CostCenter","description":"<p>This endpoint provides you the Cost center list  which will consider for cost booking in submitted claim.</p>\n","urlObject":{"protocol":"https","path":["api","integration","payroll","CostCenter","CostCenter"],"host":["{{sub-domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"58b65421-8f6d-4edf-9f1c-02f8f35d154f","name":"CostCenter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apikey","value":"dummy"},{"key":"Authorization","value":"Bearer dummy1NDM3Mzk4OSwianRpIjoiZTAwYzA3ZDQtZjkyOS00YThkLWE0MjYtNTVjYzE4ODc0MDNhIiwiaXNzIjoiaHR0cHM6Ly9hdXRoLnBlb3BsZXN0cm9uZy5jb20vYXV0aC9yZWFsbXMvMyIsImF1ZCI6ImFjY291bnQiLCJzdWIiOiI5MWMyZTljMS0yM2U5LTRiNzktOWUwZS0zMTIxNTE1MGRmMTYiLCJ0eXAiOiJCZWFyZXIiLCJhenAiOiJDbGllbnRfSW50ZWdyYXRpb25fQXBpU2VydmljZV9PcmdfM19Nb2R1bGVfN19BcGlXaXNlIiwiYWNyIjoiMSIsInJlYWxtX2FjY2VzcyI6eyJyb2xlcyI6WyJvZmZsaW5lX2FjY2VzcyIsInVtYV9hdXRob3JpemF0aW9uIl19LCJyZXNvdXJjZV9hY2Nlc3MiOnsiYWNjb3VudCI6eyJyb2xlcyI6WyJtYW5hZ2UtYWNjb3VudCIsIm1hbmFnZS1hY2NvdW50LWxpbmtzIiwidmlldy1wcm9maWxlIl19fSwic2NvcGUiOiJlbWFpbCBwcm9maWxlIiwiZW1haWxfdmVyaWZpZWQiOmZhbHNlLCJjbGllbnRJZCI6IkNsaWVudF9JbnRlZ3JhdGlvbl9BcGlTZXJ2aWNlX09yZ18zX01vZHVsZV83X0FwaVdpc2UiLCJjbGllbnRIb3N0IjoiMTAuMjM0LjAuOTEiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJzZXJ2aWNlLWFjY291bnQtY2xpZW50X2ludGVncmF0aW9uX2FwaXNlcnZpY2Vfb3JnXzNfbW9kdWxlXzdfYXBpd2lzZSIsImNsaWVudEFkZHJlc3MiOiIxMC4yMzQuMC45MSJ9.AXtLcySuBkhdl6OYcs0EtpqSOpBnEuPnsuY-7TnGtPutKcrTHFJyzIlMKUw-mM2KHhVqD8gTi3J9s6fglRNLi3IIkG6H9DRvcifrTpSi7mfmSmlPpQYlT1RoRr9370kHVm6OmjcYPfZreh5DTrJHvSNOPZG3emQeiz12Nx_QnJ_DJmo5iUQ8e4aO7IEcoNQnf71BXV3BJP_W3HORxO9Fv4ny7oFxlSFjIHmK4cnkEdVJXNyyXjX8KbIsTBJ-9QwdwrTCH8I8qk2A6MLJe2VF-l_F2-xXvHKPnnkFoRs79EHF5hpfvaAlV0Ih4nR835-OVc5q8CS8pokQakkblt2-pg"}],"body":{"mode":"raw","raw":"{\n    \"employeeCode\":\"dm11163\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{sub-domain}}.peoplestrong.com/api/integration/payroll/CostCenter/CostCenter"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Mon, 11 Aug 2025 09:16:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Connection","value":"close"},{"key":"Content-Length","value":"24"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"messageCode\": {\n        \"code\": \"EC200\",\n        \"message\": \"Cost Center List Fetched Successfully\",\n        \"description\": \"Cost Center List Fetched\",\n        \"validationKeys\": null,\n        \"forcedAppUpdate\": false\n    },\n    \"responseData\": [\n        {\n            \"listCostCenter\": [\n                {\n                    \"costID\": 83265,\n                    \"costName\": \"bdhfbhv\",\n                    \"costCode\": \"BANGALORE-KA\",\n                    \"costCenterId\": null,\n                    \"table\": null\n                }\n            ],\n            \"totalPages\": 0\n        }\n    ],\n    \"response\": null,\n    \"appUpdateResponseTO\": null,\n    \"totalRecords\": 0,\n    \"responseMap\": null\n}"}],"_postman_id":"12ff849e-b218-4edf-b0ac-aceaf88c2ec7"},{"name":"AccountingInformation","id":"8b9f2604-ed88-41e7-bb7a-5ce5f3dd3247","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apikey","value":"dummy"},{"key":"Authorization","value":"Bearer dummyeyJhbGciOiZHVsZV83X0FwaVdpc2UiLCJjbGllbnRIb3N0IjoiMTAuMjM0LjAuOTEiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJzZXJ2aWNlLWFjY291bnQtY2xpZW50X2ludGVncmF0aW9uX2FwaXNlcnZpY2Vfb3JnXzNfbW9kdWxlXzdfYXBpd2lzZSIsImNsaWVudEFkZHJlc3MiOiIxMC4yMzQuMC45MSJ9.Zsja42Ir-ZQNSv9dVkbHKe_yZSinYNo6CT3TAb0C5kErt8-MbFD7iUxc9_AxskZqgu7G_XubilpmjstEn3RLyMd5LXaaegJ3D0M02mIFWTl9mczNH73m4P2vvHnJhRzU1R7mxciKdOm6LzNVp0NCJeYPN6llih78_c_yMHt2xmeG_Poj6egp-YLMoMb8y3GozksSuK1Ar5F6nIjJexP6hIV84LfLjew3On42NGV_fiEyrlY5m24dL5em9Rn8L7L4T4aTkheEsmrWM2ytuyyP_W8lTakCAUaZOJg4pzDu_xz1awn6UvCZjPTVRoIEbnYhQxuOEeKQvtw5c9fUTBHY6w"}],"body":{"mode":"raw","raw":"{\n    \"employeeCode\":\"dm11163\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{sub-domain}}.peoplestrong.com/api/integration/payroll/AccountingInformation/AccountingInformation","description":"<p>This endpoint is designed to retrieve accounting information (StartFragmentStartFragmentL1 Manager, L2 manager, cost center, etc.) related to employee code. It is a part of the payroll integration services provided by the API.</p>\n","urlObject":{"protocol":"https","path":["api","integration","payroll","AccountingInformation","AccountingInformation"],"host":["{{sub-domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"6119de34-9853-4058-b3d1-72dceaaba4ad","name":"https://s2demo.peoplestrong.com/api/integration/payroll/api/service/AccountingInformation/AccountingInformation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apikey","value":"dummy"},{"key":"Authorization","value":"Bearer dummyeyJhbG2UtYWNjb3VudCIsIm1hbmFnZS1hY2NvdW50LWxpbmtzIiwidmlldy1wcm9maWxlIl19fSwic2NvcGUiOiJlbWFpbCBwcm9maWxlIiwiZW1haWxfdmVyaWZpZWQiOmZhbHNlLCJjbGllbnRJZCI6IkNsaWVudF9JbnRlZ3JhdGlvbl9BcGlTZXJ2aWNlX09yZ18zX01vZHVsZV83X0FwaVdpc2UiLCJjbGllbnRIb3N0IjoiMTAuMjM0LjAuOTEiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJzZXJ2aWNlLWFjY291bnQtY2xpZW50X2ludGVncmF0aW9uX2FwaXNlcnZpY2Vfb3JnXzNfbW9kdWxlXzdfYXBpd2lzZSIsImNsaWVudEFkZHJlc3MiOiIxMC4yMzQuMC45MSJ9.Zsja42Ir-ZQNSv9dVkbHKe_yZSinYNo6CT3TAb0C5kErt8-MbFD7iUxc9_AxskZqgu7G_XubilpmjstEn3RLyMd5LXaaegJ3D0M02mIFWTl9mczNH73m4P2vvHnJhRzU1R7mxciKdOm6LzNVp0NCJeYPN6llih78_c_yMHt2xmeG_Poj6egp-YLMoMb8y3GozksSuK1Ar5F6nIjJexP6hIV84LfLjew3On42NGV_fiEyrlY5m24dL5em9Rn8L7L4T4aTkheEsmrWM2ytuyyP_W8lTakCAUaZOJg4pzDu_xz1awn6UvCZjPTVRoIEbnYhQxuOEeKQvtw5c9fUTBHY6w"}],"body":{"mode":"raw","raw":"{\n    \"employeeCode\":\"dm11163\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{sub-domain}}.peoplestrong.com/api/integration/payroll/AccountingInformation/AccountingInformation"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"},{"key":"X-RateLimit-Limit-day","value":"50"},{"key":"X-RateLimit-Remaining-day","value":"49"},{"key":"X-RateLimit-Limit-month","value":"500"},{"key":"X-RateLimit-Remaining-month","value":"499"},{"key":"Content-Encoding","value":"gzip"},{"key":"Set-Cookie","value":"JSESSIONID=U-33uiG9dH7jy8OPqBQyAgLa81sluwHQzIroe5Np.alt-worklife2-5744d9d7d9-7ftdl; path=/; secure; HttpOnly"},{"key":"Date","value":"Tue, 05 Aug 2025 06:44:36 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"messageCode\": {\n        \"code\": \"EC200\",\n        \"message\": \"Accounting Information Fetched Fetched Successfully\",\n        \"description\": \"Accounting Information Fetched Fetched Successfully\",\n        \"validationKeys\": null,\n        \"forcedAppUpdate\": false\n    },\n    \"responseData\": [\n        {\n            \"l1Approvername\": \"Amit Kumar Pruthi\",\n            \"l2Approvername\": \"John Doe\",\n            \"l1ManagerId\": 1234590,\n            \"l2ManagerId\": 1123455,\n            \"hrCostId\": 11111,\n            \"hrCostName\": \"costceneter1\",\n            \"expenseCategoryList\": [\n                {\n                    \"label\": \" Please Select \",\n                    \"value\": \"0\",\n                    \"description\": null,\n                    \"isSelected\": null\n                }\n            ],\n            \"security\": null\n        }\n    ],\n    \"response\": null,\n    \"appUpdateResponseTO\": null,\n    \"totalRecords\": 0,\n    \"responseMap\": null\n}"}],"_postman_id":"8b9f2604-ed88-41e7-bb7a-5ce5f3dd3247"},{"name":"ChangeExpenseCategory","id":"b86ee586-f626-4407-b6d2-4181e5deb3d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apikey","value":"dummy"},{"key":"Authorization","value":"Bearer dummyeyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIikN6Q5m18pdGZM5rmw3VjPkOIv1Q5n-m6_rJTabfgEtpv3y-lPLJFayYhXM_N96zEBlU6eyvGN4H0weRJjEA"}],"body":{"mode":"raw","raw":"{\n    \"employeeCode\":\"dm11163\",\n    \"expenseCategory\":\"9\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{sub-domain}}.peoplestrong.com/api/integration/payroll/ChangeExpenseCategory/ChangeExpenseCategory","description":"<p>This endpoint will show all eligible expense Category list to the employees in the payroll system based on employee code and expense category.</p>\n","urlObject":{"protocol":"https","path":["api","integration","payroll","ChangeExpenseCategory","ChangeExpenseCategory"],"host":["{{sub-domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"1c6d7d76-998c-41cb-8d7c-896dca8c441c","name":"ChangeExpenseCategory","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apikey","value":"dummy"},{"key":"Authorization","value":"Bearer dummyeyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6IkOzppGYkvtLF1BiY5xHuDqBtupRskN6Q5m18pdGZM5rmw3VjPkOIv1Q5n-m6_rJTabfgEtpv3y-lPLJFayYhXM_N96zEBlU6eyvGN4H0weRJjEA"}],"body":{"mode":"raw","raw":"{\n    \"employeeCode\":\"dm11163\",\n    \"expenseCategory\":\"9\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{sub-domain}}.peoplestrong.com/api/integration/payroll/ChangeExpenseCategory/ChangeExpenseCategory"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Mon, 11 Aug 2025 11:04:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Connection","value":"close"},{"key":"Content-Length","value":"24"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"messageCode\": {\n        \"code\": \"EC200\",\n        \"message\": \"Expense Category changed Successfully\",\n        \"description\": \"Expense Category changed\",\n        \"validationKeys\": null,\n        \"forcedAppUpdate\": false\n    },\n    \"responseData\": [\n        {\n            \"security\": null,\n            \"travelmodelist\": [\n                {\n                    \"label\": \" Please Select \",\n                    \"value\": \"0\",\n                    \"description\": null,\n                    \"isSelected\": null\n                },\n                {\n                    \"label\": \"Flight\",\n                    \"value\": \"291\",\n                    \"description\": null,\n                    \"isSelected\": null\n                },\n                {\n                    \"label\": \"Train\",\n                    \"value\": \"292\",\n                    \"description\": null,\n                    \"isSelected\": null\n                },\n                {\n                    \"label\": \"Others\",\n                    \"value\": \"326\",\n                    \"description\": null,\n                    \"isSelected\": null\n                }\n            ]\n        }\n    ],\n    \"response\": null,\n    \"appUpdateResponseTO\": null,\n    \"totalRecords\": 0,\n    \"responseMap\": null\n}"}],"_postman_id":"b86ee586-f626-4407-b6d2-4181e5deb3d3"},{"name":"ExpenseHeadList","id":"64760138-e792-4d48-a394-1f4e3e2089fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apikey","value":"dummy"},{"key":"Authorization","value":"Bearer dummyeyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJyrlY5m24dL5em9Rn8L7L4T4aTkheEsmrWM2ytuyyP_W8lTakCAUaZOJg4pzDu_xz1awn6UvCZjPTVRoIEbnYhQxuOEeKQvtw5c9fUTBHY6w"}],"body":{"mode":"raw","raw":"{\n    \"employeeCode\":\"dm11163\",\n    \"expenseCategory\":\"9\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{sub-domain}}.peoplestrong.com/api/integration/payroll/ExpenseHeadList/ExpenseHeadList","description":"<p>This endpoint retrieves a list of expense heads associated with a specific employee code and expense category.</p>\n","urlObject":{"protocol":"https","path":["api","integration","payroll","ExpenseHeadList","ExpenseHeadList"],"host":["{{sub-domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"77a09394-949a-4c58-af71-f4c4c842a68c","name":"ExpenseHeadList","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apikey","value":"dummy"},{"key":"Authorization","value":"Bearer dummyeyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJ"}],"body":{"mode":"raw","raw":"{\n    \"employeeCode\":\"dm11163\",\n    \"expenseCategory\":\"9\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{sub-domain}}.peoplestrong.com/api/integration/payroll/ExpenseHeadList/ExpenseHeadList"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"},{"key":"X-RateLimit-Limit-day","value":"50"},{"key":"X-RateLimit-Remaining-day","value":"49"},{"key":"X-RateLimit-Limit-month","value":"500"},{"key":"X-RateLimit-Remaining-month","value":"499"},{"key":"Content-Encoding","value":"gzip"},{"key":"Set-Cookie","value":"JSESSIONID=IFZiUC6nPw9_sE9J4XJD6MEnBlvwsLcK0753Pyj3.alt-worklife3-55b8468997-prfrl; path=/; secure; HttpOnly"},{"key":"Date","value":"Tue, 05 Aug 2025 06:46:58 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"messageCode\": {\n        \"code\": \"EC200\",\n        \"message\": \"Expense Head List Fetched Successfully\",\n        \"description\": \"Expense Head List\",\n        \"validationKeys\": null,\n        \"forcedAppUpdate\": false\n    },\n    \"responseData\": [\n        {\n            \"error_Msg\": null,\n            \"expenseHeadList\": [\n                {\n                    \"label\": \"Please select\",\n                    \"value\": null,\n                    \"description\": null,\n                    \"isSelected\": null\n                },\n                {\n                    \"label\": \"Air Fare\",\n                    \"value\": \"100\",\n                    \"description\": null,\n                    \"isSelected\": null\n                },\n                {\n                    \"label\": \"Broadband\",\n                    \"value\": \"6252\",\n                    \"description\": null,\n                    \"isSelected\": null\n                },\n                {\n                    \"label\": \"Conveyance\",\n                    \"value\": \"168\",\n                    \"description\": null,\n                    \"isSelected\": null\n                },\n                {\n                    \"label\": \"g\",\n                    \"value\": \"6250\",\n                    \"description\": null,\n                    \"isSelected\": null\n                },\n                {\n                    \"label\": \"Train Fare\",\n                    \"value\": \"167\",\n                    \"description\": null,\n                    \"isSelected\": null\n                }\n            ],\n            \"attachments\": null,\n            \"expenseHeadAttachments\": null,\n            \"expenseHeadUploadSecurtiy\": null\n        }\n    ],\n    \"response\": null,\n    \"appUpdateResponseTO\": null,\n    \"totalRecords\": 0,\n    \"responseMap\": null\n}"}],"_postman_id":"64760138-e792-4d48-a394-1f4e3e2089fb"},{"name":"MyClaim","id":"7d129480-2ea6-4a65-bfdf-0688b8fd515c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apikey","value":"dummy"},{"key":"Authorization","value":"Bearer dummyeyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJmZ1NJbmI4R25XTkprN0dlc25KY0NZZXdnTHlJaUp0ME53YXFYZHEzQlljIn0.eyJleHAiOjE3NTQ0NTc1MTIsImlhdCI6MTc1NDM3MTExMiwianRpIjoiMBxpopfIhFmoZ2LT5kDdQzFc_C1BPooQnOsSNO8obGwh34WtEHEOoMBSmxrGyYOcBu8tTExY543MBsWyO3nEpvXNMG_H-UchOFc4Y33E12vqa-i46oTmA-lBxrqsfMm6x_bDdQxt7odE26oc4cSBBpsF5_FwYQCmhdfMjay0hCpJXT0GK0mol0YWlxQE20-1nyI5vazcuwVwtSi6YzMBow4wor8XHQjqaqQf-XRY84CK7n8WsDZuulq1Q"}],"body":{"mode":"raw","raw":"{\n    \"employeeCode\":\"dm11163\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{dummy}}.peoplestrong.com/api/integration/payroll/MyClaims/MyClaim","description":"<p>This endpoint allows users to show list of claims which has submitted by employees.</p>\n","urlObject":{"protocol":"https","path":["api","integration","payroll","MyClaims","MyClaim"],"host":["{{dummy}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"17b1ea67-222e-4b05-8f2d-7e46c23c3d00","name":"MyClaim","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apikey","value":"dummy"},{"key":"Authorization","value":"Bearer dummyeyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJmZ1NJbmI4R25XTkprN0dlc25KY0NZZXdnTHlGwh34WtEHEOoMBSmxrGyYOcBu8tTExY543MBsWyO3nEpvXNMG_H-UchOFc4Y33E12vqa-i46oTmA-lBxrqsfMm6x_bDdQxt7odE26oc4cSBBpsF5_FwYQCmhdfMjay0hCpJXT0GK0mol0YWlxQE20-1nyI5vazcuwVwtSi6YzMBow4wor8XHQjqaqQf-XRY84CK7n8WsDZuulq1Q"}],"body":{"mode":"raw","raw":"{\n    \"employeeCode\":\"dm11163\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{dummy}}.peoplestrong.com/api/integration/payroll/MyClaims/MyClaim"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Mon, 11 Aug 2025 10:12:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Connection","value":"close"},{"key":"Content-Length","value":"24"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"messageCode\": {\n        \"code\": \"EC200\",\n        \"message\": \"My Claims Fetched Successfully\",\n        \"description\": \"My claims\",\n        \"validationKeys\": null,\n        \"forcedAppUpdate\": false\n    },\n    \"responseData\": [\n        {\n            \"claimcode\": \"DTRV3343\",\n            \"expenseCategory\": \"Domestic travel\",\n            \"appliedDate\": \"Dec 11, 2024\",\n            \"workflowStageType\": \"Finance Approval Level\",\n            \"status\": \"Finance Approval\",\n            \"claimedAmount\": 100.00000,\n            \"approvedAmount\": 100.00000,\n            \"paidAmount\": null\n        },\n        {\n            \"claimcode\": \"Com/ALTW_001_Worklife\",\n            \"expenseCategory\": \"Communication\",\n            \"appliedDate\": \"Feb 16, 2021\",\n            \"workflowStageType\": \"Approval Level1\",\n            \"status\": \"Claim Approval - L1 Manager\",\n            \"claimedAmount\": 10.00000,\n            \"approvedAmount\": 0,\n            \"paidAmount\": null\n        }\n    ],\n    \"response\": null,\n    \"appUpdateResponseTO\": null,\n    \"totalRecords\": 204,\n    \"responseMap\": null\n}"}],"_postman_id":"7d129480-2ea6-4a65-bfdf-0688b8fd515c"},{"name":"ClaimDetail","id":"97215d7e-5a11-4c74-8712-53b68d0e2b8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apikey","value":"dummy"},{"key":"Authorization","value":"Bearer dummyeyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6T0GK0mol0YWlxQE20-1nyI5vazcuwVwtSi6YzMBow4wor8XHQjqaqQf-XRY84CK7n8WsDZuulq1Q"}],"body":{"mode":"raw","raw":"{\n    \"employeeCode\": \"DM11163\",\n    \"claimCode\": \"DTRV334343434\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{sub-domain}}.peoplestrong.com/api/integration/payroll/ClaimDetails/ClaimDetail","description":"<p>This API is help to view submitted claim details and approval status.</p>\n","urlObject":{"protocol":"https","path":["api","integration","payroll","ClaimDetails","ClaimDetail"],"host":["{{sub-domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"18be7bb1-0991-46c2-bc0c-3326537dd86c","name":"ClaimDetail","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apikey","value":"dummy"},{"key":"Authorization","value":"Bearer dummyeyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJ-UchOFc4Y33E12vqa-i46oTmA-lBxrqsfMm6x_bDdQxt7odE26oc4cSBBpsF5_FwYQCmhdfMjay0hCpJXT0GK0mol0YWlxQE20-1nyI5vazcuwVwtSi6YzMBow4wor8XHQjqaqQf-XRY84CK7n8WsDZuulq1Q"}],"body":{"mode":"raw","raw":"{\n    \"employeeCode\": \"DM11163\",\n    \"claimCode\": \"DTRV334343434/11.11.13601/20241211/DM11163/143404/D0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{sub-domain}}.peoplestrong.com/api/integration/payroll/ClaimDetails/ClaimDetail"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Mon, 11 Aug 2025 10:38:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Connection","value":"close"},{"key":"Content-Length","value":"24"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"messageCode\": {\n        \"code\": \"EC200\",\n        \"message\": \"My Claim Details Fetched Successfully\",\n        \"description\": \"Claim Details\",\n        \"validationKeys\": null,\n        \"forcedAppUpdate\": false\n    },\n    \"responseData\": [\n        {\n            \"approvalHistory\": [\n                {\n                    \"name\": \"John Doe\",\n                    \"comment\": \"test\",\n                    \"approvedAmmount\": 100,\n                    \"stage\": null,\n                    \"status\": \"\",\n                    \"approverRole\": \"L2 Manager\",\n                    \"satgeName\": \"Claim Approval - L2 manager\",\n                    \"createdDate\": 1744917179560,\n                    \"rejectionReason\": null,\n                    \"grade\": \"Btech\",\n                    \"designation\": \"HCM Officer.\",\n                    \"actionName\": \"APPROVE\",\n                    \"actionTakenBy\": \"Sonam  Singh\",\n                    \"actionDate\": 1744917179560\n                },\n                {\n                    \"name\": \"John Doe1\",\n                    \"comment\": \"ok\",\n                    \"approvedAmmount\": 100,\n                    \"stage\": null,\n                    \"status\": \"\",\n                    \"approverRole\": \"L1 Manager\",\n                    \"satgeName\": \"Claim Approval\",\n                    \"createdDate\": 1733908209880,\n                    \"rejectionReason\": null,\n                    \"grade\": \"M3\",\n                    \"designation\": \"Director, HR\",\n                    \"actionName\": \"APPROVE\",\n                    \"actionTakenBy\": \"John Doe2\",\n                    \"actionDate\": 1733908209880\n                }\n            ],\n            \"claimDetails\": [\n                {\n                    \"reimbursementDetailID\": 9196750,\n                    \"reimbursementDetailID1\": 0,\n                    \"startDateAsString\": \"Dec 09, 2024\",\n                    \"endDateAsString\": \"Dec 09, 2024\",\n                    \"billDateAsString\": \"Dec 09, 2024\",\n                    \"select\": false,\n                    \"billNumber\": \"\",\n                    \"mobileNumber\": \"\",\n                    \"cug\": false,\n                    \"startDate\": 1733682600000,\n                    \"endDate\": 1733682600000,\n                    \"eligibleAmmount\": 700,\n                    \"eligibleAmmountOriginal\": 700.00000,\n                    \"claimAmmount\": 100,\n                    \"expenseHeadID\": 6252,\n                    \"vendorName\": \"New\",\n                    \"existingFreeField\": null,\n                    \"employeeComments\": \"\",\n                    \"reimburseMentCode\": null,\n                    \"organizationId\": 0,\n                    \"tenantId\": 2,\n                    \"reimbursementId\": 3342860,\n                    \"expenseCategoryId\": 9,\n                    \"costID\": 0,\n                    \"expenseHead\": \"Broadband\",\n                    \"sysDate\": null,\n                    \"manageruserid\": 0,\n                    \"l2approverid\": 0,\n                    \"travelselection\": false,\n                    \"perTransaction\": false,\n                    \"perDay\": false,\n                    \"startDateb\": null,\n                    \"endDateb\": null,\n                    \"billDate\": 1733682600000,\n                    \"destinationFrom\": null,\n                    \"destinationTo\": null,\n                    \"budgetedcb\": false,\n                    \"pretravelApprovalcb\": false,\n                    \"neworeditpaymentMode\": 178992,\n                    \"attendeesName\": null,\n                    \"expensecodecc\": null,\n                    \"functioncc\": null,\n                    \"empcodecc\": null,\n                    \"monthyrcc\": null,\n                    \"conveyanceDistance\": null,\n                    \"conveyanceRate\": 0.00,\n                    \"conveyancemode\": 0,\n                    \"distancetravelled\": 0.00,\n                    \"excessClaimReason\": null,\n                    \"travelpurpose\": null,\n                    \"travelmode\": 0,\n                    \"active\": false,\n                    \"billPeriod\": 1732991400000,\n                    \"billperiodasString\": \"Dec 01, 2024\",\n                    \"monthofyear\": 12,\n                    \"bookedc\": false,\n                    \"showEligibleAmount\": false,\n                    \"billPeriodAsString\": \"December 2024\",\n                    \"paymentmodeasstring\": \"Cash\",\n                    \"yearfiscal\": 2024,\n                    \"conveyanceFrom\": \"\",\n                    \"conveyanceTo\": \"\",\n                    \"wbsNumber\": null,\n                    \"freeField1\": \"\",\n                    \"freeField2\": \"\",\n                    \"freeField3\": null,\n                    \"freeField4\": null,\n                    \"freeField5\": null,\n                    \"freeField6\": null,\n                    \"freeField7\": null,\n                    \"freeField8\": null,\n                    \"freeField9\": null,\n                    \"freeField10\": null,\n                    \"freeField11\": null,\n                    \"freeField12\": null,\n                    \"freeField13\": null,\n                    \"freeField14\": null,\n                    \"freeField15\": null,\n                    \"freeField16\": false,\n                    \"dropDown1\": 0,\n                    \"dropDown2\": 0,\n                    \"dropDown3\": 0,\n                    \"dropDown4\": 0,\n                    \"dropDown5\": 0,\n                    \"dropDown6\": 0,\n                    \"dropDown7\": 0,\n                    \"dropDown8\": 0,\n                    \"dropDown9\": 0,\n                    \"dropDown10\": 0,\n                    \"currencyCode\": null,\n                    \"internalOrderNumber\": \"\",\n                    \"customerName\": \"\",\n                    \"phoneNo\": null,\n                    \"natureOfExpense\": \"\",\n                    \"premiseAddress\": \"\",\n                    \"approvedAmount\": 100.00000,\n                    \"claimViaSMS\": null,\n                    \"attachments\": [],\n                    \"headAttachments\": [],\n                    \"excessClaimStopFlag\": false,\n                    \"excessClaimErrorMsg\": null,\n                    \"calculateOnDates\": false,\n                    \"reduceDays\": 0,\n                    \"gstAmount\": 0.0,\n                    \"serviceChargeAmount\": 0.0,\n                    \"gstPercentage\": null,\n                    \"serviceChargePercentage\": null,\n                    \"expenseCategory\": \"Domestic travel\",\n                    \"perFinYear\": false,\n                    \"approvalPercentage\": 100,\n                    \"approverRemarks\": \"\",\n                    \"noOfClaims\": 99999,\n                    \"perCalYear\": false,\n                    \"calStartDate\": 0,\n                    \"calEndDate\": 0,\n                    \"actualAmount\": 0.00000,\n                    \"taxAmount\": 0.00000,\n                    \"breAdminConfigDetailsID\": 0,\n                    \"scale\": 2,\n                    \"rounding\": 4,\n                    \"scaling\": false,\n                    \"approverHistory\": null\n                }\n            ]\n        }\n    ],\n    \"response\": null,\n    \"appUpdateResponseTO\": null,\n    \"totalRecords\": 0,\n    \"responseMap\": null\n}"}],"_postman_id":"97215d7e-5a11-4c74-8712-53b68d0e2b8e"}],"id":"31d570ed-5970-4338-a55d-c2a7d78fbae0","_postman_id":"31d570ed-5970-4338-a55d-c2a7d78fbae0","description":""},{"name":"Inbound APIs","item":[{"name":"SubmitClaim","id":"d2b7a641-7f8b-422c-a97b-30f9a8003813","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apikey","value":"dummy"},{"key":"Authorization","value":"Bearer dummyeyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJmZ1NJbmI4R25XTkprN0dlc25KY0qRHq4E1IaZWNILm8vJWOjh2KmKJ8MQenEDvMkVEMfrO2W3FpEVHean4FFG4F3vwpUFWnDYS9FPKr_q5cTacxtJb_BjashOgNYUjCp4aFgoCGAfLdrekhsjn0SAwwc0p6Y-8N95DaJBc6-ZecfQWirmK7Veb188-xT5IHRrqciFAzaCspNCAEKYyvhQYPCll1ozT6PVPIvsLftRJNPLj8yuLYUH6w9HqkmzwFKopqKfjwDVogHSVby_hYHeIUVwDhO0v9Q-zOFDRThcGdxI7XkJV0l7Vo3x9zYwYf7AmHSsgftjJc7tJPFw"}],"body":{"mode":"raw","raw":"{\n    \"employeeCode\": \"12345\",\n    \"managerId\": \"872349\",\n    \"l2Approverid\": \"213421\",\n    \"hrCostId\": \"147506\",\n    \"expenseCategory\": \"56\",\n    \"wbsNumber\": \"\",\n    \"expenseHead\": 815,\n    \"month\": \"45535\",\n    \"neworeditbillDate\": \"15-Dec-2024\",\n    \"neworEditEligibleAmmount\": 2500,\n    \"neworEditEligibleAmmountOriginal\": 250.0,\n    \"neworeditclaimAmmount\": \"100\",\n    \"mobileNumber\": \"1234567891\",\n    \"conveyancemode\": \"\",\n    \"neworeditedBillNumber\": 3772342,\n    \"neworeditedvendor\": \"ghj\",\n    \"neworeditrate\": \"0\",\n    \"neworeditdistance\": \"0\",\n    \"neworeditedstartDate\": \"14-Dec-2024\",\n    \"neworeditedendDate\": \"15-Dec-2024\",\n    \"neworeditpaymentMode\": \"248545\",\n    \"neworeditemployeeComments\": \"fgg\",\n    \"neworeditexcessclaimComments\": \"\",\n    \"natureOfExpense\": \"\",\n    \"attachmentMaxCount\": 0,\n    \"attachmentsInput\": [\n            {\n                \"fileName\": \"JPEG_20240830_171351_7224419679067621402.jpg\",\n                \"fileData\": \"/9j/4AAQSkZJRgABAQAAAQABAAD/4gIoS+VN5T0q6XQM96ec0ssf/2Q==\",\n                \"fileSize\": 33973\n            },\n            {\n                \"fileName\": \"JPEG_20240814_131140_4870538832898921566.jpg\",\n                \"fileData\": \"/9j/4AAQSkZJRgABAQAAAQABAAD/4gxOWU0BtCKs6qCCoAAgKIAAoAA/9k=\",\n                \"fileSize\": 33830\n            }\n        ],\n    \"pretravelApprovalcb\": false,\n    \"travelmode\": 0,\n    \"cug\": \"\",\n    \"excessClaimStopFlag\": true,\n    \"bookedc\": false,\n    \"attendeesName\": \"\",\n    \"calculateOnDates\": false,\n    \"reduceDays\": 0,\n    \"gstAmount\": 0.0,\n    \"serviceChargeAmount\": 0.0,\n    \"gstPercentage\": 0.0,\n    \"serviceChargePercentage\": 0.0,\n    \"approvalPercentage\": 100.0,\n    \"freeField16\": false,\n    \"startDateb\": null,\n    \"endDateb\": null,\n    \"destinationFrom\": \"\",\n    \"destinationTo\": \"\",\n    \"travelpurpose\": \"\",\n    \"reimburseMentID\": null,\n    \"reimbursementdetailid\": null,\n    \"breAdminConfigMobileId\": \"25\",\n    \"freeField1\": \"\",\n    \"freeField2\": \"\",\n    \"freeField3\": \"\",\n    \"freeField4\": \"\",\n    \"freeField5\": \"\",\n    \"freeField6\": \"\",\n    \"freeField7\": \"\",\n    \"freeField8\": \"\",\n    \"freeField9\": \"\",\n    \"freeField10\": \"\",\n    \"freeField11\": \"\",\n    \"freeField12\": \"\",\n    \"freeField13\": \"\",\n    \"freeField14\": \"\",\n    \"freeField15\": \"\",\n    \"dropDown1\": \"\",\n    \"dropDown2\": \"\",\n    \"dropDown3\": \"\",\n    \"dropDown4\": \"\",\n    \"dropDown5\": \"\",\n    \"dropDown6\": \"\",\n    \"dropDown7\": \"\",\n    \"dropDown8\": \"\",\n    \"dropDown9\": \"\",\n    \"dropDown10\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{sub-domain}}.peoplestrong.com/api/integration/payroll/SubmitClaims/SubmitClaim","description":"<p>This endpoint allows users to submit claims related to payroll expenses for employees. It is designed to facilitate the process of recording and managing employee claims efficiently.</p>\n","urlObject":{"protocol":"https","path":["api","integration","payroll","SubmitClaims","SubmitClaim"],"host":["{{sub-domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"725c7575-4916-4966-8751-6c8896449010","name":"SubmitClaim","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apikey","value":"dummy"},{"key":"Authorization","value":"Bearer dummyeyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJNYUjCp4aFgoCGAfLdrekhsjn0SAwwc0p6Y-8N95DaJBc6-ZecfQWirmK7Veb188-xT5IHRrqciFAzaCspNCAEKYyvhQYPCll1ozT6PVPIvsLftRJNPLj8yuLYUH6w9HqkmzwFKopqKfjwDVogHSVby_hYHeIUVwDhO0v9Q-zOFDRThcGdxI7XkJV0l7Vo3x9zYwYf7AmHSsgftjJc7tJPFw"}],"body":{"mode":"raw","raw":"{\n    \"employeeCode\": \"12345\",\n    \"managerId\": \"872349\",\n    \"l2Approverid\": \"213421\",\n    \"hrCostId\": \"147506\",\n    \"expenseCategory\": \"56\",\n    \"wbsNumber\": \"\",\n    \"expenseHead\": 815,\n    \"month\": \"45535\",\n    \"neworeditbillDate\": \"15-Dec-2024\",\n    \"neworEditEligibleAmmount\": 2500,\n    \"neworEditEligibleAmmountOriginal\": 250.0,\n    \"neworeditclaimAmmount\": \"100\",\n    \"mobileNumber\": \"1234567891\",\n    \"conveyancemode\": \"\",\n    \"neworeditedBillNumber\": 3772342,\n    \"neworeditedvendor\": \"ghj\",\n    \"neworeditrate\": \"0\",\n    \"neworeditdistance\": \"0\",\n    \"neworeditedstartDate\": \"14-Dec-2024\",\n    \"neworeditedendDate\": \"15-Dec-2024\",\n    \"neworeditpaymentMode\": \"248545\",\n    \"neworeditemployeeComments\": \"fgg\",\n    \"neworeditexcessclaimComments\": \"\",\n    \"natureOfExpense\": \"\",\n    \"attachmentMaxCount\": 0,\n    \"attachmentsInput\": [\n            {\n                \"fileName\": \"JPEG_20240830_171351_7224419679067621402.jpg\",\n                \"fileData\": \"/9j/4AAQSkZJRgABAQAAAQABAAD/4gIoS+VN5T0q6XQM96ec0ssf/2Q==\",\n                \"fileSize\": 33973\n            },\n            {\n                \"fileName\": \"JPEG_20240814_131140_4870538832898921566.jpg\",\n                \"fileData\": \"/9j/4AAQSkZJRgABAQAAAQABAAD/4gxOWU0BtCKs6qCCoAAgKIAAoAA/9k=\",\n                \"fileSize\": 33830\n            }\n        ],\n    \"pretravelApprovalcb\": false,\n    \"travelmode\": 0,\n    \"cug\": \"\",\n    \"excessClaimStopFlag\": true,\n    \"bookedc\": false,\n    \"attendeesName\": \"\",\n    \"calculateOnDates\": false,\n    \"reduceDays\": 0,\n    \"gstAmount\": 0.0,\n    \"serviceChargeAmount\": 0.0,\n    \"gstPercentage\": 0.0,\n    \"serviceChargePercentage\": 0.0,\n    \"approvalPercentage\": 100.0,\n    \"freeField16\": false,\n    \"startDateb\": null,\n    \"endDateb\": null,\n    \"destinationFrom\": \"\",\n    \"destinationTo\": \"\",\n    \"travelpurpose\": \"\",\n    \"reimburseMentID\": null,\n    \"reimbursementdetailid\": null,\n    \"breAdminConfigMobileId\": \"25\",\n    \"freeField1\": \"\",\n    \"freeField2\": \"\",\n    \"freeField3\": \"\",\n    \"freeField4\": \"\",\n    \"freeField5\": \"\",\n    \"freeField6\": \"\",\n    \"freeField7\": \"\",\n    \"freeField8\": \"\",\n    \"freeField9\": \"\",\n    \"freeField10\": \"\",\n    \"freeField11\": \"\",\n    \"freeField12\": \"\",\n    \"freeField13\": \"\",\n    \"freeField14\": \"\",\n    \"freeField15\": \"\",\n    \"dropDown1\": \"\",\n    \"dropDown2\": \"\",\n    \"dropDown3\": \"\",\n    \"dropDown4\": \"\",\n    \"dropDown5\": \"\",\n    \"dropDown6\": \"\",\n    \"dropDown7\": \"\",\n    \"dropDown8\": \"\",\n    \"dropDown9\": \"\",\n    \"dropDown10\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{sub-domain}}.peoplestrong.com/api/integration/payroll/SubmitClaims/SubmitClaim"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"X-RateLimit-Limit-day","value":"50"},{"key":"X-RateLimit-Remaining-day","value":"48"},{"key":"X-RateLimit-Limit-month","value":"500"},{"key":"X-RateLimit-Remaining-month","value":"498"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Mon, 11 Aug 2025 09:40:49 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"messageCode\": {\n        \"code\": \"EC253\",\n        \"message\": \"Employee not found\",\n        \"description\": \"Employee not found\",\n        \"validationKeys\": null,\n        \"forcedAppUpdate\": false\n    },\n    \"responseData\": null,\n    \"response\": null,\n    \"appUpdateResponseTO\": null,\n    \"totalRecords\": 0,\n    \"responseMap\": null\n}"}],"_postman_id":"d2b7a641-7f8b-422c-a97b-30f9a8003813"},{"name":"ChangeExpenseHead","id":"9dddefe2-f91a-4bd3-9aca-fd2152c9c6e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apikey","value":"dummy"},{"key":"Authorization","value":"Bearer dummyeyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJmZ1NJbmI4R25XTkprN0dlc25KY0RWEVqLwmxs4S1sSbG-Y_R5rYYEKwCqEuVFveZvGO4EkBDrfnViplyVxI8VbKB5H3WZSPIPNQv_ceRoVJGkf7olA"}],"body":{"mode":"raw","raw":"{\n    \"employeeCode\": \"11111\",\n    \"managerId\": \"5788888\",\n    \"l2Approverid\": \"213421\",\n    \"hrCostId\": \"147506\",\n    \"expenseCategory\": \"56\",\n    \"wbsNumber\": \"\",\n    \"expenseHead\": 815,\n    \"month\": \"45535\",\n    \"neworeditbillDate\": \"15-Dec-2024\",\n    \"neworEditEligibleAmmount\": 2500,\n    \"neworEditEligibleAmmountOriginal\": 250.0,\n    \"neworeditclaimAmmount\": \"100\",\n    \"mobileNumber\": \"9871317802\",\n    \"conveyancemode\": \"\",\n    \"neworeditedBillNumber\": 3777952,\n    \"neworeditedvendor\": \"ghj\",\n    \"neworeditrate\": \"0\",\n    \"neworeditdistance\": \"0\",\n    \"neworeditedstartDate\": \"14-Dec-2024\",\n    \"neworeditedendDate\": \"15-Dec-2024\",\n    \"neworeditpaymentMode\": \"248545\",\n    \"neworeditemployeeComments\": \"fgg\",\n    \"neworeditexcessclaimComments\": \"\",\n    \"natureOfExpense\": \"\",\n    \"attachmentMaxCount\": 0,\n    \"attachmentsInput\": [\n            {\n                \"fileName\": \"JPEG_20240830_171351_7224419679067621402.jpg\",\n                \"fileData\": \"/9j/4AAQSkZJRgABAQAAAQABAAD/4gIoSUNDAf/2Q==\",\n                \"fileSize\": 33973\n            },\n            {\n                \"fileName\": \"JPEG_20240814_131140_4870538832898921566.jpg\",\n                \"fileData\": \"/9j/4AAQSkZJRgABAQAAAQABAAD/4gIoSUNDX1BST0ZJTEUAAIk=\",\n                \"fileSize\": 33830\n            }\n        ],\n    \"pretravelApprovalcb\": false,\n    \"travelmode\": 0,\n    \"cug\": \"\",\n    \"excessClaimStopFlag\": true,\n    \"bookedc\": false,\n    \"attendeesName\": \"\",\n    \"calculateOnDates\": false,\n    \"reduceDays\": 0,\n    \"gstAmount\": 0.0,\n    \"serviceChargeAmount\": 0.0,\n    \"gstPercentage\": 0.0,\n    \"serviceChargePercentage\": 0.0,\n    \"approvalPercentage\": 100.0,\n    \"freeField16\": false,\n    \"startDateb\": null,\n    \"endDateb\": null,\n    \"destinationFrom\": \"\",\n    \"destinationTo\": \"\",\n    \"travelpurpose\": \"\",\n    \"reimburseMentID\": null,\n    \"reimbursementdetailid\": null,\n    \"breAdminConfigMobileId\": \"25\",\n    \"freeField1\": \"\",\n    \"freeField2\": \"\",\n    \"freeField3\": \"\",\n    \"freeField4\": \"\",\n    \"freeField5\": \"\",\n    \"freeField6\": \"\",\n    \"freeField7\": \"\",\n    \"freeField8\": \"\",\n    \"freeField9\": \"\",\n    \"freeField10\": \"\",\n    \"freeField11\": \"\",\n    \"freeField12\": \"\",\n    \"freeField13\": \"\",\n    \"freeField14\": \"\",\n    \"freeField15\": \"\",\n    \"dropDown1\": \"\",\n    \"dropDown2\": \"\",\n    \"dropDown3\": \"\",\n    \"dropDown4\": \"\",\n    \"dropDown5\": \"\",\n    \"dropDown6\": \"\",\n    \"dropDown7\": \"\",\n    \"dropDown8\": \"\",\n    \"dropDown9\": \"\",\n    \"dropDown10\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{sub-domain}}.peoplestrong.com/api/integration/payroll/ChangeExpenseHead/ChangeExpenseHead","description":"<p>This endpoint allows users to change or edit the expense head associated with an employee's expense claim. It requires specific details about the employee, expense, and related information to process the request successfully.</p>\n","urlObject":{"protocol":"https","path":["api","integration","payroll","ChangeExpenseHead","ChangeExpenseHead"],"host":["{{sub-domain}}","peoplestrong","com"],"query":[],"variable":[]}},"response":[{"id":"f395ff2c-983c-4d59-a405-b44542343f7a","name":"ChangeExpenseHead","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apikey","value":"dummy"},{"key":"Authorization","value":"Bearer dummyeyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJmZ1NJbmI4R25XTkprN0dlc25KY0NvD1YKbUEe7YWqDBZXx4KkCu9t9B1i9hiIcdoa3S6RmLhiG3UOm8GkvmzuhxRO-qATB-jd_mbX3zklfD_cbOzIt6TDHj0RWEVqLwmxs4S1sSbG-Y_R5rYYEKwCqEuVFveZvGO4EkBDrfnViplyVxI8VbKB5H3WZSPIPNQv_ceRoVJGkf7olA"}],"body":{"mode":"raw","raw":"{\n    \"employeeCode\": \"11111\",\n    \"managerId\": \"5788888\",\n    \"l2Approverid\": \"213421\",\n    \"hrCostId\": \"147506\",\n    \"expenseCategory\": \"56\",\n    \"wbsNumber\": \"\",\n    \"expenseHead\": 815,\n    \"month\": \"45535\",\n    \"neworeditbillDate\": \"15-Dec-2024\",\n    \"neworEditEligibleAmmount\": 2500,\n    \"neworEditEligibleAmmountOriginal\": 250.0,\n    \"neworeditclaimAmmount\": \"100\",\n    \"mobileNumber\": \"9871317802\",\n    \"conveyancemode\": \"\",\n    \"neworeditedBillNumber\": 3777952,\n    \"neworeditedvendor\": \"ghj\",\n    \"neworeditrate\": \"0\",\n    \"neworeditdistance\": \"0\",\n    \"neworeditedstartDate\": \"14-Dec-2024\",\n    \"neworeditedendDate\": \"15-Dec-2024\",\n    \"neworeditpaymentMode\": \"248545\",\n    \"neworeditemployeeComments\": \"fgg\",\n    \"neworeditexcessclaimComments\": \"\",\n    \"natureOfExpense\": \"\",\n    \"attachmentMaxCount\": 0,\n    \"attachmentsInput\": [\n            {\n                \"fileName\": \"JPEG_20240830_171351_7224419679067621402.jpg\",\n                \"fileData\": \"/9j/4AAQSkZJRgABAQAAAQABAAD/4gIoSUNDAf/2Q==\",\n                \"fileSize\": 33973\n            },\n            {\n                \"fileName\": \"JPEG_20240814_131140_4870538832898921566.jpg\",\n                \"fileData\": \"/9j/4AAQSkZJRgABAQAAAQABAAD/4gIoSUNDX1BST0ZJTEUAAIk=\",\n                \"fileSize\": 33830\n            }\n        ],\n    \"pretravelApprovalcb\": false,\n    \"travelmode\": 0,\n    \"cug\": \"\",\n    \"excessClaimStopFlag\": true,\n    \"bookedc\": false,\n    \"attendeesName\": \"\",\n    \"calculateOnDates\": false,\n    \"reduceDays\": 0,\n    \"gstAmount\": 0.0,\n    \"serviceChargeAmount\": 0.0,\n    \"gstPercentage\": 0.0,\n    \"serviceChargePercentage\": 0.0,\n    \"approvalPercentage\": 100.0,\n    \"freeField16\": false,\n    \"startDateb\": null,\n    \"endDateb\": null,\n    \"destinationFrom\": \"\",\n    \"destinationTo\": \"\",\n    \"travelpurpose\": \"\",\n    \"reimburseMentID\": null,\n    \"reimbursementdetailid\": null,\n    \"breAdminConfigMobileId\": \"25\",\n    \"freeField1\": \"\",\n    \"freeField2\": \"\",\n    \"freeField3\": \"\",\n    \"freeField4\": \"\",\n    \"freeField5\": \"\",\n    \"freeField6\": \"\",\n    \"freeField7\": \"\",\n    \"freeField8\": \"\",\n    \"freeField9\": \"\",\n    \"freeField10\": \"\",\n    \"freeField11\": \"\",\n    \"freeField12\": \"\",\n    \"freeField13\": \"\",\n    \"freeField14\": \"\",\n    \"freeField15\": \"\",\n    \"dropDown1\": \"\",\n    \"dropDown2\": \"\",\n    \"dropDown3\": \"\",\n    \"dropDown4\": \"\",\n    \"dropDown5\": \"\",\n    \"dropDown6\": \"\",\n    \"dropDown7\": \"\",\n    \"dropDown8\": \"\",\n    \"dropDown9\": \"\",\n    \"dropDown10\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{sub-domain}}.peoplestrong.com/api/integration/payroll/ChangeExpenseHead/ChangeExpenseHead"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Mon, 11 Aug 2025 11:00:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Connection","value":"close"},{"key":"Content-Length","value":"24"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"messageCode\": {\n        \"code\": \"EC253\",\n        \"message\": \"Employee not found\",\n        \"description\": \"Employee not found\",\n        \"validationKeys\": null,\n        \"forcedAppUpdate\": false\n    },\n    \"responseData\": null,\n    \"response\": null,\n    \"appUpdateResponseTO\": null,\n    \"totalRecords\": 0,\n    \"responseMap\": null\n}"}],"_postman_id":"9dddefe2-f91a-4bd3-9aca-fd2152c9c6e8"}],"id":"876b1ceb-efd5-4e27-b852-09654985bffa","_postman_id":"876b1ceb-efd5-4e27-b852-09654985bffa","description":""}],"id":"f6f852ca-1587-418c-b14b-01155fa8e66b","description":"<p>Payroll module automates the payroll process, ensuring accurate and timely calculation of employee salaries, taxes, and other deductions. It offers features like payroll processing, tax calculations, pay slip generation, and statutory compliance, making it efficient for HR teams to manage payroll operations.</p>\n","_postman_id":"f6f852ca-1587-418c-b14b-01155fa8e66b"}],"id":"7e9e6f6a-90fe-405c-80da-f639e622bfff","_postman_id":"7e9e6f6a-90fe-405c-80da-f639e622bfff","description":""}]}