Full documentation is available at https://www.roundthecode.com/dotnet-code-examples/a-frombody-and-fromquery-example-in-asp-net-core-web-api
RoundTheCode/FromBody-FromQuery-Example
An ASP.NET Core example of using the FromBody and FromQuery attribute. Handy if your request is null, or getting a 415 error.
C#