Executes MORA for a unit rental record, causing the rent to be instantly adjusted to the new rent amount.
cURL
curl --request POST \ --url https://public-api.prd.monument.io/api/{portfolio}/portfolios/v1/facilities/{facilityUuid}/units/mora \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "unitUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "newRentInPennies": 2, "unscheduleExistingECRI": true } '
Api key required to authenticate your request. Please reach out to monument for a key.
"monument-2230012-2312321"
x >= 1
MORA executed successfully