Skip to main content
Version: Current

MYOB Acumatica

This documentation describes the technical integration between Zudello and MYOB Acumatica. The integration provides bidirectional data synchronization and transaction processing through the MYOB Acumatica REST API with OAuth 2.0 authentication.

Integration Capabilities
  • Bidirectional Data Sync - Master data inbound, transactions bidirectional
  • REST API Integration - MYOB Acumatica REST API with OAuth 2.0 authentication
  • Project Integration - Full project and task synchronization with cost codes
  • Transaction Integrity - Atomic operations with rollback on API failures

Integration Directions

Inbound (MYOB Acumatica → Zudello)

Synchronizes master data and transactions from MYOB Acumatica to Zudello via REST API calls.

Outbound (Zudello → MYOB Acumatica)

Creates transactions and entities in MYOB Acumatica from processed data in Zudello via REST API calls.

Integration Points

Inbound Data Flow (MYOB → Zudello)

  • Master Data: Accounts, Account Groups, Branches, Cost Codes, Payment Methods, Units of Measure, Warehouses
  • Parties: Customers, Suppliers, Supplier Groups
  • Items: Stock Items, Non-Stock Items
  • Projects: Projects, Project Tasks
  • Transactions: Purchase Orders
  • Tax Configuration: Tax Categories, Tax Rates, Tax Zones

Outbound Data Flow (Zudello → MYOB)

  • Accounts Payable: AP Bills/Invoices, AP Credits
  • Accounts Receivable: AR Invoices, AR Sales Orders
  • Procurement: Purchase Orders
  • Master Data: Customers

Data Flow Summary

Data EntityMYOB Acumatica EntityMYOB → ZudelloZudello → MYOB
Parties
CustomerCustomer
SupplierVendor
Supplier GroupVendorClass
Financials
AccountAccount
Account GroupAccountGroup
Tax CategoryTaxCategory
Tax RateTax
Tax ZoneTaxZone
Operational
Branch (Location)Branches
Cost Code (Cost Centre)CostCode
ItemStockItem & NonStockItem
Payment MethodPaymentMethod
ProjectProjects
Project TaskProject Tasks
Unit of MeasureUnitsOfMeasure
WarehouseWarehouse
Transactions
AP Bill / InvoiceBill
AP CreditBill (Credit Adj.)
AR InvoiceSalesInvoice
AR Sales OrderSalesOrder
Purchase OrderPurchaseOrder

Technical Details

API Type: REST API
Authentication: OAuth 2.0
Data Format: JSON
Sync Method: Incremental synchronization using LastModifiedDateTime
Special Features: Attachment support, purchase order matching

Detail Pages

Inbound Integration Details (MYOB Acumatica → Zudello)

Outbound Integration Details (Zudello → MYOB Acumatica)