RDV
This commit is contained in:
parent
7feb4a8242
commit
63a668340d
@ -40,11 +40,8 @@
|
|||||||
"physical_receipt_reference": "${eventRP.executionflowCustomFields.reference?json_string}",
|
"physical_receipt_reference": "${eventRP.executionflowCustomFields.reference?json_string}",
|
||||||
"receipt_year": "${eventRP.executionflowCustomFields.order_year?json_string}",
|
"receipt_year": "${eventRP.executionflowCustomFields.order_year?json_string}",
|
||||||
"receipt_number": "${eventRP.executionflowCustomFields.order_number?json_string}"
|
"receipt_number": "${eventRP.executionflowCustomFields.order_number?json_string}"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
<#sep>,</#sep>
|
<#sep>,</#sep>
|
||||||
|
|
||||||
</#list>
|
</#list>
|
||||||
],
|
],
|
||||||
</#if>
|
</#if>
|
||||||
|
|||||||
@ -33,37 +33,14 @@
|
|||||||
<#if appointment.Commissions??>
|
<#if appointment.Commissions??>
|
||||||
"physical_receipt_list": [
|
"physical_receipt_list": [
|
||||||
<#list appointment.Commissions as commission>
|
<#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,
|
"receipt_activity": "${eventRP.executionflowCustomFields.activity_code?json_string}",
|
||||||
"group_code": "str",
|
"originator_code": "${eventRP.executionflowCustomFields.originator_code?json_string}",
|
||||||
"text": "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>
|
<#sep>,</#sep>
|
||||||
-->
|
|
||||||
</#list>
|
</#list>
|
||||||
]
|
]
|
||||||
</#if>
|
</#if>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user