Create a quote

This endpoint allows you to create a quote

This endpoint requires the following scope: quotes:all

Body Params
date
required

Quote date (ISO 8601)

date
required

Quote validity deadline (ISO 8601)

int64
required

Customer identifier

int64

The quote template ID

string | null

For example, the contact details of the person to contact

string | null

Quote title

string | null

Quote description

string
enum
Defaults to EUR
string | null

Additional details

string
enum

The local default is based on the thirdparty (customer / supplier ) billing_language . In case the customer is not present, we will default to the company locale.

Allowed:
discount
object
invoice_line_sections
array of objects
invoice_line_sections
string

A unique external reference you can provide to track this quote. If not provided, Pennylane will generate an identifier for you.

invoice_lines
array of objects
required
length ≥ 1
invoice_lines*
string
required

Line item label

number
required

Line item quantity (number of items)

integer

Has to correspond to the rank number of a line items section in which the line item should be

discount
object
int64

The ledger account ID

string
required

The unit price excluding taxes (undiscounted if a discount is set). Can be set up to 6 decimals.

string
required

Line item unit (type of unit)

string
enum
required

Product VAT rate. A 20% VAT in France is FR_200.

string | null

The description of the invoice line

int64

The product ID

Responses

Language
Credentials
OAuth2
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json