RDV
This commit is contained in:
parent
7feb4a8242
commit
63a668340d
@ -40,11 +40,8 @@
|
||||
"physical_receipt_reference": "${eventRP.executionflowCustomFields.reference?json_string}",
|
||||
"receipt_year": "${eventRP.executionflowCustomFields.order_year?json_string}",
|
||||
"receipt_number": "${eventRP.executionflowCustomFields.order_number?json_string}"
|
||||
|
||||
}
|
||||
|
||||
<#sep>,</#sep>
|
||||
|
||||
</#list>
|
||||
],
|
||||
</#if>
|
||||
|
||||
@ -33,37 +33,14 @@
|
||||
<#if appointment.Commissions??>
|
||||
"physical_receipt_list": [
|
||||
<#list appointment.Commissions as commission>
|
||||
<#-- {
|
||||
"receipt_activity": "str",
|
||||
"originator_code": "string",
|
||||
"physical_receipt_reference": "string",
|
||||
"receipt_year": 0,
|
||||
"receipt_number": 0,
|
||||
"comment_list": [
|
||||
{
|
||||
"line_number": 999,
|
||||
"group_code": "str",
|
||||
"text": "string"
|
||||
"receipt_activity": "${eventRP.executionflowCustomFields.activity_code?json_string}",
|
||||
"originator_code": "${eventRP.executionflowCustomFields.originator_code?json_string}",
|
||||
"physical_receipt_reference": "${eventRP.executionflowCustomFields.reference?json_string}",
|
||||
"receipt_year": "${eventRP.executionflowCustomFields.order_year?json_string}",
|
||||
"receipt_number": "${eventRP.executionflowCustomFields.order_number?json_string}"
|
||||
}
|
||||
]
|
||||
|
||||
{
|
||||
"ProjectID": "recette-rfxdev",
|
||||
"OrderID": "SPA-121125-02",
|
||||
"Quantities": [
|
||||
{
|
||||
"UnitID": "PAL",
|
||||
"Value": 1.0
|
||||
}
|
||||
],
|
||||
"OrganisationID": "recette",
|
||||
"PartnerAppID": "recette-rfxdev-rfxdev",
|
||||
"ExecutionflowID": "DPFALIDEPT ALIMSPA-121125-02"
|
||||
}
|
||||
}
|
||||
|
||||
<#sep>,</#sep>
|
||||
-->
|
||||
</#list>
|
||||
]
|
||||
</#if>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user