API v2.9 Release Notes
This page details the changes and fixes included in API v2.9, released on October 19, 2024.
New:
- Fields added to
/events/{id}/attendees
endpoint:prefix
email
companyName
addressLine1
city
stateProvince
zipCode
phone1
phone1Type
dob
eventName
registrationId
ticketName
- Fields added to grants endpoints:
committedDate
committedAmount
parentGrantId
- Fields added to accounts endpoints:
sendTextOptIn
smsNumber
email1OptOut
roleVoList
- Adds
expectedDate
to pledge endpoints - Adds
thumbnailUrl
to events endpoints - Adds solicitor array to donation endpoints with the following parameters:
accountId
solicitorName
Fixed:
- Fixed an issue where attempting to update an existing legacy event registration for a full event returned an error.
- Fixed an issue where sending a POST
/orders/search
request always returned the Tender Type response fields as “null,” even when the transaction had a successful payment. - Fixed an issue where the “Payment Received Date” search field returned an error for POST
/orders/search
requests. - Fixed an issue where an error was returned when updating an event if its end time was empty but its start time was populated.
- Fixed an issue where creating a custom field with
dataType
set did not preserve thedataType
.