What is XML Webservices?
Short description of the selected methods
1. PostJob - Posts a job
Returns a new job's Id or throws an exception
Job validity checks
- "Job summary is a required field"
- "Description is a required field"
- "Job categories required"
- "Job regions required"
- "Location is a required field"
- "Job hours (full/part time) is a required field"
- "Job duration (permanent/contract) is a required field"
- "No more than 5 consecutive capital letters are allowed in the job summary"
- "No more than 2 of these signs ('*', '+', '-', '=', '#', '€', '?') are allowed in the job summary"
- "No more than 1 '!' is allowed in the job summary"
- "No more than 3 '!' are allowed in the job description"
- "Html tags are not allowed in the job summary"
- "An email address cannot be included in the job summary"
- "An email address cannot be included in the job description"
- "No more than 3 categories are allowed"
Back