May 11th, 2018 Release
over 6 years ago by Chris Weekley
Code Change May Be Required
If you have previously coded against any of these enumerations, you may need to update your code to accommodate this change. We apologize for any inconvenience.
Before this release, any enumerations returned in a call would display as an integer value, which may not have meaning to the end user/system. We have improved this functionality by returning the string representation of the enumeration instead of the integer. An example is below:
Changelog
- fixed: Enumerations Now Return String Representations Instead of Integers