operator-payments

List Missing Operator Payments

List operators missing a payment row for the month, with completed appointment counts

get/api/operator-payments/missing-operators

Query parameters

payment_monthstring date required
operator_idstring uuid nullable

Response

Successful Response

operator_idstring uuid required

Operator UUID

operator_namestring nullable

Operator display name (first_name + last_name)

completed_appointment_countinteger required

Number of completed appointments (FATTO) in the payment month

pending_appointment_countinteger

Number of meetings still DA_FARE in the payment month, blocking the month close

total_appointment_countinteger

Number of FATTO plus DA_FARE meetings in the payment month

supervision_countinteger

Completed supervisions the operator received in the payment month, the ones the voce deducts

is_supervisorboolean

True when the operator supervises someone: creating the voce fans out the supervision kinds too

Changes

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