{"info":{"_postman_id":"a27b4c02-dfff-415c-8ad2-66ee66ca3373","name":"Recruitday API Integration for Third Party Applications","description":"<html><head></head><body><p>Recruitday API is a collection of APIs used to integrate the Recruitday platform to third party applications.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12100228","collectionId":"a27b4c02-dfff-415c-8ad2-66ee66ca3373","publishedId":"TzJpjLYb","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-04-16T04:31:58.000Z"},"item":[{"name":"Authorization","item":[{"name":"Get Access Token","id":"9baeb5cb-d461-40bd-b9ac-2f0ee3dcd852","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}","description":"<p><b><i>Requests for an access token using a Recruitday provided client_id and client_secret, This will be used for every request in this collection</i><b></b></b></p>\n","urlObject":{"path":["oauth","v2","token"],"host":["https://api.recruitday.com"],"query":[{"key":"grant_type","value":"client_credentials"},{"key":"client_id","value":"{{client-id}}"},{"key":"client_secret","value":"{{client-secret}}"}],"variable":[]}},"response":[{"id":"a7af27c0-fd6f-4104-9136-2a7e352aa58a","name":"Get Access Token","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}","host":["https://api.recruitday.com"],"path":["oauth","v2","token"],"query":[{"key":"grant_type","value":"client_credentials"},{"key":"client_id","value":"{{client-id}}"},{"key":"client_secret","value":"{{client-secret}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-store, private"},{"key":"Pragma","value":"no-cache"},{"key":"Date","value":"Mon, 12 Apr 2021 05:56:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"M2UwODIyNTk5ZWU3ZGVhMmEyOGQ1ZTM5ZTRmNGRkYmY4Y2VjN2M5N2MwY2JlMjllMGNmYWNjODFhNzVjNjdkZg\",\n    \"expires_in\": 3600,\n    \"token_type\": \"bearer\",\n    \"scope\": null\n}"}],"_postman_id":"9baeb5cb-d461-40bd-b9ac-2f0ee3dcd852"}],"id":"734babf3-1e80-4996-be01-2a52c9e060be","_postman_id":"734babf3-1e80-4996-be01-2a52c9e060be","description":""},{"name":"Account","item":[{"name":"Create Account","id":"041bea03-e6d1-428d-ac9b-282fb258ba56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"employer_id\": 3612,\r\n    \"first_name\": \"Mike\",\r\n    \"last_name\": \"Frost\",\r\n    \"email_address\": \"mike.frost@grr.la\"\r\n}"},"url":"https://api.recruitday.com/api/account?access_token={{access_token}}","description":"<p><b><i>Creates an employee account record</i><b></b></b></p>\n","urlObject":{"path":["api","account"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"4f0fdd30-fed8-4aad-a0c6-573125aea725","name":"Create Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"employer_id\": 3612,\r\n    \"first_name\": \"Mike\",\r\n    \"last_name\": \"Frost\",\r\n    \"email_address\": \"mike.frost@grr.la\"\r\n}"},"url":{"raw":"https://api.recruitday.com/api/account?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","account"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 12 Apr 2021 06:17:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"account_id\": 90426,\n    \"emp_admin_id\": 66159\n}"}],"_postman_id":"041bea03-e6d1-428d-ac9b-282fb258ba56"}],"id":"5409f964-7c01-4fbd-af03-c4d74f8db0e8","_postman_id":"5409f964-7c01-4fbd-af03-c4d74f8db0e8","description":""},{"name":"Company Perk","item":[{"name":"Create Company Perk","id":"fc5e2c9f-99ac-4aa0-9dba-6f5746580e38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"HMO\",\r\n    \"employer_id\": 3612\r\n\r\n}"},"url":"https://api.recruitday.com/api/company-perk?access_token={{access_token}}","description":"<p><b><i>Creates a company perk record</i></b></p>\n","urlObject":{"path":["api","company-perk"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"7f1f755c-4637-4c72-9253-2571ae58a310","name":"Create Company Perk","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"HMO\",\r\n    \"employer_id\": 3612\r\n\r\n}"},"url":{"raw":"https://api.recruitday.com/api/company-perk?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","company-perk"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 12 Apr 2021 06:26:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Company perk created!\",\n    \"data\": {\n        \"id\": 129,\n        \"perk_name\": \"HMO\",\n        \"company_id\": 3612\n    }\n}"}],"_postman_id":"fc5e2c9f-99ac-4aa0-9dba-6f5746580e38"},{"name":"Get Company Perk","id":"b649393e-b5ea-4058-8657-7a19799771bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.recruitday.com/api/company-perk/{{company-perk-id}}?access_token={{access_token}}","description":"<p><b><i>Lists a company perk record by id</i></b></p>\n","urlObject":{"path":["api","company-perk","{{company-perk-id}}"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"eb011a9d-e227-49c5-bced-6ff0b7cbaf81","name":"Get Company Perk","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.recruitday.com/api/company-perk/{{company-perk-id}}?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","company-perk","{{company-perk-id}}"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 12 Apr 2021 06:32:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": 129,\n        \"perk_name\": \"HMO\",\n        \"company_id\": 3612\n    }\n}"}],"_postman_id":"b649393e-b5ea-4058-8657-7a19799771bb"},{"name":"Update Company Perk","id":"12bcbc95-2537-4aa2-bcf0-4f0f5c42c279","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Paid Leaves\"\r\n}"},"url":"https://api.recruitday.com/api/company-perk/{{company-perk-id}}?access_token={{access_token}}","description":"<p><b><i>Updates a company perk record</i></b></p>\n","urlObject":{"path":["api","company-perk","{{company-perk-id}}"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"45f5230d-0958-4b6f-ae51-3acbec095797","name":"Update Company Perk","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Paid Leaves\"\r\n}"},"url":{"raw":"https://api.recruitday.com/api/company-perk/{{company-perk-id}}?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","company-perk","{{company-perk-id}}"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 12 Apr 2021 06:37:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Job perk updated!\",\n    \"data\": {\n        \"id\": 129,\n        \"perk_name\": \"Paid Leaves\",\n        \"company_id\": 3612\n    }\n}"}],"_postman_id":"12bcbc95-2537-4aa2-bcf0-4f0f5c42c279"}],"id":"db3cfd08-296e-46f9-84ea-6fd4bbaf6657","_postman_id":"db3cfd08-296e-46f9-84ea-6fd4bbaf6657","description":""},{"name":"Employee Rewards","item":[{"name":"List Employee Rewards","id":"70243f45-1d6c-4439-bd63-9bbe1748f380","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"method":"GET","header":[{"key":"filter-key","value":"{{filter-key}}","type":"text"},{"key":"tenant-id","value":"{{tenant-id}}","type":"text"},{"key":"teams-user-email","value":"{{teams-user-email}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.recruitday.com/api/employee-rewards?access_token={{access_token}}","description":"<p><b><i>Lists all employee reward records under an employer</i></b></p>\n","urlObject":{"path":["api","employee-rewards"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"87ca3d41-3f0a-424a-8385-d3fcd96bb73a","name":"List Employee Rewards","originalRequest":{"method":"GET","header":[{"key":"filter-key","value":"microsoft-teams","type":"text"},{"key":"tenant-id","value":"7822f03f-0002-4509-bdd0-b7b267eb44d7","type":"text"},{"key":"teams-user-email","value":"kervin.reyes@recruitday.com","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.recruitday.com/api/employee-rewards?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","employee-rewards"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Apr 2021 02:06:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"record_count\": 1,\n    \"total_pages\": 1,\n    \"data\": [\n        {\n            \"id\": 1077,\n            \"referral_id\": \"606c2e4564317\",\n            \"job_application_status\": \"Shortlisted\",\n            \"status\": \"Processing\",\n            \"job_title\": \"Full Stack Developer\",\n            \"job_listing\": {\n                \"id\": 2210,\n                \"date_published\": \"2021-03-30T15:15:39+08:00\",\n                \"job_title\": \"Full Stack Developer\",\n                \"number_of_vacancies\": 1,\n                \"total_reward_amount\": 3000,\n                \"job_location\": \"10 Jupiter Street, Bel-Air,, Makati City, Metro Manila, Philippines\",\n                \"rewards_setup\": [\n                    {\n                        \"id\": 1291,\n                        \"job_application_status\": 1,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"1000\",\n                        \"reward_validity_after\": 0,\n                        \"active\": true,\n                        \"rank\": 0,\n                        \"reward_validity_after_days\": 0\n                    },\n                    {\n                        \"id\": 1292,\n                        \"job_application_status\": 2,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"2000\",\n                        \"reward_validity_after\": 1,\n                        \"active\": true,\n                        \"rank\": 0,\n                        \"reward_validity_after_days\": 0\n                    }\n                ],\n                \"currency\": \"PHP\"\n            },\n            \"employee\": {\n                \"id\": 90416,\n                \"email_address\": \"kervin.reyes@recruitday.com\",\n                \"full_name\": \"Kervin Reyes\",\n                \"firstname\": \"Kervin\",\n                \"lastname\": \"Reyes\",\n                \"conversation_reference\": \"{\\\"activityId\\\":\\\"f:814b7c12-e828-c70a-d761-9e6adb7994b0\\\",\\\"user\\\":{\\\"id\\\":\\\"29:1gT2a6xGhjIE5ubP1fM1QDVwp-gKYfFd9e4hfvCr40T8P4N1H-eKwTL0PLa-TtgojJdyOTebCv2yI2DydiEZpsg\\\",\\\"aadObjectId\\\":\\\"becf4de9-cc85-4940-9131-a96621fb67df\\\"},\\\"bot\\\":{\\\"id\\\":\\\"28:b4e6988d-d9bf-4a2c-83a8-a9d625a56098\\\",\\\"name\\\":\\\"dev-recruitdayteams\\\"},\\\"conversation\\\":{\\\"conversationType\\\":\\\"personal\\\",\\\"tenantId\\\":\\\"7822f03f-0002-4509-bdd0-b7b267eb44d7\\\",\\\"id\\\":\\\"a:1Or45C14NZYlTIQZenWaIrcZO1xWwxMUhROv3xBc3L91T5gy_orjJZ0zIbQdsw8oh9e3zbubBPm6PftSpF0qcsdN4X44BgTeBlKadTT9WlophF0OIQVH256oNrBBKmV3p\\\"},\\\"channelId\\\":\\\"msteams\\\",\\\"serviceUrl\\\":\\\"https://smba.trafficmanager.net/apac/\\\"}\"\n            },\n            \"cash_reward\": 1000,\n            \"reward_date\": \"2021-04-06T18:20:09+08:00\"\n        }\n    ]\n}"}],"_postman_id":"70243f45-1d6c-4439-bd63-9bbe1748f380"},{"name":"Create Employee Rewards","id":"52c8fa0e-99c8-4f4f-892e-6dc34fbdb9fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"method":"POST","header":[{"key":"filter-key","value":"{{filter-key}}","type":"text"},{"key":"tenant-id","value":"{{tenant-id}}","type":"text"},{"key":"teams-user-email","value":"{{teams-user-email}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reward_setup_id\": 1291,\r\n    \"job_application_id\": 9295,\r\n    \"payment_date\": null,\r\n    \"reason_for_cancellation\": null,\r\n    \"payout_type\": 0,\r\n    \"payout_date\": null\r\n}"},"url":"https://api.recruitday.com/api/employee-rewards?access_token={{access_token}}","description":"<p><b><i>Creates an employee reward record for a specific job application status with a reward setup</i></b></p>\n","urlObject":{"path":["api","employee-rewards"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"509dd5c0-a062-4a1f-96cd-ffa78ad18dda","name":"Create Employee Rewards","originalRequest":{"method":"POST","header":[{"key":"filter-key","value":"{{filter-key}}","type":"text"},{"key":"tenant-id","value":"{{tenant-id}}","type":"text"},{"key":"teams-user-email","value":"{{teams-user-email}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reward_setup_id\": 1291,\r\n    \"job_application_id\": 9295,\r\n    \"payment_date\": null,\r\n    \"reason_for_cancellation\": null,\r\n    \"payout_type\": 0,\r\n    \"payout_date\": null\r\n}"},"url":{"raw":"https://api.recruitday.com/api/employee-rewards","host":["https://api.recruitday.com"],"path":["api","employee-rewards"],"query":[{"key":"access_token","value":"{{access_token}}","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Apr 2021 02:34:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Employee Reward Created\",\n    \"data\": {\n        \"id\": 1081\n    }\n}"}],"_postman_id":"52c8fa0e-99c8-4f4f-892e-6dc34fbdb9fd"},{"name":"Get Employee Reward by ID","id":"b763de2a-e979-48c7-bcba-9354cb2250f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"https://api.recruitday.com/api/employee-rewards/{{reward-id}}?access_token={{access_token}}","description":"<p><b><i>Lists an employee reward record by id</i></b></p>\n","urlObject":{"path":["api","employee-rewards","{{reward-id}}"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"a8aaa04c-8fe6-481b-9c8c-940c2bfd6134","name":"Get Employee Reward by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.recruitday.com/api/employee-rewards/{{reward-id}}?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","employee-rewards","{{reward-id}}"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Apr 2021 02:08:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": 1077,\n        \"referral_id\": \"606c2e4564317\",\n        \"job_application_status\": \"Shortlisted\",\n        \"status\": \"Processing\",\n        \"job_seeker\": \"90417\",\n        \"job_title\": \"Full Stack Developer\",\n        \"employer\": {\n            \"id\": 3612,\n            \"name\": \"Recruitday Inc.\",\n            \"email_address\": \"joel@recruitday.com\",\n            \"account\": [\n                {\n                    \"id\": 90235,\n                    \"email_address\": \"bryan.mangulabnan@recruitday.com\",\n                    \"full_name\": \"Bryan Mangulabnan\",\n                    \"firstname\": \"Bryan\",\n                    \"lastname\": \"Mangulabnan\"\n                },\n                {\n                    \"id\": 90319,\n                    \"email_address\": \"pat.tolentino@recruitday.com\",\n                    \"full_name\": \" \"\n                },\n                {\n                    \"id\": 90353,\n                    \"email_address\": \"miketan@gmail.com\",\n                    \"full_name\": \"Michael Tan\",\n                    \"mobile_number\": \"09876543212\"\n                },\n                {\n                    \"id\": 90413,\n                    \"email_address\": \"ryan.dewey@recruitday.com\",\n                    \"full_name\": \"Ryan Dewey\",\n                    \"firstname\": \"Ryan\",\n                    \"lastname\": \"Dewey\",\n                    \"conversation_reference\": \"{\\\"activityId\\\":\\\"f:dc05e203-a173-ad05-b6e2-342c29fea879\\\",\\\"user\\\":{\\\"id\\\":\\\"29:1XFsBQFWLVdfWeWygo8LtQg2CnOZYHRkBHXzui4nU8BHuO4JwhY5ZeOhs-JoiZAabR6o7RBBnltVTfvnat9R_8g\\\",\\\"aadObjectId\\\":\\\"540753ce-012e-4dbc-b302-df794f1feb8c\\\"},\\\"bot\\\":{\\\"id\\\":\\\"28:b4e6988d-d9bf-4a2c-83a8-a9d625a56098\\\",\\\"name\\\":\\\"dev-recruitdayteams\\\"},\\\"conversation\\\":{\\\"conversationType\\\":\\\"personal\\\",\\\"tenantId\\\":\\\"7822f03f-0002-4509-bdd0-b7b267eb44d7\\\",\\\"id\\\":\\\"a:1fLhj_amKQENdGReDeYv6JXLwM0X6H1c8gFcooW5Hs1A5QZBnB7xIb5gjgwalx9jlfEq2S_YJGla8RfDmYVmnR2cArWSAO0wzhZ8FKDZ7q8H1uUZab-tVZ1GSbZUEOPcI\\\"},\\\"channelId\\\":\\\"msteams\\\",\\\"serviceUrl\\\":\\\"https://smba.trafficmanager.net/apac/\\\"}\"\n                },\n                {\n                    \"id\": 90414,\n                    \"email_address\": \"susan.lee@recruitday.com\",\n                    \"full_name\": \" \"\n                },\n                {\n                    \"id\": 90416,\n                    \"email_address\": \"kervin.reyes@recruitday.com\",\n                    \"full_name\": \"Kervin Reyes\",\n                    \"firstname\": \"Kervin\",\n                    \"lastname\": \"Reyes\",\n                    \"conversation_reference\": \"{\\\"activityId\\\":\\\"f:814b7c12-e828-c70a-d761-9e6adb7994b0\\\",\\\"user\\\":{\\\"id\\\":\\\"29:1gT2a6xGhjIE5ubP1fM1QDVwp-gKYfFd9e4hfvCr40T8P4N1H-eKwTL0PLa-TtgojJdyOTebCv2yI2DydiEZpsg\\\",\\\"aadObjectId\\\":\\\"becf4de9-cc85-4940-9131-a96621fb67df\\\"},\\\"bot\\\":{\\\"id\\\":\\\"28:b4e6988d-d9bf-4a2c-83a8-a9d625a56098\\\",\\\"name\\\":\\\"dev-recruitdayteams\\\"},\\\"conversation\\\":{\\\"conversationType\\\":\\\"personal\\\",\\\"tenantId\\\":\\\"7822f03f-0002-4509-bdd0-b7b267eb44d7\\\",\\\"id\\\":\\\"a:1Or45C14NZYlTIQZenWaIrcZO1xWwxMUhROv3xBc3L91T5gy_orjJZ0zIbQdsw8oh9e3zbubBPm6PftSpF0qcsdN4X44BgTeBlKadTT9WlophF0OIQVH256oNrBBKmV3p\\\"},\\\"channelId\\\":\\\"msteams\\\",\\\"serviceUrl\\\":\\\"https://smba.trafficmanager.net/apac/\\\"}\"\n                },\n                {\n                    \"id\": 90417,\n                    \"email_address\": \"kreyes28@grr.la\",\n                    \"full_name\": \"K Reyes\",\n                    \"mobile_number\": \"09128381999\"\n                },\n                {\n                    \"id\": 90420,\n                    \"email_address\": \"darrell_Terrell1@gmail.com\",\n                    \"full_name\": \"Darrell Terrell\",\n                    \"mobile_number\": \"09498130696\"\n                },\n                {\n                    \"id\": 90421,\n                    \"email_address\": \"Lucian.Sutton2@gmail.com\",\n                    \"full_name\": \"Lucian Sutton\",\n                    \"mobile_number\": \"09951290366\"\n                },\n                {\n                    \"id\": 90422,\n                    \"email_address\": \"myah.GReene3@gmail.com\",\n                    \"full_name\": \"Myah Greene\",\n                    \"mobile_number\": \"09951290366\"\n                },\n                {\n                    \"id\": 90423,\n                    \"email_address\": \"sweeney.krstn4@gmail.com\",\n                    \"full_name\": \"Kristin Sweeney\",\n                    \"mobile_number\": \"09498130696\"\n                },\n                {\n                    \"id\": 90426,\n                    \"email_address\": \"mike.frost@grr.la\",\n                    \"full_name\": \"Mike Frost\",\n                    \"firstname\": \"Mike\",\n                    \"lastname\": \"Frost\"\n                }\n            ]\n        },\n        \"job_listing\": {\n            \"id\": 2210,\n            \"date_published\": \"2021-03-30T15:15:39+08:00\",\n            \"job_title\": \"Full Stack Developer\",\n            \"number_of_vacancies\": 1,\n            \"total_reward_amount\": 3000,\n            \"job_location\": \"10 Jupiter Street, Bel-Air,, Makati City, Metro Manila, Philippines\",\n            \"rewards_setup\": [\n                {\n                    \"id\": 1291,\n                    \"job_application_status\": 1,\n                    \"reward_type\": 1,\n                    \"status_reward\": \"1000\",\n                    \"reward_validity_after\": 0,\n                    \"active\": true,\n                    \"rank\": 0,\n                    \"reward_validity_after_days\": 0\n                },\n                {\n                    \"id\": 1292,\n                    \"job_application_status\": 2,\n                    \"reward_type\": 1,\n                    \"status_reward\": \"2000\",\n                    \"reward_validity_after\": 1,\n                    \"active\": true,\n                    \"rank\": 0,\n                    \"reward_validity_after_days\": 0\n                }\n            ],\n            \"currency\": \"PHP\"\n        },\n        \"employee\": {\n            \"id\": 90416,\n            \"email_address\": \"kervin.reyes@recruitday.com\",\n            \"full_name\": \"Kervin Reyes\",\n            \"firstname\": \"Kervin\",\n            \"lastname\": \"Reyes\",\n            \"conversation_reference\": \"{\\\"activityId\\\":\\\"f:814b7c12-e828-c70a-d761-9e6adb7994b0\\\",\\\"user\\\":{\\\"id\\\":\\\"29:1gT2a6xGhjIE5ubP1fM1QDVwp-gKYfFd9e4hfvCr40T8P4N1H-eKwTL0PLa-TtgojJdyOTebCv2yI2DydiEZpsg\\\",\\\"aadObjectId\\\":\\\"becf4de9-cc85-4940-9131-a96621fb67df\\\"},\\\"bot\\\":{\\\"id\\\":\\\"28:b4e6988d-d9bf-4a2c-83a8-a9d625a56098\\\",\\\"name\\\":\\\"dev-recruitdayteams\\\"},\\\"conversation\\\":{\\\"conversationType\\\":\\\"personal\\\",\\\"tenantId\\\":\\\"7822f03f-0002-4509-bdd0-b7b267eb44d7\\\",\\\"id\\\":\\\"a:1Or45C14NZYlTIQZenWaIrcZO1xWwxMUhROv3xBc3L91T5gy_orjJZ0zIbQdsw8oh9e3zbubBPm6PftSpF0qcsdN4X44BgTeBlKadTT9WlophF0OIQVH256oNrBBKmV3p\\\"},\\\"channelId\\\":\\\"msteams\\\",\\\"serviceUrl\\\":\\\"https://smba.trafficmanager.net/apac/\\\"}\"\n        },\n        \"reward_setup\": {\n            \"id\": 1291,\n            \"job_application_status\": \"Shortlisted\",\n            \"reward_type\": \"Cash\",\n            \"status_reward\": \"1000\",\n            \"active\": true,\n            \"rank\": 0,\n            \"job_listing\": {\n                \"id\": 2210,\n                \"date_published\": \"2021-03-30T15:15:39+08:00\",\n                \"job_title\": \"Full Stack Developer\",\n                \"number_of_vacancies\": 1,\n                \"total_reward_amount\": 3000,\n                \"job_location\": \"10 Jupiter Street, Bel-Air,, Makati City, Metro Manila, Philippines\",\n                \"rewards_setup\": [\n                    {\n                        \"id\": 1292,\n                        \"job_application_status\": 2,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"2000\",\n                        \"reward_validity_after\": 1,\n                        \"active\": true,\n                        \"rank\": 0,\n                        \"reward_validity_after_days\": 0\n                    }\n                ],\n                \"currency\": \"PHP\"\n            }\n        },\n        \"job_application\": {\n            \"id\": 9295,\n            \"first_name\": \"K\",\n            \"last_name\": \"Reyes\",\n            \"email_address\": \"kreyes28@grr.la\",\n            \"date_created\": \"2021-04-06T17:48:38+08:00\",\n            \"job_application_status\": \"Shortlisted\",\n            \"referrer_id\": \"90416\",\n            \"expected_salary\": 120000,\n            \"account\": {\n                \"id\": 90417,\n                \"email_address\": \"kreyes28@grr.la\",\n                \"full_name\": \"K Reyes\",\n                \"mobile_number\": \"09128381999\"\n            },\n            \"job_listing\": {\n                \"id\": 2210,\n                \"date_published\": \"2021-03-30T15:15:39+08:00\",\n                \"job_title\": \"Full Stack Developer\",\n                \"number_of_vacancies\": 1,\n                \"total_reward_amount\": 3000,\n                \"job_location\": \"10 Jupiter Street, Bel-Air,, Makati City, Metro Manila, Philippines\",\n                \"rewards_setup\": [\n                    {\n                        \"id\": 1291,\n                        \"job_application_status\": 1,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"1000\",\n                        \"reward_validity_after\": 0,\n                        \"active\": true,\n                        \"rank\": 0,\n                        \"reward_validity_after_days\": 0\n                    },\n                    {\n                        \"id\": 1292,\n                        \"job_application_status\": 2,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"2000\",\n                        \"reward_validity_after\": 1,\n                        \"active\": true,\n                        \"rank\": 0,\n                        \"reward_validity_after_days\": 0\n                    }\n                ],\n                \"currency\": \"PHP\"\n            },\n            \"custom_job_application_status\": \"Shortlisted\",\n            \"employee_rewards\": [],\n            \"referrer\": {\n                \"id\": 90416,\n                \"email_address\": \"kervin.reyes@recruitday.com\",\n                \"full_name\": \"Kervin Reyes\",\n                \"firstname\": \"Kervin\",\n                \"lastname\": \"Reyes\",\n                \"conversation_reference\": \"{\\\"activityId\\\":\\\"f:814b7c12-e828-c70a-d761-9e6adb7994b0\\\",\\\"user\\\":{\\\"id\\\":\\\"29:1gT2a6xGhjIE5ubP1fM1QDVwp-gKYfFd9e4hfvCr40T8P4N1H-eKwTL0PLa-TtgojJdyOTebCv2yI2DydiEZpsg\\\",\\\"aadObjectId\\\":\\\"becf4de9-cc85-4940-9131-a96621fb67df\\\"},\\\"bot\\\":{\\\"id\\\":\\\"28:b4e6988d-d9bf-4a2c-83a8-a9d625a56098\\\",\\\"name\\\":\\\"dev-recruitdayteams\\\"},\\\"conversation\\\":{\\\"conversationType\\\":\\\"personal\\\",\\\"tenantId\\\":\\\"7822f03f-0002-4509-bdd0-b7b267eb44d7\\\",\\\"id\\\":\\\"a:1Or45C14NZYlTIQZenWaIrcZO1xWwxMUhROv3xBc3L91T5gy_orjJZ0zIbQdsw8oh9e3zbubBPm6PftSpF0qcsdN4X44BgTeBlKadTT9WlophF0OIQVH256oNrBBKmV3p\\\"},\\\"channelId\\\":\\\"msteams\\\",\\\"serviceUrl\\\":\\\"https://smba.trafficmanager.net/apac/\\\"}\"\n            }\n        },\n        \"cash_reward\": 1000,\n        \"reward_date\": \"2021-04-06T18:20:09+08:00\"\n    }\n}"}],"_postman_id":"b763de2a-e979-48c7-bcba-9354cb2250f3"},{"name":"Update Employee Reward","id":"11bce2bc-602e-42b2-924d-ef895ea3ddd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"filter-key","value":"{{filter-key}}","type":"text"},{"key":"tenant-id","value":"{{tenant-id}}","type":"text"},{"key":"teams-user-email","value":"{{teams-user-email}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"status\": 1,\r\n    \"payment_date\": null,\r\n    \"reason_for_cancellation\": null,\r\n    \"payout_type\": 0,\r\n    \"payout_date\": null\r\n}"},"url":"https://api.recruitday.com/api/employee-rewards/{{reward-id}}?access_token={{access_token}}","description":"<p><b><i>Updates an employee reward record. Other fields are optional depending on the status. Check comments for other details</i></b></p>\n","urlObject":{"path":["api","employee-rewards","{{reward-id}}"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"7888ee38-7605-4e85-a224-a86d43e6debd","name":"Update Employee Reward","originalRequest":{"method":"PUT","header":[{"key":"filter-key","value":"{{filter-key}}","type":"text"},{"key":"tenant-id","value":"{{tenant-id}}","type":"text"},{"key":"teams-user-email","value":"{{teams-user-email}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"status\": 1,\r\n    \"payment_date\": null,\r\n    \"reason_for_cancellation\": null,\r\n    \"payout_type\": 0,\r\n    \"payout_date\": null\r\n}"},"url":{"raw":"https://api.recruitday.com/api/employee-rewards/{{reward-id}}?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","employee-rewards","{{reward-id}}"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Apr 2021 02:27:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Employee Reward Updated\",\n    \"data\": {\n        \"id\": 1077,\n        \"referral_id\": \"606c2e4564317\",\n        \"job_application_status\": \"Shortlisted\",\n        \"status\": \"Pending\",\n        \"job_seeker\": \"90417\",\n        \"job_title\": \"Full Stack Developer\",\n        \"payout_type\": \"Internal\",\n        \"employer\": {\n            \"id\": 3612,\n            \"name\": \"Recruitday Inc.\",\n            \"email_address\": \"joel@recruitday.com\",\n            \"account\": [\n                {\n                    \"id\": 90235,\n                    \"email_address\": \"bryan.mangulabnan@recruitday.com\",\n                    \"full_name\": \"Bryan Mangulabnan\",\n                    \"firstname\": \"Bryan\",\n                    \"lastname\": \"Mangulabnan\"\n                },\n                {\n                    \"id\": 90319,\n                    \"email_address\": \"pat.tolentino@recruitday.com\",\n                    \"full_name\": \" \"\n                },\n                {\n                    \"id\": 90353,\n                    \"email_address\": \"miketan@gmail.com\",\n                    \"full_name\": \"Michael Tan\",\n                    \"mobile_number\": \"09876543212\"\n                },\n                {\n                    \"id\": 90413,\n                    \"email_address\": \"ryan.dewey@recruitday.com\",\n                    \"full_name\": \"Ryan Dewey\",\n                    \"firstname\": \"Ryan\",\n                    \"lastname\": \"Dewey\",\n                    \"conversation_reference\": \"{\\\"activityId\\\":\\\"f:dc05e203-a173-ad05-b6e2-342c29fea879\\\",\\\"user\\\":{\\\"id\\\":\\\"29:1XFsBQFWLVdfWeWygo8LtQg2CnOZYHRkBHXzui4nU8BHuO4JwhY5ZeOhs-JoiZAabR6o7RBBnltVTfvnat9R_8g\\\",\\\"aadObjectId\\\":\\\"540753ce-012e-4dbc-b302-df794f1feb8c\\\"},\\\"bot\\\":{\\\"id\\\":\\\"28:b4e6988d-d9bf-4a2c-83a8-a9d625a56098\\\",\\\"name\\\":\\\"dev-recruitdayteams\\\"},\\\"conversation\\\":{\\\"conversationType\\\":\\\"personal\\\",\\\"tenantId\\\":\\\"7822f03f-0002-4509-bdd0-b7b267eb44d7\\\",\\\"id\\\":\\\"a:1fLhj_amKQENdGReDeYv6JXLwM0X6H1c8gFcooW5Hs1A5QZBnB7xIb5gjgwalx9jlfEq2S_YJGla8RfDmYVmnR2cArWSAO0wzhZ8FKDZ7q8H1uUZab-tVZ1GSbZUEOPcI\\\"},\\\"channelId\\\":\\\"msteams\\\",\\\"serviceUrl\\\":\\\"https://smba.trafficmanager.net/apac/\\\"}\"\n                },\n                {\n                    \"id\": 90414,\n                    \"email_address\": \"susan.lee@recruitday.com\",\n                    \"full_name\": \" \"\n                },\n                {\n                    \"id\": 90416,\n                    \"email_address\": \"kervin.reyes@recruitday.com\",\n                    \"full_name\": \"Kervin Reyes\",\n                    \"firstname\": \"Kervin\",\n                    \"lastname\": \"Reyes\",\n                    \"conversation_reference\": \"{\\\"activityId\\\":\\\"f:814b7c12-e828-c70a-d761-9e6adb7994b0\\\",\\\"user\\\":{\\\"id\\\":\\\"29:1gT2a6xGhjIE5ubP1fM1QDVwp-gKYfFd9e4hfvCr40T8P4N1H-eKwTL0PLa-TtgojJdyOTebCv2yI2DydiEZpsg\\\",\\\"aadObjectId\\\":\\\"becf4de9-cc85-4940-9131-a96621fb67df\\\"},\\\"bot\\\":{\\\"id\\\":\\\"28:b4e6988d-d9bf-4a2c-83a8-a9d625a56098\\\",\\\"name\\\":\\\"dev-recruitdayteams\\\"},\\\"conversation\\\":{\\\"conversationType\\\":\\\"personal\\\",\\\"tenantId\\\":\\\"7822f03f-0002-4509-bdd0-b7b267eb44d7\\\",\\\"id\\\":\\\"a:1Or45C14NZYlTIQZenWaIrcZO1xWwxMUhROv3xBc3L91T5gy_orjJZ0zIbQdsw8oh9e3zbubBPm6PftSpF0qcsdN4X44BgTeBlKadTT9WlophF0OIQVH256oNrBBKmV3p\\\"},\\\"channelId\\\":\\\"msteams\\\",\\\"serviceUrl\\\":\\\"https://smba.trafficmanager.net/apac/\\\"}\"\n                },\n                {\n                    \"id\": 90417,\n                    \"email_address\": \"kreyes28@grr.la\",\n                    \"full_name\": \"K Reyes\",\n                    \"mobile_number\": \"09128381999\"\n                },\n                {\n                    \"id\": 90420,\n                    \"email_address\": \"darrell_Terrell1@gmail.com\",\n                    \"full_name\": \"Darrell Terrell\",\n                    \"mobile_number\": \"09498130696\"\n                },\n                {\n                    \"id\": 90421,\n                    \"email_address\": \"Lucian.Sutton2@gmail.com\",\n                    \"full_name\": \"Lucian Sutton\",\n                    \"mobile_number\": \"09951290366\"\n                },\n                {\n                    \"id\": 90422,\n                    \"email_address\": \"myah.GReene3@gmail.com\",\n                    \"full_name\": \"Myah Greene\",\n                    \"mobile_number\": \"09951290366\"\n                },\n                {\n                    \"id\": 90423,\n                    \"email_address\": \"sweeney.krstn4@gmail.com\",\n                    \"full_name\": \"Kristin Sweeney\",\n                    \"mobile_number\": \"09498130696\"\n                },\n                {\n                    \"id\": 90426,\n                    \"email_address\": \"mike.frost@grr.la\",\n                    \"full_name\": \"Mike Frost\",\n                    \"firstname\": \"Mike\",\n                    \"lastname\": \"Frost\"\n                }\n            ]\n        },\n        \"job_listing\": {\n            \"id\": 2210,\n            \"date_published\": \"2021-03-30T15:15:39+08:00\",\n            \"job_title\": \"Full Stack Developer\",\n            \"number_of_vacancies\": 1,\n            \"total_reward_amount\": 3000,\n            \"job_location\": \"10 Jupiter Street, Bel-Air,, Makati City, Metro Manila, Philippines\",\n            \"rewards_setup\": [\n                {\n                    \"id\": 1291,\n                    \"job_application_status\": 1,\n                    \"reward_type\": 1,\n                    \"status_reward\": \"1000\",\n                    \"reward_validity_after\": 0,\n                    \"active\": true,\n                    \"rank\": 0,\n                    \"reward_validity_after_days\": 0\n                },\n                {\n                    \"id\": 1292,\n                    \"job_application_status\": 2,\n                    \"reward_type\": 1,\n                    \"status_reward\": \"2000\",\n                    \"reward_validity_after\": 1,\n                    \"active\": true,\n                    \"rank\": 0,\n                    \"reward_validity_after_days\": 0\n                }\n            ],\n            \"currency\": \"PHP\"\n        },\n        \"employee\": {\n            \"id\": 90416,\n            \"email_address\": \"kervin.reyes@recruitday.com\",\n            \"full_name\": \"Kervin Reyes\",\n            \"firstname\": \"Kervin\",\n            \"lastname\": \"Reyes\",\n            \"conversation_reference\": \"{\\\"activityId\\\":\\\"f:814b7c12-e828-c70a-d761-9e6adb7994b0\\\",\\\"user\\\":{\\\"id\\\":\\\"29:1gT2a6xGhjIE5ubP1fM1QDVwp-gKYfFd9e4hfvCr40T8P4N1H-eKwTL0PLa-TtgojJdyOTebCv2yI2DydiEZpsg\\\",\\\"aadObjectId\\\":\\\"becf4de9-cc85-4940-9131-a96621fb67df\\\"},\\\"bot\\\":{\\\"id\\\":\\\"28:b4e6988d-d9bf-4a2c-83a8-a9d625a56098\\\",\\\"name\\\":\\\"dev-recruitdayteams\\\"},\\\"conversation\\\":{\\\"conversationType\\\":\\\"personal\\\",\\\"tenantId\\\":\\\"7822f03f-0002-4509-bdd0-b7b267eb44d7\\\",\\\"id\\\":\\\"a:1Or45C14NZYlTIQZenWaIrcZO1xWwxMUhROv3xBc3L91T5gy_orjJZ0zIbQdsw8oh9e3zbubBPm6PftSpF0qcsdN4X44BgTeBlKadTT9WlophF0OIQVH256oNrBBKmV3p\\\"},\\\"channelId\\\":\\\"msteams\\\",\\\"serviceUrl\\\":\\\"https://smba.trafficmanager.net/apac/\\\"}\"\n        },\n        \"reward_setup\": {\n            \"id\": 1291,\n            \"job_application_status\": 1,\n            \"reward_type\": 1,\n            \"status_reward\": \"1000\",\n            \"reward_validity_after\": 0,\n            \"active\": true,\n            \"rank\": 0,\n            \"reward_validity_after_days\": 0,\n            \"job_listing\": {\n                \"id\": 2210,\n                \"date_published\": \"2021-03-30T15:15:39+08:00\",\n                \"job_title\": \"Full Stack Developer\",\n                \"number_of_vacancies\": 1,\n                \"total_reward_amount\": 3000,\n                \"job_location\": \"10 Jupiter Street, Bel-Air,, Makati City, Metro Manila, Philippines\",\n                \"rewards_setup\": [\n                    {\n                        \"id\": 1292,\n                        \"job_application_status\": 2,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"2000\",\n                        \"reward_validity_after\": 1,\n                        \"active\": true,\n                        \"rank\": 0,\n                        \"reward_validity_after_days\": 0\n                    }\n                ],\n                \"currency\": \"PHP\"\n            }\n        },\n        \"job_application\": {\n            \"id\": 9295,\n            \"first_name\": \"K\",\n            \"last_name\": \"Reyes\",\n            \"email_address\": \"kreyes28@grr.la\",\n            \"date_created\": \"2021-04-06T17:48:38+08:00\",\n            \"job_application_status\": 1,\n            \"referrer_id\": \"90416\",\n            \"expected_salary\": 120000,\n            \"account\": {\n                \"id\": 90417,\n                \"email_address\": \"kreyes28@grr.la\",\n                \"full_name\": \"K Reyes\",\n                \"mobile_number\": \"09128381999\"\n            },\n            \"job_listing\": {\n                \"id\": 2210,\n                \"date_published\": \"2021-03-30T15:15:39+08:00\",\n                \"job_title\": \"Full Stack Developer\",\n                \"number_of_vacancies\": 1,\n                \"total_reward_amount\": 3000,\n                \"job_location\": \"10 Jupiter Street, Bel-Air,, Makati City, Metro Manila, Philippines\",\n                \"rewards_setup\": [\n                    {\n                        \"id\": 1291,\n                        \"job_application_status\": 1,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"1000\",\n                        \"reward_validity_after\": 0,\n                        \"active\": true,\n                        \"rank\": 0,\n                        \"reward_validity_after_days\": 0\n                    },\n                    {\n                        \"id\": 1292,\n                        \"job_application_status\": 2,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"2000\",\n                        \"reward_validity_after\": 1,\n                        \"active\": true,\n                        \"rank\": 0,\n                        \"reward_validity_after_days\": 0\n                    }\n                ],\n                \"currency\": \"PHP\"\n            },\n            \"custom_job_application_status\": \"Shortlisted\",\n            \"employee_rewards\": []\n        },\n        \"cash_reward\": 1000,\n        \"reward_date\": \"2021-04-06T18:20:09+08:00\"\n    }\n}"}],"_postman_id":"11bce2bc-602e-42b2-924d-ef895ea3ddd4"}],"id":"a2280acb-3f56-4548-bf84-57d7bba76621","_postman_id":"a2280acb-3f56-4548-bf84-57d7bba76621","description":""},{"name":"Employer","item":[{"name":"List Employer Perks","event":[{"listen":"test","script":{"id":"4e045ec6-056a-4706-9d54-a93160a0853b","exec":[""],"type":"text/javascript"}}],"id":"ce6444e0-55b5-458d-9f38-50187540c403","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.recruitday.com/api/employer/{{employer-id}}/perks?access_token={{access_token}}","description":"<p><b><i>Lists all employer perks for a company</i></b></p>\n","urlObject":{"path":["api","employer","{{employer-id}}","perks"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[],"_postman_id":"ce6444e0-55b5-458d-9f38-50187540c403"}],"id":"f176cd64-a21a-4311-a4e6-30177eb398b8","_postman_id":"f176cd64-a21a-4311-a4e6-30177eb398b8","description":""},{"name":"Job Application","item":[{"name":"Get Job Application by ID","id":"8c1b0fcc-ad80-420b-864c-2d2b8dabf449","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.recruitday.com/api/job-application/{{job-application-id}}?access_token={{access_token}}","description":"<p><b><i>Lists a job application record and lists all job application details and all related records</i></b></p>\n","urlObject":{"path":["api","job-application","{{job-application-id}}"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"548c6192-876f-42db-82f5-9199bfca747f","name":"Get Job Application by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.recruitday.com/api/job-application/{{job-application-id}}?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","job-application","{{job-application-id}}"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 12 Apr 2021 07:14:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": 9295,\n        \"first_name\": \"K\",\n        \"last_name\": \"Reyes\",\n        \"email_address\": \"kreyes28@grr.la\",\n        \"message\": \"Im qualified\",\n        \"code\": \"INQ-4312GH2\",\n        \"date_created\": \"2021-04-06T17:48:38+08:00\",\n        \"type\": false,\n        \"status\": true,\n        \"source_id\": false,\n        \"is_connected_to_user_message\": false,\n        \"is_ofw\": false,\n        \"is_email_verified\": false,\n        \"is_phone_number_verified\": false,\n        \"is_valid\": true,\n        \"entry_type\": true,\n        \"job_application_status\": \"Shortlisted\",\n        \"shortlisted_date\": \"2021-04-07T12:19:27+08:00\",\n        \"has_referral\": true,\n        \"referral_id\": \"606c2e4564317\",\n        \"referrer_id\": \"90416\",\n        \"source\": 1,\n        \"questions\": \"[]\",\n        \"expected_salary\": 120000,\n        \"is_negotiable\": false,\n        \"account\": {\n            \"id\": 90417,\n            \"email_address\": \"kreyes28@grr.la\",\n            \"full_name\": \"K Reyes\",\n            \"mobile_number\": \"09128381999\"\n        },\n        \"job_listing\": {\n            \"id\": 2210,\n            \"date_published\": \"2021-03-30T15:15:39+08:00\",\n            \"job_title\": \"Full Stack Developer\",\n            \"number_of_vacancies\": 1,\n            \"total_reward_amount\": 3000,\n            \"job_location\": \"10 Jupiter Street, Bel-Air,, Makati City, Metro Manila, Philippines\",\n            \"rewards_setup\": [\n                {\n                    \"id\": 1292,\n                    \"job_application_status\": \"Hired\",\n                    \"reward_type\": \"Cash\",\n                    \"status_reward\": \"2000\",\n                    \"active\": true,\n                    \"rank\": 0,\n                    \"reward_validity\": \"1 month after hire\"\n                },\n                {\n                    \"id\": 1291,\n                    \"job_application_status\": \"Shortlisted\",\n                    \"reward_type\": \"Cash\",\n                    \"status_reward\": \"1000\",\n                    \"active\": true,\n                    \"rank\": 0\n                }\n            ],\n            \"currency\": \"PHP\"\n        },\n        \"employee_rewards\": [\n            {\n                \"id\": 1077,\n                \"referral_id\": \"606c2e4564317\",\n                \"job_application_status\": \"Shortlisted\",\n                \"status\": \"Processing\",\n                \"job_title\": \"Full Stack Developer\",\n                \"job_listing\": {\n                    \"id\": 2210,\n                    \"date_published\": \"2021-03-30T15:15:39+08:00\",\n                    \"job_title\": \"Full Stack Developer\",\n                    \"number_of_vacancies\": 1,\n                    \"total_reward_amount\": 3000,\n                    \"job_location\": \"10 Jupiter Street, Bel-Air,, Makati City, Metro Manila, Philippines\",\n                    \"rewards_setup\": [\n                        {\n                            \"id\": 1291,\n                            \"job_application_status\": 1,\n                            \"reward_type\": 1,\n                            \"status_reward\": \"1000\",\n                            \"reward_validity_after\": 0,\n                            \"active\": true,\n                            \"rank\": 0,\n                            \"reward_validity_after_days\": 0\n                        },\n                        {\n                            \"id\": 1292,\n                            \"job_application_status\": 2,\n                            \"reward_type\": 1,\n                            \"status_reward\": \"2000\",\n                            \"reward_validity_after\": 1,\n                            \"active\": true,\n                            \"rank\": 0,\n                            \"reward_validity_after_days\": 0\n                        }\n                    ],\n                    \"currency\": \"PHP\"\n                },\n                \"employee\": {\n                    \"id\": 90416,\n                    \"email_address\": \"kervin.reyes@recruitday.com\",\n                    \"full_name\": \"Kervin Reyes\",\n                    \"firstname\": \"Kervin\",\n                    \"lastname\": \"Reyes\",\n                    \"conversation_reference\": \"{\\\"activityId\\\":\\\"f:814b7c12-e828-c70a-d761-9e6adb7994b0\\\",\\\"user\\\":{\\\"id\\\":\\\"29:1gT2a6xGhjIE5ubP1fM1QDVwp-gKYfFd9e4hfvCr40T8P4N1H-eKwTL0PLa-TtgojJdyOTebCv2yI2DydiEZpsg\\\",\\\"aadObjectId\\\":\\\"becf4de9-cc85-4940-9131-a96621fb67df\\\"},\\\"bot\\\":{\\\"id\\\":\\\"28:b4e6988d-d9bf-4a2c-83a8-a9d625a56098\\\",\\\"name\\\":\\\"dev-recruitdayteams\\\"},\\\"conversation\\\":{\\\"conversationType\\\":\\\"personal\\\",\\\"tenantId\\\":\\\"7822f03f-0002-4509-bdd0-b7b267eb44d7\\\",\\\"id\\\":\\\"a:1Or45C14NZYlTIQZenWaIrcZO1xWwxMUhROv3xBc3L91T5gy_orjJZ0zIbQdsw8oh9e3zbubBPm6PftSpF0qcsdN4X44BgTeBlKadTT9WlophF0OIQVH256oNrBBKmV3p\\\"},\\\"channelId\\\":\\\"msteams\\\",\\\"serviceUrl\\\":\\\"https://smba.trafficmanager.net/apac/\\\"}\"\n                },\n                \"cash_reward\": 1000,\n                \"reward_date\": \"2021-04-06T18:20:09+08:00\"\n            }\n        ],\n        \"employer\": {\n            \"id\": 3612,\n            \"name\": \"Recruitday Inc.\",\n            \"email_address\": \"joel@recruitday.com\",\n            \"account\": [\n                {\n                    \"id\": 90235,\n                    \"email_address\": \"bryan.mangulabnan@recruitday.com\",\n                    \"full_name\": \"Bryan Mangulabnan\",\n                    \"firstname\": \"Bryan\",\n                    \"lastname\": \"Mangulabnan\"\n                },\n                {\n                    \"id\": 90319,\n                    \"email_address\": \"pat.tolentino@recruitday.com\",\n                    \"full_name\": \" \"\n                },\n                {\n                    \"id\": 90353,\n                    \"email_address\": \"miketan@gmail.com\",\n                    \"full_name\": \"Michael Tan\",\n                    \"mobile_number\": \"09876543212\"\n                },\n                {\n                    \"id\": 90413,\n                    \"email_address\": \"ryan.dewey@recruitday.com\",\n                    \"full_name\": \"Ryan Dewey\",\n                    \"firstname\": \"Ryan\",\n                    \"lastname\": \"Dewey\",\n                    \"conversation_reference\": \"{\\\"activityId\\\":\\\"f:dc05e203-a173-ad05-b6e2-342c29fea879\\\",\\\"user\\\":{\\\"id\\\":\\\"29:1XFsBQFWLVdfWeWygo8LtQg2CnOZYHRkBHXzui4nU8BHuO4JwhY5ZeOhs-JoiZAabR6o7RBBnltVTfvnat9R_8g\\\",\\\"aadObjectId\\\":\\\"540753ce-012e-4dbc-b302-df794f1feb8c\\\"},\\\"bot\\\":{\\\"id\\\":\\\"28:b4e6988d-d9bf-4a2c-83a8-a9d625a56098\\\",\\\"name\\\":\\\"dev-recruitdayteams\\\"},\\\"conversation\\\":{\\\"conversationType\\\":\\\"personal\\\",\\\"tenantId\\\":\\\"7822f03f-0002-4509-bdd0-b7b267eb44d7\\\",\\\"id\\\":\\\"a:1fLhj_amKQENdGReDeYv6JXLwM0X6H1c8gFcooW5Hs1A5QZBnB7xIb5gjgwalx9jlfEq2S_YJGla8RfDmYVmnR2cArWSAO0wzhZ8FKDZ7q8H1uUZab-tVZ1GSbZUEOPcI\\\"},\\\"channelId\\\":\\\"msteams\\\",\\\"serviceUrl\\\":\\\"https://smba.trafficmanager.net/apac/\\\"}\"\n                },\n                {\n                    \"id\": 90414,\n                    \"email_address\": \"susan.lee@recruitday.com\",\n                    \"full_name\": \" \"\n                },\n                {\n                    \"id\": 90416,\n                    \"email_address\": \"kervin.reyes@recruitday.com\",\n                    \"full_name\": \"Kervin Reyes\",\n                    \"firstname\": \"Kervin\",\n                    \"lastname\": \"Reyes\",\n                    \"conversation_reference\": \"{\\\"activityId\\\":\\\"f:814b7c12-e828-c70a-d761-9e6adb7994b0\\\",\\\"user\\\":{\\\"id\\\":\\\"29:1gT2a6xGhjIE5ubP1fM1QDVwp-gKYfFd9e4hfvCr40T8P4N1H-eKwTL0PLa-TtgojJdyOTebCv2yI2DydiEZpsg\\\",\\\"aadObjectId\\\":\\\"becf4de9-cc85-4940-9131-a96621fb67df\\\"},\\\"bot\\\":{\\\"id\\\":\\\"28:b4e6988d-d9bf-4a2c-83a8-a9d625a56098\\\",\\\"name\\\":\\\"dev-recruitdayteams\\\"},\\\"conversation\\\":{\\\"conversationType\\\":\\\"personal\\\",\\\"tenantId\\\":\\\"7822f03f-0002-4509-bdd0-b7b267eb44d7\\\",\\\"id\\\":\\\"a:1Or45C14NZYlTIQZenWaIrcZO1xWwxMUhROv3xBc3L91T5gy_orjJZ0zIbQdsw8oh9e3zbubBPm6PftSpF0qcsdN4X44BgTeBlKadTT9WlophF0OIQVH256oNrBBKmV3p\\\"},\\\"channelId\\\":\\\"msteams\\\",\\\"serviceUrl\\\":\\\"https://smba.trafficmanager.net/apac/\\\"}\"\n                },\n                {\n                    \"id\": 90417,\n                    \"email_address\": \"kreyes28@grr.la\",\n                    \"full_name\": \"K Reyes\",\n                    \"mobile_number\": \"09128381999\"\n                },\n                {\n                    \"id\": 90420,\n                    \"email_address\": \"darrell_Terrell1@gmail.com\",\n                    \"full_name\": \"Darrell Terrell\",\n                    \"mobile_number\": \"09498130696\"\n                },\n                {\n                    \"id\": 90421,\n                    \"email_address\": \"Lucian.Sutton2@gmail.com\",\n                    \"full_name\": \"Lucian Sutton\",\n                    \"mobile_number\": \"09951290366\"\n                },\n                {\n                    \"id\": 90422,\n                    \"email_address\": \"myah.GReene3@gmail.com\",\n                    \"full_name\": \"Myah Greene\",\n                    \"mobile_number\": \"09951290366\"\n                },\n                {\n                    \"id\": 90423,\n                    \"email_address\": \"sweeney.krstn4@gmail.com\",\n                    \"full_name\": \"Kristin Sweeney\",\n                    \"mobile_number\": \"09498130696\"\n                },\n                {\n                    \"id\": 90426,\n                    \"email_address\": \"mike.frost@grr.la\",\n                    \"full_name\": \"Mike Frost\",\n                    \"firstname\": \"Mike\",\n                    \"lastname\": \"Frost\"\n                }\n            ]\n        },\n        \"candidate\": {\n            \"id\": 90417,\n            \"first_name\": \"K\",\n            \"last_name\": \"Reyes\",\n            \"account\": {\n                \"id\": 90417,\n                \"full_name\": \"K Reyes\",\n                \"email\": \"kreyes28@grr.la\",\n                \"contact_number\": \"09128381999\"\n            },\n            \"resume\": \"90417-606c2e667a81c.pdf\"\n        }\n    }\n}"}],"_postman_id":"8c1b0fcc-ad80-420b-864c-2d2b8dabf449"},{"name":"Create Job Application","id":"805eaeeb-5bfb-4af3-8248-148c4a8551b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"employer_id\": 3612,\r\n    \"job_id\": 2222,\r\n    \"candidate_id\": 90417,\r\n    \"message\": \" \",\r\n    \"referrer_id\": 90416\r\n}"},"url":"https://api.recruitday.com/api/job-application?access_token={{access_token}}","description":"<p><b><i>Creates a new job application record</i></b></p>\n","urlObject":{"path":["api","job-application"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"5217863b-78dc-40e6-a7c8-186367e3c97b","name":"Create Job Application","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"employer_id\": 3612,\r\n    \"job_id\": 2222,\r\n    \"candidate_id\": 90417,\r\n    \"message\": \" \",\r\n    \"referrer_id\": 90416\r\n}"},"url":{"raw":"https://api.recruitday.com/api/job-application?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","job-application"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 12 Apr 2021 08:00:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Saved new Job Application\",\n    \"data\": {\n        \"id\": 9304\n    }\n}"}],"_postman_id":"805eaeeb-5bfb-4af3-8248-148c4a8551b7"},{"name":"Update Job Application","id":"bf8a2910-919f-42ec-9570-aad8047b97f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"job_application_status\": \"Shortlisted\",\r\n    \"start_date\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.recruitday.com/api/job-application/{{job-application-id}}?access_token={{access_token}}","description":"<p><b><i>Updates a job application record</i></b></p>\n","urlObject":{"path":["api","job-application","{{job-application-id}}"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"e908f796-5006-4139-8da3-d8a5e3674568","name":"Update Job Application","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"job_application_status\": \"Shortlisted\",\r\n    \"start_date\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.recruitday.com/api/job-application/{{job-application-id}}?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","job-application","{{job-application-id}}"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 12 Apr 2021 07:59:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Job application status updated.\",\n    \"data\": {\n        \"id\": 9295,\n        \"job_application_status\": \"Shortlisted\",\n        \"reward\": {\n            \"id\": 1077,\n            \"referral_id\": \"606c2e4564317\",\n            \"job_application_status\": \"Shortlisted\",\n            \"status\": \"Processing\",\n            \"job_seeker\": \"90417\",\n            \"job_title\": \"Full Stack Developer\",\n            \"employer\": {\n                \"id\": 3612,\n                \"name\": \"Recruitday Inc.\",\n                \"email_address\": \"joel@recruitday.com\",\n                \"account\": [\n                    {\n                        \"id\": 90235,\n                        \"email_address\": \"bryan.mangulabnan@recruitday.com\",\n                        \"full_name\": \"Bryan Mangulabnan\",\n                        \"firstname\": \"Bryan\",\n                        \"lastname\": \"Mangulabnan\"\n                    },\n                    {\n                        \"id\": 90319,\n                        \"email_address\": \"pat.tolentino@recruitday.com\",\n                        \"full_name\": \" \"\n                    },\n                    {\n                        \"id\": 90353,\n                        \"email_address\": \"miketan@gmail.com\",\n                        \"full_name\": \"Michael Tan\",\n                        \"mobile_number\": \"09876543212\"\n                    },\n                    {\n                        \"id\": 90413,\n                        \"email_address\": \"ryan.dewey@recruitday.com\",\n                        \"full_name\": \"Ryan Dewey\",\n                        \"firstname\": \"Ryan\",\n                        \"lastname\": \"Dewey\",\n                        \"conversation_reference\": \"{\\\"activityId\\\":\\\"f:dc05e203-a173-ad05-b6e2-342c29fea879\\\",\\\"user\\\":{\\\"id\\\":\\\"29:1XFsBQFWLVdfWeWygo8LtQg2CnOZYHRkBHXzui4nU8BHuO4JwhY5ZeOhs-JoiZAabR6o7RBBnltVTfvnat9R_8g\\\",\\\"aadObjectId\\\":\\\"540753ce-012e-4dbc-b302-df794f1feb8c\\\"},\\\"bot\\\":{\\\"id\\\":\\\"28:b4e6988d-d9bf-4a2c-83a8-a9d625a56098\\\",\\\"name\\\":\\\"dev-recruitdayteams\\\"},\\\"conversation\\\":{\\\"conversationType\\\":\\\"personal\\\",\\\"tenantId\\\":\\\"7822f03f-0002-4509-bdd0-b7b267eb44d7\\\",\\\"id\\\":\\\"a:1fLhj_amKQENdGReDeYv6JXLwM0X6H1c8gFcooW5Hs1A5QZBnB7xIb5gjgwalx9jlfEq2S_YJGla8RfDmYVmnR2cArWSAO0wzhZ8FKDZ7q8H1uUZab-tVZ1GSbZUEOPcI\\\"},\\\"channelId\\\":\\\"msteams\\\",\\\"serviceUrl\\\":\\\"https://smba.trafficmanager.net/apac/\\\"}\"\n                    },\n                    {\n                        \"id\": 90414,\n                        \"email_address\": \"susan.lee@recruitday.com\",\n                        \"full_name\": \" \"\n                    },\n                    {\n                        \"id\": 90416,\n                        \"email_address\": \"kervin.reyes@recruitday.com\",\n                        \"full_name\": \"Kervin Reyes\",\n                        \"firstname\": \"Kervin\",\n                        \"lastname\": \"Reyes\",\n                        \"conversation_reference\": \"{\\\"activityId\\\":\\\"f:814b7c12-e828-c70a-d761-9e6adb7994b0\\\",\\\"user\\\":{\\\"id\\\":\\\"29:1gT2a6xGhjIE5ubP1fM1QDVwp-gKYfFd9e4hfvCr40T8P4N1H-eKwTL0PLa-TtgojJdyOTebCv2yI2DydiEZpsg\\\",\\\"aadObjectId\\\":\\\"becf4de9-cc85-4940-9131-a96621fb67df\\\"},\\\"bot\\\":{\\\"id\\\":\\\"28:b4e6988d-d9bf-4a2c-83a8-a9d625a56098\\\",\\\"name\\\":\\\"dev-recruitdayteams\\\"},\\\"conversation\\\":{\\\"conversationType\\\":\\\"personal\\\",\\\"tenantId\\\":\\\"7822f03f-0002-4509-bdd0-b7b267eb44d7\\\",\\\"id\\\":\\\"a:1Or45C14NZYlTIQZenWaIrcZO1xWwxMUhROv3xBc3L91T5gy_orjJZ0zIbQdsw8oh9e3zbubBPm6PftSpF0qcsdN4X44BgTeBlKadTT9WlophF0OIQVH256oNrBBKmV3p\\\"},\\\"channelId\\\":\\\"msteams\\\",\\\"serviceUrl\\\":\\\"https://smba.trafficmanager.net/apac/\\\"}\"\n                    },\n                    {\n                        \"id\": 90417,\n                        \"email_address\": \"kreyes28@grr.la\",\n                        \"full_name\": \"K Reyes\",\n                        \"mobile_number\": \"09128381999\"\n                    },\n                    {\n                        \"id\": 90420,\n                        \"email_address\": \"darrell_Terrell1@gmail.com\",\n                        \"full_name\": \"Darrell Terrell\",\n                        \"mobile_number\": \"09498130696\"\n                    },\n                    {\n                        \"id\": 90421,\n                        \"email_address\": \"Lucian.Sutton2@gmail.com\",\n                        \"full_name\": \"Lucian Sutton\",\n                        \"mobile_number\": \"09951290366\"\n                    },\n                    {\n                        \"id\": 90422,\n                        \"email_address\": \"myah.GReene3@gmail.com\",\n                        \"full_name\": \"Myah Greene\",\n                        \"mobile_number\": \"09951290366\"\n                    },\n                    {\n                        \"id\": 90423,\n                        \"email_address\": \"sweeney.krstn4@gmail.com\",\n                        \"full_name\": \"Kristin Sweeney\",\n                        \"mobile_number\": \"09498130696\"\n                    },\n                    {\n                        \"id\": 90426,\n                        \"email_address\": \"mike.frost@grr.la\",\n                        \"full_name\": \"Mike Frost\",\n                        \"firstname\": \"Mike\",\n                        \"lastname\": \"Frost\"\n                    }\n                ]\n            },\n            \"job_listing\": {\n                \"id\": 2210,\n                \"date_published\": \"2021-03-30T15:15:39+08:00\",\n                \"job_title\": \"Full Stack Developer\",\n                \"number_of_vacancies\": 1,\n                \"total_reward_amount\": 3000,\n                \"job_location\": \"10 Jupiter Street, Bel-Air,, Makati City, Metro Manila, Philippines\",\n                \"rewards_setup\": [\n                    {\n                        \"id\": 1291,\n                        \"job_application_status\": 1,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"1000\",\n                        \"reward_validity_after\": 0,\n                        \"active\": true,\n                        \"rank\": 0,\n                        \"reward_validity_after_days\": 0\n                    },\n                    {\n                        \"id\": 1292,\n                        \"job_application_status\": 2,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"2000\",\n                        \"reward_validity_after\": 1,\n                        \"active\": true,\n                        \"rank\": 0,\n                        \"reward_validity_after_days\": 0\n                    }\n                ],\n                \"currency\": \"PHP\"\n            },\n            \"employee\": {\n                \"id\": 90416,\n                \"email_address\": \"kervin.reyes@recruitday.com\",\n                \"full_name\": \"Kervin Reyes\",\n                \"firstname\": \"Kervin\",\n                \"lastname\": \"Reyes\",\n                \"conversation_reference\": \"{\\\"activityId\\\":\\\"f:814b7c12-e828-c70a-d761-9e6adb7994b0\\\",\\\"user\\\":{\\\"id\\\":\\\"29:1gT2a6xGhjIE5ubP1fM1QDVwp-gKYfFd9e4hfvCr40T8P4N1H-eKwTL0PLa-TtgojJdyOTebCv2yI2DydiEZpsg\\\",\\\"aadObjectId\\\":\\\"becf4de9-cc85-4940-9131-a96621fb67df\\\"},\\\"bot\\\":{\\\"id\\\":\\\"28:b4e6988d-d9bf-4a2c-83a8-a9d625a56098\\\",\\\"name\\\":\\\"dev-recruitdayteams\\\"},\\\"conversation\\\":{\\\"conversationType\\\":\\\"personal\\\",\\\"tenantId\\\":\\\"7822f03f-0002-4509-bdd0-b7b267eb44d7\\\",\\\"id\\\":\\\"a:1Or45C14NZYlTIQZenWaIrcZO1xWwxMUhROv3xBc3L91T5gy_orjJZ0zIbQdsw8oh9e3zbubBPm6PftSpF0qcsdN4X44BgTeBlKadTT9WlophF0OIQVH256oNrBBKmV3p\\\"},\\\"channelId\\\":\\\"msteams\\\",\\\"serviceUrl\\\":\\\"https://smba.trafficmanager.net/apac/\\\"}\"\n            },\n            \"reward_setup\": {\n                \"id\": 1291,\n                \"job_application_status\": 1,\n                \"reward_type\": 1,\n                \"status_reward\": \"1000\",\n                \"reward_validity_after\": 0,\n                \"active\": true,\n                \"rank\": 0,\n                \"reward_validity_after_days\": 0,\n                \"job_listing\": {\n                    \"id\": 2210,\n                    \"date_published\": \"2021-03-30T15:15:39+08:00\",\n                    \"job_title\": \"Full Stack Developer\",\n                    \"number_of_vacancies\": 1,\n                    \"total_reward_amount\": 3000,\n                    \"job_location\": \"10 Jupiter Street, Bel-Air,, Makati City, Metro Manila, Philippines\",\n                    \"rewards_setup\": [\n                        {\n                            \"id\": 1292,\n                            \"job_application_status\": 2,\n                            \"reward_type\": 1,\n                            \"status_reward\": \"2000\",\n                            \"reward_validity_after\": 1,\n                            \"active\": true,\n                            \"rank\": 0,\n                            \"reward_validity_after_days\": 0\n                        }\n                    ],\n                    \"currency\": \"PHP\"\n                }\n            },\n            \"job_application\": {\n                \"id\": 9295,\n                \"first_name\": \"K\",\n                \"last_name\": \"Reyes\",\n                \"email_address\": \"kreyes28@grr.la\",\n                \"date_created\": \"2021-04-06T17:48:38+08:00\",\n                \"job_application_status\": 1,\n                \"referrer_id\": \"90416\",\n                \"expected_salary\": 120000,\n                \"account\": {\n                    \"id\": 90417,\n                    \"email_address\": \"kreyes28@grr.la\",\n                    \"full_name\": \"K Reyes\",\n                    \"mobile_number\": \"09128381999\"\n                },\n                \"job_listing\": {\n                    \"id\": 2210,\n                    \"date_published\": \"2021-03-30T15:15:39+08:00\",\n                    \"job_title\": \"Full Stack Developer\",\n                    \"number_of_vacancies\": 1,\n                    \"total_reward_amount\": 3000,\n                    \"job_location\": \"10 Jupiter Street, Bel-Air,, Makati City, Metro Manila, Philippines\",\n                    \"rewards_setup\": [\n                        {\n                            \"id\": 1291,\n                            \"job_application_status\": 1,\n                            \"reward_type\": 1,\n                            \"status_reward\": \"1000\",\n                            \"reward_validity_after\": 0,\n                            \"active\": true,\n                            \"rank\": 0,\n                            \"reward_validity_after_days\": 0\n                        },\n                        {\n                            \"id\": 1292,\n                            \"job_application_status\": 2,\n                            \"reward_type\": 1,\n                            \"status_reward\": \"2000\",\n                            \"reward_validity_after\": 1,\n                            \"active\": true,\n                            \"rank\": 0,\n                            \"reward_validity_after_days\": 0\n                        }\n                    ],\n                    \"currency\": \"PHP\"\n                },\n                \"custom_job_application_status\": \"Shortlisted\",\n                \"employee_rewards\": []\n            },\n            \"cash_reward\": 1000,\n            \"reward_date\": \"2021-04-06T18:20:09+08:00\"\n        }\n    }\n}"}],"_postman_id":"bf8a2910-919f-42ec-9570-aad8047b97f5"}],"id":"daed91b2-28ad-4e41-a6ed-114fb1988f6c","_postman_id":"daed91b2-28ad-4e41-a6ed-114fb1988f6c","description":""},{"name":"Job Perk","item":[{"name":"Create Job Perk","id":"68b13c76-f03e-4310-be1f-5079287b7d64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Quarterly Incentives\",\r\n    \"job_id\": 2222\r\n}"},"url":"https://api.recruitday.com/api/job-perk?access_token={{access_token}}","description":"<p><b><i>Creates a new job perk record</i></b></p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"}]},"isInherited":true,"source":{"_postman_id":"6a4ef2aa-31bd-4345-8060-2b44cdd6d333","id":"6a4ef2aa-31bd-4345-8060-2b44cdd6d333","name":"Job Perk","type":"folder"}},"urlObject":{"path":["api","job-perk"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"291cbbf2-acab-4e34-8b95-93190faab464","name":"Create Job Perk","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Quarterly Incentives\",\r\n    \"job_id\": 2222\r\n}"},"url":{"raw":"https://api.recruitday.com/api/job-perk?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","job-perk"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 12 Apr 2021 08:26:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Job perk created!\",\n    \"data\": {\n        \"id\": 2521,\n        \"perk_name\": \"Quarterly Incentives\",\n        \"job_id\": 2222\n    }\n}"}],"_postman_id":"68b13c76-f03e-4310-be1f-5079287b7d64"},{"name":"Get Job Perk by ID","id":"e9510e7e-39e0-4f5d-847a-dc4d12262dc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.recruitday.com/api/job-perk/{{job-perk-id}}?access_token={{access_token}}","description":"<p><b><i>Lists a job perk record filtered by ID</i></b></p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"}]},"isInherited":true,"source":{"_postman_id":"6a4ef2aa-31bd-4345-8060-2b44cdd6d333","id":"6a4ef2aa-31bd-4345-8060-2b44cdd6d333","name":"Job Perk","type":"folder"}},"urlObject":{"path":["api","job-perk","{{job-perk-id}}"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"38ed3740-882c-45cc-8ae4-b6d3bfbb6b32","name":"Get Job Perk by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.recruitday.com/api/job-perk/{{job-perk-id}}?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","job-perk","{{job-perk-id}}"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 12 Apr 2021 08:28:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": 2521,\n        \"perk_name\": \"Quarterly Incentives\",\n        \"job_id\": 2222\n    }\n}"}],"_postman_id":"e9510e7e-39e0-4f5d-847a-dc4d12262dc1"},{"name":"Update Job Perk","id":"ea2d5683-f203-4e25-9eaf-57b7f088276b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Incentives per month\"\r\n}"},"url":"https://api.recruitday.com/api/job-perk/{{job-perk-id}}?access_token={{access_token}}","description":"<p><b><i>Updates a job perk record</i></b></p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"}]},"isInherited":true,"source":{"_postman_id":"6a4ef2aa-31bd-4345-8060-2b44cdd6d333","id":"6a4ef2aa-31bd-4345-8060-2b44cdd6d333","name":"Job Perk","type":"folder"}},"urlObject":{"path":["api","job-perk","{{job-perk-id}}"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"90d175a1-a953-4184-8d57-7d58cd5bef7b","name":"Update Job Perk","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Incentives per month\"\r\n}"},"url":{"raw":"https://api.recruitday.com/api/job-perk/{{job-perk-id}}?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","job-perk","{{job-perk-id}}"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 12 Apr 2021 08:29:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Job perk updated!\",\n    \"data\": {\n        \"id\": 2521,\n        \"perk_name\": \"Incentives per month\",\n        \"job_id\": 2222\n    }\n}"}],"_postman_id":"ea2d5683-f203-4e25-9eaf-57b7f088276b"}],"id":"6a4ef2aa-31bd-4345-8060-2b44cdd6d333","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"4a025537-0ddc-4fe8-a123-d6a030a0fed4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4d0f46df-4b47-4568-8a0c-9d2ad26b2a4c","type":"text/javascript","exec":[""]}}],"_postman_id":"6a4ef2aa-31bd-4345-8060-2b44cdd6d333","description":""},{"name":"Jobs","item":[{"name":"Get Jobs","id":"d9f84cf2-2d64-4176-b2ad-9ff66658269b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"grant_type","value":"<grant_type>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"method":"GET","header":[{"key":"filter-key","value":"{{filter-key}}","type":"text"},{"key":"tenant-id","value":"{{tenant-id}}","type":"text"},{"key":"teams-user-email","value":"{{teams-user-email}}","type":"text"}],"url":"https://api.recruitday.com/api/jobs?access_token={{access_token}}","description":"<p><b><i>Lists all job records listed under a company</i></b></p>\n","urlObject":{"path":["api","jobs"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"19fdcdbe-4eb7-47cb-9109-32c58d349e5b","name":"Get Jobs","originalRequest":{"method":"GET","header":[{"key":"filter-key","value":"{{filter-key}}","type":"text"},{"key":"tenant-id","value":"{{tenant-id}}","type":"text"},{"key":"teams-user-email","value":"{{teams-user-email}}","type":"text"}],"url":{"raw":"https://api.recruitday.com/api/jobs?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","jobs"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Apr 2021 02:53:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"record_count\": 40,\n    \"total_pages\": 4,\n    \"total_cash_rewards\": 369000,\n    \"total_vacancies\": 151,\n    \"data\": [\n        {\n            \"id\": 2225,\n            \"date_published\": \"2021-04-13T10:31:40+08:00\",\n            \"job_title\": \"Litigator\",\n            \"number_of_vacancies\": 5,\n            \"total_reward_amount\": 15000,\n            \"job_location\": \"Makati\",\n            \"rewards_setup\": [\n                {\n                    \"id\": 1300,\n                    \"job_application_status\": \"Hired\",\n                    \"reward_type\": \"Non-Cash\",\n                    \"active\": true,\n                    \"rank\": 1,\n                    \"non_cash_reward\": \"Starbucks Vouchers\",\n                    \"reward_validity\": \"Upon hire\"\n                },\n                {\n                    \"id\": 1301,\n                    \"job_application_status\": \"Hired\",\n                    \"reward_type\": \"Cash\",\n                    \"status_reward\": \"15000\",\n                    \"active\": true,\n                    \"rank\": 2,\n                    \"reward_validity\": \"6 months after hire\"\n                }\n            ],\n            \"currency\": \"PHP\",\n            \"has_non_cash\": true\n        },\n        {\n            \"id\": 2224,\n            \"date_published\": \"2021-04-13T10:21:50+08:00\",\n            \"job_title\": \"Litigator\",\n            \"number_of_vacancies\": 5,\n            \"total_reward_amount\": 15000,\n            \"job_location\": \"Makati\",\n            \"rewards_setup\": [],\n            \"currency\": \"PHP\",\n            \"has_non_cash\": false\n        },\n        {\n            \"id\": 2223,\n            \"date_published\": \"2021-04-13T10:18:49+08:00\",\n            \"job_title\": \"Litigator\",\n            \"number_of_vacancies\": 5,\n            \"total_reward_amount\": 15000,\n            \"job_location\": \"Makati\",\n            \"rewards_setup\": [],\n            \"currency\": \"PHP\",\n            \"has_non_cash\": false\n        },\n        {\n            \"id\": 2222,\n            \"date_published\": \"2021-04-08T13:26:01+08:00\",\n            \"job_title\": \"Test QA Engineer\",\n            \"number_of_vacancies\": 2,\n            \"total_reward_amount\": 3500,\n            \"job_location\": \"Work From Home\",\n            \"rewards_setup\": [\n                {\n                    \"id\": 1298,\n                    \"job_application_status\": \"Hired\",\n                    \"reward_type\": \"Cash\",\n                    \"status_reward\": \"1500\",\n                    \"active\": true,\n                    \"rank\": 2,\n                    \"reward_validity\": \"1 month after hire\"\n                },\n                {\n                    \"id\": 1297,\n                    \"job_application_status\": \"Hired\",\n                    \"status_reward\": \"\",\n                    \"active\": false,\n                    \"rank\": 3,\n                    \"non_cash_reward\": \"\",\n                    \"reward_validity\": \"Upon hire\"\n                },\n                {\n                    \"id\": 1299,\n                    \"job_application_status\": \"Hired\",\n                    \"reward_type\": \"Cash\",\n                    \"status_reward\": \"2000\",\n                    \"active\": true,\n                    \"rank\": 4,\n                    \"non_cash_reward\": \"\",\n                    \"reward_validity\": \"3 months and 15 days after hire\"\n                }\n            ],\n            \"currency\": \"PHP\",\n            \"has_non_cash\": false\n        },\n        {\n            \"id\": 2221,\n            \"date_published\": \"2021-04-08T13:19:27+08:00\",\n            \"job_title\": \"Associate Software Engineer\",\n            \"number_of_vacancies\": 1,\n            \"total_reward_amount\": 3000,\n            \"job_location\": \"Makati City\",\n            \"rewards_setup\": [],\n            \"currency\": \"PHP\",\n            \"has_non_cash\": false\n        },\n        {\n            \"id\": 2220,\n            \"date_published\": \"2021-04-08T13:09:41+08:00\",\n            \"job_title\": \"Accounting Associate\",\n            \"number_of_vacancies\": 1,\n            \"total_reward_amount\": 2000,\n            \"job_location\": \"Makati City\",\n            \"rewards_setup\": [],\n            \"currency\": \"PHP\",\n            \"has_non_cash\": false\n        },\n        {\n            \"id\": 2219,\n            \"date_published\": \"2021-04-08T13:01:41+08:00\",\n            \"job_title\": \"Sales Account Manager\",\n            \"number_of_vacancies\": 1,\n            \"total_reward_amount\": 3000,\n            \"job_location\": \"Makati City\",\n            \"rewards_setup\": [],\n            \"currency\": \"PHP\",\n            \"has_non_cash\": false\n        },\n        {\n            \"id\": 2218,\n            \"date_published\": \"2021-04-08T10:32:51+08:00\",\n            \"job_title\": \"SAP Basis Analyst\",\n            \"number_of_vacancies\": 2,\n            \"total_reward_amount\": 5000,\n            \"job_location\": \"Makati City, Metro Manila\",\n            \"rewards_setup\": [\n                {\n                    \"id\": 1294,\n                    \"job_application_status\": \"Shortlisted\",\n                    \"reward_type\": \"Cash\",\n                    \"status_reward\": \"1500\",\n                    \"active\": true,\n                    \"rank\": 1\n                },\n                {\n                    \"id\": 1295,\n                    \"job_application_status\": \"Shortlisted\",\n                    \"reward_type\": \"Cash\",\n                    \"status_reward\": \"1500\",\n                    \"active\": true,\n                    \"rank\": 2\n                },\n                {\n                    \"id\": 1296,\n                    \"job_application_status\": \"Hired\",\n                    \"reward_type\": \"Cash\",\n                    \"status_reward\": \"2000\",\n                    \"active\": true,\n                    \"rank\": 3,\n                    \"reward_validity\": \"1 month after hire\"\n                }\n            ],\n            \"currency\": \"PHP\",\n            \"has_non_cash\": false\n        },\n        {\n            \"id\": 2211,\n            \"date_published\": \"2021-04-08T09:42:53+08:00\",\n            \"job_title\": \"Marketing Coordinator\",\n            \"number_of_vacancies\": 5,\n            \"job_location\": \"Makati City\",\n            \"rewards_setup\": [],\n            \"currency\": \"PHP\",\n            \"has_non_cash\": false\n        },\n        {\n            \"id\": 2210,\n            \"date_published\": \"2021-03-30T15:15:39+08:00\",\n            \"job_title\": \"Full Stack Developer\",\n            \"number_of_vacancies\": 1,\n            \"total_reward_amount\": 3000,\n            \"job_location\": \"10 Jupiter Street, Bel-Air,, Makati City, Metro Manila, Philippines\",\n            \"rewards_setup\": [\n                {\n                    \"id\": 1292,\n                    \"job_application_status\": \"Hired\",\n                    \"reward_type\": \"Cash\",\n                    \"status_reward\": \"2000\",\n                    \"active\": true,\n                    \"rank\": 0,\n                    \"reward_validity\": \"1 month after hire\"\n                },\n                {\n                    \"id\": 1291,\n                    \"job_application_status\": \"Shortlisted\",\n                    \"reward_type\": \"Cash\",\n                    \"status_reward\": \"1000\",\n                    \"active\": true,\n                    \"rank\": 0\n                }\n            ],\n            \"currency\": \"PHP\",\n            \"has_non_cash\": false\n        }\n    ]\n}"}],"_postman_id":"d9f84cf2-2d64-4176-b2ad-9ff66658269b"},{"name":"Create Job","id":"803a2154-6dda-4e11-b8ed-32a71167159e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"employer_id\": 3612,\r\n    \"job_listing_category\": 66,\r\n    \"custom_photo_url\": null,\r\n    \"job_title\": \"Senior Software Analyst\",\r\n    \"description\": null,\r\n    \"educational_attainment\": 3,\r\n    \"employment_type\": 4,\r\n    \"job_location\": \"Makati City, Metro Manila\",\r\n    \"job_status\": 2,\r\n    \"minimum_years_of_experience\": 2,\r\n    \"number_of_vacancies\": 5,\r\n    \"perks\": \"\",\r\n    \"position_level\": 2,\r\n    \"qualification_summary\": \"\",\r\n    \"total_reward\": null,\r\n    \"work_schedule\": 1,\r\n    \"close_date\": null\r\n}"},"url":"https://api.recruitday.com/api/jobs?access_token={{access_token}}","description":"<p><b><i>Creates a new job record</i></b></p>\n","urlObject":{"path":["api","jobs"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"ad693b20-fa0b-4bfc-85ca-a25f0d4c1979","name":"Create Job","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"employer_id\": 3612,\r\n    \"job_listing_category\": 66,\r\n    \"custom_photo_url\": null,\r\n    \"job_title\": \"Senior Software Analyst\",\r\n    \"description\": null,\r\n    \"educational_attainment\": 3,\r\n    \"employment_type\": 4,\r\n    \"job_location\": \"Makati City, Metro Manila\",\r\n    \"job_status\": 2,\r\n    \"minimum_years_of_experience\": 2,\r\n    \"number_of_vacancies\": 5,\r\n    \"perks\": \"\",\r\n    \"position_level\": 2,\r\n    \"qualification_summary\": \"\",\r\n    \"total_reward\": null,\r\n    \"work_schedule\": 1,\r\n    \"close_date\": null\r\n}"},"url":{"raw":"https://api.recruitday.com/api/jobs?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","jobs"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Apr 2021 06:23:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Saved new Job Listing\",\n    \"data\": {\n        \"id\": 2233,\n        \"referral_link\": \"/jobs/senior-software-analyst-at-recruitday-inc-2233?ref=\"\n    }\n}"}],"_postman_id":"803a2154-6dda-4e11-b8ed-32a71167159e"},{"name":"Update Job","id":"00278e24-aaed-4d0f-9d2c-11c14f17e5d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"grant_type","value":"<grant_type>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"job_id\": 2233,\r\n    \"job_listing_category\": 66,\r\n    \"custom_photo_url\": null,\r\n    \"job_title\": \"Senior Software Analyst\",\r\n    \"description\": null,\r\n    \"educational_attainment\": 2,\r\n    \"employment_type\": 4,\r\n    \"job_location\": \"Makati City, Metro Manila\",\r\n    \"job_status\": 2,\r\n    \"minimum_years_of_experience\": 2,\r\n    \"number_of_vacancies\": 5,\r\n    \"perks\": \"\",\r\n    \"position_level\": \"Contractual 2 Months\",\r\n    \"qualification_summary\": \"\",\r\n    \"total_reward\": null,\r\n    \"work_schedule\": 1,\r\n    \"close_date\": null\r\n}"},"url":"https://api.recruitday.com/api/jobs?access_token={{access_token}}","description":"<p><b><i>Updates a job record</i></b></p>\n","urlObject":{"path":["api","jobs"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"58131b54-28ec-408d-961b-ac6ce65227ce","name":"Update Job","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"job_id\": 2233,\r\n    \"job_listing_category\": 66,\r\n    \"custom_photo_url\": null,\r\n    \"job_title\": \"Senior Software Analyst\",\r\n    \"description\": null,\r\n    \"educational_attainment\": 2,\r\n    \"employment_type\": 4,\r\n    \"job_location\": \"Makati City, Metro Manila\",\r\n    \"job_status\": 2,\r\n    \"minimum_years_of_experience\": 2,\r\n    \"number_of_vacancies\": 5,\r\n    \"perks\": \"\",\r\n    \"position_level\": 2,\r\n    \"qualification_summary\": \"\",\r\n    \"total_reward\": null,\r\n    \"work_schedule\": 1,\r\n    \"close_date\": null\r\n}"},"url":{"raw":"https://api.recruitday.com/api/jobs?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","jobs"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Apr 2021 06:25:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Job Listing Successfully Updated.\",\n    \"data\": {\n        \"id\": 2233,\n        \"referral_link\": \"/jobs/senior-software-analyst-at-recruitday-inc-2233?ref=\"\n    }\n}"}],"_postman_id":"00278e24-aaed-4d0f-9d2c-11c14f17e5d6"},{"name":"Get Job Details By ID","id":"02eaf69b-29f9-483f-9bda-ba26b845c1c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"grant_type","value":"<grant_type>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"method":"GET","header":[{"key":"filter-key","value":"{{filter-key}}","type":"text"},{"key":"tenant-id","value":"{{tenant-id}}","type":"text"},{"key":"teams-user-email","value":"{{teams-user-email}}","type":"text"}],"url":"https://api.recruitday.com/api/jobs/{{job-id}}?access_token={{access_token}}","description":"<p><b><i>Lists all job listing record details with its related entities</i></b></p>\n","urlObject":{"path":["api","jobs","{{job-id}}"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"5222f307-a5e2-4065-8a96-267a944b9f81","name":"Get Job Details By ID","originalRequest":{"method":"GET","header":[{"key":"filter-key","value":"{{filter-key}}","type":"text"},{"key":"tenant-id","value":"{{tenant-id}}","type":"text"},{"key":"teams-user-email","value":"{{teams-user-email}}","type":"text"}],"url":{"raw":"https://api.recruitday.com/api/jobs/{{job-id}}?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","jobs","{{job-id}}"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Apr 2021 06:33:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": 2233,\n        \"slug\": \"2233-recruitday-inc-senior-software-analyst\",\n        \"status\": true,\n        \"publish_status\": false,\n        \"date_added\": \"2021-04-13T14:23:12+08:00\",\n        \"date_submitted\": \"2021-04-13T14:23:12+08:00\",\n        \"date_published\": \"2021-04-13T14:23:12+08:00\",\n        \"date_updated\": \"2021-04-13T14:27:42+08:00\",\n        \"job_title\": \"Senior Software Analyst\",\n        \"position_level\": \"Custom\",\n        \"employment_type\": \"Custom\",\n        \"work_schedule\": \"Custom\",\n        \"educational_attainment\": \"Custom\",\n        \"qualification_description\": \"\",\n        \"job_perk_temp\": \"\",\n        \"job_status\": 2,\n        \"expiration_date\": \"2021-06-13T14:27:42+08:00\",\n        \"min_years_exp\": 2,\n        \"is_build_jobs\": false,\n        \"number_of_vacancies\": 5,\n        \"total_applications\": \"0\",\n        \"job_location\": \"Makati City, Metro Manila\",\n        \"channel\": \"1\",\n        \"bypass_referral_confirmation\": false,\n        \"custom_employment_type\": \"4\",\n        \"custom_position_level\": \"Contractual 2 Months\",\n        \"custom_work_schedule\": \"1\",\n        \"custom_educational_attainment\": \"2\",\n        \"rewards_setup\": [],\n        \"currency\": \"PHP\",\n        \"job_category\": {\n            \"id\": 66,\n            \"name\": \"Computer & IT\",\n            \"description\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\",\n            \"status\": true,\n            \"slug\": \"computer-it\",\n            \"rank\": true,\n            \"is_verified\": true,\n            \"date_updated\": \"2020-05-08T05:29:52+08:00\",\n            \"generic_job_id\": 122\n        },\n        \"employer\": {\n            \"id\": 3612,\n            \"name\": \"Recruitday Inc.\",\n            \"email_address\": \"joel@recruitday.com\",\n            \"account\": [\n                {\n                    \"id\": 90235,\n                    \"email_address\": \"bryan.mangulabnan@recruitday.com\",\n                    \"full_name\": \"Bryan Mangulabnan\",\n                    \"firstname\": \"Bryan\",\n                    \"lastname\": \"Mangulabnan\"\n                },\n                {\n                    \"id\": 90319,\n                    \"email_address\": \"pat.tolentino@recruitday.com\",\n                    \"full_name\": \" \"\n                },\n                {\n                    \"id\": 90353,\n                    \"email_address\": \"miketan@gmail.com\",\n                    \"full_name\": \"Michael Tan\",\n                    \"mobile_number\": \"09876543212\"\n                },\n                {\n                    \"id\": 90413,\n                    \"email_address\": \"ryan.dewey@recruitday.com\",\n                    \"full_name\": \"Ryan Dewey\",\n                    \"firstname\": \"Ryan\",\n                    \"lastname\": \"Dewey\",\n                    \"conversation_reference\": \"{\\\"activityId\\\":\\\"f:dc05e203-a173-ad05-b6e2-342c29fea879\\\",\\\"user\\\":{\\\"id\\\":\\\"29:1XFsBQFWLVdfWeWygo8LtQg2CnOZYHRkBHXzui4nU8BHuO4JwhY5ZeOhs-JoiZAabR6o7RBBnltVTfvnat9R_8g\\\",\\\"aadObjectId\\\":\\\"540753ce-012e-4dbc-b302-df794f1feb8c\\\"},\\\"bot\\\":{\\\"id\\\":\\\"28:b4e6988d-d9bf-4a2c-83a8-a9d625a56098\\\",\\\"name\\\":\\\"dev-recruitdayteams\\\"},\\\"conversation\\\":{\\\"conversationType\\\":\\\"personal\\\",\\\"tenantId\\\":\\\"7822f03f-0002-4509-bdd0-b7b267eb44d7\\\",\\\"id\\\":\\\"a:1fLhj_amKQENdGReDeYv6JXLwM0X6H1c8gFcooW5Hs1A5QZBnB7xIb5gjgwalx9jlfEq2S_YJGla8RfDmYVmnR2cArWSAO0wzhZ8FKDZ7q8H1uUZab-tVZ1GSbZUEOPcI\\\"},\\\"channelId\\\":\\\"msteams\\\",\\\"serviceUrl\\\":\\\"https://smba.trafficmanager.net/apac/\\\"}\"\n                },\n                {\n                    \"id\": 90414,\n                    \"email_address\": \"susan.lee@recruitday.com\",\n                    \"full_name\": \" \"\n                },\n                {\n                    \"id\": 90416,\n                    \"email_address\": \"kervin.reyes@recruitday.com\",\n                    \"full_name\": \"Kervin Reyes\",\n                    \"firstname\": \"Kervin\",\n                    \"lastname\": \"Reyes\",\n                    \"conversation_reference\": \"{\\\"activityId\\\":\\\"f:814b7c12-e828-c70a-d761-9e6adb7994b0\\\",\\\"user\\\":{\\\"id\\\":\\\"29:1gT2a6xGhjIE5ubP1fM1QDVwp-gKYfFd9e4hfvCr40T8P4N1H-eKwTL0PLa-TtgojJdyOTebCv2yI2DydiEZpsg\\\",\\\"aadObjectId\\\":\\\"becf4de9-cc85-4940-9131-a96621fb67df\\\"},\\\"bot\\\":{\\\"id\\\":\\\"28:b4e6988d-d9bf-4a2c-83a8-a9d625a56098\\\",\\\"name\\\":\\\"dev-recruitdayteams\\\"},\\\"conversation\\\":{\\\"conversationType\\\":\\\"personal\\\",\\\"tenantId\\\":\\\"7822f03f-0002-4509-bdd0-b7b267eb44d7\\\",\\\"id\\\":\\\"a:1Or45C14NZYlTIQZenWaIrcZO1xWwxMUhROv3xBc3L91T5gy_orjJZ0zIbQdsw8oh9e3zbubBPm6PftSpF0qcsdN4X44BgTeBlKadTT9WlophF0OIQVH256oNrBBKmV3p\\\"},\\\"channelId\\\":\\\"msteams\\\",\\\"serviceUrl\\\":\\\"https://smba.trafficmanager.net/apac/\\\"}\"\n                },\n                {\n                    \"id\": 90417,\n                    \"email_address\": \"kreyes28@grr.la\",\n                    \"full_name\": \"K Reyes\",\n                    \"mobile_number\": \"09128381999\"\n                },\n                {\n                    \"id\": 90420,\n                    \"email_address\": \"darrell_Terrell1@gmail.com\",\n                    \"full_name\": \"Darrell Terrell\",\n                    \"mobile_number\": \"09498130696\"\n                },\n                {\n                    \"id\": 90421,\n                    \"email_address\": \"Lucian.Sutton2@gmail.com\",\n                    \"full_name\": \"Lucian Sutton\",\n                    \"mobile_number\": \"09951290366\"\n                },\n                {\n                    \"id\": 90422,\n                    \"email_address\": \"myah.GReene3@gmail.com\",\n                    \"full_name\": \"Myah Greene\",\n                    \"mobile_number\": \"09951290366\"\n                },\n                {\n                    \"id\": 90423,\n                    \"email_address\": \"sweeney.krstn4@gmail.com\",\n                    \"full_name\": \"Kristin Sweeney\",\n                    \"mobile_number\": \"09498130696\"\n                },\n                {\n                    \"id\": 90426,\n                    \"email_address\": \"mike.frost@grr.la\",\n                    \"full_name\": \"Mike Frost\",\n                    \"firstname\": \"Mike\",\n                    \"lastname\": \"Frost\"\n                }\n            ]\n        },\n        \"referral_link\": \"http://uat-public.recruitday.com/jobs/senior-software-analyst-at-recruitday-inc-2233?ref=90416\",\n        \"perks\": []\n    }\n}"}],"_postman_id":"02eaf69b-29f9-483f-9bda-ba26b845c1c2"},{"name":"Refer a Job","id":"2e0d28f6-bb9b-428a-81e2-d1b3f637c020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"grant_type","value":"<grant_type>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"method":"POST","header":[{"key":"filter-key","value":"{{filter-key}}","type":"text"},{"key":"tenant-id","value":"{{tenant-id}}","type":"text"},{"key":"teams-user-email","value":"{{teams-user-email}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"Vince\",\r\n    \"last_name\": \"Glass\",\r\n    \"email\": \"vglass@mail.com\",\r\n    \"contact_number\": \"+639112663695\",\r\n    \"resume\": \"\"\r\n}"},"url":"https://api.recruitday.com/api/jobs/{{job-id}}/refer?access_token={{access_token}}","description":"<p><b><i>Creates a new referral application (Refer a candidate)</i></b></p>\n","urlObject":{"path":["api","jobs","{{job-id}}","refer"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"4e3bf970-f6d8-49f9-9b84-91a1aebfe829","name":"Refer a Job","originalRequest":{"method":"POST","header":[{"key":"filter-key","value":"{{filter-key}}","type":"text"},{"key":"tenant-id","value":"{{tenant-id}}","type":"text"},{"key":"teams-user-email","value":"{{teams-user-email}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"first_name\": \"Vince\",\r\n    \"last_name\": \"Glass\",\r\n    \"email\": \"vglass@mail.com\",\r\n    \"contact_number\": \"+639112663695\",\r\n    \"resume\": \"\"\r\n}"},"url":{"raw":"https://api.recruitday.com/api/jobs/{{job-id}}/refer?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","jobs","{{job-id}}","refer"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Apr 2021 06:38:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Successfully refer a candidate\",\n    \"data\": {\n        \"id\": 9307,\n        \"job\": {\n            \"id\": 2233,\n            \"name\": \"Senior Software Analyst\"\n        },\n        \"employer\": {\n            \"id\": 3612,\n            \"name\": \"Recruitday Inc.\"\n        },\n        \"candidate\": {\n            \"id\": 90428,\n            \"name\": \"Vince Glass\"\n        },\n        \"referrer\": {\n            \"id\": 90416,\n            \"name\": \"Kervin Reyes\"\n        }\n    }\n}"}],"_postman_id":"2e0d28f6-bb9b-428a-81e2-d1b3f637c020"},{"name":"Get Job Perks","id":"91963caa-d119-42d2-9a64-37890d73207f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"grant_type","value":"<grant_type>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"method":"GET","header":[{"key":"filter-key","value":"{{filter-key}}","type":"text"},{"key":"tenant-id","value":"{{tenant-id}}","type":"text"},{"key":"teams-user-email","value":"{{teams-user-email}}","type":"text"}],"url":"https://api.recruitday.com/api/jobs/{{job-id}}/perks?access_token={{access_token}}","description":"<p><b><i>Lists all job perks related to the job record</i></b></p>\n","urlObject":{"path":["api","jobs","{{job-id}}","perks"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"c51495d1-1a21-4be5-85b8-81dc4e374598","name":"Get Job Perks","originalRequest":{"method":"GET","header":[{"key":"filter-key","value":"{{filter-key}}","type":"text"},{"key":"tenant-id","value":"{{tenant-id}}","type":"text"},{"key":"teams-user-email","value":"{{teams-user-email}}","type":"text"}],"url":{"raw":"https://api.recruitday.com/api/jobs/{{job-id}}/perks?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","jobs","{{job-id}}","perks"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Apr 2021 07:07:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"id\": 2518,\n            \"perk_name\": \"Free lodging\",\n            \"job_id\": 1976\n        },\n        {\n            \"id\": 2519,\n            \"perk_name\": \"Allowances\",\n            \"job_id\": 1976\n        },\n        {\n            \"id\": 2520,\n            \"perk_name\": \"Medical\",\n            \"job_id\": 1976\n        }\n    ]\n}"}],"_postman_id":"91963caa-d119-42d2-9a64-37890d73207f"},{"name":"Get Job Rewards List","id":"9ee4e2fd-e935-4382-8389-7856c512bd86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"grant_type","value":"<grant_type>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.recruitday.com/api/jobs/{{job-id}}/rewards?access_token={{access_token}}","description":"<p><b><i>Lists all rewards setup under a job listing</i></b></p>\n","urlObject":{"path":["api","jobs","{{job-id}}","rewards"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"2e58663a-4232-4232-9eb2-ad501b76db16","name":"Get Job Rewards List","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.recruitday.com/api/jobs/{{job-id}}/rewards?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","jobs","{{job-id}}","rewards"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Apr 2021 06:57:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"id\": 1292,\n            \"job_application_status\": \"Hired\",\n            \"reward_type\": \"Cash\",\n            \"status_reward\": \"2000\",\n            \"active\": true,\n            \"rank\": 0,\n            \"job_listing\": {\n                \"id\": 2210,\n                \"date_published\": \"2021-03-30T15:15:39+08:00\",\n                \"job_title\": \"Full Stack Developer\",\n                \"number_of_vacancies\": 1,\n                \"total_reward_amount\": 3000,\n                \"job_location\": \"10 Jupiter Street, Bel-Air,, Makati City, Metro Manila, Philippines\",\n                \"rewards_setup\": [\n                    {\n                        \"id\": 1291,\n                        \"job_application_status\": 1,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"1000\",\n                        \"reward_validity_after\": 0,\n                        \"active\": true,\n                        \"rank\": 0,\n                        \"reward_validity_after_days\": 0\n                    }\n                ],\n                \"currency\": \"PHP\"\n            },\n            \"reward_validity\": \"1 month after hire\"\n        },\n        {\n            \"id\": 1291,\n            \"job_application_status\": \"Shortlisted\",\n            \"reward_type\": \"Cash\",\n            \"status_reward\": \"1000\",\n            \"active\": true,\n            \"rank\": 0,\n            \"job_listing\": {\n                \"id\": 2210,\n                \"date_published\": \"2021-03-30T15:15:39+08:00\",\n                \"job_title\": \"Full Stack Developer\",\n                \"number_of_vacancies\": 1,\n                \"total_reward_amount\": 3000,\n                \"job_location\": \"10 Jupiter Street, Bel-Air,, Makati City, Metro Manila, Philippines\",\n                \"rewards_setup\": [\n                    {\n                        \"id\": 1292,\n                        \"job_application_status\": 2,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"2000\",\n                        \"reward_validity_after\": 1,\n                        \"active\": true,\n                        \"rank\": 0,\n                        \"reward_validity_after_days\": 0\n                    }\n                ],\n                \"currency\": \"PHP\"\n            }\n        }\n    ]\n}"}],"_postman_id":"9ee4e2fd-e935-4382-8389-7856c512bd86"}],"id":"ea8ed0b2-52cf-48c0-9bbd-71e5af3d9607","_postman_id":"ea8ed0b2-52cf-48c0-9bbd-71e5af3d9607","description":""},{"name":"Rewards Setup","item":[{"name":"Get Reward Setup List","id":"1bdf69c7-1855-4ae8-b6b6-6b3515107e32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"grant_type","value":"<grant_type>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.recruitday.com/api/reward-setup?access_token={{access_token}}","description":"<p><b><i>Lists all reward setup records</i></b></p>\n","urlObject":{"path":["api","reward-setup"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"c7334e57-f53d-4b81-b6e3-d6119d1af17f","name":"Get Reward Setup List","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.recruitday.com/api/reward-setup?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","reward-setup"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Apr 2021 07:34:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"record_count\": 1238,\n    \"total_pages\": 124,\n    \"data\": [\n        {\n            \"id\": 1317,\n            \"job_application_status\": 2,\n            \"reward_type\": 1,\n            \"status_reward\": \"19000\",\n            \"reward_validity_after\": 6,\n            \"active\": true,\n            \"rank\": 2,\n            \"reward_validity_after_days\": 0,\n            \"job_listing\": {\n                \"id\": 2232,\n                \"date_published\": \"2021-04-13T13:29:30+08:00\",\n                \"job_title\": \"SMS App Developer\",\n                \"number_of_vacancies\": 3,\n                \"total_reward_amount\": 19000,\n                \"job_location\": \"Quezon City\",\n                \"rewards_setup\": [\n                    {\n                        \"id\": 1316,\n                        \"job_application_status\": 1,\n                        \"reward_type\": 2,\n                        \"status_reward\": \"0\",\n                        \"reward_validity_after\": 0,\n                        \"active\": true,\n                        \"rank\": 1,\n                        \"non_cash_reward\": \"Zagu Vouchers\",\n                        \"reward_validity_after_days\": 0\n                    }\n                ],\n                \"currency\": \"PHP\"\n            }\n        },\n        {\n            \"id\": 1316,\n            \"job_application_status\": 1,\n            \"reward_type\": 2,\n            \"status_reward\": \"0\",\n            \"reward_validity_after\": 0,\n            \"active\": true,\n            \"rank\": 1,\n            \"non_cash_reward\": \"Zagu Vouchers\",\n            \"reward_validity_after_days\": 0,\n            \"job_listing\": {\n                \"id\": 2232,\n                \"date_published\": \"2021-04-13T13:29:30+08:00\",\n                \"job_title\": \"SMS App Developer\",\n                \"number_of_vacancies\": 3,\n                \"total_reward_amount\": 19000,\n                \"job_location\": \"Quezon City\",\n                \"rewards_setup\": [\n                    {\n                        \"id\": 1317,\n                        \"job_application_status\": 2,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"19000\",\n                        \"reward_validity_after\": 6,\n                        \"active\": true,\n                        \"rank\": 2,\n                        \"reward_validity_after_days\": 0\n                    }\n                ],\n                \"currency\": \"PHP\"\n            }\n        },\n        {\n            \"id\": 1299,\n            \"job_application_status\": 3,\n            \"reward_type\": 1,\n            \"status_reward\": \"2000\",\n            \"reward_validity_after\": 3,\n            \"active\": true,\n            \"rank\": 4,\n            \"non_cash_reward\": \"\",\n            \"reward_validity_after_days\": 15,\n            \"job_listing\": {\n                \"id\": 2222,\n                \"date_published\": \"2021-04-08T13:26:01+08:00\",\n                \"job_title\": \"Test QA Engineer\",\n                \"number_of_vacancies\": 2,\n                \"total_reward_amount\": 3500,\n                \"job_location\": \"Work From Home\",\n                \"rewards_setup\": [\n                    {\n                        \"id\": 1297,\n                        \"job_application_status\": 2,\n                        \"reward_type\": 0,\n                        \"status_reward\": \"\",\n                        \"reward_validity_after\": 0,\n                        \"active\": false,\n                        \"rank\": 3,\n                        \"non_cash_reward\": \"\",\n                        \"reward_validity_after_days\": 0\n                    },\n                    {\n                        \"id\": 1298,\n                        \"job_application_status\": 2,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"1500\",\n                        \"reward_validity_after\": 1,\n                        \"active\": true,\n                        \"rank\": 2,\n                        \"reward_validity_after_days\": 0\n                    }\n                ],\n                \"currency\": \"PHP\"\n            }\n        },\n        {\n            \"id\": 1298,\n            \"job_application_status\": 2,\n            \"reward_type\": 1,\n            \"status_reward\": \"1500\",\n            \"reward_validity_after\": 1,\n            \"active\": true,\n            \"rank\": 2,\n            \"reward_validity_after_days\": 0,\n            \"job_listing\": {\n                \"id\": 2222,\n                \"date_published\": \"2021-04-08T13:26:01+08:00\",\n                \"job_title\": \"Test QA Engineer\",\n                \"number_of_vacancies\": 2,\n                \"total_reward_amount\": 3500,\n                \"job_location\": \"Work From Home\",\n                \"rewards_setup\": [\n                    {\n                        \"id\": 1297,\n                        \"job_application_status\": 2,\n                        \"reward_type\": 0,\n                        \"status_reward\": \"\",\n                        \"reward_validity_after\": 0,\n                        \"active\": false,\n                        \"rank\": 3,\n                        \"non_cash_reward\": \"\",\n                        \"reward_validity_after_days\": 0\n                    },\n                    {\n                        \"id\": 1299,\n                        \"job_application_status\": 3,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"2000\",\n                        \"reward_validity_after\": 3,\n                        \"active\": true,\n                        \"rank\": 4,\n                        \"non_cash_reward\": \"\",\n                        \"reward_validity_after_days\": 15\n                    }\n                ],\n                \"currency\": \"PHP\"\n            }\n        },\n        {\n            \"id\": 1297,\n            \"job_application_status\": 2,\n            \"reward_type\": 0,\n            \"status_reward\": \"\",\n            \"reward_validity_after\": 0,\n            \"active\": false,\n            \"rank\": 3,\n            \"non_cash_reward\": \"\",\n            \"reward_validity_after_days\": 0,\n            \"job_listing\": {\n                \"id\": 2222,\n                \"date_published\": \"2021-04-08T13:26:01+08:00\",\n                \"job_title\": \"Test QA Engineer\",\n                \"number_of_vacancies\": 2,\n                \"total_reward_amount\": 3500,\n                \"job_location\": \"Work From Home\",\n                \"rewards_setup\": [\n                    {\n                        \"id\": 1298,\n                        \"job_application_status\": 2,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"1500\",\n                        \"reward_validity_after\": 1,\n                        \"active\": true,\n                        \"rank\": 2,\n                        \"reward_validity_after_days\": 0\n                    },\n                    {\n                        \"id\": 1299,\n                        \"job_application_status\": 3,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"2000\",\n                        \"reward_validity_after\": 3,\n                        \"active\": true,\n                        \"rank\": 4,\n                        \"non_cash_reward\": \"\",\n                        \"reward_validity_after_days\": 15\n                    }\n                ],\n                \"currency\": \"PHP\"\n            }\n        },\n        {\n            \"id\": 1296,\n            \"job_application_status\": 2,\n            \"reward_type\": 1,\n            \"status_reward\": \"2000\",\n            \"reward_validity_after\": 1,\n            \"active\": true,\n            \"rank\": 3,\n            \"reward_validity_after_days\": 0,\n            \"job_listing\": {\n                \"id\": 2218,\n                \"date_published\": \"2021-04-08T10:32:51+08:00\",\n                \"job_title\": \"SAP Basis Analyst\",\n                \"number_of_vacancies\": 2,\n                \"total_reward_amount\": 5000,\n                \"job_location\": \"Makati City, Metro Manila\",\n                \"rewards_setup\": [\n                    {\n                        \"id\": 1294,\n                        \"job_application_status\": 1,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"1500\",\n                        \"reward_validity_after\": 0,\n                        \"active\": true,\n                        \"rank\": 1,\n                        \"reward_validity_after_days\": 0\n                    },\n                    {\n                        \"id\": 1295,\n                        \"job_application_status\": 1,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"1500\",\n                        \"reward_validity_after\": 0,\n                        \"active\": true,\n                        \"rank\": 2,\n                        \"reward_validity_after_days\": 0\n                    }\n                ],\n                \"currency\": \"PHP\"\n            }\n        },\n        {\n            \"id\": 1295,\n            \"job_application_status\": 1,\n            \"reward_type\": 1,\n            \"status_reward\": \"1500\",\n            \"reward_validity_after\": 0,\n            \"active\": true,\n            \"rank\": 2,\n            \"reward_validity_after_days\": 0,\n            \"job_listing\": {\n                \"id\": 2218,\n                \"date_published\": \"2021-04-08T10:32:51+08:00\",\n                \"job_title\": \"SAP Basis Analyst\",\n                \"number_of_vacancies\": 2,\n                \"total_reward_amount\": 5000,\n                \"job_location\": \"Makati City, Metro Manila\",\n                \"rewards_setup\": [\n                    {\n                        \"id\": 1294,\n                        \"job_application_status\": 1,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"1500\",\n                        \"reward_validity_after\": 0,\n                        \"active\": true,\n                        \"rank\": 1,\n                        \"reward_validity_after_days\": 0\n                    },\n                    {\n                        \"id\": 1296,\n                        \"job_application_status\": 2,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"2000\",\n                        \"reward_validity_after\": 1,\n                        \"active\": true,\n                        \"rank\": 3,\n                        \"reward_validity_after_days\": 0\n                    }\n                ],\n                \"currency\": \"PHP\"\n            }\n        },\n        {\n            \"id\": 1294,\n            \"job_application_status\": 1,\n            \"reward_type\": 1,\n            \"status_reward\": \"1500\",\n            \"reward_validity_after\": 0,\n            \"active\": true,\n            \"rank\": 1,\n            \"reward_validity_after_days\": 0,\n            \"job_listing\": {\n                \"id\": 2218,\n                \"date_published\": \"2021-04-08T10:32:51+08:00\",\n                \"job_title\": \"SAP Basis Analyst\",\n                \"number_of_vacancies\": 2,\n                \"total_reward_amount\": 5000,\n                \"job_location\": \"Makati City, Metro Manila\",\n                \"rewards_setup\": [\n                    {\n                        \"id\": 1295,\n                        \"job_application_status\": 1,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"1500\",\n                        \"reward_validity_after\": 0,\n                        \"active\": true,\n                        \"rank\": 2,\n                        \"reward_validity_after_days\": 0\n                    },\n                    {\n                        \"id\": 1296,\n                        \"job_application_status\": 2,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"2000\",\n                        \"reward_validity_after\": 1,\n                        \"active\": true,\n                        \"rank\": 3,\n                        \"reward_validity_after_days\": 0\n                    }\n                ],\n                \"currency\": \"PHP\"\n            }\n        },\n        {\n            \"id\": 1293,\n            \"job_application_status\": 3,\n            \"reward_type\": 1,\n            \"status_reward\": \"1000\",\n            \"reward_validity_after\": 3,\n            \"active\": true,\n            \"rank\": 4,\n            \"non_cash_reward\": \"\",\n            \"reward_validity_after_days\": 0,\n            \"job_listing\": {\n                \"id\": 2124,\n                \"date_published\": \"2021-01-28T18:07:28+08:00\",\n                \"job_title\": \"Delivery Lead\",\n                \"number_of_vacancies\": 1,\n                \"total_reward_amount\": 5000,\n                \"job_location\": \"Multiple Locations\",\n                \"rewards_setup\": [\n                    {\n                        \"id\": 1259,\n                        \"job_application_status\": 0,\n                        \"reward_type\": 2,\n                        \"status_reward\": \"0\",\n                        \"reward_validity_after\": 0,\n                        \"active\": true,\n                        \"rank\": 0,\n                        \"non_cash_reward\": \"Booky Voucher\",\n                        \"reward_validity_after_days\": 0\n                    },\n                    {\n                        \"id\": 1260,\n                        \"job_application_status\": 1,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"2000\",\n                        \"reward_validity_after\": 0,\n                        \"active\": true,\n                        \"rank\": 2,\n                        \"non_cash_reward\": \"\",\n                        \"reward_validity_after_days\": 0\n                    },\n                    {\n                        \"id\": 1261,\n                        \"job_application_status\": 3,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"1000\",\n                        \"reward_validity_after\": 1,\n                        \"active\": true,\n                        \"rank\": 4,\n                        \"non_cash_reward\": \"\",\n                        \"reward_validity_after_days\": 0\n                    },\n                    {\n                        \"id\": 1262,\n                        \"job_application_status\": 5,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"1000\",\n                        \"reward_validity_after\": 0,\n                        \"active\": true,\n                        \"rank\": 1,\n                        \"non_cash_reward\": \"\",\n                        \"reward_validity_after_days\": 0\n                    }\n                ],\n                \"currency\": \"USD\"\n            }\n        },\n        {\n            \"id\": 1292,\n            \"job_application_status\": 2,\n            \"reward_type\": 1,\n            \"status_reward\": \"2000\",\n            \"reward_validity_after\": 1,\n            \"active\": true,\n            \"rank\": 0,\n            \"reward_validity_after_days\": 0,\n            \"job_listing\": {\n                \"id\": 2210,\n                \"date_published\": \"2021-03-30T15:15:39+08:00\",\n                \"job_title\": \"Full Stack Developer\",\n                \"number_of_vacancies\": 1,\n                \"total_reward_amount\": 3000,\n                \"job_location\": \"10 Jupiter Street, Bel-Air,, Makati City, Metro Manila, Philippines\",\n                \"rewards_setup\": [\n                    {\n                        \"id\": 1291,\n                        \"job_application_status\": 1,\n                        \"reward_type\": 1,\n                        \"status_reward\": \"1000\",\n                        \"reward_validity_after\": 0,\n                        \"active\": true,\n                        \"rank\": 0,\n                        \"reward_validity_after_days\": 0\n                    }\n                ],\n                \"currency\": \"PHP\"\n            }\n        }\n    ]\n}"}],"_postman_id":"1bdf69c7-1855-4ae8-b6b6-6b3515107e32"},{"name":"Create Reward Setup","id":"1f0efc08-a383-4d61-a671-1ebd005b5414","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"grant_type","value":"<grant_type>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"job_listing_id\": 2233,\r\n    \"data\": \r\n        [{\r\n            \"reward_type\": 1,\r\n            \"referral_status_completed\": \"Applied\",\r\n            \"reward\": \"1000\",\r\n            \"probation_end_in_months\": 0,\r\n            \"probation_end_in_days\": 0,\r\n            \"record_id\": \"\",\r\n            \"rank\": 1\r\n        }]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.recruitday.com/api/reward-setup?access_token={{access_token}}","description":"<p><b><i>Creates reward setup record/s. Can be setup to create multiple records in one call.</i></b></p>\n","urlObject":{"path":["api","reward-setup"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"105f3a69-c58b-4a36-acc5-8909e2daafa9","name":"Create Reward Setup","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"job_listing_id\": 2233,\r\n    \"data\": \r\n        [{\r\n            \"reward_type\": 1,\r\n            \"referral_status_completed\": \"Applied\",\r\n            \"reward\": \"1000\",\r\n            \"probation_end_in_months\": 0,\r\n            \"probation_end_in_days\": 0,\r\n            \"record_id\": \"\",\r\n            \"rank\": 1\r\n        }]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.recruitday.com/api/reward-setup?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","reward-setup"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Apr 2021 07:54:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Saved new Reward Setup\",\n    \"data\": [\n        {\n            \"id\": 1318,\n            \"job_application_status\": 0,\n            \"integration_id\": \"\"\n        }\n    ]\n}"}],"_postman_id":"1f0efc08-a383-4d61-a671-1ebd005b5414"},{"name":"Get Reward Setup by ID","id":"a8f1969d-2448-4294-8c9e-83075b0ae5f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"grant_type","value":"<grant_type>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.recruitday.com/api/reward-setup/{{reward-setup-id}}?access_token={{access_token}}","description":"<p><b><i>Lists a reward setup record filtered by ID</i></b></p>\n","urlObject":{"path":["api","reward-setup","{{reward-setup-id}}"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"4979395e-0062-43be-b2a3-d87851c2bfbb","name":"Get Reward Setup by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.recruitday.com/api/reward-setup/{{reward-setup-id}}?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","reward-setup","{{reward-setup-id}}"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Apr 2021 07:57:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": 1318,\n        \"job_application_status\": 0,\n        \"reward_type\": 0,\n        \"status_reward\": \"0\",\n        \"reward_validity_after\": 0,\n        \"active\": true,\n        \"rank\": 1,\n        \"non_cash_reward\": \"1000\",\n        \"reward_validity_after_days\": 0,\n        \"job_listing\": {\n            \"id\": 2233,\n            \"date_published\": \"2021-04-13T14:23:12+08:00\",\n            \"job_title\": \"Senior Software Analyst\",\n            \"number_of_vacancies\": 5,\n            \"total_reward_amount\": 0,\n            \"job_location\": \"Makati City, Metro Manila\",\n            \"rewards_setup\": [],\n            \"currency\": \"PHP\"\n        }\n    }\n}"}],"_postman_id":"a8f1969d-2448-4294-8c9e-83075b0ae5f7"},{"name":"Update Reward Setup","id":"c53ef9f6-dfe4-461f-b2f5-761534a9178d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client-secret}}"},{"key":"clientId","value":"{{client-id}}"},{"key":"accessTokenUrl","value":"https://api.recruitday.com/oauth/v2/token?grant_type=client_credentials&client_id={{client-id}}&client_secret={{client-secret}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"grant_type","value":"<grant_type>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \r\n    \"reward_type\": 0,\r\n    \"referral_status_completed\": 0,\r\n    \"reward\": 2000,\r\n    \"probation_end_in_months\": 0,\r\n    \"probation_end_in_days\": 0,\r\n    \"active\": true,\r\n    \"rank\": 1\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.recruitday.com/api/reward-setup/{{reward-setup-id}}?access_token={{access_token}}","description":"<p><b><i>Updated a reward setup record</i></b></p>\n","urlObject":{"path":["api","reward-setup","{{reward-setup-id}}"],"host":["https://api.recruitday.com"],"query":[{"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"87e755ae-26ab-440c-ab1f-6465faac50a4","name":"Update Reward Setup","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \r\n    \"reward_type\": 0,\r\n    \"referral_status_completed\": 0,\r\n    \"reward\": 2000,\r\n    \"probation_end_in_months\": 0,\r\n    \"probation_end_in_days\": 0,\r\n    \"active\": true,\r\n    \"rank\": 1\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.recruitday.com/api/reward-setup/{{reward-setup-id}}?access_token={{access_token}}","host":["https://api.recruitday.com"],"path":["api","reward-setup","{{reward-setup-id}}"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.6.40"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 13 Apr 2021 08:00:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": 1318,\n        \"job_application_status\": 0,\n        \"reward_type\": 0,\n        \"status_reward\": \"2000\",\n        \"reward_validity_after\": 0,\n        \"active\": true,\n        \"rank\": 1,\n        \"non_cash_reward\": \"1000\",\n        \"reward_validity_after_days\": 0,\n        \"job_listing\": {\n            \"id\": 2233,\n            \"date_published\": \"2021-04-13T14:23:12+08:00\",\n            \"job_title\": \"Senior Software Analyst\",\n            \"number_of_vacancies\": 5,\n            \"total_reward_amount\": 0,\n            \"job_location\": \"Makati City, Metro Manila\",\n            \"rewards_setup\": [],\n            \"currency\": \"PHP\"\n        }\n    }\n}"}],"_postman_id":"c53ef9f6-dfe4-461f-b2f5-761534a9178d"}],"id":"bf07388a-9ca8-4358-a7e9-3469565549df","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"32d315cb-c240-4bbb-947b-a5619df90a55","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5d68fbba-91ca-43ca-ae1e-8397f0300ac3","type":"text/javascript","exec":[""]}}],"_postman_id":"bf07388a-9ca8-4358-a7e9-3469565549df","description":""}],"event":[{"listen":"prerequest","script":{"id":"2406753f-9b69-461c-bba6-9730fcf8a0e5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bfc1ebd6-1f66-486e-982a-69a7014fc44c","type":"text/javascript","exec":[""]}}],"variable":[{"key":"base_url","value":"https://api.recruitday.com"},{"key":"client_id","value":"{{client-id}}"},{"key":"client_secret","value":"{{client-secret}}"},{"key":"company-perk-id","value":"{{company-perk-id}}"},{"key":"employer-id","value":"{{employer-id}}"},{"key":"job-application-id","value":"{{job-application-id}}"},{"key":"job-perk-id","value":"{{job-perk-id}}"},{"key":"reward-id","value":"{{reward-id}}"},{"key":"filter-key","value":"{{filter-key}}"},{"key":"tenant-id","value":"{{tenant-id}}"},{"key":"teams-user-email","value":"{{teams-user-email}}"},{"key":"job-id","value":"{{job-id}}"},{"key":"reward-setup-id","value":"{{reward-setup-id}}"}]}