### GET /Environment Source: https://replapi-v2.defontana.com/swagger/v1.0/swagger.json This endpoint returns information about the environment. The response is an array of strings. ```APIDOC ## GET /Environment ### Description This endpoint returns information about the environment. The response is an array of strings. ### Method GET ### Endpoint /Environment ### Response #### Success Response (200) - **array of strings** - Description not provided ``` -------------------------------- ### GET /api/Voucher/Get Source: https://replapi-v2.defontana.com/swagger/v1.0/swagger.json Permite obtener los detalles de un comprobante contable. This endpoint allows retrieving the details of an accounting voucher. ```APIDOC ## GET /api/Voucher/Get ### Description Permite obtener los detalles de un comprobante contable. This endpoint allows retrieving the details of an accounting voucher. ### Method GET ### Endpoint /api/Voucher/Get ### Parameters #### Query Parameters - **VoucherType** (string) - Required - Description not provided - **Number** (integer) - Required - Description not provided - **FiscalYear** (integer) - Required - Description not provided - **Isopening** (boolean) - Optional - Description not provided (default: false) ### Response #### Success Response (200) - **Integraciones.Defontana.Core.Models.VoucherApiModels.VoucherInfo** - Description not provided ``` -------------------------------- ### GET /api/Voucher/Delete Source: https://replapi-v2.defontana.com/swagger/v1.0/swagger.json Permite eliminar un comprobante contable. This endpoint allows deleting an accounting voucher. ```APIDOC ## GET /api/Voucher/Delete ### Description Permite eliminar un comprobante contable. This endpoint allows deleting an accounting voucher. ### Method GET ### Endpoint /api/Voucher/Delete ### Parameters #### Query Parameters - **VoucherType** (string) - Required - Description not provided ``` -------------------------------- ### GET /api/Auth/Login Source: https://replapi-v2.defontana.com/swagger/v1.0/swagger.json Obtiene un nuevo token de acceso (crea una nueva sesión de usuario). This endpoint is used to obtain a new access token by creating a new user session. ```APIDOC ## GET /api/Auth/Login ### Description Obtiene un nuevo token de acceso (crea una nueva sesión de usuario). This endpoint is used to obtain a new access token by creating a new user session. ### Method GET ### Endpoint /api/Auth/Login ### Parameters #### Query Parameters - **client** (string) - Required - Id de Cliente - **company** (string) - Required - Id de Empresa - **user** (string) - Required - Id de Usuario - **password** (string) - Required - Contraseña de acceso ### Response #### Success Response (200) - **Integraciones.Defontana.Core.Models.AuthApiModels.AuthResult** - Description not provided ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.