CRM SKY API Endpoint: Update a registrant attended status
I have been trying to test this endpoint, Update a registrant attended status, using the SKY API “Try It” function this morning. I'm able to use other endpoints successfully - like Get Event and Get Event Registrant. I also have been able to update a registrant using the “Update an Event Registrant”. However, when I hit Update a registrant attended status - I get this error:
HTTP/1.1 415 Unsupported Media Type
cache-control: no-store, must-revalidate, no-cache
content-length: 175
content-type: application/problem+json; charset=utf-8
{
"type": "https://tools.ietf.org/html/rfc7231#section-6.5.13",
"title": "Unsupported Media Type",
"status": 415,
"traceId": "00-247140deb452485184a27ebc06c65a9b-c1691adb11f2805a-01"
}
Has anyone been able to get this endpoint to work?
Comments
-
@Carrie Davis
Sorry you are having an issue with this. You should be able to add a `Content-Type` header to the request of `application/json` to avoid this error. We will look to make a change on our side so that this is no longer necessary. Sorry for any inconvenience.
0 -
@Daniel Leonard
Thank you! That worked, but then I got another error:
HTTP/1.1 400 Bad Request
cache-control: no-store, must-revalidate, no-cache
content-length: 291
content-type: application/problem+json; charset=utf-8
{
"type": "urn:blackbaud:model-validation-error",
"title": "One or more validation errors occurred.",
"status": 400,
"detail": "A non-empty request body is required.",
"instance": "urn:blackbaud:inf-apitr:",
"values": {
"": null
},
"trace_id": "4bd81478c53846dc8c47326e1845d33f",
"span_id": "b18c420d143569af"
}So, I just entered “{}” Into the request body and then the endpoint returned 200 OK.
Thanks for your help!
0 -
@Carrie Davis
Yes, you will need to pass a JSON object in the body with the properties that are being PATCH'd. Glad that helped!0
Categories
- All Categories
- New eTapestry Home Community
- New K-12 Community Home (TEST)
- New Higher Education Home Page (Test)
- New Impact Edge Community TEST
- New YourCause Community TEST
- New SKY Community TEST
- New Grantmaking TEST Community
- New Altru Test Community
- New bbcon Community - TEST
- 12 Blackbaud Agents for Good™
- New Raiser's Edge NXT Community
- 8 Blackbaud Community Help
- 223 bbcon®
- 1.4K Blackbaud Altru®
- 411 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.2K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 16 donorCentrics®
- 361 Blackbaud eTapestry®
- 2.7K Blackbaud Financial Edge NXT®
- 688 Blackbaud Grantmaking™
- 604 Blackbaud Education Management Solutions for Higher Education
- 3.3K Blackbaud Education Management Solutions for K-12 Schools
- 954 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 85 JustGiving® from Blackbaud®
- 7.1K Blackbaud Raiser's Edge NXT®
- 4K SKY Developer
- 258 ResearchPoint™
- 124 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 249 Member Lounge (Just for Fun)
- 40 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
- 829 Community News
- 3.1K 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)
