Your workplace needs more WOW. Get ready for MHR's World of Work 2026
VacancyRequestApproved event
A VacancyRequestApproved event will be raised when:
- the request was approved by final approval
Field definitions for this event;
| Field Name | Data Type | Additional information |
|---|---|---|
| vacancyRequestReferenceNumber | string | n/a |
| vacancyType | string | n/a |
| jobTitle | string | n/a |
| grade | string | n/a |
| payScale | string | n/a |
| amountFrom | decimal | n/a |
| amountTo | decimal | n/a |
| amount | decimal | n/a |
| currency | string | reference-data |
| salaryBasis | string | reference-data |
| applicantSource | Array of strings | n/a |
| customFields | Object | Object that contains custom fields configured to vacancy request |
| businessJustification | string | n/a |
| additionalInformation | string | n/a |
| day | string | The day of the working pattern |
| hours | decimal | Hours that are set up for the working pattern day |
| type | string | reference-data, hours and basis type |
| basis | string | reference-data, hours and basis basis |
| contractualHours | decimal | hours and basis hours |
| item | string | scheme and benefit item |
| choice | string | scheme and benefit choice |
| filename | string | n/a |
| link | string | link to download the attachment |
Example of this event
{
"vacancyRequestReferenceNumber": "",
"vacancyType": "",
"jobTitle": "",
"salaryType"{
"grade": "",
"payScale": "",
"amountFrom": "",
"amountTo": "",
"amount": "",
"currency": "",
"salaryBasis": ""
},
"applicantSource": [],
"customFields"{
"custom1": "",
"custom2": ""
},
"businessJustification": "",
"additionalInformation": "",
"jobInformation"{
"reportingManager": "",
"location": "",
"reportingDepartment": ""
},
"workPattern"[{
"day": "",
"hours": ""
}
],
"hoursAndBasis"{
"type": "",
"basis": "",
"contractualHours": ""
},
"schemesAndBenefit"[{
"item": "",
"choice": ""
}
],
"attachments"[{
"filename": "",
"link": ""
}
]
}