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 Agents for Good™
- Raiser's Edge NXT test
- 6 Blackbaud Community Help
- 212 bbcon®
- 1.4K Blackbaud Altru®
- 406 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.2K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 16 donorCentrics®
- 361 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 667 Blackbaud Grantmaking™
- 588 Blackbaud Education Management Solutions for Higher Education
- 3.3K Blackbaud Education Management Solutions for K-12 Schools
- 949 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 85 JustGiving® from Blackbaud®
- 6.8K Blackbaud Raiser's Edge NXT®
- 3.8K SKY Developer
- 251 ResearchPoint™
- 121 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 243 Member Lounge (Just for Fun)
- 38 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Closed) PowerUp Challenge: Grid View Batch
- 3 (Closed) 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
- 809 Community News
- 3K Jobs Board
- 57 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)

