Get facility rent changes by UUIDs
Retrieves rent change details for the provided array of UUIDs within a specific facility, most recent rent period first. Each row carries the rent that applied immediately before it on the same tenancy, resolved from the tenancy full history rather than from the requested batch.
Headers
Api key required to authenticate your request. Please reach out to monument for a key.
"monument-2230012-2312321"
Path Parameters
Body
Array of rent change UUIDs to retrieve data for
Response
Rent change details retrieved successfully
UUID of the rent change record
"9c1f0a52-4b7e-11f0-9c3a-0242ac120002"
UUID of the tenancy this rent applied to
"1d9b40c7-0a55-11f0-9c3a-0242ac120002"
UUID of the unit
"b2e7c318-0a55-11f0-9c3a-0242ac120002"
UUID of the unit group
"e5f1a904-0a55-11f0-9c3a-0242ac120002"
Date this rent took effect. A tenancy that reached move-out with no rent history recorded carries a synthetic row dated 1971 holding the unit rate rather than a rent that was ever charged.
"2025-09-01"
Date this rent stopped applying. Null while it is the latest rent on the tenancy. Written when a period is closed — at move-out, and when a scheduled rent increase is applied — so a non-null value on its own is NOT a move-out signal. On a tenancy with several rent periods the move-out date may land on a row other than the last one.
"2026-02-01"
Rent charged from startDate, in pennies
19500
Rent that applied immediately before this one on the same tenancy, in pennies. Null on the tenancy first rent record.
18000
Date the prior rent took effect. Null on the tenancy first rent record.
"2025-03-01"
Date the prior rent stopped applying. Null on the tenancy first rent record, and also whenever that earlier period was never closed — a rent change applied outside move-out and outside scheduled-increase processing leaves it empty, so this field is commonly absent even when a prior rent exists.
"2025-08-31"
Why the rent changed. MOVE_IN is also the column default, so a legacy row saved without an explicit reason reports MOVE_IN. AUTOMATED_ECRI is an existing-customer rate increase applied by auto-scheduling, and is NOT returned by a rentChangeReason=ECRI filter.
ECRI, MOVE_IN, MANUAL_ADJUSTMENT_MORA, AUTOMATED_ECRI "ECRI"
Whether this change raised the rent
true
Date the change was scheduled on, when it was scheduled ahead of time. Null otherwise.
"2025-08-02"

