OrdersCreate
Datacenter
Create a Datacenter proxy order
Create Datacenter Order
Endpoint: POST /orders
plan_thread possible values can be found from the plan GET API call.
threads is a positive number between 500-2000.
Request Body
{
"plan_id": "7",
"plan_thread_id": "5",
"threads": "500"
}