Developer

Connect SOAP API Developer’s Guide Exploring Complex Types

Connect SOAP API Developer’s Guide Exploring Complex Types AddProcGroupQueueOptions AddProcGroupQueueOptions is the object used to pass all optional parameters when adding processing groups to the process queue. Table 7 describes […]

Getting Started with Connect API Guide

Getting Started with the Connect SOAP API This chapter provides an overview of the Xactly Connect application development process including how to download the Xactly Connect WSDL files, how to […]

Introducing Xactly Connect

Introducing the Xactly Connect SOAP API Xactly Connect offers a Web Services Application Programming Interface (API) that enables developers to extend the capabilities of Xactly Incent and Modeling. by pro- […]

JsonPath

JsonPath The JsonPath function traverses a JSON string and returns a specified value from within the JSON text.  The value returned is returned as a string. Syntax JsonPath(<string>, <json path>) […]

Incent Upload Currency Rates

Incent Upload Currency Rates Summary The incent upload currency rates command allows developers to create and maintain currency exchange rates within the Incent application. The command transfers data from staging.currency_rate table into Incent’s xactly schema tables. Currency Rates […]

UntarFile

UntarFile Summary Use the UntarFile function to extract the contents of a tar file to the Connect SFTP server file system. Syntax TarFile(FilePath='<path to source tar file>’,     Destination='<target untar directory>’      [, Overwrite=<true|false>]) […]

TarFile

TarFile Summary Use the TarFile function to create a tar file archive from files and directories found on the Xactly SFTP server file system. Syntax TarFile(FilePath='<full-path-to-source-file>’ or Directory='<source-directory>’,     Destination='<target-gzip-file-path>’     [, Overwrite=<true|false>] […]

GunzipFile

GunzipFile Summary Use the GunzipFile function to uncompress the contents of a GZIP file located on the Connect SFTP file system. The GZIP compressed file can contain only a single archive file, which may […]

Connect SOAP API Reference

Connect SOAP API Reference This chapter provides detailed information about Xactly Connect objects and operations including the Xactly Web Services Application Programming Interface and Java API. This chapter contains the […]