cURL
curl --request POST \ --url https://api.raul.ugps.io/api/billing/ejecucion \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "periodo": "2024-01", "usuario_id": "<string>" } '
{ "id": "<string>", "periodo": "<string>", "fecha_inicio": "2023-11-07T05:31:56Z", "estado": "<string>", "total_intentadas": 123, "total_exitosas": 123, "total_fallidas": 123, "porcentaje": 123, "fecha_fin": "2023-11-07T05:31:56Z", "usuario_id": "<string>", "resumen_json": {}, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Operacion: Start a new billing execution.
Bearer token authentication
Period in YYYY-MM format
"2024-01"
User UUID who starts the execution