POST Method
The HTTP POST method is used in two different ways:
- To create a new resource, for example, to create a new client.
- To perform an operation, for example, to enable an orchestration plan.
For example, to create a client account, send the following request:
In case of success, the HTTP POST method returns the 200 or 204 response code.