Xactly Connect 2016-12 SOAP API New Features

This article describes the new features available in Xactly Connect SOAP API 2016-12, which include:

  • Enhancements to PersonWSO, TitleWSO, and SaveResponse Objects

Enhancements to PersonWSO, TitleWSO, and SaveResponse Objects

Xactly Connect 2016-12 features a new WSDL file that adds new fields to the PersonWSO and TitleWSO objects to support prorated salaries/prorated personal targets and “other values” for categories and functions.

Specifically, the PersonWSO object now includes the following new fields:

  • proratedSalary (decimal)
  • proratedPersonalTarget (decimal)

Similarly, the TitleWSO object now includes these new fields:

  • categoryOtherValue (string)
  • functionOtherValue (string)

Xactly Connect 2016-12 also enhances the SaveResponse object to include a new “uuIds” field that allows developers to access the universally unique identifiers of objects when they are saved. Currently, developers can use this field to determine the uuid when persisting a BatchTypeWSO object (introduced in the Xactly Connect SOAP API 2016-10 release).