Pennylane API Client
    Preparing search index...

    Interface CreateCustomerInvoiceFromQuoteBody

    Body for createCustomerInvoiceFromQuote (POST /customer_invoices/create_from_quote).

    interface CreateCustomerInvoiceFromQuoteBody {
        customer_invoice_template_id?: number;
        draft: boolean;
        external_reference?: string;
        quote_id: number;
    }
    Index

    Properties

    customer_invoice_template_id?: number

    The customer invoice template ID (optional)

    draft: boolean

    Indicates if the invoice should be created as draft

    external_reference?: string

    A unique external reference for tracking (optional)

    quote_id: number

    Quote identifier to create the invoice from