UpdateSeatsPayload
Object
Payload for updateSeats.
Fields
results [UpdateSeatResult!]! Non-Null
Results for each seat update.
sourcedPostingId ID! Non-Null
Employer job ID as a UUID.
employerJobId ID! Non-Null
Employer job ID as a base64-encoded IRI.
seatPostingId ID
Agency-provided seat ID.
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
{"results": [UpdateSeatResult]}