Get Owner Statement
ownerrez_get_owner_statementGet an owner statement for a date range. Returns the official statement when available, otherwise generates an estimate from booking charges.
Instructions
Return an owner statement. Prefers OwnerRez's official statement (by statement_id, or the latest / period-matching one for an owner_id); if none exists or the official source is unavailable, synthesizes one from booking charges (needs from+to). Set synthesize=true to force the estimate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Period end (e.g. 2026-07-31). | |
| from | No | Period start (e.g. 2026-07-01). Used to pick an official statement or to synthesize. | |
| owner_id | No | Owner to build/fetch the statement for. | |
| synthesize | No | Force the synthesized estimate instead of the official statement. | |
| property_ids | No | Synthesizer only: specific properties. | |
| statement_id | No | Fetch this exact official statement. | |
| include_bookings | No | Synthesizer only: include per-booking detail. |