|
|
|
Information For Job Board Owners - Sample XML Data
This is a sample vacancy represented in the XML format that we use
to dispatch vacancies to job boards who choose our standard integration
option. Note that when posting via HTTP/HTTPs we are also able to simply
send the fields as a number of name/value pairs if you wish.
We have included some custom fields (jb*) for the purposes of this example.
<XML version="1.0" encoding="ISO-8859-1" ?>
<vacancypost>
<salary>$20000 - $25000 per year</salary>
<benefits>Car + pension</benefits>
<jobtype>Permanent</jobtype>
<contactname>Test Person</contactname>
<agencyname>Test Company Ltd</agencyname>
<contacttelephone>+44 (0)1234 123 123</contacttelephone>
<contactfax>+44 (0)1234 123 123</contactfax>
<contactemail>cv123.123@postingpal.com</contactemail>
<description>Test person required to do test.</description>
<startdate>1 December 2099</startdate>
<towncity>Testington</towncity>
<countystate>Testinshire</countystate>
<postzipcode>ab11 1ab</postzipcode>
<keywords>sql,asp,vb</keywords>
<position>Test Engineer</position>
<reference>ab1234</reference>
<duration></duration>
<candidateurl>http://test</candidateurl>
<jobcategory>IT / Computers</jobcategory>
<urlagencylogo></urlagencylogo>
<idvacancy>423320</idvacancy>
<idvacancypost>1382</idvacancypost>
<startdateday>1</startdateday>
<startdatemonth>12</startdatemonth>
<startdateyear>2099</startdateyear>
<asap>0</asap>
<salaryfrom>20000</salaryfrom>
<salaryto>25000</salaryto>
<idsalarytype>5</idsalarytype>
<negotiable>0</negotiable>
<idcurrency>2</idcurrency>
<idjobcategory>20</idjobcategory>
<idjobtype>1</idjobtype>
<idcountry>204</idcountry>
<jbidcategory>34</jbidcategory>
<jbusername>test</jbusername>
<jbpassword>letmein</jbpassword>
</vacancypost>
|
|
|