v1

latestOpenAPI 3.0.02026-07-241010520.6 KB
Designs

Duplicate Design

Duplicates an existing design.


The duplicate design includes the 3D model, the PV system, storage, and pricing. It will also be in the same project as the original design.

post/tenants/{tenant_id}/designs/{id}/duplicate

Path parameters

tenant_idstring uuid required

The ID of the tenant for the design to duplicate.

idstring uuid required

The ID of the design to duplicate.

Request body

Example request

{
  "design": {
    "external_provider_id": "YourId123",
    "name": "My first test design (Copy)"
  }
}

Response

Design successfully duplicated.

Example response

{
  "design": {
    "external_provider_id": "YourId123",
    "name": "My first test design"
  }
}