seekAnzHirerAdvertisementModificationProducts
advertisementProducts
instead.PositionProfile.profileId
for the live job ad.This query accepts browser tokens that include the query:ad-products
scope.Name | Description |
---|---|
String! | The value of PositionProfile.profileId for the live job ad. |
SeekAnzAdProductAdvertisementDraftInput! | The proposed state of the updated job ad. |
String! | The identifier for the HiringOrganization that posted the live job ad. |
Name | Description |
---|---|
[SeekAnzAdProduct!] | The details of an available ad product. |
query ($advertisementId: String!, $draftAdvertisement: SeekAnzAdProductAdvertisementDraftInput!, $hirerId: String!) {
seekAnzHirerAdvertisementModificationProducts(
advertisementId: $advertisementId
draftAdvertisement: $draftAdvertisement
hirerId: $hirerId
) {
advertisementTypeCode
}
}