Skip to main content

Export convert invoice

POST 

/v2/invoices/:id/convert/export

Export PDF of convert invoice by Id

Request

Path Parameters

    id uuidrequired

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    Invoice Id

Responses

OK

Schema

    download_url string

    Exported file download link

    status ExportStatus (string)

    Possible values: [DONE, BUILDING, FAIL, NEW]

Loading...