Skip to main content
POST
/
api
/
v1
/
facturacion-2
/
create-all
Create all invoices for a period
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
}
'

Body

application/json
periodo
string
required

Period in YYYY-MM format

Example:

"2026-01"

uf_value
number
required

UF value for the period

Example:

39701.09

Response

Invoice creation process started