street,city,country,source,order_typesource needs to be a list of links to publicly available image files (JPG, PNG, PDF supported) or Showcase link(s). order_type can have values Tier1 or Tier2-redraw.| Order type | source | Explanation |
|---|---|---|
| Tier1 | List of public PNG, JPG, PDF files | Redraw order from original blue print. |
| Tier2-redraw | Link to Showcase. Measurement tool enabled if dimensions are required in CubiCasa floor plan. | Redraw order from 360 tour provider. Confirm from CubiCasa customer service if your 360/showcase provider is supported. |
curl --location --request POST 'https://app.cubi.casa/api/integrate/v3/orders/redraw' \
--header 'Content-Type: application/json' \
--data-raw '{
"street": "string",
"suite": "string",
"city": "string",
"state": "string",
"country": "string",
"postalCode": "string",
"info": "string",
"source": [
"http://example.com"
],
"order_type": "Tier1",
"external_id": "string",
"template_id": "c6d67e98-83ea-49f0-8812-e4abae2b68bc"
}'{
"id": "2227eef9-4754-4280-8423-e95938ff3e9c",
"message": "Redraw order created successfully !"
}