❔ How to bind DateTime in query parameter?
Hi, any tips how I can pass a DateTime as a query parameter?
I'm doing an Http request from one api to another.
Usually I would do a post request and pass DateTime in the body, but now I need to use this existing endpoint with DateTime as a queryParam, but it fails.
Any ideas?
3 Replies