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

# POST /api/transactions_list

`POST /api/transactions_list`

Create transactions list request.  Use the UUID returned in the response to retrieve the batch of records. Results returned in order of id or updated_at.

## Query parameters

- `order_by` string
- `page_size` integer
- `page` integer
- `line_item` integer
- `posted_date` string
- `appointment` integer
- `since` string
- `doctor` integer
- `verbose` boolean

## Response `201`

Created

- object
  - `status` string — Status of the request. Upon creation this will be "In progress"
  - `uuid` string — UUID of the batch of patients.
  - `description` string — Contains link to load the batch by UUID

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `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)
