Image
abstract swish line in gradient colouring from pink to blue on a dark blue background

Event stream documentation

VacancyRequestApproved event

A VacancyRequestApproved event will be raised when:

  • the request was approved by final approval

Field definitions for this event;

Field NameData TypeAdditional information
vacancyRequestReferenceNumberstringn/a
vacancyTypestringn/a
jobTitlestringn/a
gradestringn/a
payScalestringn/a
amountFromdecimaln/a
amountTodecimaln/a
amountdecimaln/a
currencystringreference-data
salaryBasisstringreference-data
applicantSourceArray of stringsn/a
customFieldsObjectObject that contains custom fields configured to vacancy request
businessJustificationstringn/a
additionalInformationstringn/a
daystringThe day of the working pattern
hoursdecimalHours that are set up for the working pattern day
typestringreference-data, hours and basis type
basisstringreference-data, hours and basis basis
contractualHoursdecimalhours and basis hours
itemstringscheme and benefit item
choicestringscheme and benefit choice
filenamestringn/a
linkstringlink 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": ""
        }
    ]
}
           

Looking for something specific?