Pre-setting FAX ID#
- This topic has 1 reply, 2 voices, and was last updated 13 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Tagged: webservice XML id#
IS there any way in the XML heading going into the FaxFinder to give it a FAX ID# in order to refer to that ID number in finding results of the FAX. If so, what is the XML field name and what characters can be user (Alpha numeric etc)
Thanks
I don’t believe this is possible, however, when you schedule a fax, you get a fax entry key back that uniquely identifies the fax. You can then use this key to query information about the fax and to find out when it completed. Look for the <fax_entry_url> element in the schedule response.
Please refer to the documentation on the FaxFinder Web Services API page. You can find an example of how to query information about a fax using the fax entry key under the “Retrieving Fax Entries” section.