Crear un Ledger
Utilice este endpoint para crear un Ledger.
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.
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.
Cuerpo
The name of the Ledger.
256An object containing information about the status. Important: If not provided, the default status will be 'ACTIVE'.
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'.
Configuraciones dinámicas opcionales para el Ledger. Cuando se omite, se aplican los valores por defecto (todas las validaciones deshabilitadas).
Respuesta
Indica que la solicitud fue exitosa y la respuesta contiene los datos esperados.
El identificador único del Ledger.
The unique identifier of the Organization.
The name of the Ledger.
256An 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'.
Las configuraciones actuales de un Ledger.
Timestamp of creation (UTC).
Timestamp of last update (UTC).
Timestamp of soft deletion, if applicable (UTC).

