Update Revenue
Revenue
Update Revenue
Update Revenue
PUT
Update Revenue
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
Update Revenue Description:The
/revenue/{id} endpoint allows updating details of a specific revenue record.
Method:PUT
Path Parameter:
| Parameter | Type | Description |
|---|---|---|
| id | string | The unique identifier of the revenue record |
| Parameter | Type | Description |
|---|---|---|
| title | string | Updated title/description |
| amount | number | Updated revenue amount |
| currency | string | Updated currency |
| source | string | Updated revenue source |
| transactionDate | string | Updated transaction date |
| splits | array | Updated split information |
| metadata | object | Updated metadata |
| memo | string | Updated notes |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Revenue ID
Body
application/json