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

# Calculate the amendment cost

`POST /v1/amendment`

Generates a price quote based on specified amendment

## Headers

- `Authorization` string

## Request body

- CreateAmendmentQuoteDto
  - `tripCost` number
  - `tripStartDate` string, date-time
  - `tripEndDate` string, date-time
  - `policyCode` string, required

## 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

---

[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)
