API Description
- Update submitted order data.
API Endpoint
PUT
/api/v1/inspection/{inspection_intake_token}/update-orderPath Parameters
| Name | DataType | Value |
|---|---|---|
inspection_intake_token | String | value |
Parameters
> Form Data <
| Name | DataType | Value |
|---|---|---|
company_token | String | wNpOV47PLkRuS8taZpMaPQDTU |
| asset_ref_id | String | 12345 |
| designated_contact_user_token | Integer | GCnUkAZqu08XGf3vt15J1683635642409 |
order_submit_type | String | single |
inspection_type | String | interior-w-exterior |
| gla_include | String | |
| licensing_required | String | |
| above_grade_sqft | Integer | 2000 |
| below_grade_sqft | Integer | 1000 |
| lot_size_sqft | Integer | 43560 |
| beds | Integer | 2 |
| baths | Number | 1.5 |
| year_built | Integer | 2000 |
| additional_notes | String | This is additional note. |
property_upload_type | String | |
google_place_id | String | ChIJ01bLmhXJxokRSgbaR_gF3hI |
google_latitude | String | 39.9189788 |
google_longitude | String | -75.1487307 |
property_address | String | 4325 Southwest 70th Terrace |
city | String | Gainesville |
state | String | FL |
postal_code | String | 32608 |
residential_property_type | String | |
| is_property_on_lockbox | String | |
| lockbox_code | String | value |
| lockbox_location | String | value |
| lockbox_entrance | String | value |
| community_gate_code_needed | String | |
| gate_code | String | value |
| property_access_contacts[0][name] | String | John Doe |
| property_access_contacts[0][email] | String | user_email@domain.com |
| property_access_contacts[0][phone] | String | 3154487878 |
| draw_items[0][name] | String | Line item 1 |
| draw_items[0][description] | String | This is line item description |
| draw_items[0][cost] | Number | 100 |
| draw_items[0][active] | Boolean | true |
| draw_items[1][name] | String | Line item 2 |
| draw_items[1][description] | String | This is line item description |
| draw_items[1][cost] | Number | 100 |
| draw_items[1][active] | Boolean | true |
is_incomplete | String | 0 |
Responses
🟢 Success
{
"success": true,
"message": "Inspection order data has been successfully saved.",
"data": {
"payment_link": "https://dev-orders.richervalues.com/public/inspection-order-payment/sap1QVIKBSRjegifQkY91737108855243/mAB6Z96FGG2PyRYBdFxU1683635640896",
"intake_token": "sap1QVIKBSRjegifQkY91737108855243",
"report_invoicing": "1"
},
"meta": {},
"errors": []
}