---
title: "Updates a simple receivable."
method: PUT
path: "/v2/projects/{projectId}/finance/receivables/{receivableId}"
tags: ["Projects (Smart)(v2)"]
---

# Updates a simple receivable.

`PUT /v2/projects/{projectId}/finance/receivables/{receivableId}`

Updates a simple receivable. CAT receivables are not supported.

## Path parameters

- `projectId` string, required
- `receivableId` integer, required

## Request body

- ReceivableDTO
  - `id` integer
  - `jobTypeId` integer
  - `languageCombination` ChargeLanguageCombinationDTO
    - `sourceLanguageId` integer
    - `targetLanguageId` integer
  - `languageCombinationIdNumber` string
  - `rateOrigin` 'PRICE_PROFILE' | 'PRICE_LIST' | 'FILLED_MANUALLY' | 'AUTOCALCULATED'
  - `currencyId` integer
  - `total` number
  - `invoiceId` string
  - `type` 'SIMPLE' | 'CAT'
  - `calculationUnitId` integer
  - `ignoreMinimumCharge` boolean
  - `minimumCharge` number
  - `description` string
  - `rate` number
  - `quantity` number
  - `taskId` integer

## Response `default`

Success

---

[API](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api.md) · [All operations](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api/llms.txt) · [OpenAPI document](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api/revisions/6a8697db56c6?raw)
