I'm using the JobSubmit function to send a fax. The response includes the XDN/MRN. What function do I use to retrieve the image of the fax. Can you provide an example of it's usage. Thanks.
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Hi @smisurac , might this thread be helpful?https://forums.opentext.com/forums/discussion/183307/fax-job-submit-response-xdn-and-mrn-stand-for
Hi
We can use the JobDocumentTransimit API for retrieve the document which is submitted. Response, the doucment will be in base64 encoded
https://apiforums.easylink.com/emapidocs/26/JobDocumentTransmit/JobDocumentTransmitRequest.html
Sample Attached