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
I have the same question (0)