v1

latestOpenAPI 3.0.02026-07-241010520.6 KB
Orders

Convert Order to Project

Create a Project from an Order.

Note that this is an asynchronous endpoint. See the Asynchronous Endpoints appendix for more info.

post/tenants/{tenant_id}/orders/{id}/project_creation/run

Path parameters

idstring required

The Object ID of the order.

tenant_idstring uuid required

The ID of the tenant to which the order was released.

Request body

object required

Response

Job successfully launched.

Example response

{
  "create_project_job": {
    "status": "succeeded",
    "source": "api",
    "project_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
  }
}