AddSeatsPayload
Object
addSeats return type.
Fields
results [AddSeatResult!]! Non-Null
Results for each seat add.
sourcedPostingId ID! Non-Null
UUID form of the employer job ID.
employerJobId ID! Non-Null
Base64-encoded IRI of the employer job.
seatPostingId ID! Non-Null
Agency-provided seat identifier.
jobKey ID
Encrypted aggJobId for the seat. Pass it to SeatIdentifierInput.jobKey in updateSeats or clearSeats.
null if the seat add failed.
Example
{"results": [AddSeatResult]}