CreateSourcedJobPostingsPayload
Object
Response for createSourcedJobPostings mutation.
Fields
results [CreateSourcedJobPostingResult!]! Non-Null
Return type for each job posting in createSourcedJobPostings. Array values cannot be null, but jobPosting can be null if rejected. See the errors object for details.
jobPosting SourcedJobPosting
sourcedPostingId ID! Non-Null
UUID or Indeed Employer Job ID. Indeed generates this unique ID for each submitted job. Use this ID to expire the posting.
Example
{"results": [CreateSourcedJobPostingResult]}