Tag Name & type | # | Description |
---|
RescheduleRequest | | Namespace of this element is http://ws.easylink.com/Reschedule/2011/01 |
| SubmitId xs:string | 0-1 | Optional string identifying request, which will be echoed in result. |
| Reschedule | 1- | Each Reschedule represents one job to be rescheduled, and there may be more than one Reschedule element within the RescheduleRequest. |
| MessageId xs:string | 0-1 | This optional user-supplied string that may be included to identify the particular Reschedule that contains it. The Cloud Fax and Notifications API will treat this value as opaque data and will return it in the results along with the result information for that particular message tag. The user may use this to relate particular results to parts of the request. |
| JobId JobIdType | 1 | Specifies the job to be rescheduled. |
| Delivery DeliveryType | 1 | Specifies the desired new delivery schedule |
| Schedule ScheduleType | 0-1 | String value representing the job to be rescheduled as one of the listed values:
- express
- offpeak
- scheduled
Default behaviour is express.
Note that it is not possible to reschedule an express job to become scheduled or offpeak |
| StartTime xs:dateTime | 0-1 | Indicates the new time when scheduled delivery should begin to be made. This element is required if the Schedule element is present and has the value scheduled. |
| StopTime xs:dateTime | 0-1 | Specifies a time after which no more deliveries attempts (initial or retry) will be made. |