---
title: "Create Reported Bill"
method: POST
path: "/v2/bill-reporting/{external_id}/reported-bills/"
tags: ["billReporting"]
---

# Create Reported Bill

`POST /v2/bill-reporting/{external_id}/reported-bills/`

Add a new bill to be reported for a consumer

## Path parameters

- `external_id` string, required

## Headers

- `Authorization` string, required

## Request body

- ReportedBillCreate
  - `name` string, required
  - `category` 'rent' | 'utility' | 'telco' | 'other', required
  - `account` string, required
  - `primary_residence` boolean, required
  - `attestation_signed` boolean, required
  - `attestation_date` string, date-time, required

## Response `201`

- ReportedBill
  - `external_id` string, uuid
  - `name` string, required
  - `category` 'rent' | 'utility' | 'telco' | 'other', required
  - `account` string
  - `primary_residence` boolean
  - `attestation_signed` boolean
  - `attestation_date` string, date-time, nullable

---

[API](https://skmtc.net/upwardli/apis/api-reference.md) · [All operations](https://skmtc.net/upwardli/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upwardli/api-reference/revisions/8a237f1f704f/schema)
