AVMPlace OrderPlace Single Order

API Description

  • Submit epo order.
POST
/api/v2/order/submit

Parameters

> Form Data <

NameDataTypeValue
company_token
StringwNpOV47PLkRuS8taZpMaPQDTU
property_user_id
Integer200
report_type
Stringepo
inspection_type
Stringstreamlined-interior
turnaround_time
Stringstandard
client_loan_numberStringCLN-1
gla_includeString
licensing_requiredString
is_property_on_lockboxString
lockbox_codeString12345
lockbox_locationStringFront Door
lockbox_entranceStringFront Door
community_gate_code_neededString
gate_codeStringGate code
include_flood_certification
String
borrower_nameStringvalue
inspection_notes_or_instructionStringThis is inspection notes.
report_contact_name
StringJohn Doe
report_contact_email
Stringuser_email@domain.com
report_contact_phone
String3154487878
property_access_contactsArray[{name: John Doe, email: user_email@domain.com, phone: 3154487878}]
property_upload_type
String
property_address
String4325 Southwest 70th Terrace
property_address_line_2StringTerrace
city
StringGainesville
state
StringFL
postal_code
String32608
residential_property_type
String
property_condition
String
property_condition_value
Number5.30
trust_upload_dataString
above_grade_sqft
Integer2000
below_grade_sqft
Integer1000
bedrooms
Integer2
bathrooms
Number1.5
year_built
Integer2000
stories
Number1
lot_size_square_feet
Integer43560
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": []
}