v1

latestOpenAPI 3.0.12026-07-24310590875.6 KB
invoices

Send an invoice

Send an invoice to a customer email address. You can send the invoice to multiple email addresses.

See Invoices in the Guides section for more information, sample requests, and responses.

post/v3/invoices/{invoiceId}/email

Path parameters

invoiceIdstring required

BILL-generated ID of the invoice. The value begins with 00e.

Example:{{invoice_id}}

Headers

sessionIdstring nullable

API session ID generated with /v3/login

Example:{{session_id}}
devKeystring nullable

Developer key generated with your BILL developer account

Example:{{developer_key}}

Request body

Example request

{
  "recipient": {
    "to": [
      "{{customer_email}}"
    ]
  },
  "replyTo": {
    "userId": "{{login_user_id}}"
  }
}

Response

Send an invoice response