Skip to content

Get estimated expense by Mongo id

GET
/event/finance/estimate/expense/{companyId}/events/{eventId}/invoices/{id}
companyId
required
string

Mongo ObjectId (must match x-org company)

eventId
required
string

Mongo ObjectId (event under this company)

id
required
string

Mongo ObjectId (eventExpense document)

public
string
type
string

Bad Request

Forbidden

Not Found

Internal Server Error