Update Expense
Expense
Update Expense
Update Expense
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
Path Parameter:
| Parameter | Type | Description |
|---|---|---|
| id | string | The unique identifier of the expense record |
| Parameter | Type | Description |
|---|---|---|
| artist | string | Updated artist ID |
| product | string | Updated product ID |
| asset | string | Updated asset ID |
| title | string | Updated title/description |
| type | string | Updated expense type |
| amount | number | Updated expense amount |
| amountUSD | number | Updated USD amount |
| currency | string | Updated currency |
| transactionDate | string | Updated transaction date |
| split | array | Updated split information |
| memo | string | Updated notes |
| conversionRate | number | Updated exchange rate |
| files | object | Updated files/receipts |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Expense ID
Body
application/json