HTTP Request- Update Assigned Solicitor Type and Date To
I'm looking to create an Add In Button in NXT that updates Assigned Fundraiser/Solicitor and change the Solicitor type to Former and add an end date to to the specific assignment.
I found under the API reference that there is a PATCH Fundraiser Assignment (Edit) so I tried to get see if a could do a HTTP Request which doesn't seem to be working.
I also did TRY IT in API Reference area. I put in 126213 in for the assignment ID. Then in the report body I put
{"type": "Former Class Agent"}
I get “Unable to complete the request”
Does anyone know if this will work?
Here's the output of the assignment I'm trying to update.
[
{
"id": "126213",
"amount": {
"value": 0
},
"constituent_id": "117334",
"fundraiser_id": "116541",
"start": "2018-07-01T00:00:00",
"type": "Class Agent"
}
]
Comments
-
@Carol Grant
Send an HTTP Request under Blackbaud SKY Add-in connector does not work with PATCH. Reported this a month or 2 ago. Blackbaud was working with Microsoft as it seems to be related to MS too. I have not heard back that it is fixed.If you are using console, then should work, if not, please post a little more info on the request input and output
1
Categories
- All Categories
- 6 Blackbaud Community Help
- 211 bbcon®
- 1.4K Blackbaud Altru®
- 396 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®
- 650 Blackbaud Grantmaking™
- 568 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)
- 34 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
- 785 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)

