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 Details (Anon)Returns 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 CSS for acceptance page (Anon)Returns 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 Proposal PDF (Anon)Downloads the proposal PDF document. Requires a valid engagement GUID that has not yet been accepted or rejected./engagements/accept/{guid}/pdf/proposal
-
GET Engagement Letter PDF (Anon)Downloads 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 an engagement (Anon)Accept 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