Skip to main content
GET
/
api
/
v1
/
factura
/
invoice
/
by-child
/
download
Download child client invoices as Excel
curl --request GET \
  --url https://api.raul.ugps.io/api/v1/factura/invoice/by-child/download \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer token authentication

Query Parameters

parent_client_id
string
required

Parent client ID (UUID)

Example:

"123e4567-e89b-12d3-a456-426614174000"

child_client_id
string

Child client ID (UUID). Omit for direct subscriptions.

Example:

"123e4567-e89b-12d3-a456-426614174001"

periodo
string
required

Period in YYYY-MM format

Example:

"2026-02"

Response

Excel file download