FAQ
Is there some non-compulsory field that can be removed?
Yes, the obligation of attributes you can find in XSD. Please check section Validation of your xml in the Demonstration PHP script page.
Is there any field that will set as default when not filled in?
Yes.
- employmentType is set as “201300001” default value
- internalName is set as the default value of positionName
Are there other values beside “1” and “0” that can be returned in response?
No. Value “1” says that import is ok. “0” says that import failed.
Please use XSD to validation your imported xml file. Otherwise you can send xml file to our support.
Is there any way to see posted result?
You can find imported vacancies in Teamio in Draft vacancies.
Is there some delay to show posted item online after POST?
The imported positions are stored in Teamio almost immediately.
Are vacancies instantly published on the jobboards?
No. Vacancies are stored in Teamio in Draft vacancies. Personnel officer have to always log in to Teamio and arrange a publication on a specific jobboard.
How do I import the exact address of job ad?
You have to add parameter exactaddr with value=true to URL of HTTP request.
<jobLocalityList>
<jobLocality>
<territory id="1"/>
<country id="56"/>
<region id="200000"/>
<district id="23009999"/>
<city id="200002"/>
<street id="204854"/>
<zip>17000</zip>
<number>1569</number>
<orientationNumber>2c</orientationNumber>
</jobLocality>
</jobLocalityList>What should I fill in the URL/custom path in SAP SF?
Please use only unique value from URL, for example use “uniquename” from https://g2.lmc.cz/import/uniquename/import
Last updated on