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

  • @Frank Holt

    Were you able to resolve this?

    We are seeing the same Permission Denied issue with multiple clients.

  • @Rhys McClure:

    @Frank Holt

    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!

  • @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 -


  • @Frank Holt Update came sooner that expected - we are deploying a change tomorrow morning so hope to have this resolved going into the weekend.