UpdateSourcedJobPostingInput
Input Object
Job posting update input.
Fields
sourcedPostingId ID! Required
Employer job UUID from createSourcedJobPostings. Also accepts a base64-encoded IRI from EmployerJob.
metadata UpdateSourcedJobPostingMetadataInput
Job metadata.
body UpdateSourcedJobPostingBodyInput
Job body.
title String
Job title. Maximum 75 characters. Omit or set to null for no change.
description String
The job description shown to job seekers.
- Plain text (
TEXT):30to20,000characters. - HTML (
HTML): Minimum30characters, maximum65,000UTF-8 bytes. Because the limit is byte-based, multibyte characters count toward it.
Omit or set to null for no change.
It must match the job posted at SourcedJobPostingMetadataInput.url.
If the client uses HTML on its job list or job details pages, Indeed requires HTML for XML and API jobs unless there is a good reason not to include it. Using HTML helps the job appear closer to the client version. To provide the job description in HTML, set the descriptionFormatting field to RICH_FORMATTING. For more information, see Job description formatting. HTML has restrictions on attributes and element order.
descriptionFormatting DescriptionFormatting
Format of the job description. If the client uses HTML on its job list or job details pages, Indeed requires HTML for XML and API jobs unless there is a good reason not to include it.
Using HTML helps the job appear closer to the client version. Poor formatting can lead to complaints from clients and job seekers.
To provide the job description in HTML, set this field to RICH_FORMATTING. For more information, see Job description formatting. HTML has restrictions on attributes and element order.
jobLocation UpdateSourcedJobPostingLocationInput
Job location. Omit or set to null for no change.
general UpdateSourcedJobPostingGeneralLocationInput
General location input. Accepts values from cityRegionPostal to specific addresses.
salary UpdateSourcedJobPostingSalaryInput
Job salary. Omit or set to null for no change.
currency CurrencyCode
Salary currency in ISO 4217 format, such as USD. Omit or set to null for no change.
maximumMinor Int64
Maximum amount in local minor currency. Omit or set to null to clear.
minimumMinor Int64
Minimum amount in local minor currency. Omit or set to null to clear.
period JobSalaryPeriod! Required
Salary period.
companyName String
Company name. Maximum 200 characters. Omit or set to null for no change.
Example
{ "sourcedPostingId": "opaqueId", "metadata": UpdateSourcedJobPostingMetadataInput, "body": UpdateSourcedJobPostingBodyInput}