---
title: "Bulk Search Bills by Number"
method: POST
path: "/coa/api/v1/bill/bulk-search"
tags: ["Accounts Payable"]
---

# Bulk Search Bills by Number

`POST /coa/api/v1/bill/bulk-search`

Search for thousands of bills by exact bill number match in a single request. Optimized for performance.

## Request body

- BulkBillSearch
  - `bills` BulkBill[], required
    - `bill_number` string, required

## Response `200`

- object — Unspecified response body

---

[API](https://skmtc.net/campfire/apis/campfire-developer-apis.md) · [All operations](https://skmtc.net/campfire/apis/campfire-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/campfire/campfire-developer-apis/revisions/6945ebc3180e/schema)
