Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v1/receivables/debtors | Returns the list of debtors and the current status of their debts (similar to the default collections report). |
GET | /api/v1/receivables | Returns the list of receivables for the gym. |
PUT | /api/v1/receivables/mark-received | Marks a list of receivables as received (paid). |
GET | /api/v1/revenuecenter | Returns the registered revenue centers. |
GET | /api/v1/receivables/receivables-conciliation | Returns the receivables reconciliation report. |