{"info":{"_postman_id":"3862ca07-4a2d-4b7b-9a28-6c48eb0f7af9","name":"CareerOne Business Gateway (Partners)","description":"<html><head></head><body><p>The CareerOne Business Gateway is an adaptation of the legacy Monster powered Business Gateway. It is backward compatible and aims to assist in the transition from the legacy Monster taxonomy to CareerOne's current taxonomy.</p>\n<p>For more powerful functionality and control, we advise migrating to our new job posting api, the CareerOne Job Gateway.</p>\n<p>The below values will be provided with the setup of your API access:</p>\n<p>These values are used for all requests from an integration partner app.</p>\n<ul>\n<li>hostname</li>\n<li>channel_token</li>\n</ul>\n<p>These values are used to authenticate an individual CareerOne posting account.</p>\n<ul>\n<li>username</li>\n<li>password</li>\n</ul>\n<p>There is one general API endpoint with 2 actions, 'addOrUpdate' and 'delete', which are specified in the request body. Updates to existing job ads can be made by sending all data again, including the updates to be made, and using the same jobRefCode as the original post.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"4936443","collectionId":"3862ca07-4a2d-4b7b-9a28-6c48eb0f7af9","publishedId":"2s93Y2T2Jz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-04-19T23:42:11.000Z"},"item":[{"name":"bgwCreate","id":"ca3497ce-cd70-4c4c-95e5-5031547a210a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n    <SOAP-ENV:Header>\r\n        <wsse:Security xmlns:wsse=\"http://schemas.xmlsoap.org/ws/2002/04/secext\">\r\n            <wsse:UsernameToken>\r\n                <wsse:Username>{{username}}</wsse:Username>\r\n                <wsse:Password>{{password}}</wsse:Password>\r\n            </wsse:UsernameToken>\r\n        </wsse:Security>\r\n    </SOAP-ENV:Header>\r\n    <SOAP-ENV:Body>\r\n        <Job jobRefCode=\"12345-6789\" jobAction=\"addOrUpdate\">\r\n            <JobInformation>\r\n                <JobTitle>\r\n                    <![CDATA[Cisco ICM Support/Development Analyst]]>\r\n                </JobTitle>\r\n                <JobType id=\"1\"/>\r\n                <ContractType id=\"7\"/>\r\n                <Salary hideSalary=\"false\">\r\n                    <SalaryMin>1000</SalaryMin>\r\n                    <SalaryMax>3000</SalaryMax>\r\n                    <PayType id=\"5\"/>\r\n                    <AdditionalInformation>\r\n                        <![CDATA[competitive package + bonus]]>\r\n                    </AdditionalInformation>\r\n                </Salary>\r\n                <Contact>\r\n                    <NotificationsContactName>John</NotificationsContactName>\r\n                    <NotificationsContactEmail>\r\n                        <![CDATA[john.smith@bestrecruitment.com]]>\r\n                    </NotificationsContactEmail>\r\n                </Contact>\r\n                <HideCompanyInfo>false</HideCompanyInfo>\r\n                <JobSummary>\r\n                    <![CDATA[<ul><li>Great opportunity</li><li>Competitive salary</li><li>Great perks</li></ul>]]>\r\n                </JobSummary>\r\n                <JobBody>\r\n                    <![CDATA[<p><strong>The job:</strong><br />Job description details here<br /><br /><strong>Selection Criteria:</strong><br />Selection criteria here.</p>]]>\r\n                </JobBody>\r\n                <CustomApplyOnlineURL>\r\n                    <![CDATA[https://bestrecruitment.com/jobdetail/?AdvertID=12345-6789]]>\r\n                </CustomApplyOnlineURL>\r\n                <ApplyEmail>\r\n                    <![CDATA[12345-6789@bestrecruitment.com]]>\r\n                </ApplyEmail>\r\n            </JobInformation>\r\n            <JobPostings>\r\n                <JobPosting>\r\n                    <Location id=\"15233\"/>\r\n                    <JobCategory id=\"17\"/>\r\n                    <JobOccupation id=\"222\"/>\r\n                    <DisplayTemplate id=\"27544\"/>\r\n                </JobPosting>\r\n            </JobPostings>\r\n        </Job>\r\n    </SOAP-ENV:Body>\r\n</SOAP-ENV:Envelope>"},"url":"{{hostname}}/api/v1/bgw/{{channel_token}}","description":"<p>The addOrUpdate action is used to post a new job ad or update an existing job ad.</p>\n<p>Updates to existing job ads can be made by sending all data again, including the updates to be made, and using the same jobRefCode as the original post.</p>\n<p>Job ads require available inventory to be accepted, else \"Insufficient inventory.\" message will be returned.</p>\n<p>The max payload size is 2MB. This roughly equates to 50 large job descriptions or 200 relatively standard sized jobs. If the payload is determined by number of jobs rather than payload size, then 50 jobs is a safe number.</p>\n<h4 id=\"field-definitions\">Field Definitions</h4>\n<p><em>Click to expand</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name/Tag Name</strong></th>\n<th><strong>Form Label</strong></th>\n<th><strong>Usage</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Example Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>jobAction</code></td>\n<td>N/A</td>\n<td>Place inside the <code>Jobs</code> tag  <br />Add' or 'Update' or 'Delete'</td>\n<td>Y</td>\n<td>String</td>\n<td>\"addOrUpdate\"</td>\n</tr>\n<tr>\n<td><code>jobRefcode</code></td>\n<td>N/A</td>\n<td>Place inside the <code>Jobs</code> tag  <br />Used to reference the job ad for update and deletion. Post actions to same jobRefCode will result in an update of the existing job ad</td>\n<td>Y</td>\n<td>String</td>\n<td>\"j_2342125\"</td>\n</tr>\n<tr>\n<td><code>JobTitle</code></td>\n<td>Job title</td>\n<td>Place inside the <code>JobInformation</code> tag  <br />Job title to be matched for searches and displayed on posting. Do not include other attributes like location or job type.</td>\n<td>Y</td>\n<td>String</td>\n<td>\"Registered Nurse\"</td>\n</tr>\n<tr>\n<td><code>JobType id</code></td>\n<td>Job type</td>\n<td>Place inside the <code>JobInformation</code> tag. This is used to specify job types such as \"Full Time\", \"Part Time\" etc. Refer to the CareerOne taxonomy.</td>\n<td>Y</td>\n<td>Integer</td>\n<td>2</td>\n</tr>\n<tr>\n<td><code>ContractType id</code></td>\n<td>Contract type</td>\n<td>Place inside the <code>JobInformation</code> tag. This is used to specify contract types such as \"Permanent\", \"Temporary\" etc.</td>\n<td>Y</td>\n<td>Integer</td>\n<td>14</td>\n</tr>\n<tr>\n<td><code>Salary hideSalary</code></td>\n<td>Hide pay range</td>\n<td>Hides pay range but not pay description. Pay range will still be used to return in searches that match pay range. Displayed by default</td>\n<td>Y</td>\n<td>boolean</td>\n<td>\"false\"</td>\n</tr>\n<tr>\n<td><code>PayType id</code></td>\n<td>Pay type</td>\n<td>Place inside the tag <code>Salary .</code> To specify how the pay range is described. 1 = Annual, 2 = Hourly.</td>\n<td>Y</td>\n<td>Integer</td>\n<td>3</td>\n</tr>\n<tr>\n<td><code>SalaryMin</code></td>\n<td>Pay range min.</td>\n<td>Place inside the tag <code>Salary .</code>  <br />To set the pay range</td>\n<td>Y</td>\n<td>Integer</td>\n<td>80000</td>\n</tr>\n<tr>\n<td><code>SalaryMax</code></td>\n<td>Pay range max</td>\n<td>Place inside the tag <code>Salary .</code>  <br />To set the pay range</td>\n<td>Y</td>\n<td>Integer</td>\n<td>90000</td>\n</tr>\n<tr>\n<td><code>AdditionalInformation</code></td>\n<td>Pay information</td>\n<td>Place inside the tag <code>Salary .</code>  <br />To display on the posting to give more pay information</td>\n<td>N</td>\n<td>String</td>\n<td>\"+Bonuses\"</td>\n</tr>\n<tr>\n<td><code>NotificationsContactName</code></td>\n<td>Notification contact name</td>\n<td>Place inside the tag <code>Contact.</code>  <br />Used when sending communications from CareerOne to the poster of the job ad.</td>\n<td>N</td>\n<td>String</td>\n<td>\"Willem Dafoe\"</td>\n</tr>\n<tr>\n<td><code>NotificationsContactEmail</code></td>\n<td>Notification email</td>\n<td>Place inside the tag <code>Contact.</code>Used to send communications from CareerOne to the poster of the job ad.</td>\n<td>Y</td>\n<td>String</td>\n<td>\"<a href=\"mailto:name@company.com.au\">name@company.com.au</a>\"</td>\n</tr>\n<tr>\n<td><code>HideCompanyInfo</code></td>\n<td>Post as private listing</td>\n<td>Hide the brand/company details on the posting, but still allow the company to be set for reporting purposes.</td>\n<td>Y</td>\n<td>boolean</td>\n<td>1 (hide) or 0 (show)  <br /></td>\n</tr>\n<tr>\n<td><code>JobBody</code></td>\n<td>Job description</td>\n<td>The main job body/description. Allowable HTML tags are \"p\", \"b\",\"i\", \"strong\", \"em\", \"ul\", \"ol\", \"li\", \"br\". All other tags will be stripped. Json character escaping should be used.</td>\n<td>Y</td>\n<td>String</td>\n<td>\"This is the job body\"</td>\n</tr>\n<tr>\n<td><code>CustomApplyOnlineURL</code></td>\n<td>N/A</td>\n<td>The URL which applicants are redirected to. If none supplied, apply with be taken onsite and a notice of application will be sent to <code>NotificationsContactEmail</code></td>\n<td>N</td>\n<td>String</td>\n<td>\"<a href=\"https://apply.careerone.com.au/job_id=testing123\">https://apply.careerone.com.au/job\\\\_id=testing123\"</a></td>\n</tr>\n<tr>\n<td><code>DisplayTemplate id</code></td>\n<td>Brand or Template</td>\n<td>Place inside the <code>JobPosting</code> tag.  <br />Used to assign a predefined brand and related brand material to a job ad. Branding information will not show on the live job ad if <code>HideCompanyInfo</code> is \"true\".  <br />  <br />A list of brands and their associated brand ids can be accessed via the Brands section of the client's CareerOne hiring portal account.</td>\n<td>N</td>\n<td>String</td>\n<td>123456</td>\n</tr>\n<tr>\n<td><code>jobCategory id</code></td>\n<td>Category</td>\n<td>Place inside the <code>JobPosting</code> tag. Category seekers will find this job in. Refer to CareerOne taxonomy.</td>\n<td>Y</td>\n<td>Integer</td>\n<td>12</td>\n</tr>\n<tr>\n<td><code>JobOccupation id</code></td>\n<td>Occupation</td>\n<td>Place inside the <code>JobPosting</code> tag. Occupation must belong to the chosen Category. Refer to CareerOne taxonomy</td>\n<td>N</td>\n<td>Integer</td>\n<td>181</td>\n</tr>\n<tr>\n<td><code>ApplyEmail</code></td>\n<td>Application email</td>\n<td>The email address where applications are sent to.</td>\n<td>N</td>\n<td>String</td>\n<td><a href=\"mailto:apply@genericats.com.au\">apply@genericats.com.au</a></td>\n</tr>\n<tr>\n<td><code>JobBody</code></td>\n<td>Job description</td>\n<td>The main job body/description. Allowable HTML tags are \"p\", \"b\",\"i\", \"strong\", \"em\", \"ul\", \"ol\", \"li\", \"br\". All other tags will be stripped. Json character escaping should be used.</td>\n<td>Y</td>\n<td>String</td>\n<td>\"  <br />  <br />This is the \\\"Job Description\\\".  <br />  <br />\"</td>\n</tr>\n<tr>\n<td><code>Location id</code></td>\n<td>Location</td>\n<td>Used to match seeker searches. A broad area will be matched for searches for suburbs within, but will be give less priority. Refer to CareerOne taxonomy.</td>\n<td>Y</td>\n<td>String</td>\n<td>15207</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"typical-job-posting-process\">Typical Job Posting process</h4>\n<p>Step 1: <strong>Post ad</strong> &gt; Select job boards &gt; Board fields &gt; Preview</p>\n<img src=\"https://content.pstmn.io/61d6e1b9-919f-4909-9a43-81872ec327d1/aW1hZ2UucG5n\" width=\"692\" height=\"1617\" />\n\n<p>Step 2: Post ad &gt; <strong>Select job boards</strong> &gt; Board fields &gt; Preview:</p>\n<img src=\"https://content.pstmn.io/8e0f4a2d-e428-4c68-bfb6-adeb2e10ec15/aW1hZ2UucG5n\" width=\"692\" height=\"514\" />\n\n<p>Step 3: Post ad &gt; Select job boards &gt; <strong>Board fields</strong> &gt; Preview:</p>\n<img src=\"https://content.pstmn.io/15fd982e-f876-406a-89f0-ba4c319b2524/aW1hZ2UucG5n\" width=\"692\" height=\"2390\" />","urlObject":{"path":["api","v1","bgw","{{channel_token}}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"45242d6e-afc5-4dd0-ad90-265ee196a345","name":"bgwCreate - Application on CareerOne","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/xml","type":"text"}],"body":{"mode":"raw","raw":"<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n    <SOAP-ENV:Header>\r\n        <wsse:Security xmlns:wsse=\"http://schemas.xmlsoap.org/ws/2002/04/secext\">\r\n            <wsse:UsernameToken>\r\n                <wsse:Username>{{username}}</wsse:Username>\r\n                <wsse:Password>{{password}}</wsse:Password>\r\n            </wsse:UsernameToken>\r\n        </wsse:Security>\r\n    </SOAP-ENV:Header>\r\n    <SOAP-ENV:Body>\r\n        <Job jobRefCode=\"12345-6789\" jobAction=\"addOrUpdate\" jobComplete=\"true\">\r\n            <JobInformation>\r\n                <JobTitle>\r\n                    <![CDATA[Cisco ICM Support/Development Analyst]]>\r\n                </JobTitle>\r\n                <JobType id=\"1\"/>\r\n                <ContractType id=\"7\"/>\r\n                <Salary hideSalary=\"false\">\r\n                    <SalaryMin>1000</SalaryMin>\r\n                    <SalaryMax>3000</SalaryMax>\r\n                    <PayType id=\"5\"/>\r\n                    <AdditionalInformation>\r\n                        <![CDATA[competitive package + bonus]]>\r\n                    </AdditionalInformation>\r\n                </Salary>\r\n                <Contact hideAll=\"false\">\r\n                    <NotificationsContactName>John</NotificationsContactName>\r\n                    <NotificationsContactEmail>\r\n                        <![CDATA[john.smith@bestrecruitment.com]]>\r\n                    </NotificationsContactEmail>\r\n                </Contact>\r\n                <HideCompanyInfo>false</HideCompanyInfo>\r\n                <CompanyName>Best Recruitment</CompanyName>\r\n                <JobSummary>\r\n                    <![CDATA[<ul><li>Great opportunity</li><li>Competitive salary</li><li>Great perks</li></ul>]]>\r\n                </JobSummary>\r\n                <JobBody>\r\n                    <![CDATA[<p><strong>The job:</strong><br />Job description details here<br /><br /><strong>Selection Criteria:</strong><br />Selection criteria here.</p>]]>\r\n                </JobBody>\r\n                <ApplyEmail>\r\n                    <![CDATA[12345-6789@bestrecruitment.com]]>\r\n                </ApplyEmail>\r\n            </JobInformation>\r\n            <JobPostings>\r\n                <JobPosting>\r\n                    <Location id=\"15233\"/>\r\n                    <JobCategory id=\"17\"/>\r\n                    <JobOccupation id=\"222\"/>\r\n                    <DisplayTemplate id=\"27544\"/>\r\n                </JobPosting>\r\n            </JobPostings>\r\n        </Job>\r\n    </SOAP-ENV:Body>\r\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{hostname}}/api/v1/bgw/{{channel_token}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Wed, 15 May 2019 01:17:36 GMT"},{"key":"Content-Type","value":"text/xml; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=P4zsHiaIgC28LF0N21HU6T7sxtI3gGUI7JWpLH0Ar/mrXQK49ABQK688RrbJLB5oqP6xYl1TEJYzVIMfJ3TXfk72oiaoZ+mk5RnYlqrSWDBW53gZ/KqjcBkCzB5D; Expires=Wed, 22 May 2019 01:17:36 GMT; Path=/"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"496"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\">\n    <SOAP-ENV:Header>\n        <MonsterHeader xmlns=\"http://schemas.monster.com/MonsterHeader\" xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\">\n            <ChannelId xmlns=\"http://schemas.monster.com/MonsterHeader\">58</ChannelId>\n            <MessageData>\n                <MessageId>1557883056</MessageId>\n                <Timestamp>2019-05-15T01:17:36.375939+00:00</Timestamp>\n                <RefToMessageId xmlns=\"http://schemas.monster.com/MonsterHeader\">Company Jobs created on 2019-05-15 01:17:36</RefToMessageId>\n            </MessageData>\n        </MonsterHeader>\n    </SOAP-ENV:Header>\n    <SOAP-ENV:Body xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\">\n        <JobsResponse xmlns=\"http://schemas.monster.com/Monster\" xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n            <ProcessingReceipt xmlns=\"http://schemas.monster.com/Monster\">\n                <RequestDocElement>{http://schemas.monster.com/Monster}JobResponse</RequestDocElement>\n                <Status>\n                    <ReturnCode returnCodeType=\"success\">0</ReturnCode>\n                </Status>\n            </ProcessingReceipt>\n            <JobResponse xmlns=\"http://schemas.monster.com/Monster\">\n                <JobPostingResponse postingId=\"4a0cbf25-3b79-40d0-b569-0cf77fc5074e\">\n                    <JobPostingDates>\n                        <JobActiveDate>2019-05-15T01:17:36.375983+00:00</JobActiveDate>\n                        <JobExpireDate>2019-06-14T01:17:36.375994+00:00</JobExpireDate>\n                    </JobPostingDates>\n                </JobPostingResponse>\n                <Status>\n                    <ReturnCode returnCodeType=\"success\">0</ReturnCode>\n                    <Descriptions>\n                        <Description descriptionType=\"info\">\n                                                                    Job added.\n                                                            </Description>\n                    </Descriptions>\n                </Status>\n            </JobResponse>\n        </JobsResponse>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"},{"id":"11d91e9b-269d-4547-b7f2-376f68d911c0","name":"bgwCreate - Application on advertiser's site","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/xml","type":"text"}],"body":{"mode":"raw","raw":"<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n\t<SOAP-ENV:Header>\r\n\t\t<wsse:Security xmlns:wsse=\"http://schemas.xmlsoap.org/ws/2002/04/secext\">\r\n\t\t\t<wsse:UsernameToken>\r\n\t\t\t\t<wsse:Username>{{username}}</wsse:Username>\r\n\t\t\t\t<wsse:Password>{{password}}</wsse:Password>\r\n\t\t\t</wsse:UsernameToken>\r\n\t\t</wsse:Security>\r\n\t</SOAP-ENV:Header>\r\n\t<SOAP-ENV:Body>\r\n\t\t<Job jobRefCode=\"12345-6789\" jobAction=\"addOrUpdate\" jobComplete=\"true\">\r\n\t\t\t<JobInformation>\r\n\t\t\t\t<JobTitle><![CDATA[Cisco ICM Support/Development Analyst]]></JobTitle>\r\n\t\t\t\t<JobType id=\"1\"/>\r\n\t\t\t\t<ContractType id=\"7\"/>\r\n\t\t\t\t<Salary hideSalary=\"false\">\r\n\t\t\t\t\t<SalaryMin>1000</SalaryMin>\r\n\t\t\t\t\t<SalaryMax>3000</SalaryMax>\r\n\t\t\t\t\t<PayType id=\"5\"/>\r\n\t\t\t\t\t<AdditionalInformation><![CDATA[competitive package + bonus]]></AdditionalInformation>\r\n\t\t\t\t</Salary>\r\n\t\t\t\t<Contact hideAll=\"false\">\r\n\t\t\t\t\t<NotificationsContactName>John</NotificationsContactName>\r\n\t\t\t\t\t<NotificationsContactEmail><![CDATA[john.smith@bestrecruitment.com]]></NotificationsContactEmail>\r\n\t\t\t\t</Contact>\r\n\t\t\t\t<HideCompanyInfo>false</HideCompanyInfo>\r\n\t\t\t\t<CompanyName>Best Recruitment</CompanyName>\r\n                <JobSummary>\r\n                    <![CDATA[<ul><li>Great opportunity</li><li>Competitive salary</li><li>Great perks</li></ul>]]>\r\n                </JobSummary>\r\n\t\t\t\t<JobBody>\r\n                    <![CDATA[<p><strong>The job:</strong><br />Job description details here<br /><br /><strong>Selection Criteria:</strong><br />Selection criteria here.</p>]]>\r\n                </JobBody>\t\t\t\t\r\n                <CustomApplyOnlineURL><![CDATA[https://bestrecruitment.com/jobdetail/?AdvertID=12345-6789]]></CustomApplyOnlineURL>\r\n\t\t\t</JobInformation>\r\n\t\t\t<JobPostings>\r\n\t\t\t\t<JobPosting>\r\n\t\t\t\t\t<Location id=\"15233\"/>\r\n\t\t\t\t\t<JobCategory id=\"17\"/>\r\n\t\t\t\t\t<JobOccupation id=\"222\"/>\r\n\t\t\t\t\t<DisplayTemplate id=\"27544\"/>\r\n\t\t\t\t</JobPosting>\r\n\t\t\t</JobPostings>\r\n\t\t</Job>\r\n\t</SOAP-ENV:Body>\r\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{hostname}}/api/v1/bgw/{{channel_token}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Wed, 15 May 2019 01:19:43 GMT"},{"key":"Content-Type","value":"text/xml; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=ywe1gGgnuFGDneeHRI6PGr41hTqn5r3ovcp1mQXt4JmC16mnNDspwv27vWptSuqFlmGHApt+pk2ZhIbn5T+2tVTkv8IsTJnsn8jAr0rInhOtdzd/y1yYWS7tB5tn; Expires=Wed, 22 May 2019 01:19:42 GMT; Path=/"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"499"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\">\n    <SOAP-ENV:Header>\n        <MonsterHeader xmlns=\"http://schemas.monster.com/MonsterHeader\" xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\">\n            <ChannelId xmlns=\"http://schemas.monster.com/MonsterHeader\">58</ChannelId>\n            <MessageData>\n                <MessageId>1557883183</MessageId>\n                <Timestamp>2019-05-15T01:19:43.035888+00:00</Timestamp>\n                <RefToMessageId xmlns=\"http://schemas.monster.com/MonsterHeader\">Company Jobs created on 2019-05-15 01:19:43</RefToMessageId>\n            </MessageData>\n        </MonsterHeader>\n    </SOAP-ENV:Header>\n    <SOAP-ENV:Body xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\">\n        <JobsResponse xmlns=\"http://schemas.monster.com/Monster\" xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n            <ProcessingReceipt xmlns=\"http://schemas.monster.com/Monster\">\n                <RequestDocElement>{http://schemas.monster.com/Monster}JobResponse</RequestDocElement>\n                <Status>\n                    <ReturnCode returnCodeType=\"success\">0</ReturnCode>\n                </Status>\n            </ProcessingReceipt>\n            <JobResponse xmlns=\"http://schemas.monster.com/Monster\">\n                <JobPostingResponse postingId=\"4a0cbf25-3b79-40d0-b569-0cf77fc5074e\">\n                    <JobPostingDates>\n                        <JobActiveDate>2019-05-15T01:19:43.035936+00:00</JobActiveDate>\n                        <JobExpireDate>2019-06-14T01:19:43.035947+00:00</JobExpireDate>\n                    </JobPostingDates>\n                </JobPostingResponse>\n                <Status>\n                    <ReturnCode returnCodeType=\"success\">0</ReturnCode>\n                    <Descriptions>\n                        <Description descriptionType=\"info\">\n                                                                    Job updated.\n                                                            </Description>\n                    </Descriptions>\n                </Status>\n            </JobResponse>\n        </JobsResponse>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"}],"_postman_id":"ca3497ce-cd70-4c4c-95e5-5031547a210a"},{"name":"bgwDelete","id":"6add651d-bb2c-4ea9-bbe7-46437e5aca72","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n    <SOAP-ENV:Header>\r\n        <wsse:Security xmlns:wsse=\"http://schemas.xmlsoap.org/ws/2002/04/secext\">\r\n            <wsse:UsernameToken>\r\n                <wsse:Username>{{username}}</wsse:Username>\r\n                <wsse:Password>{{password}}</wsse:Password>\r\n            </wsse:UsernameToken>\r\n        </wsse:Security>\r\n    </SOAP-ENV:Header>\r\n    <SOAP-ENV:Body>\r\n        <Job jobRefCode=\"12345-6789\" jobAction=\"delete\">\r\n            <JobInformation/>\r\n            <JobPostings/>\r\n        </Job>\r\n    </SOAP-ENV:Body>\r\n</SOAP-ENV:Envelope>"},"url":"{{hostname}}/api/v1/bgw/{{channel_token}}","description":"<p>Delete should be used to expire the job posting early or take the posting offline if necessary. Jobs will typically automatically expire after 30 days, but will remain archived online.</p>\n<h4 id=\"field-definitions\">Field Definitions</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Usage</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>jobRefCode</code></td>\n<td>Place inside the tag <code>Job</code> .Used to reference the posting for deletion.</td>\n<td>Y</td>\n<td>String</td>\n<td>\"12345-6789\"</td>\n</tr>\n<tr>\n<td><code>jobAction</code></td>\n<td>Place inside the tag <code>Job.</code>Deletes a job based on the job reference ID</td>\n<td>Y</td>\n<td>String</td>\n<td>\"delete\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","bgw","{{channel_token}}"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[{"id":"9b2d4add-1b47-4e0a-ae9f-98c6ef48dbbb","name":"bgwDelete","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/xml","type":"text"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n\r\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\">\r\n\t<SOAP-ENV:Header>\r\n\t\t<wsse:Security xmlns:wsse=\"http://schemas.xmlsoap.org/ws/2002/04/secext\">\r\n\t\t\t<wsse:UsernameToken>\r\n\t\t\t\t<wsse:Username>{{username}}</wsse:Username>\r\n\t\t\t\t<wsse:Password>{{password}}</wsse:Password>\r\n\t\t\t</wsse:UsernameToken>\r\n\t\t</wsse:Security>\r\n\t</SOAP-ENV:Header>\r\n\t<SOAP-ENV:Body>\r\n\t\t<Job jobRefCode=\"12345-6789\" jobAction=\"delete\" jobComplete=\"true\">\r\n\t\t\t<JobInformation/>\r\n\t\t\t<JobPostings/>\r\n\t\t</Job>\r\n\t</SOAP-ENV:Body>\r\n</SOAP-ENV:Envelope>","options":{"raw":{"language":"xml"}}},"url":"{{hostname}}/api/v1/bgw/{{channel_token}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Wed, 15 May 2019 02:04:33 GMT"},{"key":"Content-Type","value":"text/xml; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=ISJNceIPM1YytOyf8GSG6Xh3lt51dYBnzlHGEPT5Jut8aP89QGj/BQG5eQ3O0FhpcuffHAZYsSGgp53zmlAJtbzbNF0dmV2LRkVTr4CSPbujYKMZ6zGrpEhH3k+C; Expires=Wed, 22 May 2019 02:04:33 GMT; Path=/"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"499"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\">\n    <SOAP-ENV:Header>\n        <MonsterHeader xmlns=\"http://schemas.monster.com/MonsterHeader\" xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\">\n            <ChannelId xmlns=\"http://schemas.monster.com/MonsterHeader\">58</ChannelId>\n            <MessageData>\n                <MessageId>1557885873</MessageId>\n                <Timestamp>2019-05-15T02:04:33.597889+00:00</Timestamp>\n                <RefToMessageId xmlns=\"http://schemas.monster.com/MonsterHeader\">Company Jobs created on 2019-05-15 02:04:33</RefToMessageId>\n            </MessageData>\n        </MonsterHeader>\n    </SOAP-ENV:Header>\n    <SOAP-ENV:Body xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\">\n        <JobsResponse xmlns=\"http://schemas.monster.com/Monster\" xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n            <ProcessingReceipt xmlns=\"http://schemas.monster.com/Monster\">\n                <RequestDocElement>{http://schemas.monster.com/Monster}JobResponse</RequestDocElement>\n                <Status>\n                    <ReturnCode returnCodeType=\"success\">0</ReturnCode>\n                </Status>\n            </ProcessingReceipt>\n            <JobResponse xmlns=\"http://schemas.monster.com/Monster\">\n                <JobPostingResponse postingId=\"4a0cbf25-3b79-40d0-b569-0cf77fc5074e\">\n                    <JobPostingDates>\n                        <JobActiveDate>2019-05-15T02:04:33.597933+00:00</JobActiveDate>\n                        <JobExpireDate>2019-06-14T02:04:33.597944+00:00</JobExpireDate>\n                    </JobPostingDates>\n                </JobPostingResponse>\n                <Status>\n                    <ReturnCode returnCodeType=\"success\">0</ReturnCode>\n                    <Descriptions>\n                        <Description descriptionType=\"info\">\n                                                                    JobPosting 4a0cbf25-3b79-40d0-b569-0cf77fc5074e expired.\n                                                            </Description>\n                    </Descriptions>\n                </Status>\n            </JobResponse>\n        </JobsResponse>\n    </SOAP-ENV:Body>\n</SOAP-ENV:Envelope>"}],"_postman_id":"6add651d-bb2c-4ea9-bbe7-46437e5aca72"}]}