Having problems with updating object in database

I created a service for updating record in database and

but when I provide objectId as text it works (I use same parameters)

What’s the difference between these two, and why PUT method in first case doesn’t work (it tries to insert new object not to update existing one) and in second works?

1 Like

This is why it doesn’t work:

It’s pretty amazing how man sometimes can bug himself :grinning:

Thank You very much Mark.