Amendment

Calculate the amendment cost

Generates a price quote based on specified amendment

post/v1/amendment/apply/changes

Headers

Authorizationstring

Bearer token

Request body

tokenstring required

Payment token for that was created by the payment provider

changeKeystring required

The change key that was returned by the create amendment quote

policyCodestring required

The policy code to cancel

Example request

{
  "policyCode": "POLICY-123456"
}

Response

The amendment quote has been successfully generated.

oldPricenumber required
newPricenumber required
diffnumber required
changeKeystring required
expirationnumber required

Changes