Utility 360Utility 360

Products

Billing

Rate usage, compute charges, and generate invoices with taxes.

POST /api/invoices
{"customerId":"C-1","period":"2025-10","items":[{"desc":"Water","units":25,"rate":2.1}]}
What's included: API endpoints, UI, and exports.

Metering

Ingest NB-IoT and manual reads; validate cadence and anomalies.

POST /api/reads
{"meterId":"M-1001","timestamp":"2025-10-01T00:00:00Z","value":1234.5}
What's included: API endpoints, UI, and exports.

Payments & Collections

Track receipts, send reminders, manage promises-to-pay.

POST /api/payments
{"invoiceId":"I-1001","amount":1160,"paidAt":"2025-10-15T10:00:00Z"}
What's included: API endpoints, UI, and exports.

Notifications

Rules-based alerts for outages, unusual usage, and dunning.

POST /api/alerts
{"type":"usage_anomaly","meterId":"M-1001"}
What's included: API endpoints, UI, and exports.

Analytics & Scoring

Dashboards for collections, NRW, and risk scores.

GET /api/analytics/collections?period=2025-10
What's included: API endpoints, UI, and exports.