Tag Name & type | # | Description |
---|
JobDocumentTransmitRequest | | Namespace of this element is http://ws.easylink.com/JobDocumentTransmit/2011/01 |
| SubmitId xs:string | 0-1 | Optional string identifying request, which will be echoed in result. |
| JobDocument | 1- | Contains the job number and JobDocumentType. |
| JobId JobIdType | 1 | Job for which document information is to be retrieved. See JobIdType. |
| JobDocumentType xs:string | 0-1 | This optional element specifies the type of document to be retrieved. This element can have the following values.
- Indoc
- Attachment
- AcceptanceReport
- ArchiveReport
- DeliveryReport
- FinalReport
- FriendReport
- All
If this element is not present, Indoc and Attachment documents will be retrieved. |
| TransmitRequestExtension SegmentType | 0- | This element can be used to request other information (job header values) from the requested job. |
| @name xs:string | 0-1 | The name of the segment for this property. If no name is specified, the default "USER" segment is used.
Fields requested using TransmitRequestExtension are returned in JobDocumentDataExtension elements in the result, unless the name attribute has the value "/DocumentInfoExtension", in which case the field named by the Property is looked for in whatever segment is associated with the document, and returned in a DocumentInfoExtension element whose name will reflect the relevant segment. |
| Property | 1- | This element will contain the specific extension name (keyword). Any text content of this element in the request is ignored. |
| @name xs:string | 1 | The name of the keyword. |
| @b64charset xs:string | 0-1 | Ignored in the request, since the value of the element is not considered. |