- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 02-16-2023 04:26 PM
(971 views)
Hello,
Few weeks ago, I have developped a SAS script which permits to obtain Survey Results using Proc HTTP. That script is shared for the community.
Now I need to send information to a company, I believe probably using their API Web site.
Do someone of the community already done a similar task using SAS.
Thanks for sharing your thoughs
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Use proc http but with a POST vs GET. See this: https://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a003286808.htm
https://github.com/savian-net
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
It is a new project and another team will produce an oracle table that I will read using SAS then convert it to Json format.
After that, I will sent this information to an API web site. I have no idea how to send information.
After that, I will sent this information to an API web site. I have no idea how to send information.