PUT Operation of a PRS

0
Hi everyone, Currently I’m trying to implement a “PUT”-Operation within my Published Rest Service according to this idea: https://community.mendix.com/link/ideas/879  Therefore, I’ve created an Import Mapping with the concerned entity having a “Microflow To Obtain Object”-MF; the rest of the associated entities are retrieved as “find by key”. My question is: What should I put into the Microflow of the “PUT” Operation itself? Is its content comparable to the Microflow of the Post / Get MF or what do I need to include to let the operation be successful?   Best Regards and Thanks, Laura
asked
1 answers
1

You can leave the microflow empty

answered