---
title: "Calculate the amendment cost"
method: POST
path: "/v1/amendment/apply/changes"
tags: ["Amendment"]
---

# Calculate the amendment cost

`POST /v1/amendment/apply/changes`

Generates a price quote based on specified amendment

## Headers

- `Authorization` string

## Request body

- ApplyChangeDto
  - `token` string, required — Payment token for that was created by the payment provider
  - `changeKey` string, required — The change key that was returned by the create amendment quote
  - `policyCode` string, required — The policy code to cancel

## Response `201`

The amendment quote has been successfully generated.

- CreateAmendmentQuoteResponseDto
  - `oldPrice` number, required
  - `newPrice` number, required
  - `diff` number, required
  - `changeKey` string, required
  - `expiration` number, required

## Other responses

- `400` — Unable to provide amendment quote for provided parameters
- `401` — Unauthorized

## Changes

- **2026-07-09** `e95f3723e41f` — 2 info
  - api operation id `applyAmendmentChanges` removed and replaced with `generate`
  - added the new optional `header` request parameter `Authorization`

[Change history](https://skmtc.dev/withfaye/apis/faye-partner-sales-api/changes/v1/amendment/apply/changes/post.md)

---

[API](https://skmtc.dev/withfaye/apis/faye-partner-sales-api.md) · [All operations](https://skmtc.dev/withfaye/apis/faye-partner-sales-api/llms.txt) · [OpenAPI document](https://skmtc.dev/withfaye/apis/faye-partner-sales-api/revisions/e95f3723e41f?raw)
