POST Method
The HTTP POST method is used to perform an operation.
For example, to start a data collection session, send the following request:
Request: POST https://one-srv:1239/api/v2.2/dataCollection/start |
In case of success, the HTTP POST method returns the 200 Success response code.