SourcedJobPostingKeys
Object
Keys for the job posts created from one accepted posting.
jobKey and seats are mutually exclusive. Which one is populated depends on your feed's
configuration, not on the request; the other is always null.
Fields
jobKey ID
The job post for a posting submitted without seats.
null on a multi-seat feed. Read seats instead.
seats [SourcedJobPostingSeat!]
One entry per seat, on a multi-seat feed.
null for a posting submitted without seats. Read jobKey instead.
Entries are in the order the seats were submitted. Correlate entries by seatPostingId.
Example
{ "jobKey": "opaqueId", "seats": [SourcedJobPostingSeat]}