Stored Procedures
Allows to execute a database stored procedure
POST calls
Allows to execute a stored procedure from the database, passing parameters to it In the case of calls to stored procedures they will execute the code they have without restrictions Only stored procedures that have been created in any dictionary other than JNCAPI can be executed.
Parámetros de ruta
procedimientostringRequerido
The name of the stored procedure in SQL server
Parámetros de encabezado
AuthorizationstringRequerido
Bearer + JWT_token
Cuerpo
Respuestas
200
Result of the stored procedure that has been selected.
Sin contenido
post
/procalm/{procedimiento}200
Result of the stored procedure that has been selected.
Sin contenido
Última actualización
¿Te fue útil?