Exporting Centers from Zenoti
This task will export all centers from your Zenoti organisation to an XML file.
Settings
Zenoti Connection
Required
Select the Zenoti connection to use. See the Connecting to Zenoti article if you require more information on how to create/manage connections.
Export Catalog Enabled Centers
Required
Set to true to only export catalog enabled centers.
Output File
Required
The name of the file to export to. The data will be output in XML format, a sample of which is shown below.
Zynk Settings
Examples
Sample output file:
<?xml version="1.0" encoding="utf-8"?>
<Centers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Center>
<Id>1be15e17-63f7-4f8c-894c-ed7c46f2721c</Id>
<Code>TR</Code>
<Name>Training Center</Name>
<DisplayName />
<Description />
<Country>
<Id>224</Id>
<Code>GB</Code>
<Name>United Kingdom</Name>
<PhoneCode>44</PhoneCode>
<Nationality>British</Nationality>
</Country>
<State>
<Id>2921</Id>
<Code>GBH9</Code>
<Name>London</Name>
<ShortName />
</State>
<Location>
<Lattitude>0</Lattitude>
<Longitude>0</Longitude>
<TimeZone>
<Id>36</Id>
<Name>(UTC) Dublin, Edinburgh, Lisbon, London</Name>
<StandardName>GMT Standard Time</StandardName>
<Symbol>GMT Standard Time</Symbol>
</TimeZone>
</Location>
<AddressInfo>
<Address1>6-8 Charlotte Square</Address1>
<Address2></Address2>
<City>Newcastle upon Tyne</City>
<ZipCode>NE1 4XF</ZipCode>
</AddressInfo>
</Center>
</Centers>