Hello All,
I am a SQL Developer, and I don't have a good knowledge on C# Code.
Can you please help me on how to write the code in getting the data by calling a Rest API and storing the data in a SQL Server table?
Below is the URL:
curl-X GET-H "Content-Type:application/json"-u <username>:<password> "https://agent-pos-na1.fourth.com/CompanyID/controllers/vertx/hotschedules/getConcepts"
Below are the output columns and its datatypes.
Key Type Description
extId Number Concept external ID
name String Concept Name
FYI... I Have the CompanyID( It is a parameter), I have the UserName and Password details also with me.
My plan is to keep the URL, parameters, Credentials in the Variables and use them in the C# Code.
I tried to see the results by calling the API using Postman and I am able to achieve it.
Thank you so much in advance.
