Skip to main content
PUT
Update Expense
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Update Expense Description: The /expense/{id} endpoint allows updating details of a specific expense record. Method: PUT Authorization:
  • Required role: admin or higher
Path Parameter: Request Payload:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string
required

Expense ID

Body

application/json
artist
string
product
string
asset
string
title
string
type
enum<string>
Available options:
product,
artist,
asset,
general,
marketing,
production,
legal,
administrative
amount
number
amountUSD
number
currency
string
conversionRate
number
transactionDate
string<date>
split
object[]
memo
string
files
object

Response

Success

message
string
expense
object