-
Missing API?
I can't seem to find the GET Lunch endpoint where the robots get me my lunch? Anyone else? Or shall I add it to the idea bank? @Crystal Bruce www.bennington.edu [ { "id": "113323", "constituent_id": "58324", "date_added": "2023-08-12T15:50:14.441-04:00", "date_modified": "2024-05-03T16:16:39.551-04:00", "description":…
-
AS-Testing sharing JSON code
{ "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.4", "body": [ { "type": "TextBlock", "text": "Reunion Fees and Details", "wrap": true, "size": "Large", "weight": "Bolder" }, { "type": "Input.Toggle", "title": "Check box if number of attending is unknown", "spacing":…
-
AS_Testing Lines of code
{ "count": 3, "value": [{ "id": "135958", "opportunity_id": "1451", "status_id": "5727", "status_description": "Collaborative Post-Award (Active)", "start_date": "2024-09-30T00:00:00+00:00", "days_elapsed": 281, "comments": "Grant agreement states grant period began 9/30/2024", "author_name": "radz299277@alvernia .edu",…
-
AS_Testing Attach file & add link & line of code
Testing adding an link to blackbaud.com JSON from Opportunity History: { "count": 3, "value": [{ "id": "135958", "opportunity_id": "1451", "status_id": "5727", "status_description": "Collaborative Post-Award (Active)", "start_date": "2024-09-30T00:00:00+00:00", "days_elapsed": 281, "comments": "Grant agreement states grant…
-
Receiving unexpected 401 errors when calling checkout public key endpoint
Hi there, We have an integration with Blackbaud checkout in our application. This was working fine for us and our mutual customers up until today. All of a sudden, without notice, the following endpoint always returns the following response: "The remote server returned an error: (401) Unauthorized." This is customer…
-
Attempting integration with Blackbaud FENXT multiple issues...
I note that there are only APIs for GL and AP data, why haven't APIs for AR been developed? Anyway I have tried to use the Query API calls to get the AR data. I can get the main transactions Invoices, Credit Memos, Returns, Charges, Payments and Refunds but it seems as though getting the data that links them together is…
-
Discover What’s New at bbdevdays 2025!
Check out what's new to bbdevdays 2025, from virtual volunteering and networking to elevated Skills Labs and pass options for all levels! Whether you’re a coding pro or budding developer, bbdevdays has something that will inspire you to think bigger, work smarter, and collaborate in new ways.Registration is now open for…
-
Assistance Needed – Blackbaud CRM Integration & API Authorization
Hi Team , We are facing issue when calling constituents Get API using c# code Please assit. [{"message":"No user mapping exists for user identifier 7362803b-d07a-41e8-bf8e-6b0fe1a95cf1 and tenant…
-
Add Notes under Invoice
Hi, I have checked and there is no API Endpoint to add Notes for the Invoice. Also not able to Create Custom field through API. So please let me know if any one aware about the workaround.
-
Mark Invoice as Paid not working with EFT & BankDraft payment method
Hi, I was trying to create Invoice and as approval status passing “Paid” & payment method tried like Bank Draft and EFT. But with the both it throws below error. { "Error": "Failed to save invoice", "Details": ["Invoices can only be paid by using the check writing process."], "ErrorPath": "capinvoice.-1.status" } And there…