This commit is contained in:
2025-11-26 17:35:20 +01:00
parent 135862972d
commit df3df0e933
8 changed files with 99 additions and 32 deletions

View File

@@ -5,14 +5,15 @@
"ProjectID": "${projectRP}"
},
"ID": {
<#if (!carrier_apt_status.appointment_reference?? || carrier_apt_status.appointment_reference == "")>
<#stop "appointment_reference is not valid or empty" >
</#if>
"RefID": "${carrier_apt_status.appointment_reference?trim?json_string}",
<#if carrier_apt_status.appointment_reference?? && carrier_apt_status.appointment_reference !="">
"RefID": "${carrier_apt_status.appointment_reference?json_string}",
<#else>
"RefID": "${carrier_apt_status.physical_depot?json_string}${carrier_apt_status.appointment_year_number?json_string}${carrier_apt_status.appointment_number?json_string}",
</#if>
"RefDate": {
"DateTime": "${ref_datetime}",
"AuthorTimeZone": "${time_zone_rfx}"
}
}
},
"Payload":{
"ActorID": "${RFXtoRPprefixDepot(carrier_apt_status.physical_depot?json_string)}"