Create multiple bills

Create multiple bills with one API request. You can create up to 100 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.

Body Params
Headers
string | null

API session ID generated with /v3/login

string | null

Developer key generated with your BILL developer account

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json