API Docs / Schemas / AcceptEngagementRequest

AcceptEngagementRequest

Request DTO for accepting an engagement

Properties

Name Type Description
signature*string

Base64-encoded signature image

Base64-encoded signature image

contactPreferences*ContactPreferencesDto
ipAddress*string

IP address of the client accepting the engagement

IP address of the client accepting the engagement

JSON Example

{
  "signature": "string",
  "contactPreferences": {
    "post": false,
    "telephone": false,
    "email": false,
    "sms": false
  },
  "ipAddress": "string"
}

Used By Operations