Hi,
I created a API that receives the Document No. of Sales Quote as a parameter and returns an out File of type Big Text.
The Out File is a Base 64 Code of the Report Sales Quote.
For some reason I have Two Documents that returns a /Could not save report, Report Id *****/ when the request is sent through Postman. The rest of the documents are fine.
Problem Document SQ00014
Document that works: SQ00005
I can print the report for SQ00014 in BC with no error. I can return the Base64Code as a Message using a JobQueue to trigger the Procedure that creates the OutFile.
When I convert the OutFile I get the Report PDF.
Problem: How can I debug an API using Postman as the trigger?
What could be the reason why the report will return output from BC but gives an error from Postman?
Thanks