GetDeliveredImages

Overview

The GetDeliveredImages operation is used to retrieve a merged PDF of the images that were shipped to the recipients.

Operation GetDeliveredImages
Style document
Operation Type Request-response. The endpoint receives a message, and sends a correlated message.
SOAP Action http://www. wolterskluwerfs.com/2014/05/DocServices/V2/IEDocService/GetDeliveredImages
Input IEDocService_GetDeliveredImages_InputMessage (soap:body, use = literal) parameters type GetDeliveredImages
Output IEDocService_GetDeliveredImages_OutputMessage (soap:body, use = literal) parameters type GetDeliveredImages

Request Message

The operation input is GetDeliveredImages. The request requires a GetDeliveredImages object containing a sequence of two strings: transactionIdentifier and imageType.

Parameter Type Description
TransactionID string An identifier assigned by the Expere Document Services solution for the generate image event. This ID is used for request tracking purposes.
ImageType string Available options are:
  • Original
  • Mailed
  • Returned

Response Element

The operation output is GetDeliveredImagesResponse. The response returns a GetDeliveredImagesOut object containing status information for the request.

Element Name Description
GetDeliveredImagesResponse GetDeliveredImagesResult The output message for the GetDeliveredImages operation used to return the image of the mergedPDF.

Request and Response Samples

For sample code, see: GetDeliveredImages.