Need example how to call an endpoint with an untyped JSON POST body #7081
Unanswered
jasonswearingen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am having a difficult time finding documentation on how to send an untyped json post body to a kiota generated client endpoint.
There are some question posts, but no definitive answer with a solution:
UntypedNode, which works, but requires the developer to know the shape before hand, or write their own dynamic parser that will convert arbitrary json to UntypedNode.This seems like a pretty common path, what is the simple solution I'm missing?
I'm prototyping in C#, but will use typescript too (I would expect solutions to be similar)
Beta Was this translation helpful? Give feedback.
All reactions