Transitioning to JSON: Supporting Both Body and Query Parameters in ASP.NET Core
How to Support Both JSON Body and Query Parameters in ASP.NET Core APIs Without the Headaches
Jul 14, 202510 min read17

Search for a command to run...
Articles tagged with #api
How to Support Both JSON Body and Query Parameters in ASP.NET Core APIs Without the Headaches

Recently, I was asked whether a specific custom API endpoint functionality existed for a client. Unfortunately, I realized that I had been a bit lax in documenting the API endpoints as I added new functionality. In fact, more than a bit lax as the en...

Recently, I was tasked with developing a custom webhook for our API that would consume a specific client-supplied point-of-sale (POS) JSON stream, parse the data, and write it to a series of custom SQL tables. The provided POS JSON stream includes de...
