Hi:
I have several procedures in a database in firebird
I want to execute them with api docs, but they do not show,
I get the following error.
http://192.168.1.14/api/v2/ENVIOS/_proc/DOCTOS_VE_ORDEN_COMPRA
{
“error”: {
“code”: 404,
“context”: null,
“message”: “Procedure ‘DOCTOS_VE_ORDEN_COMPRA’ does not exist in the database.”,
“status_code”: 404
}
}
with curl
curl -X GET “http://192.168.1.14/api/v2/ENVIOS/_proc?refresh=true …”
the anwers is
{
“resource”:
}
thanks!!!
Best Regards.