v1
latestOpenAPI 3.0.02026-08-068926279.2 KBOther Income
Create other income
Creates a new other income entry
post/other-income
Request body
Example request
{
"amount": 1000,
"source": "Consulting",
"note": "Strategy session",
"date": "2024-01-15"
}Response
Successful response
Example response
{
"id": 1,
"team_id": 1,
"client_id": 1,
"amount": 1000,
"source": "Consulting",
"note": "Strategy session",
"date": "2024-01-15",
"taxes": [
{
"id": 1,
"name": "Sales Tax",
"rate": 8.25,
"type": "global"
}
]
}