---
title: "Create other income"
method: POST
path: "/other-income"
tags: ["Other Income"]
---

# Create other income

`POST /other-income`

Creates a new other income entry

## Request body

- object
  - `client_id` integer, nullable
  - `amount` number, required
  - `source` string, required
  - `note` string
  - `date` string, date, required

## Response `200`

Successful response

- OtherIncome — Other income resource
  - `id` integer
  - `team_id` integer
  - `client_id` integer, nullable
  - `amount` number
  - `source` string
  - `note` string, nullable
  - `date` string, date
  - `taxes` Tax[]
    - `id` integer
    - `global_tax_id` integer, nullable
    - `name` string
    - `rate` number
    - `type` 'global' | 'applied'

## Other responses

- `401` — Unauthenticated
- `422` — Validation error

---

[API](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation.md) · [All operations](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harpoonapp/harpoon-api-documentation/revisions/e8fd192f94c6/schema)
