Hello Team,
I am conducting research on how to integrate my application with Microsoft Dynamics Navision, and I have a few questions.
During my investigation I used the following endpoints:
http://host:port/ DynamicsNAV110/api/beta/....
for example:
http://host:port/ DynamicsNAV110/api/beta/companies(980b0b89-a8ae-46c3-a725-a54be01fd12b)/salesInvoices(2fa42af9-3914-4cbd-a761-6c6b6be8d73b)?$expand=salesInvoiceLines
AND SOAP
http://host:port/ DynamicsNAV110/WS/CRONUS Canada, Inc./Page/PostedSalesInvoices
But, I detected that Dynamics Navision doesn't return a lot of data.
For instance, Navision API doesn't return the Invoice Amount remaining, Exchange Rate. Due to this issue, we cannot calculate the Invoice paid amount.
Besides, on UI in Navision, I see the Invoice Amount remaining.
Could you clarify, how I can customize web services to add necessary fields to the response?
Or maybe Navision provides the tool to write custom web services?
Regards,
Andrew