ClientDocumentSignatureDto
The e-signature leg of a document's approval, when the practice sent it to a signing
platform instead of asking for a portal tick box. Null on portal approvals.
Properties
| Name | Type | Description |
|---|---|---|
| platform | string | The signing platform handling the bundle, e.g. "FuseSign". |
The signing platform handling the bundle, e.g. "FuseSign". | ||
| status | enum | Pending Viewed Signed Rejected Finalised Cancelled |
Pending Viewed Signed Rejected Finalised Cancelled | ||
| signingUrl | string | The platform's signing page for the bundle, when it reported one. Null when the platform |
The platform's signing page for the bundle, when it reported one. Null when the platform | ||
JSON Example
{
"platform": "string",
"status": "Pending",
"signingUrl": "string"
}