GetDeliveryHistory
Overview
The GetDeliveryHistory operation is used to retrieve the delivery history of a transaction, specifically the time and date stamp and description of the transaction.
| Operation | GetDeliveryHistory |
|---|---|
| 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/GetDeliveryHistory |
| Input | IEDocService_GetDeliveryHistory_InputMessage (soap:body, use = literal) parameters type GetDeliveryHistory |
| Output | IEDocService_GetDeliveryHistory_OutputMessage (soap:body, use = literal) parameters type GetDeliveryHistory |
Request Message
The operation input is GetDeliveryHistory. The request requires a GetDeliveryHistory object.
| 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. |
Response Element
The operation output is GetDeliveryHistoryResponse. The response returns a DeliveryHistory object containing status information for the request.
| Element | Name | Description |
|---|---|---|
| GetDeliveryHistoryResponse | GetDeliveryHistoryResult | The output message for the GetDeliveryHistory operation used to return the delivery history of the transaction. |
Request and Response Samples
For sample code, see: GetDeliveryHistory.