API Docs / Schemas / AcceptProposalRequest

AcceptProposalRequest

Request DTO for accepting a proposal

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 proposal

IP address of the client accepting the proposal

JSON Example

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

Used By Operations