EmployerJobSeatData
Object
Contains all job data available for for an EmployerJobSeat.
Fields
campaignCategories [String]
IDs for grouping related seats in sponsored job campaigns.
metaData EmployerJobSeatMetaData
Various IDs and meta data specific to a seat
visibilityData EmployerJobSeatVisibilityData
Defines when, where, and how the job seat is visible to job seekers
location WorkLocation
Holds all data related to where the work for a job seat will be performed.
rawLocation String
Raw user input for the location
Example
{ "campaignCategories": ["abc123"], "metaData": EmployerJobSeatMetaData, "visibilityData": EmployerJobSeatVisibilityData, "location": WorkLocation}