Skip to main content
POST
/
api
/
{portfolio}
/
portfolios
/
v1
/
ecri
/
schedule
Schedule ECRI for unit rental records
curl --request POST \
  --url https://public-api.prd.monument.io/api/{portfolio}/portfolios/v1/ecri/schedule \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '
{
  "items": [
    {
      "unitRentalRecordUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "ecriDateEffective": "2023-12-25",
      "newRentInPennies": 123
    }
  ]
}
'

Headers

x-api-key
any
required

Api key required to authenticate your request. Please reach out to monument for a key.

Example:

"monument-2230012-2312321"

Path Parameters

portfolio
string
required

Body

application/json

Array of ECRI schedule items (max 100 items)

items
object[]
required

Response

ECRI scheduled successfully