Skip to main content

Export invoice

POST 

/v2/ob/invoices/:id/export

Export PDF/XML of 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

Query Parameters

    format InvoiceExportFormat

    Possible values: [xml, pdf]

    Export format

Responses

OK

Schema

    download_url string

    Exported file download link

    status ExportStatus (string)

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

Loading...