Good day from Infusionsoft HQ! We’re happy to share the following additions or changes.
REST API
- Fixed a bug when parsing certain date times sent to Infusionsoft: now, the full range of ISO 8601 timezones are handled (i.e.,
Z,-07,+0500,-02:00); prior to this fix, only-0700was handled. - Fixed a bug when using Create or Update a Contact:
preferred_localeandtime_zonecan now be updated; prior to this fix, they were erroneously ignored.
XML-RPC API
- Fixed a bug when using
DataService.queryand a request does not specify the minimum number of ids to satisfy a SQL-equivalentWHERE INclause: a useful, informative error message is returned; prior to this fix, an underlying database error was returned.