post https://gateway.stage.bill.com/connect/v3/bills/bulk
Create multiple bills with one API request. You can create up to 200 bills with one POST /v3/bills/bulk
request.
Bulk bill creation at BILL follow a set of rules.
- Successful response: In your bulk bill creation request, all your bills must be successfully created for a successful response. If any bill creation is not successful, the entire request fails and none of the bills in the request are created.
- You can create bills for multiple vendors: You can create bills for one vendor or for multiple vendors with one
POST /v3/bills/bulk
request.
See Bills in the Guides section for more information, sample requests, and responses.