POST api/business/roicalculator

Request Information

URI Parameters

None.

Body Parameters

RoiCalculationRequest
NameDescriptionTypeAdditional information
BusinessName

string

None.

Address

string

None.

City

string

None.

State

string

None.

Country

string

None.

CurrentRating

decimal number

None.

AnnualRevenue

decimal number

None.

GrowthPctMin

decimal number

None.

GrowthPctMax

decimal number

None.

LiftPercentLow

decimal number

None.

LiftPercentHigh

decimal number

None.

LiftAmountLow

decimal number

None.

LiftAmountHigh

decimal number

None.

StarGap

decimal number

None.

CalculationDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "BusinessName": "sample string 1",
  "Address": "sample string 2",
  "City": "sample string 3",
  "State": "sample string 4",
  "Country": "sample string 5",
  "CurrentRating": 6.0,
  "AnnualRevenue": 7.0,
  "GrowthPctMin": 8.1,
  "GrowthPctMax": 9.1,
  "LiftPercentLow": 10.1,
  "LiftPercentHigh": 11.1,
  "LiftAmountLow": 12.1,
  "LiftAmountHigh": 13.1,
  "StarGap": 14.1,
  "CalculationDate": "2026-04-07T19:55:40.7791303+00:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.