RDV
This commit is contained in:
parent
190d484c9b
commit
f0145706a6
@ -79,6 +79,7 @@
|
|||||||
<#else>
|
<#else>
|
||||||
"OrderID": "R${carrier_apt.physical_depot?json_string}${physical_receipt.receipt_activity?json_string}${physical_receipt.originator_code?json_string}${physical_receipt.receipt_year}${physical_receipt.receipt_number}",
|
"OrderID": "R${carrier_apt.physical_depot?json_string}${physical_receipt.receipt_activity?json_string}${physical_receipt.originator_code?json_string}${physical_receipt.receipt_year}${physical_receipt.receipt_number}",
|
||||||
</#if>
|
</#if>
|
||||||
|
"ExecutionflowID": "R${carrier_apt.physical_depot?json_string}${physical_receipt.receipt_activity?json_string}${physical_receipt.originator_code?json_string}${physical_receipt.receipt_year?json_string}${physical_receipt.receipt_number?json_string}",
|
||||||
"ProjectID": "${projectRP}",
|
"ProjectID": "${projectRP}",
|
||||||
<#include "RFXtoRP_HsrCarrierApt_Quantities.ftl">
|
<#include "RFXtoRP_HsrCarrierApt_Quantities.ftl">
|
||||||
}<#sep>,</#sep>
|
}<#sep>,</#sep>
|
||||||
|
|||||||
@ -270,7 +270,8 @@
|
|||||||
</#switch>
|
</#switch>
|
||||||
<#break>
|
<#break>
|
||||||
<#-- *********************************************** ApiRestID = appointment_put_update_ref ******************** -->
|
<#-- *********************************************** ApiRestID = appointment_put_update_ref ******************** -->
|
||||||
<#case "appointment_put_update_ref">
|
<#case "appointment_put_update_by_ref">
|
||||||
|
<#case "appointment_put_update_by_number">
|
||||||
<#switch restResponsetMsg.status!no_status>
|
<#switch restResponsetMsg.status!no_status>
|
||||||
<#case no_status>
|
<#case no_status>
|
||||||
[
|
[
|
||||||
@ -343,7 +344,9 @@
|
|||||||
]
|
]
|
||||||
</#switch>
|
</#switch>
|
||||||
<#break>
|
<#break>
|
||||||
<#case "Canceled">
|
<#-- *********************************************** ApiRestID = canceled ******************** -->
|
||||||
|
<#case "status_appointment_put_update_by_ref">
|
||||||
|
<#case "status_appointment_put_update_by_number">
|
||||||
<#switch restResponsetMsg.status!no_status>
|
<#switch restResponsetMsg.status!no_status>
|
||||||
<#case no_status>
|
<#case no_status>
|
||||||
[
|
[
|
||||||
@ -417,7 +420,8 @@
|
|||||||
</#switch>
|
</#switch>
|
||||||
<#break>
|
<#break>
|
||||||
<#-- *********************************************** ApiRestID = appointment_post_physical_receipt_associations ******************** -->
|
<#-- *********************************************** ApiRestID = appointment_post_physical_receipt_associations ******************** -->
|
||||||
<#case "appointment_post_physical_receipt_associations">
|
<#case "appointment_post_physical_receipt_associations_by_ref">
|
||||||
|
<#case "appointment_post_physical_receipt_associations_by_number">
|
||||||
<#switch restResponsetMsg.status!no_status>
|
<#switch restResponsetMsg.status!no_status>
|
||||||
<#case no_status>
|
<#case no_status>
|
||||||
[
|
[
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user