---
title: "Apply a credit memo"
method: POST
path: "/settlements/applyCreditMemo"
tags: ["Billing"]
---

# Apply a credit memo

`POST /settlements/applyCreditMemo`

Applies a credit memo per the specified parameters

## Request body

- CreditMemoApplicationJson
  - `id` string, uuid
  - `invoiceNumber` string
  - `invoiceAmount` string
  - `creditMemoNumber` string, required
  - `amount` number, required
  - `note` string

## Response `default`

successful operation

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
