Export Tax Codes from Zahara
This task will export all tax codes from Zahara, and output them to an XML file.
Settings
Connection
Required
Select the Zahara connection you want to use. See Connecting to Zahara.
Include Deleted
Required
Set to True to include deleted records in the export.
Page Size
Required
The number of records to request from Zahara at a time.
Record IDs
Optional
Provide a list of record IDs to export specific records from Zahara. Doing so will override all other export settings.
Output File
Required
The XML file to save the exported records to.
Zynk Settings
Examples
A sample input file is shown below.
<?xml version="1.0" encoding="utf-8"?>
<TaxCodes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<TaxCode>
<Id>266533</Id>
<ExternalId />
<DateCreated>2025-06-23T14:13:00Z</DateCreated>
<LastUpdated>2025-06-23T14:13:00Z</LastUpdated>
<SyncFriendlyName>T1</SyncFriendlyName>
<TaxCodeId>266533</TaxCodeId>
<BusinessUnitId>69576</BusinessUnitId>
<Code>T1</Code>
<CodeName>20% (VAT on Expenses)</CodeName>
<TaxPercentage>20</TaxPercentage>
<SyncId>INPUT2</SyncId>
<SyncDate>2025-06-23T14:13:00Z</SyncDate>
<SyncType>4</SyncType>
<IsDefault>false</IsDefault>
<IsActive>true</IsActive>
<Void>false</Void>
<IsStartingDefaultCode>false</IsStartingDefaultCode>
</TaxCode>
</TaxCodes>