API Description
- Update submitted epo order data (Single Property).
PUT
/api/v2/order/{intake_token}/updatePath Parameters
| Name | DataType | Value |
|---|---|---|
intake_token | String | wNpOV47PLkRuS8taZpMaPQDTU |
Parameters
> Form Data <
| Name | DataType | Value |
|---|---|---|
company_token | String | wNpOV47PLkRuS8taZpMaPQDTU |
property_user_id | Integer | 200 |
report_type | String | epo |
inspection_type | String | streamlined-interior |
turnaround_time | String | standard |
| client_loan_number | String | CLN-1 |
| is_property_on_lockbox | String | |
| lockbox_code | String | 12345 |
| lockbox_location | String | Front Door |
| lockbox_entrance | String | Front Door |
| community_gate_code_needed | String | |
| gate_code | String | Gate code |
include_flood_certification | String | |
| inspection_notes_or_instruction | String | This is inspection notes. |
report_contact_name | String | John Doe |
report_contact_email | String | user_email@domain.com |
report_contact_phone | String | 3154487878 |
| property_access_contacts | Array | [{name: John Doe, email: user_email@domain.com, phone: 3154487878}] |
property_upload_type | String | |
portfolio_name | String | value |
batch_property_file | File | Choose File |
property_condition | String | |
| trust_upload_data | String | |
| property_access_contacts | Array | [{name: John Doe, email: user_email@domain.com, phone: 3154487878}] |
| effective_date | String | 2025-05-21 |
Responses
🟢 Success
{
"success": true,
"message": "Report order data has been successfully saved.",
"data": {
"payment_link": "https://dev-orders.richervalues.com/public/report-order-payment/KhrbMw6JVbYkl2EWbUwM1698732773998/mAB6Z96FGG2PyRYBdFxU1683635640896",
"intake_token": "KhrbMw6JVbYkl2EWbUwM1698732773998"
},
"meta": {},
"errors": []
}