Create lead
POST/lead
Create lead
Request
Responses
- 201
Returns an object containing a URL to the created resource, an ID for tracking, and an estimated monthly premium.
Estimated premium
In order to obtain a premium estimation, some fields are required. If not all required fields are provided, the estimation will be null.
Tenant
Required fields:
- The applicant's birthdate:
data.insured.birthDate - The dwelling address:
data.assets.address
Car
The list of car make, model and years can be downloaded here.
Required fields:
- One insured with
data.insured.relationshipToApplicant == "applicant" - The applicant's birthdate:
data.insured.birthDate - The applicant's address:
data.insured.address - The applicant's car claims:
data.insured.claims.car - The applicant's gender:
data.insured.gender - Whether the applicant has a university degree:
data.insured.hasUniversityDegree - The number of years continuously insured for car:
data.insured.continuousCoverage.car.yearsContinuouslyInsured - The number of driving experience years:
data.insured.driverLicence - The car payment status:
data.assets.paymentStatus - The car condition at purchase:
data.assets.conditionAtPurchase - The car make:
data.assets.make - The car model:
data.assets.model - The car year:
data.assets.year - Whether the car has winter tires or not (Ontario only):
data.assets.hasWinterTires