最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

asp.net web api - How to read parameters in MS fabric notebook, passed as request body from an API call - Stack Overflow

programmeradmin0浏览0评论

I am running a microsoft fabric notebook on demand from my c# code , via fabcric POST API call. My note book requires 3 parameters that I need to pass as a Json body to this POST API. Below is the sample request.

{

"FirstName":"John", "LastName":"Smith", "LoginDate":"2/7/2025"

}

Now in notebook cell, how can I get all these 3 fields and print it. Looking for something like below - enter image description here

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论