get https://app.pennylane.com/api/external/v1/customer_estimates
This endpoint returns a list of estimates corresponding to the filter provided.
Log in to see full request history
Responses
This endpoint returns a list of estimates corresponding to the filter provided.
xxxxxxxxxx
curl --request GET \
--url https://app.pennylane.com/api/external/v1/customer_estimates \
--header 'accept: application/json'
xxxxxxxxxx
97}
{
"total_pages": 5,
"current_page": 1,
"estimates": [
{
"id": "jHgtAKntoW",
"label": "Estimate label",
"currency": "EUR",
"amount": "230.32",
"currency_amount": "230.32",
"currency_amount_before_tax": "196.32",
"estimate_number": "PLERYGTXYOIMZZ",
"estimate_type": "invoice",
"exchange_rate": 1,
"date": "2020-01-01",
"deadline": "2020-12-31",
"currency_tax": "34.0",
"language": "fr_FR",
"discount": "50.1",
"discount_type": "relative",
"file_url": "https://app.pennylane.com/.../file.pdf",
"updated_at": "2023-08-30T10:08:08.146343Z",
"source": "quotes",
"pdf_invoice_subject": "Invoice title",
"pdf_invoice_free_text": "Some text describing the invoice",