Passing REM attributes when creating a record via POST API request

,

Hello!

There is a need to create records via the REST API with REM attributes pre-filled. Could you please advise how to implement this? Should I create a custom endpoint for this task?

It won’t work directly through the REST API. You need to write an endpoint, pass parameters to it, and then create a new record with the required values there.

1 Like