Skip to main content
POST
/
api
/
{portfolio}
/
portfolios
/
v1
/
facilities
/
{facilityUuid}
/
coverageHistory
/
get_by_uuids
[
  {
    "monumentCoverageEnrollmentUuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "unitRentalRecordUuid": "2a3b4c5d-6e7f-8a9b-0c1d-2e3f4a5b6c7d",
    "coverageStartDate": "2024-01-15T00:00:00.000Z",
    "unitNumber": "A101",
    "coverageUuid": "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
    "coveragePremium": 2500,
    "coverageAmount": 500000,
    "createdAt": "2024-01-15T10:30:00.000Z",
    "updatedAt": "2024-01-20T15:45:00.000Z",
    "coverageEndDate": "2024-12-31T23:59:59.999Z",
    "partnerCoverageId": "COVERAGE_PARTNER_123"
  }
]

Headers

x-api-key
any

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

Example:

"monument-2230012-2312321"

Path Parameters

facilityUuid
string
required

Body

application/json
coverageHistoryUuids
string<uuid>[]
required

Array of coverage history UUIDs to retrieve

Example:
[
"3fa85f64-5717-4562-b3fc-2c963f66afa6",
"3fa85f64-5717-4562-b3fc-2c963f66afa7"
]

Response

200 - application/json

Coverage history details retrieved successfully

monumentCoverageEnrollmentUuid
string<uuid>
required

UUID of the monument coverage enrollment

Example:

"3fa85f64-5717-4562-b3fc-2c963f66afa6"

unitRentalRecordUuid
string<uuid>
required

UUID of the unit rental record

Example:

"2a3b4c5d-6e7f-8a9b-0c1d-2e3f4a5b6c7d"

coverageStartDate
string<date-time>
required

Coverage start date

Example:

"2024-01-15T00:00:00.000Z"

unitNumber
string
required

Unit number

Example:

"A101"

coverageUuid
string<uuid>
required

UUID of the coverage. For private coverage, this will be the private coverage UUID: 11111111-1111-1111-1111-111111111111

Example:

"1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d"

coveragePremium
number
required

Coverage premium amount in pennies

Example:

2500

coverageAmount
number
required

Coverage amount in pennies

Example:

500000

createdAt
string<date-time>
required

Creation timestamp

Example:

"2024-01-15T10:30:00.000Z"

updatedAt
string<date-time>
required

Last update timestamp

Example:

"2024-01-20T15:45:00.000Z"

coverageEndDate
string<date-time> | null

Coverage end date

Example:

"2024-12-31T23:59:59.999Z"

partnerCoverageId
string | null

Partner coverage ID

Example:

"COVERAGE_PARTNER_123"