v1

latestOpenAPI 3.0.02026-07-241010520.6 KB
Design Requests

Accept Design Request

Accept a design request.


This action accepts the design request, which:

  • Advances the status of the design request to the final state accepted.

  • Generates a new design within the project that this design request references and store the generated 3D model of the site.

  • Adds the newly generated design's ID to this design request.

post/tenants/{tenant_id}/design_requests/{id}/accept

Path parameters

tenant_idstring uuid required

The ID of the tenant that the user is part of.

idstring uuid required

The ID of the design request to accept.

Response

Design Request successfully accepted.

Example response

{
  "design_request": {
    "status": "submitted",
    "latitude": 40.71435282,
    "longitude": -74.00597314,
    "address": "123 Main Street, Unit 12, City, CA, 93120",
    "sla": 180,
    "auto_accept": true,
    "roof_pitch": 15,
    "number_of_stories": 2
  }
}