---
title: "Create a standalone credit memo"
method: POST
path: "/creditmemos"
tags: ["Credit Memo"]
---

# Create a standalone credit memo

`POST /creditmemos`

Creates a standalone credit memo for a specified account. On success the number of the new memo is returned

## Request body

- StandaloneCreditMemoRequest
  - `lineItems` CreditMemoLineItemRequestJson[], required
    - `chargeId` string
    - `amount` number
    - `startDate` integer
    - `endDate` integer
  - `accountId` string, required
  - `entityId` string
  - `amount` number, required
  - `notes` string
  - `currencyCode` string, required
  - `status` 'DRAFT' | 'POSTED' | 'CLOSED' | 'VOIDED', required
  - `postedDate` integer
  - `creditMemoDate` integer
  - `billingContactId` string
  - `creditReason` string
  - `startDate` integer
  - `endDate` integer

## Response `200`

successful operation

- string

---

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