EngagementAcceptanceDto
Response DTO for anonymous engagement acceptance page
Properties
| Name | Type | Description |
|---|---|---|
| code | string | Engagement code |
Engagement code | ||
| type | enum | ProposalAndEngagementLetter EngagementLetter |
ProposalAndEngagementLetter EngagementLetter | ||
| numberOfServices | integer | Number of services included in this engagement |
Number of services included in this engagement | ||
| totalValue | number | Total value of all services in this engagement (annualised recurring + one-off fees) |
Total value of all services in this engagement (annualised recurring + one-off fees) | ||
| monthlyTotal | number | Sum of monthly service prices (per-month amount, not annualised) |
Sum of monthly service prices (per-month amount, not annualised) | ||
| quarterlyTotal | number | Sum of quarterly service prices (per-quarter amount) |
Sum of quarterly service prices (per-quarter amount) | ||
| annualTotal | number | Sum of annual service prices |
Sum of annual service prices | ||
| oneOffTotal | number | Sum of one-off service prices |
Sum of one-off service prices | ||
| tenant | TenantInfoDto | |
| introContentHtml | string | Intro content block HTML (if configured in EngagementSettings) |
Intro content block HTML (if configured in EngagementSettings) | ||
| thankYouContentHtml | string | Thank you content block HTML (if configured in EngagementSettings) |
Thank you content block HTML (if configured in EngagementSettings) | ||
| recipientFirstName | string | Recipient first name |
Recipient first name | ||
| recipientLastName | string | Recipient last name |
Recipient last name | ||
| recipientEmail | string | Recipient email |
Recipient email | ||
| showPracticeName | boolean | Whether to show the practice name on the acceptance page |
Whether to show the practice name on the acceptance page | ||
| client | CodeAndNameDto | |
| directDebitMandateUrl | string | 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,
"totalValue": 0,
"monthlyTotal": 0
}