Skip to content

Export Service Types

This task will export service type information from Peoplevox in XML format, for detailed information see Peoplevox XML Service Types. The information is exported using the "Service types" report that can be ran through your Peoplevox web application. You can add date filters and search clauses to limit the data that is returned.

Connection Settings

Peoplevox Connection

Required
The connection to the Peoplevox instance to use. See the Connecting to Peoplevox if you require more information on how to create/manage connections.

Export Settings

Timeout (In Minutes)

Required
Maximum amount of time in minutes that Zynk will wait for a response per call made. Defaults to 10.

File Settings

Output File

Required
The name or full path to the file the returned data will be saved to.

Defaults to peoplevox_export_service_types.xml

Peoplevox Settings

API Call Delay

Required
The number of seconds to wait between sending requests to the Peoplevox API, used when making multiple paged requests to export data. Defaults to 1.

Items Per Page

Required
The number of items to retrieve per request made to Peoplevox. Zynk will make as many requests as required to download all data matching the filters set on the task. The maximum this can be is 1000, anything higher will be reset to 1000. Defaults to 20.

Search Clauses

Optional
You can add search clauses to limit the data that is returned from the report, for more information see Peoplevox Search Clauses.

Zynk Settings

See Common Task Settings

Example XML

Example output file, for detailed information see Peoplevox XML Service Types.

<?xml version="1.0" encoding="utf-8"?>
<ServiceTypes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ServiceType>
    <Carrier>DHL</Carrier>
    <Name>123</Name>
    <Code>123</Code>
  </ServiceType>
  <ServiceType>
    <Carrier>DHL</Carrier>
    <Name>321</Name>
    <Code>321</Code>
  </ServiceType>
</ServiceTypes>