How to Bind List with API from other website? and that API need to send Request with XML not JSON
How to Bind List with API from other website? and that API need to send Request with XML not JSON.
I want to know how to proccess it in Data List, if i want use API with request type is XML like this.
<PurchaseOrderGetPurchaseOrdersRequest>
<Filters>
<StatusCode>
<LIKE>10</LIKE>
</StatusCode>
</Filters>
<RequestFields>
<PurchaseOrders>
<PurchaseOrder>
<PurchaseOrderLines>
<RequestFields>
<PurchaseOrderLines>
<PurchaseOrderLine>
<ALLFIELDS />
</PurchaseOrderLine>
</PurchaseOrderLines>
</RequestFields>
</PurchaseOrderLines>
</PurchaseOrder>
</PurchaseOrders>
</RequestFields>
</PurchaseOrderGetPurchaseOrdersRequest>
and how to use API in list in this JOGET?
Thank You