v1
latestOpenAPI 3.0.02026-07-241010520.6 KBDesign Requests
Accept EagleView Design Request
Accept an EagleView design request.
This action accepts the EagleView design request, which:
-
Advances the design_status of the EagleView design request to the final state: accepted.
-
Generates a new design within the project which stores the EagleView Powered Model of the site.
-
Adds the newly generated design's ID to this EagleView design request.
post/tenants/{tenant_id}/design_requests/eagleview/{id}/accept
Path parameters
tenant_idstring uuid required
The ID of the tenant that the EagleView design request is part of.
idstring uuid required
The ID of the EagleView design request to accept.
Response
EagleView design request successfully accepted.
Example response
{
"eagleview_design_request": {
"design_status": "requested",
"latitude": 40.71435282,
"longitude": -74.00597314,
"auto_accept": true
}
}