Crear un Tipo de Cuenta
Utilice este endpoint para crear un Tipo de Cuenta. Puede crear múltiples Tipos de Cuenta, pero deben agregarse uno a la vez.
Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
Autorizaciones
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Encabezados
El token de autorización. Este encabezado es requerido si su entorno tiene Access Manager habilitado.
El tipo de medio del recurso. El valor recomendado es application/json.
Un identificador único utilizado para rastrear y seguir cada solicitud.
Parámetros de ruta
El identificador único de la Organización asociada al Ledger.
El identificador único del Ledger asociado.
Cuerpo
Name of the Account Type.
Unique identifier for the Account Type being created.
Important: If the Account Types feature is enabled, this value becomes mandatory when creating accounts — only previously registered keyValues will be accepted in the type field of the Accounts API.
Accepted characters: lowercase alphanumeric, dashes (-), and underscores (_).
Description of the Account Type.
An object containing key-value pairs to add as metadata, where the field name is the key and the field value is the value. For example, to add a Cost Center, use 'costCenter': 'BR_11101997'.
Respuesta
Indica que el recurso fue creado exitosamente y la operación se completó como se esperaba.
The unique identifier of the Account Type.
El identificador único de la Organización.
El identificador único del Ledger.
Name of the Account Type.
Description of the Account Type.
Unique identifier for the Account Type created.
Timestamp of creation (UTC).
Timestamp of last update (UTC).
Timestamp of soft deletion, if applicable (UTC).
An object containing key-value pairs to add as metadata, where the field name is the key and the field value is the value. For example, to add a Cost Center, use 'costCenter': 'BR_11101997'.

