The Request Property Inspection effect triggers a property inspection request with the configured vendors. Below are examples for each vendor.
Request Reliable Inspection
primary_coverage = property_items.get("Coverage A - Dwelling")
primary_coverage_str = str(primary_coverage.id) + "::" + str(primary_coverage.limit1)
payload = {
"integration_name": "Request Reliable Inspection",
"integration_environment": "sandbox",
"form_payload": {
"report_type": "PP02E2Vi",
"primary_coverage": primary_coverage_str,
"special_instructions": "",
"supplements": [],
"is_commercial_property": False,
"requester_email": "test@britecore.com"
}
}
return_value = payload
Request Manual Inspection
primary_coverage = property_items.get("Coverage A - Dwelling")
primary_coverage_str = str(primary_coverage.id) + "::" + str(primary_coverage.limit1)
payload = {
"integration_name": "Request Manual Inspection",
"integration_environment": "sandbox",
"form_payload": {
"report_type": "PP02E2Vi",
"primary_coverage": primary_coverage_str,
"special_instructions": "",
"supplements": [],
"is_commercial_property": False,
"requester_email": "test@britecore.com"
}
}
return_value = payload
Request MIB Inspection
primary_coverage = property_items.get("Coverage A - Dwelling")
primary_coverage_str = str(primary_coverage.id) + "::" + str(primary_coverage.limit1)
payload = {
"integration_name": "Request MIB Inspection",
"integration_environment": "sandbox",
"form_payload": {
"report_type": "11",
"primary_coverage": primary_coverage_str,
"special_instructions": "",
"supplements": []
}
}
return_value = payload
Request JMI Property Inspection
payload = {
"integration_name": "Request JMI Property Inspection",
"integration_environment": "sandbox",
"form_payload": {
"product": "QVUEV"
}
}
return_value = payload
Get Betterview Property Insight
payload = {
"integration_name": "Get Betterview Property Insight",
"integration_environment": "sandbox",
"form_payload": {}
}
return_value = payload
Allowed Values for report_type, product, and supplements
The following tables outline the permitted values for the report_type, product, and supplements parameters based on specific vendor integrations.
Important: These values must be selected per the setup requirements and vendor specifications.
Reliable Inspection & Manual Inspection
Report Type
Code | Description |
|---|---|
PP02E2Vi | E2Value data points Observation & Measurement Report (No RC) |
PP04E2Vi | E2Value data points Observation & Measurement Report (With RC) |
PP01Bi | Dwelling Observation Report |
PP01Ei | Dwelling Observation Report |
PP07 | Farm Fire |
RF03Ei | Roof Plus Dwelling Report |
CU10 | Commercial Fire |
CU11B | Limited Commercial Fire |
CU14A | Multi-Peril |
CU15B | Inspection of Premises |
CU17A | Limited Premises Liability |
CU52 | Apartment (1-50 Units) |
CU52P | Apartments |
CU58B | 1-4 Family Commercial Residential Property Survey |
CU80 | Hotel/Motel |
Supplements
Code | Description |
|---|---|
0 | None |
PP84ai | Roof Top Supplement |
CU60a | Restaurant Rider |
Note: Supplements will be ignored if the first two letters do not match the selected report type.
MIB Inspection
Report Type
Code | Description |
|---|---|
3 | Mobile Home |
4 | Commercial |
7 | Comm. Liability Only |
9 | Farm Owners |
10 | Reinspection |
11 | HO Observation |
13 | Photo Only |
14 | Telephone Survey |
17 | Garage Liability Only |
18 | Commercial Auto Only |
20 | Exterior Residential |
21 | Interior Residential FULL |
50 | Inland Marine/Cont. Equip |
81 | Special Project |
Supplements
Code | Description |
|---|---|
0 | None |
20 | Bed & Breakfast |
21 | Daycare |
22 | High Value Dwelling |
23 | Commercial Liability |
25 | Gold Service (Rush) |
26 | Dwelling Replacement Cost |
27 | Commercial Replacement Cost |
28 | Woodstove |
29 | Horse/Swine Supplement |
30 | Cooking Supplement |
31 | Environmental Exposure Supp. |
32 | Farm Liability Supplement |
33 | Workers Comp. Supp. |
34 | Garage Liability Supp. |
35 | Commercial Auto Supp. |
36 | Inland Marine/Cont. Equip. |
37 | Completed Operations |
38 | Products |
39 | Contractors Liability |
40 | EDP Exposure |
41 | Job Site Survey |
42 | Electric-Heat-Systems |
Note: Supplements will be ignored if the first two letters do not match the selected report type.
JMI Property Inspection
Report Type
Code | Description |
|---|---|
QVUEV | QuickVUE Virtual |
QVUE | QuickVUE |
RSVIQ | RiskVUE IQ |
RSV | RiskVUE |
QVUEF | QuickVUE Farm |
FRMP | Hobby Farm |
RSVEGSFRMP | RiskVUE E2V Level 1 with Geo Sketch and Hobby Farm |
Note: You can only send products that are explicitly allowed in the setup for this vendor integration. No supplements are available for this vendor.
Betterview Property Insight
No specific values are needed for report_type or supplements.