Skip to main content
POST
Create Expense

Authorizations

X-Api-Key
string
header
required

Body

application/json
category
integer
required

Expense category ID

Example:

236046

date
string
required
Example:

"2019-04-04"

amount
integer

Amount in cents.

Example:

2278

attachments
integer[]

Attachment IDs to link.

billable
boolean
Example:

true

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

Created

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