Consumer Data Home
Home
/consumer-journey/v3/consumer-data/home
Submit home consumer data to generate a SimplyIOA consumer journey URL for the home journey.
See also:
Request: HomeConsumerDataRequest
Response: ConsumerDataSubmissionDetails
Example POST Request
Consider the following JSON request made via the developer portal:
JSON Post Request
{
"firstName": "Bob",
"lastName": "Smith",
"dateOfBirth": "1990-05-29",
"email": "test@test.com",
"phone": "541 754 3010",
"campaignCode": "MAGIC",
"productData": {
"address": {
"streetNumber": "12",
"addressLine1": "Appleton Avenue",
"addressLine2": "Appleton Area",
"apartmentNumber": "6b",
"city": "Orlando",
"county": "Orange County",
"state": "FL",
"zip": "32806"
},
"propertyPurchasedInLastSixMonths": true,
"previousAddress": {
"streetNumber": "1",
"addressLine1": "Appleton Avenue",
"addressLine2": "Appleton Area",
"apartmentNumber": "2a",
"city": "Orlando",
"county": "Orange County",
"state": "FL",
"zip": "32806"
},
"gender": "Male",
"mortgageeLender": {
"companyName": "Mortgage Company",
"addressLine1": "1025 Appleton Avenue",
"addressLine2": "Business District",
"city": "Orlando",
"state": "FL",
"zip": "32806",
"loanNumber": "M123456"
},
"propertyDetails": {
"propertyType": "SingleFamily",
"residenceUsage": "PrimaryResidence",
"yearBuilt": "2018",
"squareFootage": "3050",
"roofMaterial": "StandardShingle",
"bedrooms": "2",
"bathrooms": "2",
"marketValue": "125000",
"fireAlarm": "Local",
"burglarAlarm": "CentrallyMonitored",
"gatedCommunity": false
},
"carrier": "Progressive",
"coverageYears": "5",
"rating": "Good"
},
"metadata": {
"TestKey1": "TestValue1",
"TestKey2": "TestValue2"
}
}
All going well you should get a successful response such as the following
JSON Response
{
"traceId": "f2cda934-ceae-4352-8081-09a4b8c0db08",
"errors": [],
"payload": {
"onlineJourneyUrl": "https://homeowners-insurance-sandbox.simplyioa.com/?consumerRef=f2cda934-ceae-4352-8081-09a4b8c0db08"
}
}