Stored Procedures
Allows to execute a database stored procedure
Última actualización
¿Te fue útil?
Allows to execute a database stored procedure
Última actualización
¿Te fue útil?
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.
The name of the stored procedure in SQL server
Bearer + JWT_token
POST /api/procalm/{procedimiento} HTTP/1.1
Host: server:<port>
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 131
{
"json": {
"parametros": [
{
"nombre": "text",
"tipo": "string",
"direccion": "entrada",
"longitud": "text",
"defecto": "text",
"valor": "text"
}
]
}
}
Result of the stored procedure that has been selected.
Sin contenido