• No results found

DraftPositionProfile
Object

A public draft position profile for the enhanced job posting panel.

Fields

NameDescription
jobCategories* 
[JobCategory!]!
The occupational categories of the job.
offeredRemunerationPackage* 
RemunerationPackage!
The salary or compensation offered for the position.
positionFormattedDescriptions* 
[PositionFormattedDescription!]!
An array of formatted position profile descriptions.
positionLocation* 
[Location!]!
The locations of the position.
positionOrganizations* 
[HiringOrganization!]!
An array of identifiers for the HiringOrganizations that have the position.
positionTitle* 
String!
A short phrase describing the position as it would be listed on a business card or in a company directory.
seekAnzWorkTypeCode* 
String!
A work type code for the seekAnz scheme.Currently, four codes are defined:
  • Casual indicates a casual position.
  • ContractTemp indicates a fixed-length contract position.
  • FullTime indicates a full-time position.
  • PartTime indicates a part-time position.
For positions in other schemes this will be null.
seekDraftPositionId* 
ObjectIdentifier!
The identifier of the DraftPosition.This draft position profile can be queried by passing this identifier string to publicDraftPositionProfile.
seekReadyToPostIndicator* 
Boolean!
Whether the draft created is ready to be posted to SEEK.
seekWorkArrangementCodes* 
[String!]!
An array of SEEK work arrangement codes.Currently, three codes are defined:
  • Hybrid indicates a hybrid position.
  • OnSite indicates an on-site position.
  • Remote indicates a remote position.
This field is limited to a single element.
seekBillingReference 
String
An optional free-text billing reference.This appears on the invoice when SEEK bills the hirer for a job ad.
seekHirerJobReference 
String
An optional hirer-provided free-text job reference.
seekPartnerMetadata 
String
An optional field for storing additional data with a PositionProfile.The metadata is not used by SEEK and won't be seen by hirers or candidates.This field has a maximum length of 1,000 characters.

Seen in

Parent nameParent typeDescription
draftPositionProfileQueryResult type