API Docs / Schemas / ProposalAcceptanceDto

ProposalAcceptanceDto

Response DTO for anonymous proposal acceptance page

Properties

Name Type Description
codestring

Proposal code

Proposal code

numberOfServicesinteger

Number of services included in this proposal

Number of services included in this proposal

annualValuenumber

Total annual value of all services in this proposal

Total annual value of all services in this proposal

tenantTenantInfoDto
introContentHtmlstring

Intro content block HTML (if configured in ProposalSettings)

Intro content block HTML (if configured in ProposalSettings)

thankYouContentHtmlstring

Thank you content block HTML (if configured in ProposalSettings)

Thank you content block HTML (if configured in ProposalSettings)

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",
  "numberOfServices": 0,
  "annualValue": 0,
  "tenant": {
    "name": "string",
    "logoUrl": "string"
  },
  "introContentHtml": "string"
}

Used By Operations