v1

latestOpenAPI 3.0.02026-08-068926279.2 KB
Other Income

List other income

Returns a list of other income entries

get/other-income

Query parameters

team_idstring

Filter by team

client_idinteger

Filter by client

start_datestring date

Filter by start date

end_datestring date

Filter by end date

sourcesstring[]

Filter by sources

Response

Successful response

Example response

{
  "data": [
    {
      "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"
        }
      ]
    }
  ]
}