Export recurring payment plans

Applies the same page filters and sorting as the recurring-plan table and downloads the matching rows as an XLSX file. If no rows match, the backend returns a 422 JSON error instead of a file.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Path parameters

idintegerRequired

Request

This endpoint expects a map from strings to any.

Response

XLSX export.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error