latestOpenAPI 3.0.32026-08-084947174.1 KB

f9302ec2ef8a

Orders

Create a new order

Creates a new order for a product. You can create an order using either:

  • A preconfigured product ID (from AccountProductConfigs)
  • A product ID with a list of jurisdictions Allowed products:
  • Annual Report
  • Change of Registered Agent
  • Registered Agent
post/orders

Request body

OR

Example request

{
  "jurisdictions": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000"
    }
  ]
}

Response

Order created successfully

Example response

{
  "data": {
    "company": {
      "domicile": {
        "id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "principal_address": {
        "administrative_area": {
          "id": "123e4567-e89b-12d3-a456-426614174000"
        },
        "country": {
          "id": "123e4567-e89b-12d3-a456-426614174000"
        }
      },
      "mailing_address": {
        "administrative_area": {
          "id": "123e4567-e89b-12d3-a456-426614174000"
        },
        "country": {
          "id": "123e4567-e89b-12d3-a456-426614174000"
        }
      }
    },
    "jurisdictions": [
      {
        "id": "123e4567-e89b-12d3-a456-426614174000"
      }
    ]
  }
}