How to update business data model with RestAPI

1
0
-1

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

2 answers

1
0
-1

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

1
0
-1

Hi Manolo,

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

the way to update them is to use a process

L.

Notifications