RE NXT API In honor/memorial info
How to send tribute info to RE NXT?
I'm using RENXT API and I want to send tribute data associated with the donations, how can I send this data?
Thank you.
0
Comments
-
@Giovanni Trejo Abasolo
This isn't straightforward. First you need to understand that:- ONE constituent record can have more than one tribute record (one in honor of 70th birthday, another for in honor of 75th birthday, etc).
- ONE gift record can be associated to more than one tribute
Due to the many-to-many relationship, you are going to have to answer quite a few situation:
- First you need to determine which constituent's tribute is the gift going to be associated with
- does the constituent have a tribute record already? if yes, you need to find the constituent's tribute record's system record id
https://developer.sky.blackbaud.com/api#api=nxt-data-integration&operation=GetTributesByConstituentId - if no, you need to create a new tribute record
https://developer.sky.blackbaud.com/api#api=nxt-data-integration&operation=CreateTribute
- does the constituent have a tribute record already? if yes, you need to find the constituent's tribute record's system record id
- Once you have the tribute system record id, then you will have to use another API endpoint call to create the gift tribute association, the gift must already exists (with gift system record id) and tribute record must already exists (with tribute system record id)
https://developer.sky.blackbaud.com/api#api=nxt-data-integration&operation=CreateGiftTribute
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 213 bbcon®
- 1.4K Blackbaud Altru®
- 400 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 655 Blackbaud Grantmaking™
- 576 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 939 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.6K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 241 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 34 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 790 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
