diff --git a/projects/refer-and-monitor-and-delius/src/main/kotlin/uk/gov/justice/digital/hmpps/api/resource/ReferralResource.kt b/projects/refer-and-monitor-and-delius/src/main/kotlin/uk/gov/justice/digital/hmpps/api/resource/ReferralResource.kt index 9ccc2cd823..c6b166a272 100644 --- a/projects/refer-and-monitor-and-delius/src/main/kotlin/uk/gov/justice/digital/hmpps/api/resource/ReferralResource.kt +++ b/projects/refer-and-monitor-and-delius/src/main/kotlin/uk/gov/justice/digital/hmpps/api/resource/ReferralResource.kt @@ -45,7 +45,8 @@ class ReferralResource( "crn" to crn, "referralId" to mergeAppointment.referralId.toString(), "appointmentId" to mergeAppointment.id.toString(), - "deliusId" to deliusId.toString() + "deliusId" to deliusId.toString(), + "rescheduleRequestedBy" to mergeAppointment.rescheduleRequestedBy.toString(), ) ) mapOf("appointmentId" to deliusId)