Changes in Version 1.6

New Features

  • All POST methods for emails generation now accepts multiple custom tags, which can be used in generated emails in form of Dictionary<string, object> instead of single string tag.
    To preserve old functionality, change your current requests containing string in CustomTag and/or InviteMessage property value to Dictionary<string, object> like this:
    "customTags": {{ "dynamicValue": "VALUE_HERE"}}
  • Added validation for Create Client request. When creating a new client a private email is now always required and a home address is required when setting up a payment method and completing a policy,
  • A new property CancellationDate is now included in Benefit and Policy responses,
  • Quick Quote action implemented for STIP products.