Other Income
Get other income
Returns a specific other income entry
get/other-income/{id}
Path parameters
idinteger required
Other Income ID
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"
}
]
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.