Overview
This method is used to finalize a SmartSign Plus package and assign it to the
eOriginal Closing Center.
Table 1. Method
| Method |
URL |
Description |
| POST |
/api/v1/Document/account/{accountId}/SmartSignPlusFinalize |
The POST method submits the accountId as part of the
SmartSignPlusFinalize call |
Table 2. Request Parameters
| Name |
Type |
Constraints |
Description |
| accountId |
integer |
required |
The account used to associate to the request. |
| packageId |
integer |
Required |
The unique package identifier for the package. |
Sample Request
{
"packageId": "5wRS8HZ8cl602dL5ApLnC"
}
Sample Response
{
"status": "SuccessfulWithWarnings",
"messages": [
"Package (5wRS8HZ8cl602dL5ApLnC) is already finalized (Available_To_Signers)"
]
}