UpdatePostingInstructionInput
Input object

Information about how to post a job ad and where to direct its candidate applications.

Fields

Name
Description
applicationMethods 
[ApplicationMethodInput!]
An array of methods for applying to the position.If no methods are provided, SEEK's Apply Form will be used to receive candidate applications. SEEK's Apply Form will emit a CandidateApplicationCreated event that points to a CandidateProfile object.This field should only be used to update the ApplicationMethod.applicationUri of an existing link out job ad.We do not recommend changing the application method of a job ad while it is live on the SEEK platform. Attempting to switch a live job ad between SEEK's Apply Form and linking out to an external apply form may result in unexpected behaviour and complicate applicant tracking. You may support closing and re-posting the job ad to SEEK with a different application method.Scheme requirements:
  • For the seekAnz scheme, this field is limited to a single element. Requests with more than 1 element will fail.
brandingId 
String
The identifier for the AdvertisementBranding to apply to the posted job ad.Scheme requirements:
The end date of the posting.Scheme requirements:
  • For the seekAnz scheme this must be no more than 30 days after the job ad was initially posted.If an end date is omitted, the job ad's existing end date will be preserved.
seekAdvertisementProductId 
String
The product ID for the update.The ad product selected will determine the features and performance of the job ad. This is not the identifier of the job ad itself; see UpdatePostedPositionProfile_PositionProfileInput.profileId for that.You cannot provide the same product ID that was initially used to post the job ad. Display ad selection to the user in your update workflow by using the Ad Selection Panel or advertisementProducts query. This will present a distinct set of update products along with associated pricing and payment information. Once an update product has been selected, its ID can be passed in this field.In certain scenarios, you may need to update a job ad without displaying ad selection to the hirer. You can retain the existing ad product by omitting this field entirely.Do not pass legacy ad types like Classic and StandOut in this field. These values are not supported and will result in a BAD_USER_INPUT error.
seekAnzAdvertisementType 
String
Deprecated: Use seekAdvertisementProductId instead.
A SEEK advertisement type code.Currently, three codes are defined:
  • Classic indicates a Classic job ad.
  • StandOut indicates a StandOut job ad.
  • Premium indicates a Premium job ad.
Scheme requirements:
  • This field is required for the seekAnz scheme.
  • Omit this field for other schemes.

Seen in

Parent name
Parent type
Description
Input Object
postingInstructions field