Module call_for_funds_handlers
Source - cancel_call_for_funds
- PUT /api/v1/call-for-funds/{id}/cancel
Cancel a call for funds
- create_call_for_funds
- POST /api/v1/call-for-funds
Create a new call for funds
- delete_call_for_funds
- DELETE /api/v1/call-for-funds/{id}
Delete a call for funds (only if in draft status)
- get_call_for_funds
- GET /api/v1/call-for-funds/{id}
Get a call for funds by ID
- get_overdue_calls
- GET /api/v1/call-for-funds/overdue
Get all overdue calls for funds
- list_call_for_funds
- GET /api/v1/call-for-funds?building_id={uuid}
List all calls for funds for a building or organization
- send_call_for_funds
- POST /api/v1/call-for-funds/{id}/send
Send a call for funds (marks as sent and generates individual contributions)