{"info":{"_postman_id":"867323f4-8f41-4ad9-95a8-42e6411e5146","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. Our APIs are accessible to privileged customers and access would be provided on a request-only basis.</p>\n<p>We publish enhancements to our APIs on a monthly basis. Please reach out to us at <a href=\"mailto:Integrations@peoplestrong.com\">Integrations@peoplestrong.com</a> for any queries you must have.</p>\n<hr>\n<h1 id=\"api-types\">API Types</h1>\n<p>We expose three types of APIs i.e. Inbound API, Outbound API, and Transactional API</p>\n<p><strong>Inbound API:</strong> Inbound API are those API which we consumedata from our clients. In this API, our client’s application makes call to People Strong's API to put data in our database</p>\n<p><strong>Outbound API:</strong> Outbound API are those API where we make call to send data to other application of our client’s platform.</p>\n<p><strong>Transactional API:</strong> Transactional API are those API where handles API request on real time basis.</p>\n<hr>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>Error Handling will be descriptive, and we have provided Error Codes upfront to help consumers understand the reason for error. There won’t be any limit on error. Error handling is hardcoded at the backend with error code, and it won’t be configurable. Exhaustive list of errors are shown below:</p>\n<ul>\n<li>EC 2XXX Series: Successful<ul>\n<li>EC 2000: Processed Successfully</li>\n</ul>\n</li>\n<li>EC 4XXX Series: Request contains bad syntax or cannot be fulfilled<ul>\n<li>EC4001, Content-Type must be provided.</li>\n<li>EC4002, Integration name is not provided in the request.</li>\n<li>EC4003, Authorization header must be provided.</li>\n<li>EC4004, Access token not in proper format.</li>\n<li>EC4005, Invalid Dynamic Filter provided in the request body.</li>\n<li>EC4006, Invalid StartDate Filter.</li>\n<li>EC4007, Invalid EndDate Filter.</li>\n<li>EC4009, Range between start Date and end Date is greater than the startEndRange</li>\n<li>EC4010, Invalid filters sent in the request.</li>\n</ul>\n</li>\n<li>EC 5xxx: Server error. It will give the message as “API unable to fetch data” at user end.<ul>\n<li>EC5000, INTERNAL_SERVER_ERROR</li>\n<li>EC5001, OUTBOUND_JOIN_COLUMN_ATTRIBUTE_NULL</li>\n<li>EC5002, NO_MARKER_FOR_REQUEST</li>\n<li>EC5003, PRIMARY_KEY_NULL</li>\n<li>EC 5004, SYNTAX_ERROR_IN_QUERY</li>\n<li>EC 5005, ERROR_IN_DYNAMIC_QUERY_CREATION</li>\n<li>EC 5006, MARKER_INSERTION_IN_DB_FAILURE</li>\n<li>EC 5007, REDIS_MARKER_DELETION_FAILURE</li>\n<li>EC 5008, MARKER_NULL_OR_INVALID</li>\n<li>EC 5009, ERROR_IN_DYNAMIC_QUERY_SYNTAX_OR_FROM_DATALAKE</li>\n<li>EC 5010, UNIQUE_IDENTIFIER_COLUMN_NAME_NULL</li>\n<li>EC5011, ONE_TO_ONE_TABLE_OR_PRIMARY_KEY_NULL</li>\n<li>EC5012, COLUMNWISE_TABLE_OR_PRIMARY_KEY_NULL</li>\n<li>EC 5013, MUTLIPLE_1M_TABLES_FOR_MASTER</li>\n<li>EC5014, MUTLIPLE_COLUMN_WISE_TABLES_FOR_MASTER</li>\n<li>EC5015, ERROR_FROM_CLIENT_CONFIG_API</li>\n</ul>\n</li>\n<li>6xxx Custom: Client Side Config Error<ul>\n<li>EC6001, API does not exist or is inactive for this organization.</li>\n<li>EC6002, Multiple APIs configured for this organization/entity.</li>\n<li>EC6003, Dataflowtype is null or empty.</li>\n<li>EC6004, Configured DataFlowType doesn't exist.</li>\n<li>EC6005, API Response Format is set as null.</li>\n<li>EC6006, Pagination Limit is configured as null. Please provide a valid value before proceeding.</li>\n<li>EC6007, Config not found for the given api</li>\n<li>EC6008, Invalid number of master types found for the outbound API.</li>\n<li>EC6009, No visible fields are configured in hierarchy for tree format.</li>\n</ul>\n</li>\n</ul>\n<hr>\n<h1 id=\"rate-limiting\">Rate Limiting</h1>\n<p>API access rate limit applied on Size and Number of invocations. Number of invocation will be based on 'API request per hour', 'API request per day', and 'API request per month'. Our system will also show the status of your consumption.</p>\n<ul>\n<li>Consumed API request details</li>\n<li>Remaining API request details</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, it will throw error, \"API size limit exceeded \" with status code 413.</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 Limiting","slug":"rate-limiting"}],"owner":"25536221","collectionId":"867323f4-8f41-4ad9-95a8-42e6411e5146","publishedId":"2s935oMj6o","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-02-06T07:10:22.000Z"},"item":[{"name":"Authentication","item":[{"name":"Generate Token","id":"de647fe9-2296-416c-b8e9-de900c0e4a6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"client_id","value":"{{client-id}}","type":"text"},{"key":"client_secret","value":"{{client-secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"realmID\": \"10609\",\r\n    \"secretKey\": \"Q2xpZW50X0ludGVncmF0aW9uX1RvcnJlbnRfR3JvdXBfMTA2MDk6ZThiNDkwNmQtNDhiNS00MjUwLWIwMWYtMzkzYzZkZWNiNzIy\"\r\n}"},"url":"https://s2demo-admin.uat.peoplestrong.com/client-config/api/kong/generateToken","urlObject":{"protocol":"https","path":["client-config","api","kong","generateToken"],"host":["s2demo-admin","uat","peoplestrong","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"de647fe9-2296-416c-b8e9-de900c0e4a6c"}],"id":"72e78445-18f7-4f54-936a-55bedd0d944a","description":"<p>The client_id and client_secret are unique and will be provided by Peoplestrong. If you require API credentials for the test environment, you can request it by logging into test.peoplestrong.com.</p>\n<p>The response will contain the authorisation token. API user will have to pass this authorisation token to get response.</p>\n<p>The authorisation token will expire after 5 minutes.</p>\n","_postman_id":"72e78445-18f7-4f54-936a-55bedd0d944a"},{"name":"Attendance","item":[{"name":"Outbound APIs","item":[{"name":"Raw Punch","id":"988fb780-d7a1-4996-a64d-fd55baec4ec1","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=Employee Master Data","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":[],"_postman_id":"988fb780-d7a1-4996-a64d-fd55baec4ec1"},{"name":"AttendanceReg Master Data","id":"29680bf8-8921-489f-9659-09da01254823","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=Employee Master Data","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":[],"_postman_id":"29680bf8-8921-489f-9659-09da01254823"},{"name":"Absent Master Data","id":"883d934b-90e4-41cf-ad9e-eb2dd9a13aad","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 Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Master Data","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":[],"_postman_id":"883d934b-90e4-41cf-ad9e-eb2dd9a13aad"},{"name":"AttendanceReg Master Row Wise Data","id":"b57e2910-3011-4c3b-81fa-275c2403ad19","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 Row Wise Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=AttendanceReg Master Row Wise Data","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 Row Wise Data"}],"variable":[]}},"response":[],"_postman_id":"b57e2910-3011-4c3b-81fa-275c2403ad19"},{"name":"Absent Master Row Wise Data","id":"6173ff77-0af1-4aa0-bcc0-600209e6b14d","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 Row Wise Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Absent Master Row Wise Data","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":"Absent Master Row Wise Data"}],"variable":[]}},"response":[],"_postman_id":"6173ff77-0af1-4aa0-bcc0-600209e6b14d"},{"name":"Attendance Master Row Wise Data","id":"5af7167f-edec-451f-9ead-75a087de1fe8","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 Row Wise Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Attendance Master Row Wise Data","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 Row Wise Data"}],"variable":[]}},"response":[],"_postman_id":"5af7167f-edec-451f-9ead-75a087de1fe8"},{"name":"Attendance Master Data","id":"fd6f539b-f9d2-449b-ab7c-8902f6b8fced","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","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":[],"_postman_id":"fd6f539b-f9d2-449b-ab7c-8902f6b8fced"},{"name":"OT Master Row Wise Data","id":"0d6f29aa-0b7e-4b98-854a-fb46b63bc91f","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","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":[],"_postman_id":"0d6f29aa-0b7e-4b98-854a-fb46b63bc91f"}],"id":"d2343f22-2889-47d4-9a75-783d2285e64b","_postman_id":"d2343f22-2889-47d4-9a75-783d2285e64b","description":""},{"name":"Inbound APIs","item":[{"name":"Attendance Master Data","id":"f06ade37-a4bd-4ba5-93ea-b2abaedba57e","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","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":[],"_postman_id":"f06ade37-a4bd-4ba5-93ea-b2abaedba57e"}],"id":"39831d83-8134-46fa-930a-1c431b7bbf34","_postman_id":"39831d83-8134-46fa-930a-1c431b7bbf34","description":""}],"id":"860cfc68-969f-4bda-ad98-5601625064c2","_postman_id":"860cfc68-969f-4bda-ad98-5601625064c2","description":""},{"name":"HRIS","item":[{"name":"Outbound APIs","item":[{"name":"Employee Master Data","id":"56dc82eb-40c4-437a-974a-bff9e61d5455","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","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":[],"_postman_id":"56dc82eb-40c4-437a-974a-bff9e61d5455"},{"name":"Band Master Data","id":"357e14c3-7727-47f7-ada3-162c5dfa4a7c","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=Employee Master Data","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":[],"_postman_id":"357e14c3-7727-47f7-ada3-162c5dfa4a7c"},{"name":"OrgUnit Master Data","id":"021826e7-8f27-48cb-b10f-61c8ca0cc616","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=Employee Master Data","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":[],"_postman_id":"021826e7-8f27-48cb-b10f-61c8ca0cc616"},{"name":"OrgUnit Master Data Column Wise","id":"aac95805-8c75-4030-80be-cc2e9e209c7a","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 Column Wise\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Master Data","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":[],"_postman_id":"aac95805-8c75-4030-80be-cc2e9e209c7a"},{"name":"WorkSite Master Data","id":"35020164-cc98-4bcc-8f7d-d1a9d18f2324","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","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":[],"_postman_id":"35020164-cc98-4bcc-8f7d-d1a9d18f2324"},{"name":"Employee Master Column Wise Data","id":"2124ce08-1c9d-4d75-ae32-c0487da1c291","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 Column Wise Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Master Column Wise Data","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 Column Wise Data"}],"variable":[]}},"response":[],"_postman_id":"2124ce08-1c9d-4d75-ae32-c0487da1c291"},{"name":"Grade Master Row Wise Data","id":"6fb43a4c-8d30-48ee-bbf6-5238788a267f","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 Row Wise Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Grade Master Row Wise Data","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 Row Wise Data"}],"variable":[]}},"response":[],"_postman_id":"6fb43a4c-8d30-48ee-bbf6-5238788a267f"},{"name":"Grade Master Column Wise Data","id":"69054a5a-2504-450d-a484-eacb28eca7c0","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 Column Wise Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Grade Master Column Wise Data","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 Column Wise Data"}],"variable":[]}},"response":[],"_postman_id":"69054a5a-2504-450d-a484-eacb28eca7c0"},{"name":"WorkSite Master Column Wise Data","id":"7587fb05-3382-48b9-8e70-3ccade33836e","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 Column Wise Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=WorkSite Master Column Wise Data","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 Column Wise Data"}],"variable":[]}},"response":[],"_postman_id":"7587fb05-3382-48b9-8e70-3ccade33836e"},{"name":"Designation Master Row Wise Data","id":"233df41e-d51d-42ef-bd2e-9c07c0644372","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 Row Wise Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Designation Master Row Wise Data","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 Row Wise Data"}],"variable":[]}},"response":[],"_postman_id":"233df41e-d51d-42ef-bd2e-9c07c0644372"},{"name":"Designation Master Column Wise Data","id":"631ec998-a4c4-4f56-9c89-fedb9a98131f","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 Column Wise Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Designation Master Column Wise Data","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 Column Wise Data"}],"variable":[]}},"response":[],"_postman_id":"631ec998-a4c4-4f56-9c89-fedb9a98131f"},{"name":"Band Master Row Wise Data","id":"0eeaefdf-f992-455b-9167-6e73b19ae745","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 Row Wise Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Band Master Row Wise Data","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 Row Wise Data"}],"variable":[]}},"response":[],"_postman_id":"0eeaefdf-f992-455b-9167-6e73b19ae745"},{"name":"Position Master Data","id":"549b9074-f783-4019-9dce-21a936e12f5c","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\": \"Position Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Position Master Data","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":"Position Master Data"}],"variable":[]}},"response":[],"_postman_id":"549b9074-f783-4019-9dce-21a936e12f5c"},{"name":"Designation Master Data","id":"7b8213ad-51f7-42d7-b3cf-03c8a469e03c","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","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":[],"_postman_id":"7b8213ad-51f7-42d7-b3cf-03c8a469e03c"},{"name":"Position Master Row Wise Data","id":"388d62e3-e9e3-4257-8d38-8f40917dcf53","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\": \"Position Master Row Wise Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Position Master Row Wise Data","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":"Position Master Row Wise Data"}],"variable":[]}},"response":[],"_postman_id":"388d62e3-e9e3-4257-8d38-8f40917dcf53"},{"name":"Employee Master Row Wise Data","id":"0c84fbfe-d97b-4f30-ae14-a189457467b8","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 Row Wise Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Master Row Wise Data","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 Row Wise Data"}],"variable":[]}},"response":[],"_postman_id":"0c84fbfe-d97b-4f30-ae14-a189457467b8"},{"name":"Grade Master Data","id":"e8eae968-436c-4e03-9173-38e8b5246eb0","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","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":[],"_postman_id":"e8eae968-436c-4e03-9173-38e8b5246eb0"},{"name":"Position Master Column Wise Data","id":"25948311-589a-4fbe-927e-5ea835220b63","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\": \"Position Master Column Wise Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Position Master Column Wise Data","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":"Position Master Column Wise Data"}],"variable":[]}},"response":[],"_postman_id":"25948311-589a-4fbe-927e-5ea835220b63"},{"name":"Promotion Master Row Wise Data","id":"4ef5124a-4b2e-4114-950e-31ed44fcd82b","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\": \"Promotion Master Row Wise Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Promotion Master Row Wise Data","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":"Promotion Master Row Wise Data"}],"variable":[]}},"response":[],"_postman_id":"4ef5124a-4b2e-4114-950e-31ed44fcd82b"},{"name":"Promotion Master Data","id":"77080ece-3bf3-41c7-b3ab-89a5d2e2aef6","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\": \"Promotion Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Promotion Master Data","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":"Promotion Master Data"}],"variable":[]}},"response":[],"_postman_id":"77080ece-3bf3-41c7-b3ab-89a5d2e2aef6"},{"name":"OrgUnit Master Data Row Wise","id":"acdea33c-1588-4b52-8d47-50e110b5a43d","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 Row Wise\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=OrgUnit Master Data Row Wise","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":"OrgUnit Master Data Row Wise"}],"variable":[]}},"response":[],"_postman_id":"acdea33c-1588-4b52-8d47-50e110b5a43d"},{"name":"WorkSite Master Row Wise Data","id":"ab00048c-8573-4e0c-b3cd-ff11f18d0165","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 Row Wise Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=WorkSite Master Row Wise Data","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 Row Wise Data"}],"variable":[]}},"response":[],"_postman_id":"ab00048c-8573-4e0c-b3cd-ff11f18d0165"}],"id":"b53eb7bd-403f-4e1b-bebd-82cbe0c452d0","_postman_id":"b53eb7bd-403f-4e1b-bebd-82cbe0c452d0","description":""}],"id":"5fd07527-6ec7-4826-8801-45e476e96e04","_postman_id":"5fd07527-6ec7-4826-8801-45e476e96e04","description":""},{"name":"Recruit","item":[{"name":"Outbound APIs","item":[{"name":"RequisitionMaster","id":"9757e90c-485e-429b-adc7-fdaa006596f2","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\": \"Requisition Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Requisition Master Data","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":"Requisition Master Data"}],"variable":[]}},"response":[],"_postman_id":"9757e90c-485e-429b-adc7-fdaa006596f2"},{"name":"CandidateDocMaster","id":"059673b7-1a9c-4e4f-8a5a-53bd56b5d2dc","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 Doc Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Candidate Doc Master Data","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":"Candidate Doc Master Data"}],"variable":[]}},"response":[],"_postman_id":"059673b7-1a9c-4e4f-8a5a-53bd56b5d2dc"},{"name":"CandidateMaster","id":"559c675e-eb01-4990-b317-adcb7158fd29","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 Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Candidate Master Data","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":"Candidate Master Data"}],"variable":[]}},"response":[],"_postman_id":"559c675e-eb01-4990-b317-adcb7158fd29"}],"id":"4bd5635a-b2a4-43fb-9518-9d466d9a31f7","_postman_id":"4bd5635a-b2a4-43fb-9518-9d466d9a31f7","description":""},{"name":"Inbound APIs","item":[{"name":"RequisitionMaster","id":"2d16e492-d180-4264-aa66-dac4b9697516","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\": \"Requisition Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Requisition Master Data","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":"Requisition Master Data"}],"variable":[]}},"response":[],"_postman_id":"2d16e492-d180-4264-aa66-dac4b9697516"},{"name":"ApplicantMaster","id":"f50aedd1-3b9a-468e-b600-6f69e49ebd8e","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\": \"Applicant Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Applicant Master Data","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":"Applicant Master Data"}],"variable":[]}},"response":[],"_postman_id":"f50aedd1-3b9a-468e-b600-6f69e49ebd8e"}],"id":"0b7f3679-4d15-4b9a-8aaf-36456bab1a20","_postman_id":"0b7f3679-4d15-4b9a-8aaf-36456bab1a20","description":""}],"id":"68d31ade-50a0-4ed6-810a-04ef5c8bf62b","_postman_id":"68d31ade-50a0-4ed6-810a-04ef5c8bf62b","description":""},{"name":"Payroll","item":[{"name":"Outbound APIs","item":[{"name":"Employee CTC Master Data","id":"4c6a4248-63f9-410c-b1f5-62a9d3885148","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","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":[],"_postman_id":"4c6a4248-63f9-410c-b1f5-62a9d3885148"}],"id":"1b6a8a37-db59-469e-9b76-19903e1fff6e","_postman_id":"1b6a8a37-db59-469e-9b76-19903e1fff6e","description":""},{"name":"Inbound APIs","item":[{"name":"Employee CTC Master Data","id":"7c8b6eff-dbe8-46ec-81e1-ef3bad9bae99","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 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","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":[],"_postman_id":"7c8b6eff-dbe8-46ec-81e1-ef3bad9bae99"}],"id":"0cebd2a5-dec6-4789-aade-f5d3d91917f7","_postman_id":"0cebd2a5-dec6-4789-aade-f5d3d91917f7","description":""},{"name":"Transactional APIs","item":[{"name":"Reimbursement Detail*","id":"e43981c5-da66-49f4-843b-a612d1da2fa5","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 Reimbursement Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.uat.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Reimbursement Master Data","urlObject":{"protocol":"https","path":["api","integrationframework","outbound"],"host":["{{subdomain}}","uat","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 Reimbursement Master Data"}],"variable":[]}},"response":[],"_postman_id":"e43981c5-da66-49f4-843b-a612d1da2fa5"}],"id":"fbed7608-c5a8-478a-aa57-5d8c66e7aa4b","_postman_id":"fbed7608-c5a8-478a-aa57-5d8c66e7aa4b","description":""}],"id":"36251a2a-cf88-4a51-b23e-a58a358450fb","_postman_id":"36251a2a-cf88-4a51-b23e-a58a358450fb","description":""},{"name":"Performance","item":[{"name":"Transactional APIs","item":[{"name":"Goal","item":[{"name":"Goal detail*","id":"fda4a24f-443f-472c-ad74-4f2c45eb4a0f","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 CTC Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Goal Master Data","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 Goal Master Data"}],"variable":[]}},"response":[],"_postman_id":"fda4a24f-443f-472c-ad74-4f2c45eb4a0f"},{"name":"Create Goal*","id":"28c59138-e087-45f4-909f-fc566c4ffaeb","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 CTC Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Create Goal Master Data","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 Create Goal Master Data"}],"variable":[]}},"response":[],"_postman_id":"28c59138-e087-45f4-909f-fc566c4ffaeb"},{"name":"Update Goal*","id":"15e986a3-1941-4ad4-bd04-4af5185d251b","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 CTC Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Update Goal Master Data","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 Update Goal Master Data"}],"variable":[]}},"response":[],"_postman_id":"15e986a3-1941-4ad4-bd04-4af5185d251b"}],"id":"b1cb6143-ad35-49b4-98bc-d8c10cef2259","_postman_id":"b1cb6143-ad35-49b4-98bc-d8c10cef2259","description":""},{"name":"Checkin Detail*","id":"c6012489-92ef-4fec-b966-02f3df665bca","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 CTC Master Data\",\n        \"startFromTop\": true\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.peoplestrong.com/api/integrationframework/outbound?flag=2&integrationName=Employee Checkin Data","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 Checkin Data"}],"variable":[]}},"response":[],"_postman_id":"c6012489-92ef-4fec-b966-02f3df665bca"}],"id":"bfdd3e31-a367-49a7-a2e0-c7134c03284b","_postman_id":"bfdd3e31-a367-49a7-a2e0-c7134c03284b","description":""}],"id":"f1e7b45f-0adb-4f09-b75a-56209b6b1cd1","_postman_id":"f1e7b45f-0adb-4f09-b75a-56209b6b1cd1","description":""},{"name":"Transfer","item":[{"name":"Outbound APIs","item":[{"name":"Transfer Detail","id":"a7dee90c-70eb-4e5e-8071-ae9c60684ec7","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","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":[],"_postman_id":"a7dee90c-70eb-4e5e-8071-ae9c60684ec7"}],"id":"e41a1da3-8db5-4af4-915b-992398590703","_postman_id":"e41a1da3-8db5-4af4-915b-992398590703","description":""}],"id":"c0d50e13-a407-433e-bd67-df127909fd29","_postman_id":"c0d50e13-a407-433e-bd67-df127909fd29","description":""},{"name":"Promotion","item":[{"name":"Outbound APIs","item":[{"name":"Promotion Detail","id":"216dba84-4b50-4c5b-90d4-46591f6a4d8b","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","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":[],"_postman_id":"216dba84-4b50-4c5b-90d4-46591f6a4d8b"}],"id":"8ee036b6-da18-4723-b585-218f4cedaec3","_postman_id":"8ee036b6-da18-4723-b585-218f4cedaec3","description":""}],"id":"1282c2b5-1ebc-4932-9a36-c90549cb0804","_postman_id":"1282c2b5-1ebc-4932-9a36-c90549cb0804","description":""},{"name":"Confirmation","item":[{"name":"Outbound APIs","item":[{"name":"Confirmation Detail","id":"67a87ad3-d819-4924-9357-803ea5710ebf","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","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":[],"_postman_id":"67a87ad3-d819-4924-9357-803ea5710ebf"}],"id":"4b0fff63-4d05-4267-95a5-d84af39fff64","_postman_id":"4b0fff63-4d05-4267-95a5-d84af39fff64","description":""}],"id":"ef6ab3ef-9928-4d4b-866a-2e16ae041e53","_postman_id":"ef6ab3ef-9928-4d4b-866a-2e16ae041e53","description":""},{"name":"Exit","item":[{"name":"Outbound APIs","item":[{"name":"Exit Detail","id":"78cf17d2-24a1-43ee-830d-beff7b44be57","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","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":[],"_postman_id":"78cf17d2-24a1-43ee-830d-beff7b44be57"}],"id":"5efd93c2-3418-4a1e-ac0f-7ffe80d14480","_postman_id":"5efd93c2-3418-4a1e-ac0f-7ffe80d14480","description":""}],"id":"d2841476-2186-49d5-b609-2e2c213ba9cd","_postman_id":"d2841476-2186-49d5-b609-2e2c213ba9cd","description":""}]}