This commit is contained in:
Francis REAT 2026-01-07 16:02:19 +01:00
parent 9e8e20f6ce
commit 6bdd925601
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{
"id" : {"refid" : "${eventRP.refid?json_string}"},
"id" : {"refid" : "${eventRP.refid?json_string}","actorID":"${RPtoRFXprefixDepot(eventRP.actor)}"},
"route" : "rest/public/v1/physical_depots/{physical_depot_code}/appointment_years/{appointment_year}/appointment_numbers/{appointment_number}/status",
"method" : "PUT",
"uri_substitutions": {

View File

@ -1,5 +1,5 @@
{
"id" : {"refid" : "${eventRP.refid?json_string}"},
"id" : {"refid" : "${eventRP.refid?json_string}","actorID":"${RPtoRFXprefixDepot(eventRP.actor)}"},
"route" : "rest/public/v1/physical_depots/{physical_depot_code}/carrier_appointments/{appointment_reference}/status",
"method" : "PUT",
"uri_substitutions": {

View File

@ -1,5 +1,5 @@
{
"id" : {"refid" : "${eventRP.refid?json_string}"},
"id" : {"refid" : "${eventRP.refid?json_string}","actorID":"${RPtoRFXprefixDepot(eventRP.actor)}"},
"route" : "rest/public/v1/physical_depots/{physical_depot_code}/carrier_appointments",
"method" : "POST",
"uri_substitutions": {

View File

@ -1,5 +1,5 @@
{
"id" : {"refid" : "${eventRP.refid?json_string}"},
"id" : {"refid" : "${eventRP.refid?json_string}","actorID":"${RPtoRFXprefixDepot(eventRP.actor)}"},
"route" : "rest/public/v1/physical_depots/{physical_depot_code}/appointment_years/{appointment_year}/appointment_numbers/{appointment_number}",
"method" : "PUT",
"uri_substitutions": {

View File

@ -1,5 +1,5 @@
{
"id" : {"refid" : "${eventRP.refid?json_string}"},
"id" : {"refid" : "${eventRP.refid?json_string}","actorID":"${RPtoRFXprefixDepot(eventRP.actor)}"},
"route" : "rest/public/v1/physical_depots/{physical_depot_code}/carrier_appointments/{appointment_reference}",
"method" : "PUT",
"uri_substitutions": {