Amendment

Calculate the amendment cost

Generates a price quote based on specified amendment

post/v1/amendment

Headers

Authorizationstring

Bearer token

Request body

tripCostnumber
tripStartDatestring date-time
tripEndDatestring date-time
policyCodestring required

Response

The amendment quote has been successfully generated.

oldPricenumber required
newPricenumber required
diffnumber required
changeKeystring required
expirationnumber required

Changes

Changed in 2 of the 3 revisions of this API.3

    • api operation id generate removed and replaced with createAmendmentQuote

      api-operation-id-removed

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api operation id createAmendmentQuote removed and replaced with generate

      api-operation-id-removed

    • added the new optional header request parameter Authorization

      new-optional-request-parameter