How to add text to request body in RestSharp December 25, 2022 by Tarik Here is how to add plain xml string to the request body: req.AddParameter("text/xml", body, ParameterType.RequestBody);