---
title: "Updates a simple payable."
method: PUT
path: "/projects/{projectId}/finance/payables/{payableId}"
tags: ["Projects (Classic)"]
---

# Updates a simple payable.

`PUT /projects/{projectId}/finance/payables/{payableId}`

Updates a simple payable. CAT payables are not supported.

## Path parameters

- `projectId` string, required
- `payableId` integer, required

## Request body

- PayableDTO
  - `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
  - `jobId` object

## 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-service-production.skmtc.workers.dev/v1/apis/xtrf/xtrf-home-portal-api/revisions/d08bb98d8164/schema)
