33
Views
3
Comments
how to  CreateorUpdate using api in db?
Question
Application Type
Reactive

i am not able to create update data in database through api

2022-01-13 11-06-04
Neha Sheikh
Champion

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

2022-03-08 06-34-45
swapnil powar

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

2021-03-05 13-56-11
Ricardo Pereira
 
MVP

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.