// ******************************************************************************** // Generated by DMVCFRAMEWORK 3.4.3-aluminium-rc1 at 2025-04-26 18.38.49 // ******************************************************************************** // Generates an XLSX file based on a JSON structure // "ConvertToXLSX" is invokable with POST only function ConvertToXLSX(const Token: string; const JSONWorkBook: TJsonObject): TJsonObject; // Returns the JWT token which can be used to call all other methods. // "Login" is invokable with POST only function Login(const UserName: string; const Password: string): TJsonObject; // Extends the expiration time of a still-valid token. Clients must use the token returned instead of the previous one. // "RefreshToken" is invokable with POST only function RefreshToken(const Token: string): TJsonObject;