v1

latestOpenAPI 3.0.2Jammed Bookings2026-07-147540124.9 KB
Booking Endpoints

Create credit note

Apply a manual credit note to a booking (cash, card, or other payment).

post/bookings/{code}/credit_notes

Path parameters

codestring required

Booking code

Headers

Authorizationstring required

Request body

priceinteger required

Amount in minor currency units (pence/cents). Must be an integer.

descriptionstring
manual_type'cash' | 'card' | 'other'

Response

Credit note created

status'ok' | 'error'
messagestring