Rescheduling a Fax Entry

Query Parameters

at=TIME

TIME := now |

DATETIME_UTC_URLENCODED DATETIME_UTC_URLENCODED := YYYY-MM-DDTHH%3AMM%3ASS

HTTP Request Line

PUT /ffws/v1/ofax/FAXKEY/ENTRYKEY?at=TIME HTTP/1.1

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