I’ve taken a look at the API links you’ve provided.
I just had a couple questions for you:
1. Did
you have any simple .net example solutions which demonstrate a how to
send a fax, as opposed to the simple Authenticate example.
2. Looking
at the API, it seems that payload (images etc) we wish to fax, we need to host
on our end. I was wondering if the API also allowed transmission of the
serialised data in the request, as opposed to a url to the resource that we
have to host.
3. The
“Basic” pdf guide shows for sending faxes describes having to make a call to
set up a destination list , and then a call to a submit job using the prior
list.
Does the API for JobSubmit request allow you to
specific a single Fax number. I.e. can we send a fax to a faxnumber in a
single call, without having to create a list before, requiring 2 faxes.