DualentryProduct Tax Codes

Dualentry Product Tax Codes API

Sync permissioned product tax codes data with Dualentry through Apideck's unified API. One integration, instant access to the governed data your team needs.

In Apideck, this resource is called Tax Rates (API: tax-rates)

Supported Operations for Dualentry Product Tax Codes

List, Get operations available through our unified API

list
get
create
update
delete

Supported Fields

8 fields

Fields available for Dualentry Product Tax Codes

idnamecodedescriptioneffective_tax_ratetotal_tax_ratetypestatus

API Model Preview

Sample response structure for product tax codes

{
  "id": "12345",
  "name": "Example Name",
  "code": "CODE-001",
  "description": "Example Description",
  "effective_tax_rate": {
    "id": "12345"
  },
  "total_tax_rate": {
    "id": "12345"
  },
  "type": "standard",
  "status": "active"
}

Quick Start Example

Start syncing Dualentry product tax codes in minutes

Node.js
import { Apideck } from '@apideck/unify'

const apideck = new Apideck({
  apiKey: process.env.APIDECK_API_KEY,
  appId: 'YOUR_APP_ID',
  consumerId: 'YOUR_CONSUMER_ID'
})

// List product tax codes from Dualentry
const result = await apideck.accounting.taxRates.list({
  serviceId: 'dualentry'
})

for await (const page of result) {
  console.log(page)
}
// Returns unified product tax codes data
Related Data Models

Other Dualentry Data You Can Sync

Explore more Dualentryresources available through Apideck's unified API

Dualentry SDKs

Build Dualentry integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Get started for free