---
title: "POST /api/line_items_list"
method: POST
path: "/api/line_items_list"
tags: ["Billing"]
---

# POST /api/line_items_list

`POST /api/line_items_list`

Create a billing line items list request

## Query parameters

- `order_by` string
- `page_size` integer — Number of results to return per page.
- `posted_date` string — Date of billing line item creation
- `patient` integer — Patient associated with the billing line item
- `office` integer — Office associated with the billing line item
- `doctor` integer
- `since` string
- `appointment` integer
- `service_date` string — Date on which the service was rendered
- `service_date_range` string — Bounded date range in which the service was rendered

## Response `201`

Created

- object
  - `status` string — Status of the request. Possible values are "In progress", "Complete", "Failed", "Canceled".
  - `uuid` string — UUID of the batch of billing line items.
  - `description` string — Contains link to load the batch by UUID

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

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