Drive18Wheeler.com
XML Job Import Specifications
The job post import functionality for Drive18Wheeler.com accepts XML using the elements outlined below.
Delivery method: URL
| Field name | Element name | Required? | Notes |
| Job Title | title | Yes | |
| Company | company | Yes | |
| Posted Date | posted_date | No | |
| Job Reference | job_reference | Yes | Unique identifier for the job source. Requires a specific format: {JOB-ID}_{ZIP-CODE} |
| Req Number | req_number | No | Unique identifier for a customer |
| Job Description | body | Yes | |
| City | city | Yes | |
| State | state | Yes | Full name or two letter abbreviation |
| Zip Code | zip | Yes |
US Zip codes only |
| Job Function | function | No |
|
| Company Logo URL | logo | No |
|
Sample XML (CDATA is also supported)
<jobs>
<job>
<title>Truck Driver</title>
<company>ABC Transport</company>
<city>Joplin</city>
<state>MO</state>
<zip>64801</zip>
<url>http://www.example.com/</url>
<job_description>Requirements and benefits</job_description>
<job_reference>123_64801</jobreference>
<req_number>12345</req_number>
<posted_date>12/25/2023</posted_date>
</job>
</jobs>