Hi,
I need to add records to a Staging table in Navision from a third party application which supports REST API.
I have added/updated/viewed/deleted records from my application using their API
Eg
<form method="POST" action="xxxxxx.com/.../add">
<input type="hidden" name ="authtoken" value="***************">
<input type="hidden" name ="scope" id="scope" value="xxxxxxxxxxxx">
<input type="text" name="Name" value="Test">
<input type="text" name="DOB" value="12-Jun-1980">
<input type="text" name="Address" value="Test,UK">
<input type="submit" value="Add Record">
</form>
Is this possible using REST API?
If so what do I need to make it work?
Thank you.
*This post is locked for comments
Hi Jonathan,
Thank you for your quick response to my query.
I will develop a Custom App as you suggest.
I will let you know how I get on.
Kind Regards,
Tom
since nav 2013 procides odata webservices, which support den rest data protocol. but it's only usable to read data from nav. since nav 2015 odata suports read/write.
so in your case you have to develope your own solution. either using custom code in nav or you could work with a nav soap webservice. this webservice is called by a custom app developed by you (windows service). this app also communicates with the third party app using rest.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156