AVMPlace OrderUpdate Submitted Details (Batch Order)

API Description

  • Update submitted epo order data (Single Property).
PUT
/api/v2/order/{intake_token}/update

Path Parameters

NameDataTypeValue
intake_token
StringwNpOV47PLkRuS8taZpMaPQDTU

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
is_property_on_lockboxString
lockbox_codeString12345
lockbox_locationStringFront Door
lockbox_entranceStringFront Door
community_gate_code_neededString
gate_codeStringGate code
include_flood_certification
String
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
portfolio_name
Stringvalue
batch_property_file
FileChoose File
property_condition
String
trust_upload_dataString
property_access_contactsArray[{name: John Doe, email: user_email@domain.com, phone: 3154487878}]
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": []
}