updateUnpostedPositionProfile| Name | Description |
|---|---|
UpdateUnpostedPositionProfile_PositionProfileInput! | An unposted profile of a position opening to update. |
UpdateUnpostedPositionProfilePayload| Name | Description |
|---|---|
UnpostedPositionProfile! | Attributes of the updated unposted position profile. |
mutation ($input: UpdateUnpostedPositionProfileInput!) {
updateUnpostedPositionProfile(input: $input) {
positionProfile {
profileId {
value
}
profileName
seekAnzWorkTypeCode
seekBillingReference
seekHirerJobReference
seekPartnerMetadata
}
}
}