Skip to main content
PATCH
Update an expense report
A container for expense items. This helps group expenses for a specific purpose.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The expense report uuid

Body

application/json
title
string

The title of the expense report. Max 255 characters.

notes
string | null

Notes for the expense report. Max 5000 characters.

date
string<date>

The report date. Should be in the form YYYY-MM-DD.

Response

200

id
string

The unique identifier for the object.

number
integer

The report number.

title
string

The report title.

notes
string | null

Any notes for the report.

date
string<date>

The report date. Will be in the form YYYY-MM-DD.

createdAt
string<date-time>

The timestamp when the object was created.

member
object

The member associated with this expense report.