Examples to get fax acknowledgements for multiple jobs

Would someone be able to provide an example on how to check fax acknowledgements for multiple job ids and how to parse the response to check status, error of failure, etc. of each acknowledgement?

Comments

  • With JobDeliveryStatus and JobSummary you can pass in multiple Job ID's and get the Resuts. JobList will pass back alist of jobs based on parameters set and some information on them.  There are sample code for all three

    As far as parsing the info you wil need to create your own code for that. You can see how to extract some of the info in the above samples.