---
title: "Add a line item to a bill"
method: POST
path: "/v1/web/bill/{billId}/line-item"
tags: ["Bill"]
---

# Add a line item to a bill

`POST /v1/web/bill/{billId}/line-item`

## Path parameters

- `billId` string, required

## Request body

- object
  - `description` string
  - `amount` string, required — Number string
  - `spendCategoryId` string

## Response `201`

Default Response

- object
  - `id` string, required
  - `description` string
  - `amount` string, required — Number string
  - `spendCategoryId` string

## Other responses

- `400` — Default Response
- `401` — The access to this resource has been denied
- `403` — The access to this resource is forbidden
- `404` — The resource was not found
- `default` — Catch-all error response for any unexpected internal errors

---

[API](https://skmtc.net/funneldash/apis/surface-web-api.md) · [All operations](https://skmtc.net/funneldash/apis/surface-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/funneldash/surface-web-api/versions/ac700d65f443/schema)
