{"id":4976,"date":"2014-02-10T14:43:04","date_gmt":"2014-02-10T20:43:04","guid":{"rendered":"http:\/\/www.multitech.net\/developer\/?page_id=4976"},"modified":"2014-02-13T16:07:33","modified_gmt":"2014-02-13T22:07:33","slug":"aborting-a-fax-entry","status":"publish","type":"page","link":"https:\/\/www.multitech.net\/developer\/software\/faxfinder\/web-services-api\/faxing-apis\/aborting-a-fax-entry\/","title":{"rendered":"Aborting a Fax Entry"},"content":{"rendered":"<table border=1 cellspacing=0 cellpadding=0 width=550 style='border-collapse:collapse;border:none'>\n<TR><br \/>\n<TD width=150 valign=top style='border:solid #4F81BD 1.0pt; padding:0in .01in 0in .01in'><P>HTTP Request Line<\/P><\/TD><br \/>\n<TD width=400 colspan=2 valign=top style='border:solid #4F81BD 1.0pt; padding:0in .01in 0in .01in'><P>DELETE \/ffws\/v1\/ofax\/FAXKEY HTTP\/1.1<\/P><br \/>\n<P>DELETE \/ffws\/v1\/ofax\/FAXKEY\/ENTRYKEY HTTP\/1.1<\/P><\/TD><br \/>\n<\/TR><\/p>\n<tr>\n<td width=150 rowspan=2 valign=top style='border:solid #4F81BD 1.0pt; padding:0in .01in 0in .01in'>\n<p>HTTP Response Status Codes<\/p>\n<\/td>\n<td width=125 valign=top style='border:solid #4F81BD 1.0pt;padding:0in .01in 0in .01in'>\n<p>202 Accepted OK<\/p>\n<\/td>\n<td width=275 valign=top style='border:solid #4F81BD 1.0pt; padding:0in .01in 0in .01in'>\n<p>An abort has been sent. The fax entry will be aborted if possible.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td width=125 valign=top style='border:solid #4F81BD 1.0pt;padding:0in .01in 0in .01in'>\n<p>400 Bad Request<\/p>\n<\/td>\n<td width=275 valign=top style='border:solid #4F81BD 1.0pt; padding:0in .01in 0in .01in'>\n<p>The fax specified could not be aborted. The user may not be the owner of the fax or the fax could not be found.<\/p>\n<\/td>\n<\/tr>\n<p><\/TABLE><\/p>\n<h4>Example<\/h4>\n<pre class=\"brush:xml\">\r\nGET \/ffws\/v1\/ofax HTTP\/1.1\r\ncontent-type: application\/xml\r\nauthorization: Basic YWRtaW46YWRtaW4=\r\n-----------------------------------\r\nHTTP\/1.1 200 OK\r\ncontent-type: application\/xml\r\n&lt;?xml version=\u201d1.0\u201d encoding=\u201dUTF-8\u201d?&gt;\r\n&lt;response&gt;\r\n\t&lt;message&gt;Success&lt;\/message&gt;\r\n\t&lt;fax_entry&gt;\r\n\t&lt;fax_entry_url&gt;https:\/\/192.168.2.1\/ffws\/v1\/ofax\/0000001B\/0000&lt;\/fax_entry_url&gt;\r\n\t&lt;fax_url&gt;https:\/\/192.168.2.1\/ffws\/v1\/ofax\/0000001B&lt;\/fax_url&gt;\r\n\t&lt;state&gt;aborted&lt;\/state&gt;\r\n\t&lt;schedule_message&gt;Fax aborted by user&lt;\/schedule_message&gt;\r\n\t&lt;created&gt;2008-08-01 08:43:29&lt;\/created&gt;\r\n\t&lt;stime&gt;2008-08-01 08:52:29&lt;\/stime&gt;\r\n\t&lt;try_number&gt;1&lt;\/try_number&gt;\r\n\t&lt;agent&gt;FFWS&lt;\/agent&gt;\r\n\t&lt;preview&gt;https:\/\/192.168.2.1\/ffws\/v1\/data\/preview\/0000001B-0000.pdf&lt;\/preview&gt;\r\n\t&lt;cover_page&gt;\r\n\t\t&lt;url&gt;https:\/\/192.168.2.1\/ffws\/v1\/data\/cover_pages\/default.pdf&lt;\/url&gt;\r\n\t\t&lt;enabled&gt;true&lt;\/enabled&gt;\r\n\t\t&lt;subject&gt;Test Subject&lt;\/subject&gt;\r\n\t\t&lt;comments&gt;Test Message&lt;\/comments&gt;\r\n\t&lt;\/cover_page&gt;\r\n\t&lt;sender&gt;\r\n\t\t&lt;username&gt;admin&lt;\/username&gt;\r\n\t\t&lt;name&gt;Sender Name&lt;\/name&gt;\r\n\t\t&lt;organization&gt;Sender Org&lt;\/organization&gt;\r\n\t\t&lt;phone_number&gt;218-555-3333&lt;\/phone_number&gt;\r\n\t\t&lt;fax_number&gt;-218-555-3334&lt;\/fax_number&gt;\r\n\t\t&lt;email_address&gt;sender@Example.com&lt;\/email_address&gt;\r\n\t&lt;\/sender&gt;\r\n\t&lt;recipient&gt;\r\n\t\t&lt;name&gt;Rcpt 1 Name&lt;\/name&gt;\r\n\t\t&lt;organization&gt;Rcpt 1 Org&lt;\/organization&gt;\r\n\t\t&lt;fax_number&gt;218-555-3335&lt;\/fax_number&gt;\r\n\t\t&lt;phone_number&gt;218-555-3336&lt;\/phone_number&gt;\r\n\t&lt;\/recipient&gt;\r\n\t&lt;max_tries&gt;3&lt;\/max_tries&gt;\r\n\t&lt;priority&gt;3&lt;\/priority&gt;\r\n\t&lt;try_interval&gt;30&lt;\/try_interval&gt;\r\n\t&lt;receipt&gt;failure&lt;\/receipt&gt;\r\n\t&lt;receipt_attachment&gt;none&lt;\/receipt_attachment&gt;\r\n\t&lt;pages&gt;1&lt;\/pages&gt;\r\n\t&lt;\/fax_entry&gt;\r\n&lt;\/response&gt;\r\n\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>HTTP Request Line DELETE \/ffws\/v1\/ofax\/FAXKEY HTTP\/1.1 DELETE \/ffws\/v1\/ofax\/FAXKEY\/ENTRYKEY HTTP\/1.1 HTTP Response Status Codes 202 Accepted OK An abort has been sent. The fax entry will be aborted if possible. 400 Bad Request The fax specified could not be aborted. The user may not be the owner of the fax or the fax could not be [&hellip;]<\/p>\n","protected":false},"author":537,"featured_media":0,"parent":5403,"menu_order":22,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-4976","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/4976","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/users\/537"}],"replies":[{"embeddable":true,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/comments?post=4976"}],"version-history":[{"count":18,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/4976\/revisions"}],"predecessor-version":[{"id":5435,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/4976\/revisions\/5435"}],"up":[{"embeddable":true,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/5403"}],"wp:attachment":[{"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/media?parent=4976"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}