Updating a Constituent if it already exists
Am trying to use PATCH for updating an existing Constituent, but it doesn't update Address or Phone Number information it seems.
How does one go about updating a Constituent that already exists to replace the existing Phone Number for the given phone type and other information like Address, City, and State, and possibly more information all at once with 1 API call preferrably, if I have the Constituent Id and/or Lookup ID?
The PATCH method for a Constituent should do it I believe, via
But I have tried sending the following information to this method and it does not update the information for that Constituent:
{
"phone": {
"number": "215-668-3738",
"primary": true,
"type": "Home"
},
"address": {
"type": "Home",
"city": "Beverly Hills",
"state": "CA",
"postal_code": "90210"
}
}
Comments
-
Hi @Eric Fetherston - I believe you will need to use the dedicated PATCH endpoints for Address and Phone number to update those values:
EditConstituentAddress: https://developer.sky.blackbaud.com/docs/services/56b76470069a0509c8f1c5b3/operations/EditConstituentAddress
EditConstituentPhone: https://developer.sky.blackbaud.com/docs/services/56b76470069a0509c8f1c5b3/operations/EditConstituentPhone
Each of those endpoints takes an ID value that you can obtain from the response when getting a constituent via GetConstituent.
Hope that helps!
1 -
Hello, Thanks for your reply. I was afraid that this would be the case. Thanks.
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 210 bbcon®
- 1.4K Blackbaud Altru®
- 395 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 649 Blackbaud Grantmaking™
- 567 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 937 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.5K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 247 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 239 The Tap (Just for Fun)
- 33 Blackbaud Community Challenges
- 31 PowerUp Challenges
- 3 (Open) 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
- 784 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)
