Skip to main content
POST
Send invoice

Authorizations

Authorization
string
header
required

Access token obtained from the /v1/auth/login endpoint

Path Parameters

invoiceId
string<uuid>
required

The ID of the invoice to send

Body

application/json
subject
string
required
Example:

"Invoice INV-00001 from Acme Inc"

message
string
required
Example:

"Please find the attached invoice. Payment is due on 2023-07-15."

send_to_client
boolean
default:true
contact_ids
string<uuid>[]
attach_pdf
boolean
default:true

Response

Invoice sent successfully

success
boolean
Example:

true

message
string
Example:

"Invoice sent successfully"

data
object
count
integer
Example:

2