Discussions

Ask a Question
Back to All

Updating a record in a user-defined multi-instance table via PUT request.

Hello,

While doing some testing, I noticed that I can make PUT requests with the different endpoint syntaxes, and it works fine:

  1. "/api/table_name/ordinal"
  2. "/api/table_name/~ordinal"
  3. "/api/table_name/~id|ordinal"

My question is if these syntaxes can be used interchangeably or not.

iMIS version20.3.149.235

Thanks.