Integration Scenarios
Learn how external applications can work with TallyPrime using XML. These examples walk you through common integration use cases and show how data can be exchanged between your application and TallyPrime.
Whether you are migrating existing data, building a custom front end, or updating records from an external application, these scenarios provide a practical starting point along with sample Visual Basic code and XML requests.
Scenario 1
Import Masters from Excel to TallyPrime
Learn how to import ledger and stock item masters from Excel into TallyPrime. This scenario explains how to generate Tally compatible XML from Excel data and post it to TallyPrime through an external application.
Scenario 2
Create and Alter Vouchers through an External Application
See how to create receipt vouchers from an external application and update them later when required. This scenario demonstrates collecting master data from TallyPrime, generating XML requests, posting vouchers, and processing the response.
Scenario 3
Alter Ledger Masters through an External Application
Understand how to fetch ledger information from TallyPrime, display it in your application, allow users to update ledger details, and send the changes back to TallyPrime using XML.
