cURL
curl --request PUT \ --url https://api.raul.ugps.io/api/billing/ejecucion/errors/{errorId}/status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "estado": "resuelto", "fechaResolucion": "<string>" } '
{ "id": "<string>", "ejecucion_id": "<string>", "tipo_error": "<string>", "mensaje": "<string>", "fecha_error": "2023-11-07T05:31:56Z", "estado": "<string>", "client_id": "<string>", "factura_id": 123, "contexto_json": {}, "stack_trace": "<string>", "fecha_resolucion": "2023-11-07T05:31:56Z" }
Operacion: Update error status.
Bearer token authentication
New status
"resuelto"
Resolution date