---
title: "Update customer notes"
method: PATCH
path: "/customers/{id}/notes"
tags: ["Customer Management Endpoints"]
---

# Update customer notes

`PATCH /customers/{id}/notes`

Add or update internal staff notes about a customer.

## Path parameters

- `id` integer, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `customer` object
    - `notes` string

## Response `200`

Notes updated

- Customer
  - `id` integer — Use to identify the customer in other API calls
  - `name` string — The customers given full name
  - `email` string — The customers email address
  - `mobile` string — The customers mobile phone number
  - `avatar` string — The customers avatar image URL, if any
  - `credit_balance` integer — The customers current credit balance in cents/pence/units This cannot be changed via the API
  - `status` 'unregistered' | 'invited' | 'registered' | 'banned' | 'behind_payment' — The status of the customer `unregistered`: The customer has booked but not registered an account `invited`: The customer has been invited to register an account `registered`: The customer has registered an account `banned`: The customer has been marked as banned from booking (and will not be able to book) `behind_payment`: The customer has been marked as behind on payments (and will not be able to book)
  - `reminders_opt_in` boolean — Whether this customer wants to receive reminders
  - `mailing_list_opt_in` boolean — Whether this customer wants to be on the mailing list
  - `signed_up` boolean — Whether the customer has signed up
  - `signed_up_at` integer — Unix timestamp from epoch - when the customer signed up
  - `regular_bookings_count` integer — The number of regular bookings the customer has made
  - `bookings_count` integer — The number of bookings the customer has made
  - `created_at` integer — Unix timestamp from epoch - when the customer was created
  - `updated_at` integer — Unix timestamp from epoch - when the customer was last updated
  - `last_booking_at` integer — Unix timestamp from epoch - when the customer last booked
  - `regular_bookings` object[] — The customer's regular bookings
    - `name` string
    - `id` integer
  - `bands` ShortGroup[]
    - `name` string, required — The name of the group
    - `code` string, required — The code of the group - used internally by Jammed
    - `number_of_members` integer — The number of members in the group

## Changes

- **2026-03-25** (v2) `71bc3de607c7` — 1 info
  - endpoint added
- **2022-05-05** (v2) `95c52cb13f9a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/jammed-org/apis/jammed-bookings-api/changes/customers/:id/notes/patch.md)

---

[API](https://skmtc.dev/jammed-org/apis/jammed-bookings-api.md) · [All operations](https://skmtc.dev/jammed-org/apis/jammed-bookings-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jammed-org/jammed-bookings-api/revisions/71bc3de607c7/schema)
