Demo 6 - AZ

Same as Demo 5, but changed 'VehicleOverrideLimitUIMBI_CHOICE' and 'VehicleOverrideLimitUMBI_CHOICE' fields for others that should be valid according to Swagger and it throws an error when we try to update the quote. https://api.instanda.us/swagger-ui/?url=https%3a%2f%2fapi.instanda.us%2fTest%2fv0.1%2fPackage11922%2fswagger


Start Quote

{
  "PolicyEffective_DATE": "2022-04-04T00:00:00",
  "BusinessNameDBA_TXT": "Sample For Bill, Inc",
  "BusinessSubClass_CHOICE": "General Contractor - Commercial/Industrial",
  "BusinessAddressLine2_TXT": "",
  "BusinessCountry_TXT": "US",
  "ContactTitle_TXT": "Mr",
  "ContactFirstName_TXT": "Enrique",
  "ContactLastName_TXT": "Gonzalez",
  "ContactEmail_TXT": "testsPouch@luismarroquin.com",
  "ContactPhone_TXT": "8186901451",
  "Drivers": [],
  "Vehicles": [],
  "BusinessAddressLine1_TXT": "7575 W Cactus Rd",
  "BusinessCity_TXT": "Peoria",
  "BusinessState_TXT": "AZ",
  "BusinessZip_TXT": "85381"
}

Response

{}

Update Quote

{
  "PolicyEffective_DATE": "2022-04-04T00:00:00",
  "BusinessNameDBA_TXT": "Sample For Bill, Inc",
  "BusinessSubClass_CHOICE": "General Contractor - Commercial/Industrial",
  "BusinessAddressLine2_TXT": "",
  "BusinessCountry_TXT": "US",
  "ContactTitle_TXT": "Mr",
  "ContactFirstName_TXT": "Enrique",
  "ContactLastName_TXT": "Gonzalez",
  "ContactEmail_TXT": "testsPouch@luismarroquin.com",
  "ContactPhone_TXT": "8186901451",
  "Drivers": [
    {
      "DriverFirstName_TXT": "John",
      "DriverLastName_TXT": "Doe",
      "DriverDOB_DATE": "2001-02-02T00:00:00",
      "DriverLicenseStateOverride_CHOICE": "AL",
      "DriverLicenseOverride_TXT": "1231234"
    },
    {
      "DriverFirstName_TXT": "Jane",
      "DriverLastName_TXT": "Doe",
      "DriverDOB_DATE": "2001-02-02T00:00:00",
      "DriverLicenseStateOverride_CHOICE": "AZ",
      "DriverLicenseOverride_TXT": "4564567"
    }
  ],
  "Vehicles": [
    {
      "VehicleVINOverride_TXT": "1FAHP25157G110318",
      "VehicleYear_NUM": 2007,
      "VehicleMake_TXT": "FORD",
      "VehicleModel_TXT": "FIVE HUNDRED",
      "VehicleBody_TXT": "SEDAN 4D",
      "VehicleIncluded_YN": "Yes",
      "Lienholder_YNP": "Yes",
      "LienholderName_TXT": "Luis",
      "LienholderAddressLine1_TXT": "7400 N Caldwell",
      "LienholderCountry_TXT": "US",
      "LienholderCity_TXT": "Plano",
      "LienholderState_TXT": "TX",
      "LienholderZipCode_TXT": "75052",
      "LienholderLoanNumber_TXT": "12345"
    },
    {
      "VehicleVINOverride_TXT": "WBY1Z4C51GV508577",
      "VehicleYear_NUM": 2016,
      "VehicleMake_TXT": "BMW",
      "VehicleModel_TXT": "I3",
      "VehicleBody_TXT": "HCHBK 4D",
      "VehicleIncluded_YN": "Yes",
      "Lienholder_YNP": "Yes",
      "LienholderName_TXT": "Nico",
      "LienholderAddressLine1_TXT": "8400 N Caldwell",
      "LienholderCountry_TXT": "US",
      "LienholderCity_TXT": "Plano",
      "LienholderState_TXT": "TX",
      "LienholderZipCode_TXT": "75052",
      "LienholderLoanNumber_TXT": "67890"
    }
  ],
  "BusinessAddressLine1_TXT": "7575 W Cactus Rd",
  "BusinessCity_TXT": "Peoria",
  "BusinessState_TXT": "AZ",
  "BusinessZip_TXT": "85381",
  "SelectedCoverType": "Good",
  "PayPlan_CHOICE": "Offline Paid in Full",
  "SignDocs_CONF": "Confirmed",
  "ProceedNoSign_CONF": "Confirmed",
  "HelloSign_DocumentsSigned_YN": "Yes",
  "VehicleOverrideLimitBIPD_AZ_CHOICE": "$50,000/$100,000/$25,000",
  "VehicleOverrideLimitMEDPAY_CHOICE": "No Coverage",
  "VehicleOverrideLimitUIMBI_CHOICE": "$100,000/$300,000",
  "VehicleOverrideLimitUMBI_CHOICE": "$100,000/$300,000"
}

Response

{}

Get Quote

""

Response

{}

Hello Sign

""

Response

{}