This section examines all requests to modify or add job postings. You must always use the entry point https://www.jobillico.com/api/push.
Please note that the “bsandboxoff” node is optional. By default, the request is processed in our “sandbox” environment. The following nomenclature will enable you to make a request directly through our production environment: <bsandboxoff>1</bsandboxoff>.
ocreator: Contains the job's creator informations sparam: The job's creator email address
Each offer is represented by a node. Several nodes of this type can exist, which would require the insertion of multiple offers at the same time. Here is the structure of the data that represents an offer, presented in the order of the nodes in the example above:
Mandatory
A maximum of 3 will be considered for this posting.
<?xml version="1.0" encoding="utf-8"?> <request> <bsandboxoff>1</bsandboxoff> <oauth> <sparam><![CDATA[your_email@jobillico.com]]></sparam> <sparam><![CDATA[ApiTest]]></sparam> </oauth> <ocreator> <sparam><![CDATA[your_email@jobillico.com]]></sparam> </ocreator> <job> <irecruiter><![CDATA[193]]></irecruiter> <inotificationoverride><![CDATA[1]]></inotificationoverride> <boffer><![CDATA[1]]></boffer> <bequalaccess><![CDATA[1]]></bequalaccess> <stitle_fr><![CDATA[Offre d'emploi]]></stitle_fr> <stitle_en><![CDATA[Job posting]]></stitle_en> <srefnumber><![CDATA[JOB-12345]]></srefnumber> <idepartment><![CDATA[2]]></idepartment> <ojobfunctions> <ichoice><![CDATA[9]]></ichoice> </ojobfunctions> <obenefits> <ichoice><![CDATA[9]]></ichoice> </obenefits> <olocations> <ilocation><![CDATA[]]>327</ilocation> </olocations> <banonymous><![CDATA[0]]></banonymous> <bhidemap><![CDATA[0]]></bhidemap> <iavailability><![CDATA[4]]></iavailability> <dbegin><![CDATA[2013-07-04]]></dbegin> <sdescription_fr><![CDATA[Une description pour une offre d'emploi test]]></sdescription_fr> <sdescription_en><![CDATA[Describing a Job posting test]]></sdescription_en> <ostatus> <bcontract><![CDATA[0]]></bcontract> <boccasional><![CDATA[0]]></boccasional> <bpermanent><![CDATA[1]]></bpermanent> <bseasonal><![CDATA[0]]></bseasonal> <bpaidinternship><![CDATA[1]]></bpaidinternship> <bunpaidinternship><![CDATA[0]]></bunpaidinternship> <btelecommuting><![CDATA[0]]></btelecommuting> <bstudentemployment><![CDATA[0]]></bstudentemployment> </ostatus> <oschedule> <bfulltime><![CDATA[1]]></bfulltime> <bparttime><![CDATA[0]]></bparttime> </oschedule> <oworkshift> <bday><![CDATA[1]]></bday> <bevening><![CDATA[0]]></bevening> <bnight><![CDATA[0]]></bnight> <bweekend><![CDATA[1]]></bweekend> <boncall><![CDATA[0]]></boncall> <bonshift><![CDATA[0]]></bonshift> </oworkshift> <ohoursperweek> <fmin><![CDATA[37.5]]></fmin> <fmax><![CDATA[40.0]]></fmax> </ohoursperweek> <osalary> <fmin><![CDATA[45000]]></fmin> <fmax><![CDATA[45000]]></fmax> <eunit><![CDATA[YEAR]]></eunit> </osalary> <scommissions_fr><![CDATA[]]></scommissions_fr> <scommissions_en><![CDATA[]]></scommissions_en> <oradiuscriteria> <evalue><![CDATA[RAD25]]></evalue> <iweight><![CDATA[5]]></iweight> </oradiuscriteria> <oeducationcriteria> <evalue><![CDATA[COL]]></evalue> <iweight><![CDATA[3]]></iweight> <ediploma><![CDATA[BAC]]></ediploma> <bcleared><![CDATA[1]]></bcleared> </oeducationcriteria> <oexperiencecriteria> <evalue><![CDATA[EXP2]]></evalue> <iweight><![CDATA[5]]></iweight> </oexperiencecriteria> <okeyword1> <svalue><![CDATA[communication]]></svalue> <svalue_fr><![CDATA[communication]]></svalue_fr> <svalue_en><![CDATA[communication]]></svalue_en> <iweight><![CDATA[1]]></iweight> </okeyword1> <okeyword2> <svalue><![CDATA[debrouillardise]]></svalue> <svalue_fr><![CDATA[debrouillardise]]></svalue_fr> <svalue_en><![CDATA[resourcefulness]]></svalue_en> <iweight><![CDATA[1]]></iweight> </okeyword2> <okeyword3> <svalue><![CDATA[informatique]]></svalue> <svalue_fr><![CDATA[informatique]]></svalue_fr> <svalue_en><![CDATA[informatics]]></svalue_en> <iweight><![CDATA[1]]></iweight> </okeyword3> <okeyword4> <svalue><![CDATA[rapport]]></svalue> <svalue_fr><![CDATA[rapport]]></svalue_fr> <svalue_en><![CDATA[report]]></svalue_en> <iweight><![CDATA[1]]></iweight> </okeyword4> <okeyword5> <svalue><![CDATA[statistique]]></svalue> <svalue_fr><![CDATA[statistique]]></svalue_fr> <svalue_en><![CDATA[statistics]]></svalue_en> <iweight><![CDATA[1]]></iweight> </okeyword5> <eenglishspeaking><![CDATA[INT]]></eenglishspeaking> <eenglishwriting><![CDATA[INT]]></eenglishwriting> <efrenchspeaking><![CDATA[ADV]]></efrenchspeaking> <efrenchwriting><![CDATA[ADV]]></efrenchwriting> <sotherlangspeaking><![CDATA[italien]]></sotherlangspeaking> <sotherlangwriting><![CDATA[italien]]></sotherlangwriting> <surl_fr></surl_fr> <surl_en></surl_en> <sskills_fr><![CDATA[MS Office]]></sskills_fr> <sskills_en><![CDATA[MS Office]]></sskills_en> <dpublication><![CDATA[2013-07-04]]></dpublication> <ipublicationperiod><![CDATA[15]]></ipublicationperiod> </job> </request>
<?xml version="1.0" encoding="utf-8"?> <results> <job> <ilocation><![CDATA[351]]></ilocation> <ijob><![CDATA[535]]></ijob> <icompany><![CDATA[535]]></icompany> </job> </results>