ioLogik E1200 Series RESTful API Implementation
PUT request: The server sends RESTful API PUT requests to the ioLogik E1200 to change information.
When sending requests, headers should be included to ensure that the RESTful API is implemented
successfully. Headers should include the following information:
Accept: vdn.dac.v1
Content-Type: application/json
2. Send JSON file: The ioLogik E1200 sends a response to the server in JSON format.
3. Parse JSON file: The content is parsed and saved by the server.