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
Job description. 30 to 20,000 characters. Omit or set to null for no change.
descriptionFormatting DescriptionFormatting
Description format. Omit to use the default TEXT.
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}