Object
SignerInput
One party, as you report it. Signers are matched by role and never removed, so you may send only the party that changed.
Fields
| Field | Type | Description |
|---|---|---|
| role required | string | lessee, lessor, guarantor, witness or your own. Letters, digits, _ and -; matched case-insensitively. |
| name required | string | |
| email required | ||
| status required | enum | "pending""completed""declined" |
| signingUrl | url | null | Where this party signs. Staff copy it from the booking. max 2000 charshttps only |
| viewedAt | timestamp | null | ISO 8601 |
| completedAt | timestamp | null | ISO 8601 |
| declinedAt | timestamp | null | ISO 8601 |
| declineReason | string | null | max 2000 chars |