Add Vehicle |
- The policyholder selects a Policy to Change and enters a
Requested Effective Date.
- The policyholder enters the vehicle's make, model, and year.
- The policyholder enters additional vehicle details and proceeds to the next
step.
- The portal calls the following API to preview the premium change:
POST /customerPolicyChangePreSubmit
- The portal calls the following API to display the existing premium:
GET /policies/systemId/full
|
Remove Vehicle |
- Policyholder selects Policy to Change.
- The portal calls the following API to load the list of existing vehicles on the
policy:
GET /policies/systemId/lines/PersonalAuto/risks
- The policyholder enters the Requested Effective Date and
Reason for Removal. They also select the Vehicle
to be removed.
- The portal calls the following API to preview the premium change:
POST /customerPolicyChangePreSubmit
- The portal calls the following API to display the existing premium:
GET /policies/systemId/full
|
Add Driver |
- The portal displays all the driver fields.
- The policyholder enters the information about the new driver.
- The portal calls the following API to preview the premium change:
POST /customerPolicyChangePreSubmit
- The portal calls the following API to display the existing premium:
GET /policies/systemId/full
|
Remove a Driver |
- The portal calls the following API to load a list of existing drivers on the
policy:
GET /policies/systemId/drivers
- The policyholder enters the Requested Effective Date and
Reason for Removal. They also select the Driver
to be removed.
- The portal calls the following API to preview the premium change:
POST /customerPolicyChangePreSubmit
- The portal calls the following API to display the existing premium:
GET /policies/systemId/full
|
Change Billing/Mailing Address |
- The portal completes the steps to Get policyholder address information.
- The policyholder enters the Requested Effective Date, and
Reason for Change. They also select the Address
to be changed.
- The policyholder enters the new address.
|
Change Vehicle Finance Company |
- The policyholder selects a Policy to Change.
- The portal calls the following API to load the interest types:
GET /coderefs/UW/ai/interest-type/vehicle-finance-company
- The portal calls the following API to load the list of finance companies available
on the
policy:
GET /policies/systemId/additionalInterests
- The policyholder enters the Requested Effective Date and
selects the Vehicle Finance Company to be Changed. They also
enter the Reason for change.
- The policyholder provides details on the new finance company.
|
Remove Vehicle Finance Company |
- The policyholder selects a Policy to Change.
- The portal calls the following API to load the list of finance companies available
on the
policy:
GET /policies/systemId/additionalInterests
- The policyholder enters a Requested Effective Date and
Reason for Removal. They also select a Vehicle
Finance Company to be Removed.
|
Add Vehicle Finance Company |
- The policyholder selects a Policy to Change.
- The portal calls the following API to load the interest types:
GET /coderefs/UW/ai/interest-type/vehicle-finance-company
- The portal calls the following API to load the list of vehicles available on the
policy:
GET /policies/{systemId}/lines/PersonalAuto/risks
- The policyholder picks a vehicle from Select Finance
Vehicle.
- The policyholder enters the fields in the New Vehicle Finance Company
Information panel.
|
Change Property Deductible |
- The policyholder selects a Policy to Change.
- The portal calls the following API to load the policy details:
GET /policies/systemId
- The policyholder selects a New Deductible and
Requested Effective Date. They also can enter a
Reason.
- The portal calls the following API to preview the premium change:
POST /customerPolicyChangePreSubmit
- The portal calls the following API to display the existing premium:
GET /policies/systemId/full
|
Change the Property Mortgagee |
- The policyholder selects a Policy to Change.
- The portal calls the following API to load additional interests on the
policy:
GET /policies/systemId/additionalInterests
- The policyholder selects a Requested Effective Date, a
Mortgagee to be changed, and then clicks
Next.
- The portal calls the following API to load the mortgagee interest types:
GET /coderefs/UW/ai/interest-type/mortgagee
- The policyholder selects a Reason for Change and enters
additional fields in the Current Mortgagee Information
panel.
|
Add Property Mortgagee |
- The policyholder selects a Policy to Change.
- The portal calls the following API to load the building risks associated with the
policy:
/policies/systemId/lines/Homeowners/risks
- The policyholder enters the Requested Effective Date,
selects one of the Properties, and clicks
Next.
- The portal calls the following API to the load the mortgagee interest
types:
GET /coderefs/UW/ai/interest-type/mortgagee
- The policyholder enters the Reason for Change and the
fields in the New Mortgagee Information panel.
|
Remove Property Mortgagee |
- The policyholder selects a Policy to Change.
- The portal calls the following API to load the additional interests on the policy:
GET /policies/systemId/additionalInterest
- The policyholder enters the Requested Effective Date and a
Description. They also select a Mortgagee to be
Removed.
|
Request New Property Coverage |
- The policyholder enters the Requested Effective Date and a
Description of the items they want to cover and their items
values.
- If the policyholder wants to add pictures of the items, see Add attachments in a service portal.
|