63
Views
4
Comments
Solved
How to create an extension API written by C# in Outsystem Integration Studio?

I am currently having trouble creating an extension API written by C# in Outsystem Integration Studio? Can someone help me?

2024-03-22 09-17-23
Chandra Vikas Sharma
Solution

Hi,

you can refer below video link for creating an extension API with C# in Outsystem Integration Studio. just you need to replace your C# API expose code logic with this code. let me know if you have any more question.

https://www.youtube.com/watch?v=WpgCqdmT1vE


thanks

cv



2018-05-11 10-51-15
Tiago Reis

Hello.

You open the Outsystems integration studio and then create the actions, structures needed.

After that there is an icon on top to edit the source code and then you add the code needed into your action.

Then build the solution on Visual studio (or other IDE)

when going back to the Outsystems integration studio  you need to press the update code and then publish it.

Then its done.

Does this help you?

2024-03-22 09-17-23
Chandra Vikas Sharma
Solution

Hi,

you can refer below video link for creating an extension API with C# in Outsystem Integration Studio. just you need to replace your C# API expose code logic with this code. let me know if you have any more question.

https://www.youtube.com/watch?v=WpgCqdmT1vE


thanks

cv



2024-10-12 12-11-20
Kerollos Adel
Champion

i think this link with help you 

https://www.youtube.com/watch?v=EpwX5CnLUao

2024-03-28 14-16-49
DuongRbt

Thanks for your suggestions.
You all have the same idea. I got some ideas from you and I have done it.

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