AddSeatsInput
Input Object
addSeats input.
Fields
seatAdditions [AddSeatInput!]! Required
Seat additions to process. Accepts one item.
employerJob EmployerJobIdentifierInput! Required
Employer job for the seat.
seatPostingId ID! Required
Agency-provided identifier for the seat. Must be unique across all seats on the job. Use it in later updateSeats and clearSeats requests.
body AddSeatBodyInput! Required
Seat body data.
location SeatLocationInput! Required
Location for the seat.
salary SeatJobPostingSalaryInput
Salary for the seat.
metadata AddSeatMetadataInput
Seat metadata.
taxonomyClassification SeatTaxonomyInput
Taxonomy classification for the seat.
campaignCategories [String!]
Campaign categories for targeting and reporting.
url WebUrl
Job URL for the seat.
trackingUrl WebUrl
Tracking URL for the seat.
Example
{"seatAdditions": [AddSeatInput]}