i am not able to create update data in database through api
Hi Rishabh,
Below you can find the guided path link which explains all the steps related to exposing or consuming api.
https://www.outsystems.com/training/courses/116/integrating-with-web-services/
Hope this helps,
Thanks,
Neha
Hello,
If you are exposing api for createorupdate then simply create one server action with one input parameter of type entity in api.Then in same server action call createorupdate entity action and provide input parameter as a source to that entity action
Regards,
Swapnil Powar
Hi,
Since an API is available outside the server, we need to deliver some kind of security measures (like validating if the logged user have a certain role with permissions to execute the CreateOrUpdate) and we need to adjust some kind of error handling and Exception Handlers as well.
Best regards,
Ricardo Pereira