Hello,
I have a SyncPurchaseOrder xml and i'm trying to set my body request that required only one string.
I need to concat multiple xpath value in the outgoing document of JSON type
I tryed this in my json value but returns only the LineNumber
{
"filename": {"IonApiRef":"SyncPurchaseOrder/DataArea/PurchaseOrder/PurchaseOrderHeader/DisplayID","IonApiRef":"SyncPurchaseOrder/DataArea/PurchaseOrder/PurchaseOrderLine/LineNumber"}
}
Anyone know how to do it?