Tag Name & type | # | Description |
|---|
| QueuedDocumentReleaseRequest | | Namespace of this element is http://ws.easylink.com/QueuedDocumentRelease/2017/12 |
| | SubmitId xs:string | 0-1 | Optional string identifying request, which will be echoed in result. |
| | RemoteId | 0-1 | Optional string identifying the user's process making the request. This value may be logged to help track processing, but it is not subsequently accessible to users. |
| | QueueId QueueIdType | 1 | This must contain the information exactly as returned by the QueuedDocumentRetrieve call that obtained the delivery to be released. |
| | XDN xs:string | 1 | The domain name. |
| | QueueName xs:string | 1 | The name of the delivery queue. |
| | ItemID xs:unsignedInt | 1 | An identifier for the delivery queue item. |
| | JobId JobIdType | 1 | The job to which the document belongs. See JobIdType.
This must contain the information exactly as returned by the QueuedDocumentRetrieve call that obtained the delivery to be released. |
| | QueuedDocumentReleaseExtensions | 0-1 | This element is used to provide the extensions that can be passed along with the QueuedDocumentReleaseRequest. |
| | Segment SegmentType | 1- | Extensions may be divided into categories and the segment will indicate the category. See SegmentType. |
| | @name xs:string | 0-1 | The name of the segment for this property.
The special name value "/Processing" is used to specify processing directives. |
| | Property | 1- | This element will contain the specific extension value. |
| | @name xs:string | 1 | The name of the keyword.
The following extension can be used to specify a processing feature:
| Segment | Property | Description |
| /Processing | ReleaseStatus |
"rejected" or "accepted". The default is "accepted" and any unrecognized value will be interpreted as "accepted". If an application cannot process a retrieved document, it can be released with a "rejected" ReleaseStatus, which will cause it to be placed on an error queue for further review while other documents can continue to be retrieved. Applications should not expect a rejected document to be re-delivered, and finding rejected documents may lead to contact to discuss the problem. Documents that are merely not useful should be released as "accepted" to permit normal processing to continue.
|
|
| | @b64charset xs:string | 0-1 | Currently not accepted for Property elements of QueuedDocumentRelease. |