API Description
- Submit Batch order.
API Endpoints
POST
/api/v1/order/submitParameters
> Form Data <
| Name | DataType | Value |
|---|---|---|
company_token | String | wNpOV47PLkRuS8taZpMaPQDTU |
is_property_vacant_land | String | |
| is_property_partially_completed | String | |
| partially_completed_estimated_percentage | Integer | 0% to 100% |
report_type | String | prop-value |
inspection_type | String | interior-homeowner-direct |
| gla_include | String | |
| licensing_required | String | |
turnaround_time | String | rush |
| client_loan_number | String | value |
closing_date | String | 2023-10-30 |
| 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 |
loan_officer_token | String | value |
include_flood_certification | String | |
| borrower_name | String | value |
| company_entity | String | value |
portfolio_name | String | value |
batch_property_file | File | Choose File |
property_condition | String | |
| inspection_notes_or_instruction | String | value |
| valuation_commentary_or_instruction | String | value |
report_contact_name | String | John Doe |
| report_contact_email | String | user_email@domain.com |
report_contact_phone | String | 3154487878 |
| notes | String | This is notes |
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 |
property_upload_type | String | |
| 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": []
}