Passing JSON Data
To send data to the device, pass a JSON object in the body of the request content, or pass a JSON object in the URI parameter: data. For example, the following request uses a RESTful PUT call to edit the current DHCP configurations by passing in a JSON object with the enabled member set to false.
Example
To disable DHCP, send the following request:
https://192.168.2.1/api/dhcp?data={"enabled":false}&method=PUT