Update a quoteAsk AIput https://app.pennylane.com/api/external/v2/quotes/{id}This endpoint allows you to update a quote This endpoint requires the following scope: quotes:allPath ParamsidintegerrequiredBody ParamsdatedateQuote date (ISO 8601)deadlinedateQuote validity deadline (ISO 8601)customer_idint64Customer identifierquote_template_idint64The quote template IDpdf_invoice_free_textstring | nullFor example, the contact details of the person to contactpdf_invoice_subjectstring | nullQuote titlepdf_descriptionstring | nullQuote descriptioncurrencystringQuote Currency (ISO 4217). Default is EUR.special_mentionstring | nullAdditional detailsdiscountobjectdiscount objectlanguagestringenumThe 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.fr_FRen_GBde_DEAllowed:fr_FRen_GBde_DEinvoice_linesobjectAdd, update, delete invoice lines.invoice_lines objectexternal_referencestringThe unique external reference that was assigned during creation either by you or Pennylane.Responses 200A quote 400Bad request 401Access token is missing or invalid 403Access to this resource forbidden 404The resource was not found 422Unprocessable contentUpdated 27 days ago