Proposals
Accept Proposal
Accepts a proposal on behalf of the recipient.
PUT
Accept Proposal
Accept Proposal
Accepts the proposal, triggering any associated plan sign-ups, contract creation, and billing. This is the final step in the proposal flow after the recipient has reviewed and optionally e-signed the document.Authentication
Requires prior proposal login authentication.Path Parameters
string
required
The unique string identifier (GUID) of the proposal.
Request Body
No request body required.Response
Returns the proposal file ID and an access token. The portal exchanges this token for a full auth session.number
required
The numeric identifier of the proposal file.
string
required
A token exchanged for a full auth session via
exchangeToken().Examples
Accept a proposal
TypeScript Integration
Accept Proposal