Skip to main content
PUT
Update Expense

Authorizations

X-Api-Key
string
header
required

Path Parameters

expense_id
number
required

Expense ID

Example:

7810

Body

application/json
amount
integer

Amount in cents.

Example:

2278

attachments
integer[]

Attachment IDs to link.

billable
boolean
Example:

true

category
integer

Expense category ID

Example:

236046

date
string
Example:

"2019-04-04"

details
string
Example:

"Transportation notes"

project
string
Example:

"as:333045610521453"

quantity
number
Example:

17

user
integer
Example:

6

type
enum<string>

Expense type.

Available options:
separate,
billable,
cost

Response

OK

amount
integer
Example:

2278

attachments
object[]
billable
boolean
Example:

true

category
number
Example:

236046

date
string
Example:

"2019-04-04"

details
string
Example:

"Transportation notes"

id
number
Example:

234718

project
string
Example:

"as:333045610521453"

quantity
number
Example:

17

user
number
Example:

6