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

# Apply amendment changes

`POST /v1/amendment/apply/changes`

Applies the specified amendment changes to the policy

## 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 changes have been successfully applied.

- ApplyAmendmentResponse
  - `policyCode` string, required — This is the new policy code after the change
  - `policyUrl` string, required — This is the new policy link after the change
  - `receiptUrl` string, required — This is the new policy receipt after the change

## Other responses

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

---

[API](https://skmtc.net/withfaye/apis/faye-partner-sales-api.md) · [All operations](https://skmtc.net/withfaye/apis/faye-partner-sales-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/withfaye/faye-partner-sales-api/revisions/e016afb8fdb3/schema)
