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
Describes where the work for a job seat takes place.
rawLocation String
Plain location text string, usually the input to geocoding the structured location
Holds all data related to pay for the work to be performed
currency CurrencyCode
ISO 4217-formatted currency code.
basePay EmployerJobBasePay
Standard base pay expressed as an amount paid for a selected unit of time (e.g. hourly)
payRangeMinor PayRangeMinor
Pay amount in minor currency units
payTimeUnit PayTimeUnit
Time unit corresponding to pay range
Example
{ "campaignCategories": ["abc123"], "metaData": EmployerJobSeatMetaData, "visibilityData": EmployerJobSeatVisibilityData, "location": WorkLocation, "pay": EmployerJobCanonicalPay}