Calculate ROI projection
POST /api/v1/sales/roi/calculate
Calculate projected ROI from UltimateTeam deployment based on business metrics and industry benchmarks. This endpoint is public (no auth required) for marketing site and sales deck embedding.
Authorizations
Request Body required
Business metrics input for ROI calculation.
Attributes: monthly_revenue: Current monthly revenue in USD. employee_count: Number of employees. hours_marketing: Weekly hours spent on marketing/sales. hours_finance: Weekly hours spent on finance/accounting. hours_operations: Weekly hours spent on operations/admin. current_tool_spend: Monthly spend on existing SaaS tools in USD. industry: Business industry vertical for benchmark selection.
object
Monthly spend on existing SaaS tools in USD
Number of employees
Weekly hours spent on finance/accounting
Weekly hours spent on marketing/sales activities
Weekly hours spent on operations/admin
Business industry vertical (e-commerce, professional_services, saas, restaurant, contractor, general)
Current monthly revenue in USD
Responses
200
Successful Response
Full ROI calculator response with input echo and projections.
Attributes: input_summary: Echo of the input parameters. projection: Calculated ROI projections. industry_benchmark: Industry vertical used for benchmarks. disclaimer: Legal disclaimer about projections.
object
object
Projected ROI results from UltimateTeam deployment.
Attributes: monthly_revenue_increase: Projected additional monthly revenue in USD. monthly_cost_savings: Projected monthly cost savings in USD. monthly_time_savings_hours: Projected monthly hours saved. annual_revenue_increase: Projected additional annual revenue in USD. annual_cost_savings: Projected annual cost savings in USD. annual_time_savings_hours: Projected annual hours saved. roi_multiple: Return on investment multiple (annual value / annual cost). payback_months: Months until ROI breaks even. recommended_plan: Suggested pricing plan based on business size. recommended_plan_price: Monthly price of recommended plan in USD.
object
422
Validation Error