I'm trying to PUT some data over an API with restsharp.
From the manual of the API, the PUT call is made using: template params id string barcode string
and
query params a string operator string c long
The request should have a custom header: Name = “Content-Type” Value = “application/xml”
Can someone tell me how to use restsharp to post a request like this?