Patch unit group rate by size and type
Resolves the unit group from sizeAndTypeUuid + tierLevel and sets the rates it charges. tierLevel is the portfolio-independent tier identity: 0 is the cheapest tier by convention and 2 the most expensive, so renaming tiers never changes which unit group a tierLevel resolves to. The rates are applied through the unit group base rate, so the currentStreetRateInPennies and currentWebRateInPennies returned are derived from the unit group occupancy percentage and rate plan and may differ from the values sent.
Headers
Api key required to authenticate your request. Please reach out to monument for a key.
"monument-2230012-2312321"
Path Parameters
Body
Web rate to charge for the target unit group, in pennies. The value is applied through the unit group base rate, so the resulting currentWebRateInPennies is derived from the unit group rate plan and occupancy percentage and may differ from the value sent.
x >= 015000
Street rate to charge for the target unit group, in pennies. The value is applied through the unit group base rate, so the resulting currentStreetRateInPennies is derived from the unit group rate plan and occupancy percentage and may differ from the value sent.
x >= 018000
Tier level of the target unit group, independent of how the portfolio labels its tiers. 0 is the cheapest tier by convention and 2 the most expensive; the levels are positional identities, not a guarantee about relative price.
0, 1, 2 0
Response
Unit group rate patched
UUID of the unit group the rate was applied to
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Street rate now being charged for the unit group, in pennies, after the rate plan and occupancy derivation
18000
Web rate now being charged for the unit group, in pennies, after the rate plan and occupancy derivation
15000
Occupancy percentage used to derive the rates
80

