RDV
This commit is contained in:
parent
68e695c084
commit
29aa9fa187
@ -9,6 +9,6 @@
|
|||||||
"payload" :
|
"payload" :
|
||||||
{
|
{
|
||||||
"status_code": "999",
|
"status_code": "999",
|
||||||
"cancellation_reason_code": "ACS"
|
<#include "RPtoRFX_CarrierAppointmentCancellationCode.ftl">
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
2
RPtoRFX_CarrierAppointmentCancellationCode.ftl
Normal file
2
RPtoRFX_CarrierAppointmentCancellationCode.ftl
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<#-- To custom with cancellation reason code-->
|
||||||
|
"cancellation_reason_code": ""
|
||||||
@ -0,0 +1,14 @@
|
|||||||
|
<#-- Note : you can use Order Line Metadata, using the define map : Line_MetaData_Map -->
|
||||||
|
<#-- Note : you can use Order Line Segmentation keys, using the define map : SegmentationKeys_Map -->
|
||||||
|
|
||||||
|
<#-- How to use MD or SK map
|
||||||
|
Example :
|
||||||
|
<#assign owner_code = SegmentationKeys_Map["Owner"].String!""/>
|
||||||
|
|
||||||
|
If your SK is :
|
||||||
|
Boolean : .Bool
|
||||||
|
Float : .Float
|
||||||
|
Timestamp : .Timestamp.DateTime or .Timestamp.AuthorTimeZone
|
||||||
|
Int : .Int
|
||||||
|
String : .String
|
||||||
|
-->
|
||||||
Loading…
x
Reference in New Issue
Block a user