UpdateSeatsInput
Input Object
updateSeats input.
Fields
seatUpdates [UpdateSeatInput!]! Required
Seat updates to process. Accepts one item.
employerJob EmployerJobIdentifierInput! Required
Employer job for the seat.
seatIdentifier SeatIdentifierInput! Required
Seat to update. Provide one field.
jobKey ID
Encrypted jobPostId for the seat's JobPost. Returned by addSeats and also available on EmployerJobSeatMetaData.
body UpdateSeatBodyInput
Seat body data. Omit fields for no change.
location SeatLocationInput
Updated location. Omit or set to null for no change.
salary SeatJobPostingSalaryInput
Updated salary. Omit or set to null for no change.
metadata UpdateSeatMetadataInput
Seat metadata. Omit fields for no change.
taxonomyClassification SeatTaxonomyInput
Taxonomy classification for the seat.
campaignCategories [String!]
Campaign categories for targeting and reporting.
url WebUrl
Job URL for the seat. Omit or set to null for no change.
trackingUrl WebUrl
Tracking URL for the seat. Omit or set to null for no change.
Example
{"seatUpdates": [UpdateSeatInput]}