patients

Patient registration and payment snapshot

Admin-only patient registration/payment snapshot for a given month (defaults to the previous month). The exclusive cutoff is the start of the following month in the selected timezone.

get/api/patients/finance/patient-payment-snapshot

Query parameters

monthstring nullable

Target month in YYYY-MM. Defaults to the previous month.

Target month in YYYY-MM. Defaults to the previous month.

timezonestring

Timezone used to build the midnight cutoff. Default: Europe/Rome.

Timezone used to build the midnight cutoff. Default: Europe/Rome.

price_per_appointmentinteger

Unit price used in the paying-patient totals.

Unit price used in the paying-patient totals.

Response

Successful Response

cutoff_atstring date-time required

Exclusive cutoff timestamp used for the snapshot

price_per_appointmentinteger required

Unit price used for totals

total_registered_patientsinteger required

Patients created before the cutoff

patients_without_paymentsinteger required

Patients created before the cutoff with no completed payments before the cutoff

Changes

No recorded changes to this endpoint across all 1 revision of this API.