Skip to main content

Send invoice through email

POST 

/invoices/:invoice_id/send

An invoice in open status can be sent through email to the customer.

Request

Path Parameters

    invoice_id uuidrequired

    Possible values: <= 36 characters, Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

    Invoice's ID

Responses

Invoice sent successfully

Schema

    status string

    Possible values: [success]

    code integer

    Possible values: [200]

    message string

    Possible values: [Successful request]

Loading...