Invoice Attachments
We are receiving (Permission denied) across multiple clients. We have code that runs this but to simplify this here is the postman
code view (took out bearer token for security reasons)
var options = new RestClientOptions("https://api.sky.blackbaud.com")
{
MaxTimeout = -1,
};
var client = new RestClient(options);
var request = new RestRequest("/accountspayable/v1/invoices/attachments", Method.Post);
request.AddHeader("Bb-Api-Subscription-Key", "XXXXXX");
request.AddHeader("Authorization", "Bearer XXX");
request.AlwaysMultipartFormData = true;
request.AddParameter("ParentId", "36379");
request.AddParameter("Name", "1E725C4F8E364D05B4B9.Pdf");
request.AddParameter("Type", "Physical");
request.AddParameter("MediaType", "pdf");
request.AddFile("File", "/C:/Documentation/Concur Docs/fexport.pdf");
RestResponse response = await client.ExecuteAsync(request);
Console.WriteLine(response.Content);
Comments
-
Were you able to resolve this?
We are seeing the same Permission Denied issue with multiple clients.
0 -
Were you able to resolve this?
We are seeing the same Permission Denied issue with multiple clients.
Hello -
We are aware of an issue that recently surfaced that is impacting this endpoint. It does appear to be an issue on our end and I can reply to this thread later today with additional information. If this ends up taking a little more time to investigate/address we may want to get a Support case created but I can confirm that later this afternoon. Thank you!
1 -
@Josh Grabia
Any Update?0 -
@Frank Holt we are still working to identify a fix for this endpoint. I would go ahead and also log a case through our standard Customer Support channels, although I will still go ahead and update this post with additional information once we have an ETA for resolution -
0 -
@Frank Holt Update came sooner that expected - we are deploying a change tomorrow morning so hope to have this resolved going into the weekend.
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 213 bbcon®
- 1.4K Blackbaud Altru®
- 403 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 656 Blackbaud Grantmaking™
- 577 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 940 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.7K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 249 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 241 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Open) 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
- 796 Community News
- 3K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
