❔ Need help on understanding passing a request in XML header parameter in .net core web api.
Hi I am new to this project which I have been assigned to , a week maximum, now I have given a task to add a extra parameter in the XML request which checks for another parameter if its 1 then my parameter should pass as
<old_parameter>1</old_parameter> then
<my_parameter>Y</my_parameter> this I need to pass.
Just wanted to know how this is achieved and which files or code needs to be checked.
Any tutorial or refence might help a lot.
4 Replies
are you doing this form ground up?
No it's already built
I need to change few flow Here.
paste some code then
for context
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.