URL with PUT method

I have a PTZ camera (Hikvision DS-2DE4220-AE) that supports an API. Some of the API commands use the GET method (e.g. reboot) but some require a url PUT to work (e.g. repositioning the camera). From what I can tell the SimpleControl url commands only support GET. Is there a way to support PUT methods with a SimpleControl url command?

The DDK provides a sample that shows how to use any HTTP method you’d like.

Thank you.