FireLine Expanded


Description

This product returns the FireLine Expanded report.

Technical Details

  • REST URL’s
    • User Acceptance Environment (UAT)
      • https://gatewayuat.verisk.com/underwriting/location/fireline/expanded/commercial/v2
    • Production (PROD)
      • https://gateway.verisk.com/underwriting/location/fireline/expanded/commercial/v2

  • HTTP Method
    • POST

  • Headers (XML)
    • Content-Type: application/xml
    • Accept: application/xml
    • Authorization: Bearer <access token retrieved from Security Token Service>
      • Token received from Security Service should be used as Bearer

  • Headers (JSON)
    • Content-Type: application/json
    • Accept: application/json
    • Authorization: Bearer <access token retrieved from Security Token Service>
      • Token received from Security Service should be used as Bearer

  • Required Parameters
    • OrgId :- Request.Header.Authorization.OrgId
    • ShipId :- Request.Header.Authorization.ShipId
    • Either Address or Geocode is required
    • Street Name :- Request.Body.Address.Street1
    • City :- Request.Body.Address.City
    • State :- Request.Body.Address.StateCode
    • Latitude :- Request.Body.Geocode.Latitude
    • Longitude :- Request.Body.Geocode.Longitude



You can specify that you would like to receive your response as XML simply by setting a Header of "Accept" to "application/xml"
  • Headers
    • Regardless of which URL you are using, the following headers are required
      • Content-Type: application/json or application/xml
      • Accept: application/json or application/xml
      • Authorization: Bearer db6e8bdf3b8ce796d38f2cd4298d252




Samples and Schemas

  • Please contact PLUWClientServices@verisk.com or your Account Manager for Request/Response Samples and Schemas




Release Notes

  • V1 to V2
    • REST URL updated from /v1 to /v2
    • v2 contains the full FireLine Expanded/2.0 API response for regulatory compliance in CA. This includes FireLine standard features, and new features - community mitigation, parcel mitigation, wildfire hazard and mitigation score
    • Additional Feature Parcel Mitigation is added
    • Parcel Mitigation is additional optional product added for CA alone, and if request come for non-eligible states, it will return 403 error
    • New WildfireHazardMitigationScore will be given as a part of Parcel Mitigation which is calculated with the discounts applicable based on the property and the surroundings
    • Firewise Risk reduction community Flags added additionally
    • Allows user inputs to apply mitigation discounts
    • No Zip Hits. Will only have Address hits and Geocode Hits