updateUnpostedPositionProfile
MUTATION

Updates an existing unposted position profile.

Arguments

Name
Description
An unposted profile of a position opening to update.

Result

UpdateUnpostedPositionProfilePayload
Name
Description
positionProfile* 
UnpostedPositionProfile!
Attributes of the updated unposted position profile.

Sample

GraphQL
mutation ($input: UpdateUnpostedPositionProfileInput!) {
  updateUnpostedPositionProfile(input: $input) {
    positionProfile {
      profileId {
        value
      }
      profileName
      seekAnzWorkTypeCode
      seekBillingReference
      seekCreatedBySelfIndicator
      seekHirerJobReference
      seekPartnerMetadata
    }
  }
}