API Docs / Schemas / EngagementAcceptanceDto

EngagementAcceptanceDto

Response DTO for anonymous engagement acceptance page

Properties

Name Type Description
codestring

Engagement code

Engagement code

typeenum

ProposalAndEngagementLetter EngagementLetter

ProposalAndEngagementLetter EngagementLetter

numberOfServicesinteger

Number of services included in this engagement

Number of services included in this engagement

annualValuenumber

Total annual value of all services in this engagement

Total annual value of all services in this engagement

tenantTenantInfoDto
introContentHtmlstring

Intro content block HTML (if configured in EngagementSettings)

Intro content block HTML (if configured in EngagementSettings)

thankYouContentHtmlstring

Thank you content block HTML (if configured in EngagementSettings)

Thank you content block HTML (if configured in EngagementSettings)

recipientFirstNamestring

Recipient first name

Recipient first name

recipientLastNamestring

Recipient last name

Recipient last name

recipientEmailstring

Recipient email

Recipient email

showPracticeNameboolean

Whether to show the practice name on the acceptance page

Whether to show the practice name on the acceptance page

clientCodeAndNameDto
directDebitMandateUrlstring

Direct debit mandate setup URL (if RequestDDMandate is enabled and tenant has DD connection)

Direct debit mandate setup URL (if RequestDDMandate is enabled and tenant has DD connection)

JSON Example

{
  "code": "string",
  "type": "ProposalAndEngagementLetter",
  "numberOfServices": 0,
  "annualValue": 0,
  "tenant": {
    "name": "string",
    "logoUrl": "string"
  }
}

Used By Operations