Guides
Origination
Manage deal and quote workflows for origination endpoints
Origination Guide
The origination endpoints cover deal creation, quote management, and quote calculation flows.
Primary Workflow
- Start with
GETorPOST /organisation/{orgId}/workspace/{workspaceId}/origination/deal. - Update or delete a deal with the
deal/{dealId}operations when the record changes. - Create and manage quotes beneath a deal with the
quoteendpoints. - Run calculation endpoints for FBT, budget, finance, or vehicle scenarios against a quote.
- Clone an existing quote when you need a new scenario from the same starting point.
Reference
Covered Operations
GET|POST /organisation/{orgId}/workspace/{workspaceId}/origination/dealPATCH|DELETE /organisation/{orgId}/workspace/{workspaceId}/origination/deal/{dealId}GET|POST /organisation/{orgId}/workspace/{workspaceId}/origination/deal/{dealId}/quoteGET|PATCH|DELETE /organisation/{orgId}/workspace/{workspaceId}/origination/deal/{dealId}/quote/{quoteId}POST /organisation/{orgId}/workspace/{workspaceId}/origination/deal/{dealId}/quote/{quoteId}/calculate-fbt-income-taxPOST /organisation/{orgId}/workspace/{workspaceId}/origination/deal/{dealId}/quote/{quoteId}/calculate-novated-budgetPOST /organisation/{orgId}/workspace/{workspaceId}/origination/deal/{dealId}/quote/{quoteId}/calculate-novated-financePOST /organisation/{orgId}/workspace/{workspaceId}/origination/deal/{dealId}/quote/{quoteId}/calculate-novated-vehiclePOST /organisation/{orgId}/workspace/{workspaceId}/origination/deal/{dealId}/quote/{quoteId}/clone

