Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save mynameisthunder/cef0eb3a34eedf45a500a8b41cb41807 to your computer and use it in GitHub Desktop.

Select an option

Save mynameisthunder/cef0eb3a34eedf45a500a8b41cb41807 to your computer and use it in GitHub Desktop.
payload
{
"policy": {
"states": "Oregon",
"lineOfBusiness": "Commercial",
"policyLineItem": "Owner Operator",
"coverageTerm": "Annual",
"policyCategory": "Taxicabs and Limousines",
"underwritingCode": "New Business",
"agent": "Quantum Risk Solutions (QRSBRK)",
"effectiveDate": null,
"expirationDate": null,
"radius": "Local",
"classCode": "Non-fleet",
"businessUseClass": "Service",
"sizeClass": "Light Trucks "
},
"insured": {
"agent": "American Business Insurance (ABIBRK)",
"entity": "Individual",
"firstName": null,
"lastName": null,
"middleName": null,
"dob": null,
"suffix": null,
"gender": "Male",
"ssn": null,
"address1": "354 e 66th st, apt 3b",
"address2": "apt 3b",
"city": "New York",
"state": "NY",
"zipCode": "10065",
"email": "ojp3@cornell.edu",
"phoneNumber": "6783135746",
"licenseState": "Arizona",
"licenseNumber": null,
"licenseEff": null,
"licenseExp": null,
"contactName": "Regina Powell",
"contactNumber": "6784274140",
"contactEmail": "regina.powell2@yahoo.com",
"corporationName": null,
"taxIdNumber": null
},
"drivers": {
"values": [
{
"driverName": null,
"states": "Oregon",
"licenseNumber": null,
"licenseEffDate": null,
"licenseExpDate": null
}
]
},
"lossHistory": {
"incidents": [
{
"accidentDate": null,
"reportedDate": null,
"claimNumber": null,
"claimType": "Body Injury",
"subClaimNumber": null,
"totalIncurred": null,
"liabilityPaid": null,
"openReserve": null,
"status": "Yes",
"previousPolicyNumber": null,
"priorCarrierName": null,
"originalInceptionDate": null,
"expirationDate": null,
"isExperienceMode": "Yes",
"isPolicyTransferred": "Yes"
}
]
},
"documents": {},
"coverage": {
"overall": {
"value": "Combined Single Limit",
"label": "Combined Single Limit"
},
"personalInjury": {
"value": "Combined Single Limit",
"label": "Combined Single Limit"
},
"medicalPayments": {
"value": "Combined Single Limit",
"label": "Combined Single Limit"
},
"underinsuredMotorist": {
"value": "Combined Single Limit",
"label": "Combined Single Limit"
},
"uninsuredMotorist": {
"value": "Combined Single Limit",
"label": "Combined Single Limit"
},
"csl": {
"value": "Combined Single Limit",
"label": "Combined Single Limit"
},
"nonOwnedCSL": {
"value": "Combined Single Limit",
"label": "Combined Single Limit"
},
"deductable": null,
"deductableAmount": null,
"deductableAutoEntry": null,
"combinedSectionLimit": null,
"combinedSectionEntry": null,
"splitSectionBodyPerPerson": null,
"splitSectionBodyPerAccidentOptions": null,
"splitSectionPropertyDamageOptions": null,
"splitSectionAutoEntryOptions": null,
"pIProtectionSingleLimit": null,
"pIProtectionSingleEntry": null,
"pIProtectionSplitBodyPerPerson": null,
"pIProtectionSplitBodyPerAccident": null,
"pIProtectionSplitPropertyDamage": null,
"pIProtectionSplitAutoEntry": null,
"medicalSingleLimit": null,
"medicalSingleEntry": null,
"medicalSplitBodyPerPerson": null,
"medicalSplitBodyPerAccident": null,
"medicalSplitPropertyDamage": null,
"medicalSplitAutoEntry": null,
"underinsuredMotoristSingleLimit": null,
"underinsuredMotoristSingleAutoEntry": null,
"underMotoristBodyPerPerson": null,
"underMotoristBodyPerAccident": null,
"underMotoristProperty": null,
"underMotoristAuto": null,
"uninsuredMotoristSingleLimit": null,
"uninsuredMotoristSingleAutoEntry": null,
"unMotoristBodyPerPerson": null,
"unMotoristBodyPerAccident": null,
"unMotoristProperty": null,
"unMotoristAuto": null,
"cslSingleLimit": null,
"cslSingleAuto": null,
"nonCslSingleLimit": null,
"nonCslSingleAuto": null,
"cslBodyPerPerson": null,
"cslBodyPerAccident": null,
"cslProperty": null,
"cslSplitAuto": null,
"nonCslBodyPerPerson": null,
"nonCslBodyPerAccident": null,
"nonCslProperty": null,
"nonCslSplitAuto": null
},
"vehicles": {
"values": [
{
"yesNo": "No",
"category": "Taxicabs and Limousines",
"classification": null,
"vehicleCategory": "Taxicab - Owner-Driver",
"vehicleType": "Car Service",
"state": "Oregon",
"vehicleState": null,
"vehicleWeight": "0 - 10,000",
"fuelType": "Gas",
"fleet": "Yes",
"vin": null,
"make": null,
"model": null,
"modelYear": null,
"seating": null,
"wheelChair": "Yes",
"plateNumber": null,
"garageZipCode": null,
"zoneCode": null,
"rateClassCode": null,
"baseName": null,
"baseType": "Black Car",
"baseNumber": null,
"baseExpDate": null,
"shl": null,
"garageAddress1": null,
"garageAddress2": null,
"garageZipCode2": null,
"garageCity": null,
"garageCounty": null,
"garageState": "Oregon",
"garageCountry": null
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment