---
title: "Update invoice memo"
method: PUT
path: "/v3/customers/{id}/invoices/{invoiceId}/memo"
tags: ["Customers"]
---

# Update invoice memo

`PUT /v3/customers/{id}/invoices/{invoiceId}/memo`

## Path parameters

- `id` string, uuid, required
- `invoiceId` string, uuid, required

## Request body

- UpdateInvoiceMemoBodyDto
  - `memo` string, required — Memo for the invoice

## Response `200`

Updated memo successfully

- object
  - `payload` object, required — Response payload, will be empty when success is false
    - `invoiceId` string, required — Invoice ID
    - `customerId` string, required — Customer ID
    - `manufacturerId` string, required — Manufacturer ID
    - `memo` string, required — Memo
  - `success` boolean, required — Boolean with true=success, false=failure
  - `message` string, required — Plain-text description of the result
  - `error` IntegratorsApiError, required
    - `code` number, required — API response code
    - `message` string, required — API response message
    - `details` object — Additional details about the error

## Other responses

- `404` — Customer not found or invoice not found
- `500` — Internal server error

---

[API](https://skmtc.net/tabsplatform/apis/tabs-external-api.md) · [All operations](https://skmtc.net/tabsplatform/apis/tabs-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tabsplatform/tabs-external-api/revisions/7e8885517814/schema)
