API Reference

Create Plan Set Request

Create a new plan set request.


🚧

Please note that the Plan Set Requests API is in limited release at this time, and is subject to change. If you are interested in accessing this API, please contact your Aurora account team.

A plan set request contains information about a project necessary for Aurora to create a plan set document.

Creating a new plan set request requires the following:

  • The id of a design that is ready to install. The design must include modules, and will be more accurate if the stringing and components are already present.
  • The project that the design is associated with must have at least one image or document uploaded to the project as a project asset (see Create Project Asset).

All new plan set requests are created in draft status. See Plan Sets for additional information on statuses.

Path Params
uuid
required

The ID of the tenant to create the plan set request in.

Body Params
plan_set_request
object
required

Plan set request to create.

Responses

Response body
object
plan_set_request
object
uuid

Unique ID identifying the plan set request within Aurora.

string

A link to the CAD view of the design the plan set request was created for.

uuid

The ID of the design the plan set request was created for.

string

A link to the intake form for the plan set request.

uuid

The ID of the project the plan set request was created for.

string

A link to the project overview of the project the plan set request was created for.

rejection_reasons
array of objects
rejection_reasons
object
string

The reason why the plan set request was rejected.

missing_information outside_scope other

sub_reasons
array of strings

Additional information related to the rejection reason.

sub_reasons
string

The status of the plan set request.

draft submitted completed rejected

project_information
object
electrical_information
object

Language
Credentials