> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alforse.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 催收

> 處理逾期和即将到期的应收，并通过設定渠道发送提醒。

催收端点用于處理逾期/即将到期应收，并通过設定好的通知渠道发送提醒。

| 端点                                    | 請求体/参数                             | 權限                |
| ------------------------------------- | ---------------------------------- | ----------------- |
| `GET /collections`                    | `tab, page, pageSize, subjectId`   | `collection view` |
| `GET /collections/preview`            | `contractId, paymentId, channelId` | `collection view` |
| `POST /collections/remind`            | `contractId, paymentId, channelId` | `collection edit` |
| `POST /collections/remind-bulk`       | `channelId, tab, subjectId`        | `collection edit` |
| `POST /collections/run-due-reminders` | —                                  | `collection edit` |
