# tenancies_record_inspection

> Record a property inspection.

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

Record a property inspection. Stamps last_inspection_at and (optionally) sets the next_inspection_due_at. Inspections are typically on a 6-month cadence for active tenancies.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `tenancy_id` | string | Yes | UUID of the tenancy · Format: UUID |
| `inspected_at` | string | No | Date of inspection (default: today) (Format: YYYY-MM-DD) · Format: Date (YYYY-MM-DD) |
| `next_due_at` | string | No | When the next inspection should occur (optional — typically +6 months) (Format: YYYY-MM-DD) · Format: Date (YYYY-MM-DD) |

## Example prompts

- "Log today's inspection at 905 Sycamore Ave and set the next one for December."
- "Record the June 9 walkthrough for the Dover St tenancy, next due in six months."

## Safety

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