GetDataWithRequestBody This project shows how to call a Web API endpoint using .NET Framework 4.x with data in the request body. See code in Program.cs. Note: A reference to assembly System.Web.Extensions is required. Information: How to use HttpClient to send content in body of GET request? HTTP GET with Request body - Guidelines