EVALPlace OrderPlace Batch Order

API Description

  • Submit Batch order.

API Endpoints

POST
/api/v1/order/submit

Parameters

> Form Data <

NameDataTypeValue
company_token
StringwNpOV47PLkRuS8taZpMaPQDTU
is_property_vacant_land
String
is_property_partially_completedString
partially_completed_estimated_percentageInteger0% to 100%
report_type
Stringprop-value
inspection_type
Stringinterior-homeowner-direct
gla_includeString
licensing_requiredString
turnaround_time
Stringrush
client_loan_numberStringvalue
closing_date
String2023-10-30
is_property_on_lockboxString
lockbox_codeStringvalue
lockbox_locationStringvalue
lockbox_entranceStringvalue
community_gate_code_neededString
gate_codeStringvalue
loan_officer_token
Stringvalue
include_flood_certification
String
borrower_nameStringvalue
company_entityStringvalue
portfolio_name
Stringvalue
batch_property_file
FileChoose File
property_condition
String
inspection_notes_or_instructionStringvalue
valuation_commentary_or_instructionStringvalue
report_contact_name
StringJohn Doe
report_contact_emailStringuser_email@domain.com
report_contact_phone
String3154487878
notesStringThis is notes
property_access_contacts[0][name]StringJohn Doe
property_access_contacts[0][email]Stringuser_email@domain.com
property_access_contacts[0][phone]String3154487878
property_upload_type
String
effective_dateString2025-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": []
}