API Additions and Changes 2018-03-15

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 -0700 was handled.
  • Fixed a bug when using Create or Update a Contact: preferred_locale and time_zone can now be updated; prior to this fix, they were erroneously ignored.

XML-RPC API

  • Fixed a bug when using DataService.query and a request does not specify the minimum number of ids to satisfy a SQL-equivalent WHERE IN clause: a useful, informative error message is returned; prior to this fix, an underlying database error was returned.