v1

latestOpenAPI 3.0.32026-07-24614422630.2 KB
CRM Integration

Open Quote

Retrieves a URL for an existing quote in DealHub. The user can then be redirected to this URL to view or edit the quote. This call can optionally update opportunity information for quotes in 'draft' status.

post/api/v2/quote/open

Request body

dealhub_user_idstring required

ID of user in the DealHub system (as returned from Authentication request).

dealhub_quote_idstring required

DealHub quote ID.

external_opportunity_idstring required

CRM opportunity ID.

Response

Success. The response contains the URL for redirection.

urlstring uri

The URL to which the user's browser should be redirected.

errorsobject[]