Multitech FF240 Server User Manual


 
Appendix B: Customization
Multi-Tech Systems, Inc. FF240-IP Admin User Guide 99
Aborting a Fax Entry
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
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 found.
Example:
DELETE /ffws/v1/ofax/0000001B/0000 HTTP/1.1
content-type: application/xml
authorization: Basic YWRtaW46YWRtaW4=
-----------------------------------
HTTP/1.1 202 Accepted
content-type: application/xml
Rescheduling a Fax Entry
HTTP Request line:
PUT /ffws/v1/ofax/FAXKEY/ENTRYKEY?at=TIME HTTP/1.1
Query Parameters:
at=TIME
TIME := now | DATETIME_UTC_URLENCODED
DATETIME_UTC_URLENCODED := YYYY-MM-DDTHH%3AMM%3ASS
Note: The "now" value was added in version 2.1. Earlier versions of firmware could reschedule a fax for
the current server time by omitting all query parameters. This usage is now deprecated and may be
removed in a future release.
HTTP Response Status Codes:
202 Accepted
Attempting to reschedule faxes. There is no guarantee that all entries will
be rescheduled. For instance, entries that are sending when the reschedule is
received will not be rescheduled.
400 Bad Request
The fax specified could not be rescheduled. The user may not be the owner
of the fax or the fax could not be found
Example:
PUT /ffws/v1/ofax/0000001B/0000?at=2008-08-09T22%3A30%3A00 HTTP/1.1
content-type: application/xml
authorization: Basic YWRtaW46YWRtaW4=
-----------------------------------
HTTP/1.1 202 Accepted
content-type: application/xml