SmartSignPlusFinalize (WIP)
Overview
The SmartSignPlusFinalize method finalizes a package and assigns to eOriginal Closing Center when requested.
| Operate | ApplyPoliciesAndReturnTransaction |
|---|---|
| Style | Document |
| Operation Type | Request-response. The endpoint receives a message, and sends a correlated message |
| SOAP Action | https://www.wolterskluwerfs.com/2014/05/DocServices/V2/IEDocService/SmartSignPlusFinalize |
| Input | IEDocService_SmartSignPlusFinalize_InputMessage (soap:body, use = literal) parameters type SmartSignPlusFinalize |
| Output | IEDocService_SmartSignPlusFinalize_OutputMessage (soap:body, use = literal) parameters type SmartSignPlusFinalize |
Request Message
The operation input is SmartSignPlusFinalize.
| Parameter | Name | Constraints | Description |
|---|---|---|---|
| accountId | string | Required | The account used to associate to the request. |
| packageId | string | Required | The unique package identifier for the package. |
Response Element
The operation output is SmartSignPlusFinalizeResponse. The response returns a SmartSignPlusFinalizeResponse object containing status information for the request.
| Element | Name | Description |
|---|---|---|
| SmartSignPlusFinalizeResponse | SmartSignPlusFinalizeResult | Returns the appropriate status and messages based on the request. |
Request and Response Samples
For sample code, see: SmartSignPlusFinalize Request / Response samples.