---
title: "Update a multicurrency account"
method: PATCH
path: "/v4/{multiCurr}/{id}"
tags: ["Update an account"]
---

# Update a multicurrency account

`PATCH /v4/{multiCurr}/{id}`

This operation will update given fields given an account id

## Path parameters

- `multiCurr` 'MULTICURR_DKK_DK' | 'MULTICURR_EUR_AT' | 'MULTICURR_EUR_DE' | 'MULTICURR_EUR_ES' | 'MULTICURR_EUR_FI' | 'MULTICURR_EUR_FR' | 'MULTICURR_EUR_IE' | 'MULTICURR_EUR_IT' | 'MULTICURR_GBP_GB' | 'MULTICURR_SEK_SE' | 'MULTICURR_EUR_NL' | 'MULTICURR_EUR_LU' | 'MULTICURR_EUR_BE' | 'MULTICURR_NOK_NO' | 'MULTICURR_EUR_PT' | 'MULTICURR_EUR_EE' | 'MULTICURR_EUR_LV' | 'MULTICURR_EUR_LT' | 'MULTICURR_EUR_MT' | 'MULTICURR_PLN_PL', required
- `id` string, biginteger, required

## Query parameters

- `auditUser` string, required

## Request body

- PatchMultiCurrencyResourceBody — unresolved $ref

## Response `200`

Successful update of the account

- ResourceResponse
  - `description` string — Short description of the result of the action
  - `id` string — Will contain the ID of the resource that has been created or updated

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Account does not exist
- `500` — Internal server error

---

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