---
title: "Report rent"
method: POST
path: "/v1/rent-reporting/report"
tags: ["Rent Reporting"]
---

# Report rent

`POST /v1/rent-reporting/report`

Report rent payments of a renter to Credit Agencies

## Request body

- V1ReportRequest
  - `leaseStartDate` string
  - `leaseEndDate` string
  - `rentAmount` string, uint64
  - `rentPaid` string, uint64
  - `currentBalanceDue` number, double
  - `amountPastDue` number, double
  - `accountStatus` 'ACCOUNT_STATUS_UNSPECIFIED' | 'ACCOUNT_STATUS_IN_GOOD_STANDING' | 'ACCOUNT_STATUS_30_DAYS_PAST_DUE' | 'ACCOUNT_STATUS_60_DAYS_PAST_DUE' | 'ACCOUNT_STATUS_90_DAYS_PAST_DUE' | 'ACCOUNT_STATUS_120_DAYS_PAST_DUE' | 'ACCOUNT_STATUS_150_DAYS_PAST_DUE' | 'ACCOUNT_STATUS_180_DAYS_PAST_DUE'
  - `paymentHistoryProfile` string
  - `dateOfFirstDelinquency` string
  - `lastName` string
  - `firstName` string
  - `middleName` string
  - `dateOfBirth` string
  - `phone` string
  - `email` string
  - `ecoaCode` 'ECOA_CODE_UNSPECIFIED' | 'ECOA_CODE_INDIVIDUAL' | 'ECOA_CODE_JOINT'
  - `address` ProtorentReportingv1CoveAddress
    - `street` string
    - `city` string
    - `provinceState` string
    - `country` string
    - `postalCode` string

## Response `200`

A successful response.

- V1ReportResponse
  - `message` string
  - `id` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/getcove/apis/proto-screening-v2-screening-proto.md) · [All operations](https://skmtc.net/getcove/apis/proto-screening-v2-screening-proto/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getcove/proto-screening-v2-screening-proto/revisions/9d9f9d9f0188/schema)
