UK Replacement Valuation


Description

By using this API, it will return the rebuild estimates for a property with its wall type, roof type, year built, and classification information entered by the user instead of what is on file for it.



Technical Details

  • REST URL’s
    • User Acceptance Environment (UAT)
      • https://gatewayuat.verisk.com/underwriting/uk/replacement/valuation/v1
    • Production (PROD)
      • https://gateway.verisk.com/underwriting/uk/replacement/valuation/v1

  • HTTP Method
    • Post

  • 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


  • Form Data
    • Required Parameters
      • Udprn: udprn of the property to get the rebuild estimates of
      • YearBuilt: the code corresponding to the year built
      • NumberOfFloors: the number of floors (1-4)
      • WallType: the code corresponding to the wall type
      • RoofType: the code corresponding to the roof type
    • Optional Parameters
      • ClassType: the code corresponding to the classification type

If the ClassType parameter is not used, the classification type will automatically be generated during calculation of the rebuild estimates. If the ClassType parameter is used, rebuild estimation will be done with the user input and will not be automatically generated.

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

Samples and Schemas

  • Please contact DO'Connor@verisk.com or HQuezada@verisk.com for Request/Response Samples and Schemas.