AcceptEngagementRequest
Request DTO for accepting an engagement
Properties
| Name | Type | Description |
|---|---|---|
| signature* | string | Base64-encoded signature image |
Base64-encoded signature image | ||
| contactPreferences* | ContactPreferencesDto | |
| acceptedByName* | string | Name as typed by the signee at acceptance time |
Name as typed by the signee at acceptance time | ||
JSON Example
{
"signature": "string",
"contactPreferences": {
"post": false,
"telephone": false,
"email": false,
"sms": false
},
"acceptedByName": "string"
}