Adding Gift Note Issue -> note_type_id
I am trying to Add Gift Note and am having an issue: using the following endpoint =>
I am successfully hitting the endpoint with the correct payload, but cannot add the required field note_type_id I have looked everywhere and don't see any documentation. I do find the that I have “Gift NotePad Types” in Database Viewer/Tables. But, there is no way to see the Id (just the description).
{
"gift_id": 1111,
"date": {
"d": 15,
"m": 12,
"y": 2018
},
"summary": "Registration fees",
"text": "The registration fees were paid by Mrs. Hernandez.",
"note_type_id": 1122,
"author": "Supervisor"
}
Any help?
Comments
-
Hey @Bob Rowe, so here's what I did, I used this endpoint to get the list of all of the configuration tables in NXT:

You can pass in the name of the table as a parameter to make the search easier:
https://api.sky.blackbaud.com/nxt-data-integration/v1/re/codetables?name=Gift Notepad Types
I then used the Get Tables Entries List endpoint and plugged in the table id for Gift Notepad Types
Which gave me the entry ids for that table:
1 -
That did the trick! Thanks for sharing your knowledge - I would have never figured that out!
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 206 bbcon®
- 1.4K Blackbaud Altru®
- 394 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 358 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 646 Blackbaud Grantmaking™
- 562 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.6K 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)

