cURL
curl --request POST \ --url https://api.raul.ugps.io/api/v1/facturacion-2/check-and-resume \ --header 'Content-Type: application/json' \ --data ' { "periodo": "2026-01" } '
Checks if there are any interrupted or processing executions for the given period and resumes them automatically.
Period in YYYY-MM format
"2026-01"
Check completed