You've already forked reflex-wms-connector
RDV
This commit is contained in:
@@ -43,11 +43,27 @@
|
||||
</#if>
|
||||
</#if>
|
||||
"AppointmentType": "${appointmentType}",
|
||||
"Emails": [], <#-- à changer -->
|
||||
"Emails": [${carrier_apt.creation_user_email?json_string}],
|
||||
"CustomFields": [
|
||||
{
|
||||
"Key": "activite",
|
||||
"Key": "depot",
|
||||
"Value": "${carrier_apt.physical_depot?json_string}"
|
||||
},
|
||||
{
|
||||
"Key": "year",
|
||||
"Value": "${carrier_apt.year_number?json_string}"
|
||||
},
|
||||
{
|
||||
"Key": "number",
|
||||
"Value": "${carrier_apt.appointment_number?json_string}"
|
||||
},
|
||||
{
|
||||
"Key": "reference",
|
||||
"Value": "${carrier_apt.appointment_reference?json_string}"
|
||||
},
|
||||
{
|
||||
"Key": "carrier",
|
||||
"Value": "${carrier_apt.planned_carrier?json_string}"
|
||||
}
|
||||
],
|
||||
"SegmentationSelections":[ <#-- intégrer les SK par la suite -->
|
||||
|
||||
Reference in New Issue
Block a user