This is an archive version of the document. To get the most up-to-date information, see the current version.

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/v1/dataCollection/start

In case of success, the HTTP POST method returns the 200 Success response code.