modif sur les rdz
This commit is contained in:
parent
db0e4df78d
commit
138dd801d2
@ -30,8 +30,14 @@
|
|||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
"AppointmentType": "${appointmentType}",
|
"AppointmentType": "${appointmentType}",
|
||||||
"Emails": ["francis.reat@hardis-group.com","laurie.montant@hardis-group.com"], <#-- à confirmer -->
|
"Emails": ["francis.reat@hardis-group.com","laurie.montant@hardis-group.com"], <#-- à changer -->
|
||||||
|
|
||||||
|
"SegmentationSelections" : [
|
||||||
|
{
|
||||||
|
"SegmentationID" : "secteur",<#-- à changer -->
|
||||||
|
"SegmentationValueID" : "n1-mh0plpq3-6n1x56plog4"<#-- à changer -->
|
||||||
|
}
|
||||||
|
],
|
||||||
<#if carrier_apt.physical_receipt_list?? && (carrier_apt.physical_receipt_list?size == carrier_apt.physical_receipt_list?filter(l ->l??)?size)>
|
<#if carrier_apt.physical_receipt_list?? && (carrier_apt.physical_receipt_list?size == carrier_apt.physical_receipt_list?filter(l ->l??)?size)>
|
||||||
"Commissions": [
|
"Commissions": [
|
||||||
<#list carrier_apt.physical_receipt_list as physical_receipt>
|
<#list carrier_apt.physical_receipt_list as physical_receipt>
|
||||||
@ -50,7 +56,7 @@
|
|||||||
]
|
]
|
||||||
<#else>
|
<#else>
|
||||||
"ProjectID": "${projectRP}",
|
"ProjectID": "${projectRP}",
|
||||||
"Reason": "no commission", <#-- à confirmer -->
|
"Reason": "no commission", <#-- à changer -->
|
||||||
</#if>
|
</#if>
|
||||||
<#if carrier_apt.planned_carrier?? && carrier_apt.planned_carrier!="">
|
<#if carrier_apt.planned_carrier?? && carrier_apt.planned_carrier!="">
|
||||||
"CarrierName": "${carrier_apt.planned_carrier}",
|
"CarrierName": "${carrier_apt.planned_carrier}",
|
||||||
|
|||||||
@ -34,6 +34,12 @@
|
|||||||
"ProjectID": "${projectRP}",
|
"ProjectID": "${projectRP}",
|
||||||
"TimeZone": "${time_zone_rfx}",
|
"TimeZone": "${time_zone_rfx}",
|
||||||
"AppointmentID": "${carrier_apt.appointment_reference}",
|
"AppointmentID": "${carrier_apt.appointment_reference}",
|
||||||
|
"SegmentationSelections" : [
|
||||||
|
{
|
||||||
|
"SegmentationID" : "secteur",<#-- à changer -->
|
||||||
|
"SegmentationValueID" : "n1-mh0plpq3-6n1x56plog4"<#-- à changer -->
|
||||||
|
}
|
||||||
|
],
|
||||||
<#if carrier_apt.physical_receipt_list?? && (carrier_apt.physical_receipt_list?size == carrier_apt.physical_receipt_list?filter(l ->l??)?size)>
|
<#if carrier_apt.physical_receipt_list?? && (carrier_apt.physical_receipt_list?size == carrier_apt.physical_receipt_list?filter(l ->l??)?size)>
|
||||||
"Commissions": [
|
"Commissions": [
|
||||||
<#list carrier_apt.physical_receipt_list as physical_receipt>
|
<#list carrier_apt.physical_receipt_list as physical_receipt>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user