post https://api.adept-id.com/jobs/v2/feeds//postings/
Creates a job posting in a job feed.
Use this endpoint to create new a job posting in a job feed. It is used in conjunction with Get Job Posting, Update Job Posting, and Delete Job Posting to manage partner supplied job feeds.
Note: To access this service and attain a job_feed_id
, please contact your AdeptID Partner Success team.
Additional Notes:
- Posting_id: Must be unique to the job feed. Typically represents the ID used in the callers system.
- Posting_date: The date of the job's first known posting/availability. This supports users in identifying recently posted jobs likely to be accepting applications.
- Skills: Must be normalized to the our skills taxonomy prior to submission. Parse Job, Extract Skills, and Skill Search support normalization of raw skills.
- Certifications: Must be normalized to the our certifications taxonomy prior to submission. Parse Job, Extract Skills, and Industry Certification Search support normalization of raw certifications.
- Location: In Job Search, callers can limit results to jobs with a known location within a provided radius (in miles) to a provided location (city/state/postal code/country). Jobs without a specified location will be excluded from search results.
- Shift: A user may optionally include shift information. Shifts are defined by their start and end times. The object expects these to be integers between 0 and 24.
- Employment_term:The employment term object allows the caller to define
date_start
,date_end
, andduration
. This object is used most commonly by staffing firms posting for temporary positions.
The format fordate_start
anddate_end
isMM/DD/YYYY
. Theduration
is length of the job term in days. - Custom_attributes:This is a custom object by which callers may include arbitrary data. Custom attributes are returned with the job posting, but are not available as filters.