cURL
curl --request POST \ --url https://api.raul.ugps.io/api/v1/facturacion-2/create-all \ --header 'Content-Type: application/json' \ --data ' { "periodo": "2026-01", "uf_value": 39701.09 } '
Generates invoices for all valid clients in the specified period. Returns execution ID for progress tracking.
Period in YYYY-MM format
"2026-01"
UF value for the period
39701.09
Invoice creation process started