v1

latestOpenAPI 3.0.02026-07-241010520.6 KB
Design Requests

Create EagleView Design Request

Create a new EagleView design request.


Use the latitude/longitude attributes to set the project marker on top of the building you would like modeled. If latitude/longitude are not explicitly provided in this request, the latitude/longitude values of the project will be used. However, the project latitude/longitude may not represent the building that should have the solar installation.

post/tenants/{tenant_id}/design_requests/eagleview

Path parameters

tenant_idstring uuid required

The ID of the tenant to create the EagleView design request for.

Request body

Example request

{
  "eagleview_design_request": {
    "latitude": 37.77960043,
    "longitude": -122.39530086,
    "auto_accept": true,
    "skip_availability_check": true
  }
}

Response

EagleView design request successfully created.

Example response

{
  "eagleview_design_request": {
    "design_status": "requested",
    "latitude": 40.71435282,
    "longitude": -74.00597314,
    "auto_accept": true
  }
}