How to update business data model with RestAPI

Hi,
how to update business data model with RestAPI?

I tried:
Request url: http://…/API/bdm/businessData/{businessDataType}
Request method: PUT
Request payload: A business data (in JSON format)

But It does not work!

Thanks
Manolo

Hi Manolo,

you can’t update a business data with Rest API.

the way to update them is to use a process

L.

Pass the value to the contract variable, then you can use an operation to update business data from the contract variable.