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
- 208 bbcon®
- 1.4K Blackbaud Altru®
- 394 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 359 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 646 Blackbaud Grantmaking™
- 563 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 934 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.4K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 242 ResearchPoint™
- 118 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 238 The Tap (Just for Fun)
- 33 Blackbaud Community Challenges
- 28 PowerUp Challenges
- 3 (Open) 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
- 779 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)
