ClearSeatInput
Input Object
One seat to remove.
Fields
employerJob EmployerJobIdentifierInput! Required
Employer job for the seat.
seatIdentifier SeatIdentifierInput! Required
Seat to remove. 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.
Example
{ "employerJob": EmployerJobIdentifierInput, "seatIdentifier": SeatIdentifierInput}