Sync permissioned quotes data with Pennylane through Apideck's unified API. One integration, instant access to the governed data your team needs.
List, Create, Get, Update operations available through our unified API
Fields available for Pennylane Quotes
idnumbercustomerquote_dateexpiry_datereferencestatuscurrencycurrency_ratesub_totaltotal_taxtotalline_itemssource_document_urlupdated_at+1 moreSample response structure for quotes
{
"id": "12345",
"number": 10,
"customer": {
"id": "12345",
"display_id": "CUST-001",
"display_name": "Acme Corp",
"company_name": "Acme Corporation"
},
"quote_date": "2024-01-15",
"expiry_date": "2024-01-15",
"reference": "string",
"status": "active",
"currency": "USD",
"currency_rate": 100,
"sub_total": 100,
"total_tax": 100,
"total": 100,
"line_items": [
{
"id": "12345",
"row_id": "12345",
"description": "Product or service des
...Start syncing Pennylane quotes in minutes
import { Apideck } from '@apideck/unify'
const apideck = new Apideck({
apiKey: process.env.APIDECK_API_KEY,
appId: 'YOUR_APP_ID',
consumerId: 'YOUR_CONSUMER_ID'
})
// List quotes from Pennylane
const result = await apideck.accounting.quotes.list({
serviceId: 'pennylane'
})
for await (const page of result) {
console.log(page)
}
// Returns unified quotes dataExplore more Pennylane resources available through Apideck's unified API
We build and maintain connectors, so you don't have to. View our full list of Accounting connectors.
Missing a connector? We're able to add new connectors.
Build Pennylane integrations in your favorite language with our official SDKs.
Build Pennylane integrations with the official Node.js SDK.
Build Pennylane integrations with the official TypeScript SDK.
Build Pennylane integrations with the official PHP SDK.
Build Pennylane integrations with the official .NET.
Build Pennylane integrations with the official Python SDK.
Build Pennylane integrations with the official Java SDK.
Build Pennylane integrations with the official Go SDK.