Skip to main content
POST
Send Invoice record

Authorizations

X-API-KEY
string
header
required

Headers

Idempotency-Key
string

Optional. A unique value (a UUID works well) identifying this operation. If the request is repeated with the same key, the original response is replayed instead of the operation running again, so a retry cannot create a duplicate record. Results are replayable for 48 hours. Reusing a key with a different request body returns 422.

Maximum string length: 255

Path Parameters

record_number
integer
required

The number attribute of the record.

Body

application/json
to_emails
string[]
cc_emails
string[]
bcc_emails
string[]
pdf_content
string | null
message
string | null
subject
string | null
sandbox
boolean | null
invoice_id
integer | null

Response

OK

success
boolean
default:true
errors
Errors · object
Last modified on September 20, 2026