Hello everyone,
Is there any way to insert in (POST) multiple BDN terms through the API, without the CSV or XML-based import operation?
Thank you in advance!
Hi,
Yes this is possible.
You can use a POST request like below, which accepts json
POST http://www.hostname.com/SASBusinessDataNetwork/rest/terms
Please take a look at the REST API documentation here for more information:
https://support.sas.com/documentation/onlinedoc/dmbdn/HTML/Default.htm
Thanks,
Audrey
Hi,
Yes this is possible.
You can use a POST request like below, which accepts json
POST http://www.hostname.com/SASBusinessDataNetwork/rest/terms
Please take a look at the REST API documentation here for more information:
https://support.sas.com/documentation/onlinedoc/dmbdn/HTML/Default.htm
Thanks,
Audrey
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.