Sync permissioned tax data with MYOB Acumatica 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)
List, Get operations available through our unified API
Fields available for MYOB Acumatica Tax
iddescriptioneffective_tax_ratetotal_tax_ratetax_payable_account_idtax_remitted_account_idcomponentstypeoriginal_tax_rate_idupdated_atcreated_atcustom_fieldsSample response structure for tax
{
"id": "12345",
"description": "Example Description",
"effective_tax_rate": {
"id": "12345"
},
"total_tax_rate": {
"id": "12345"
},
"tax_payable_account_id": "12345",
"tax_remitted_account_id": "12345",
"components": "string",
"type": "standard",
"original_tax_rate_id": 100,
"updated_at": "2024-01-15T10:30:00.000Z",
"created_at": "2024-01-15T10:30:00.000Z",
"custom_fields": [
{
"id": "12345",
"name": "Custom Field",
"value": "Custom Valu
...Start syncing MYOB Acumatica tax 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 tax from MYOB Acumatica
const result = await apideck.accounting.taxRates.list({
serviceId: 'myob-acumatica'
})
for await (const page of result) {
console.log(page)
}
// Returns unified tax dataDiscover the most popular ways businesses integrate MYOB Acumatica tax data
Sync vendor bills, approvals & payments across accounting systems in real time.
Push invoices, payment statuses & credits into users' ledgers.
Pull data to automate spend reporting and reconciliation.
Connect to accounting data to accurately calculate, file, and reconcile sales tax.
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 MYOB Acumatica integrations in your favorite language with our official SDKs.
Build MYOB Acumatica integrations with the official Node.js SDK.
Build MYOB Acumatica integrations with the official TypeScript SDK.
Build MYOB Acumatica integrations with the official PHP SDK.
Build MYOB Acumatica integrations with the official .NET.
Build MYOB Acumatica integrations with the official Python SDK.
Build MYOB Acumatica integrations with the official Java SDK.
Build MYOB Acumatica integrations with the official Go SDK.