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 Entity | MYOB Acumatica Entity | MYOB → Zudello | Zudello → MYOB |
---|---|---|---|
Parties | |||
Customer | Customer | ✅ | ✅ |
Supplier | Vendor | ✅ | |
Supplier Group | VendorClass | ✅ | |
Financials | |||
Account | Account | ✅ | |
Account Group | AccountGroup | ✅ | |
Tax Category | TaxCategory | ✅ | |
Tax Rate | Tax | ✅ | |
Tax Zone | TaxZone | ✅ | |
Operational | |||
Branch (Location) | Branches | ✅ | |
Cost Code (Cost Centre) | CostCode | ✅ | |
Item | StockItem & NonStockItem | ✅ | |
Payment Method | PaymentMethod | ✅ | |
Project | Projects | ✅ | |
Project Task | Project Tasks | ✅ | |
Unit of Measure | UnitsOfMeasure | ✅ | |
Warehouse | Warehouse | ✅ | |
Transactions | |||
AP Bill / Invoice | Bill | ✅ | |
AP Credit | Bill (Credit Adj.) | ✅ | |
AR Invoice | SalesInvoice | ✅ | |
AR Sales Order | SalesOrder | ✅ | |
Purchase Order | PurchaseOrder | ✅ | ✅ |
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)
- Account Groups Integration Details
- Accounts Integration Details
- Branches Integration Details
- Cost Codes Integration Details
- Customers Inbound Integration Details
- Items Integration Details
- Payment Methods Integration Details
- Projects Integration Details
- Project Tasks Integration Details
- Purchase Orders Inbound Integration Details
- Suppliers Integration Details
- Tax Categories Integration Details
- Tax Rates Integration Details
- Tax Zones Integration Details
- Units of Measure Integration Details
- Supplier Groups Integration Details
- Warehouses Integration Details