Having metadata file which contains Entity and property so using this file need to create api call for posting PO based on quantity and amount. Here PO is already created in dynamics 365 finance and operation. How to create api for posting PO. Tried
data/PurchaseOrders(PurchaseOrderNumber='{orderNumber}’)/Microsoft.Dynamics.DataEntities.Post and in the body of the rqeuest added quantity and amount but still this api call is not correct. Please help me creating api call.
Tried creating various api calls in C# language but the call are not correct it is throwing stating api call is not correct. Also don’t have any documentation of how to call odata api’s
Ankita Vanarse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.