API v2.7 Release Notes

This page details the changes and fixes included in API v2.7, released on January 20, 2024.

New:

  • New Grant endpoints are available:
    • POST/PUT/PATCH/DELETE /grants
    • GET /grants/search
    • GET /grants/{id}
    • GET /grants/search/outputFields
    • GET /grants/search/searchFields
  • grantId has been added to activities endpoints
  • Fields added to transaction endpoints for all CRM production databases where the CRA (Canadian Revenue Agency) module is not enabled:
    • nonDeductibleAmount
    • taxDeducibleAmount
    • nonDeductibleDescription
  • Fields added to transaction endpoints for all CRM production databases where the CRA (Canadian Revenue Agency) module is enabled:
    • advantageAmount
    • eligibleAmount
    • advantageDescription

Fixed:

  • Fixed a bug where patching an in-kind donation where Donation Amount = 0 was returning a 9001 “amount is invalid” error
  • Fixed a bug where using in_range or not_in_range when searching with the Origin Category field was returning a 500 error.