Skip to main content
POST
/
api
/
roof-measurements
Start roof measurement
curl --request POST \
  --url https://app.demandiq.com/api/roof-measurements \
  --header 'Content-Type: application/json' \
  --data '
{
  "deckId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "homeowner": {
    "first_name": "Sarah",
    "address": "123 Main St",
    "city": "Denver",
    "country": "US",
    "last_name": "Johnson",
    "state": "CO",
    "zip": "80202",
    "phone": "+13035551234",
    "email": "sarah@example.com"
  }
}
'
{
  "requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Body

application/json
deckId
string<uuid>
required
homeowner
object
required

Response

201 - application/json

Measurement request created

requestId
string<uuid>