AddSeatResult
Object
Result for one seat add operation.
Fields
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
{ "sourcedPostingId": "opaqueId", "employerJobId": "opaqueId", "seatPostingId": "opaqueId", "jobKey": "opaqueId"}