# tenancies_mark_rent_collected

> Stamp rent as collected for a tenancy.

<!-- Source: https://docs.actuallycare.com/tools/tenancies/tenancies_mark_rent_collected -->

Stamp rent as collected for a tenancy. Sets last_rent_collected_at (default: today) and flips rent_current to TRUE. Call this after confirming rent receipt (ACH settlement, check cleared, etc.).

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `tenancy_id` | string | Yes | UUID of the tenancy · Format: UUID |
| `collected_at` | string | No | Date rent was collected (default: today) (Format: YYYY-MM-DD) · Format: Date (YYYY-MM-DD) |

## Example prompts

- "Mark June rent collected for the Sycamore Ave tenancy, the ACH settled today."
- "The Dover St tenant's check cleared yesterday, stamp their rent as received."

## Safety

**Updates data.** Changes an existing record. The change is visible immediately in the app and can be edited back.
