Engagement - Acceptance
Anonymous client-facing endpoints for engagement acceptance workflow. Enables clients to view engagement details without authentication, retrieve CSS for the acceptance page using the configured design theme, download proposal and engagement letter PDFs, and submit acceptance with digital signature and IP address tracking. All endpoints use a GUID-based secure link for access.
-
GET Get Engagement DetailsReturns engagement information for the anonymous acceptance page. Requires a valid engagement GUID that has not yet been accepted or rejected. Return.../engagements/accept/{guid}
-
GET Get Acceptance Page CSSReturns the CSS for the design theme configured for this engagement. Falls back to tenant's default design theme if engagement settings don't specify.../engagements/accept/{guid}/css
-
GET Get Proposal PDFDownloads the proposal PDF document. Requires a valid engagement GUID that has not yet been accepted or rejected./engagements/accept/{guid}/pdf/proposal
-
GET Get Engagement Letter PDFDownloads the letter of engagement PDF document. Requires a valid engagement GUID that has not yet been accepted or rejected./engagements/accept/{guid}/pdf/letter-of-engagement
-
POST Accept EngagementAccept Engagement by providing a signature. The signature should be a base64-encoded image. IP address of the requester is automatically captured./engagements/accept/{guid}/accept