Discussions
Updating a record in a user-defined multi-instance table via PUT request.
over 1 year ago by SergiiM
Hello,
While doing some testing, I noticed that I can make PUT requests with the different endpoint syntaxes, and it works fine:
- "/api/table_name/ordinal"
- "/api/table_name/~ordinal"
- "/api/table_name/~id|ordinal"
My question is if these syntaxes can be used interchangeably or not.
iMIS version20.3.149.235
Thanks.