UpdateSeatsInput
Input Object
Input for updateSeats.
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 aggJobId for the seat returned by addSeats.
Pass it to SeatIdentifierInput.jobKey in updateSeats or clearSeats.
If the seat add failed, the value is null.
body UpdateSeatBodyInput
Seat body. To leave the value unchanged, omit this field or set it to null.
location SeatLocationInput
Updated location. To leave the value unchanged, omit this field or set it to null.
salary SeatJobPostingSalaryInput
Updated salary. To leave the value unchanged, omit this field or set it to null.
metadata UpdateSeatMetadataInput
Seat metadata. To leave the value unchanged, omit this field or set it to null.
taxonomyClassification SeatTaxonomyInput
Taxonomy classification.
campaignCategories [String!]
Campaign categories for targeting and reporting.
url WebUrl
Job URL. To leave the value unchanged, omit this field or set it to null.
trackingUrl WebUrl
Tracking URL. To leave the value unchanged, omit this field or set it to null.
Example
{"seatUpdates": [UpdateSeatInput]}