---
title: "Configuración de cuentas - Actualizar"
method: PUT
path: "/api/v1/gw/accountconfigs/{id}"
---

# Configuración de cuentas - Actualizar

`PUT /api/v1/gw/accountconfigs/{id}`

## Path parameters

- `id` integer, required

## Request body

- AccountConfig — Datos de la configuración de cuenta
  - `id` integer
  - `company_id` integer, required — Identificador de la empresa
  - `account_id` integer — Identificador de la cuenta asociada
  - `accounttype_id` integer — Identificador del tipo de cuenta
  - `paymentmethod_id` integer — Identificador del método de pago
  - `currency_id` integer — Identificador de la moneda
  - `any_currency` boolean — ¿Tiene alguna moneda?
  - `created_at` string, date-time — Fecha de creación
  - `updated_at` string, date-time — Fecha de actualización

## Response `200`

Devuelve los datos del modelo actualizado

## Changes

- **2026-07-13** `ceac45945245` — 1 info
  - endpoint added
- **2023-12-18** `a2d864f3a8db` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/planetadeleste/apis/gestio-n-web-api/changes/api/v1/gw/accountconfigs/:id/put.md)

---

[API](https://skmtc.dev/planetadeleste/apis/gestio-n-web-api.md) · [All operations](https://skmtc.dev/planetadeleste/apis/gestio-n-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/planetadeleste/gestio-n-web-api/revisions/ceac45945245/schema)
