---
title: "POST /incomeBook"
method: POST
path: "/incomeBook"
tags: ["IncomeBook"]
---

# POST /incomeBook

`POST /incomeBook`

## Request body

- CreateIncomeBookItemDto
  - `paidAt` string, date-time
  - `paymentMethodUsed` object
  - `vatAmount` number
  - `vatId` number
  - `client` string, required
  - `priceWithoutTax` number, required
  - `priceTotalTax` number, required
  - `reference` string
  - `productType` 1 | 2 | 3 | 4 | 5, required
  - `isSap` boolean
  - `isTaxIncluded` boolean
  - `file` object

## Response `201`

- ReadIncomeBookItemDto
  - `_id` string, required
  - `billing` object
  - `transactionId` string
  - `billingObject` object
  - `paymentMethodUsed` ReadPaymentMethodUsed, required
    - `value` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9, required
    - `other` string
  - `priceTotalTax` number, required
  - `priceWithoutTax` number, required
  - `productType` 1 | 2 | 3 | 4 | 5, required
  - `reference` string, required
  - `vatAmount` number, required
  - `vatId` number
  - `vatMention` 1 | 2 | 3 | 4 | 5 | 6 | 13 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21
  - `isTaxIncluded` boolean

---

[API](https://skmtc.dev/abby/apis/abby-api.md) · [All operations](https://skmtc.dev/abby/apis/abby-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/abby/abby-api/revisions/79aae058363b/schema)
