CreateSourcedJobPostingsPayload
Object
Response for createSourcedJobPostings mutation.
Fields
results [CreateSourcedJobPostingResult!]! Non-Null
Result for each job posting in createSourcedJobPostings.
Array entries cannot be null. If Indeed rejects the job, jobPosting can be null.
See the GraphQL errors array 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]}