How do I add a pdf/base64 to a cloud api?

Sunset
Member Posts: 201
Is it possible in the Cloud to generate a pdf document and transfer that to an API?
I am trying to create an API for the "Purch. Inv. Header" that includes a printed version of the Invoice as Base64. I have been trying to use the Report.SaveAs funtionality, but keep getting an error stating that unknown language has been selected.
{"error":{"code":"Unknown","message":"Der er valgt et ukendt sprog ('6').
My feeling is that either that it really is a language thing and it simply is not possible in danish, or perhaps I am missing something.
If I remove the code generating the report everything runs fine
report.SaveAs(ReportSelections."Report ID", XMLParameter, ReportFormat::Pdf, OutS, RecRef);
My suspicion regarding the language issue is due to the fact that I receive the exact same error when trying to use the buildin funktionality about getting invoice as pdf using https://docs.microsoft.com/en-us/dynamics-nav/api-reference/v1.0/api/dynamics_salesinvoice_pdfdocument
The code is running in a sandbox environment on https://businesscentral.dynamics.com/
I am trying to create an API for the "Purch. Inv. Header" that includes a printed version of the Invoice as Base64. I have been trying to use the Report.SaveAs funtionality, but keep getting an error stating that unknown language has been selected.
{"error":{"code":"Unknown","message":"Der er valgt et ukendt sprog ('6').
My feeling is that either that it really is a language thing and it simply is not possible in danish, or perhaps I am missing something.
If I remove the code generating the report everything runs fine
report.SaveAs(ReportSelections."Report ID", XMLParameter, ReportFormat::Pdf, OutS, RecRef);
My suspicion regarding the language issue is due to the fact that I receive the exact same error when trying to use the buildin funktionality about getting invoice as pdf using https://docs.microsoft.com/en-us/dynamics-nav/api-reference/v1.0/api/dynamics_salesinvoice_pdfdocument
The code is running in a sandbox environment on https://businesscentral.dynamics.com/
Don't just take my word for it, test it yourself
0
Best Answer
-
Problem found. For testing I have been using Edge since that surely works with Business Central...
Well, it turns out the for request headers Edge is using the short value for Accept-Language. So it instead of en-US and da-DK it sends en or da.
And since Business Central requires the full value in order to translate it for the language selection in the report, the system throws an error.
So the solution, for now, is to use Chroe or PostMan or something you make yourself. Just make sure that it sends the full value for Accept-LanguageDon't just take my word for it, test it yourself0
Answers
-
Problem found. For testing I have been using Edge since that surely works with Business Central...
Well, it turns out the for request headers Edge is using the short value for Accept-Language. So it instead of en-US and da-DK it sends en or da.
And since Business Central requires the full value in order to translate it for the language selection in the report, the system throws an error.
So the solution, for now, is to use Chroe or PostMan or something you make yourself. Just make sure that it sends the full value for Accept-LanguageDon't just take my word for it, test it yourself0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions