API Docs / Schemas / ClientDocumentSignatureDto

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
platformstring

The signing platform handling the bundle, e.g. "FuseSign".

The signing platform handling the bundle, e.g. "FuseSign".

statusenum

Pending Viewed Signed Rejected Finalised Cancelled

Pending Viewed Signed Rejected Finalised Cancelled

signingUrlstring

The platform's signing page for the bundle, when it reported one. Null when the platform
gave no link — those requests are not chased, since a magic link would offer a tick-box
route around signing.

The platform's signing page for the bundle, when it reported one. Null when the platform
gave no link — those requests are not chased, since a magic link would offer a tick-box
route around signing.

JSON Example

{
  "platform": "string",
  "status": "Pending",
  "signingUrl": "string"
}

Contained in Schemas