AddSeatsPayload
Object
Payload for addSeats.
Fields
results [AddSeatResult!]! Non-Null
Results for each seat add.
sourcedPostingId ID! Non-Null
Employer job ID as a UUID.
employerJobId ID! Non-Null
Employer job ID as a base64-encoded IRI.
seatPostingId ID! Non-Null
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": [AddSeatResult]}