A valid request URL is required to generate request examples{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"referral": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"hash": "<string>",
"id": 123,
"user": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"firstName": "<string>",
"lastName": "<string>",
"logo": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"status": "AWAITING_REFERRAL"
},
"user": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"firstName": "<string>",
"lastName": "<string>",
"logo": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"referralReason": "<string>",
"answer1": "<string>",
"answer2": "<string>",
"answer3": "<string>"
}Creates a voucher record for a referral. The authenticated user is set as the voucher unless HR_LOCAL permission allows vouching on behalf of another user. Validates the referral is not already complete (STATUS_SUCCESS). Checks for duplicate vouchers, updates the referral status based on progress, and sends email notifications to all tenant admins with referral progress details.
A valid request URL is required to generate request examples{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"referral": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"hash": "<string>",
"id": 123,
"user": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"firstName": "<string>",
"lastName": "<string>",
"logo": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"status": "AWAITING_REFERRAL"
},
"user": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"firstName": "<string>",
"lastName": "<string>",
"logo": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"referralReason": "<string>",
"answer1": "<string>",
"answer2": "<string>",
"answer3": "<string>"
}The new ReferralUser resource