GET api/Ajax/getCompareChart/{vendorCode}/{cid}/{queryvalues}?chartName={chartName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
chartName

string

Required

vendorCode

string

None.

cid

string

None.

queryvalues

string

None.

Body Parameters

AjaxCompareParmsModel
NameDescriptionTypeAdditional information
AccessProfileID

integer

None.

MarketAreaID

integer

None.

PropertyTypeID

integer

None.

TypeCode1

string

None.

DurationCode1

string

None.

SfRangeSeq1

integer

None.

PriceRangeSeq1

integer

None.

TypeCode2

string

None.

DurationCode2

string

None.

SfRangeSeq2

integer

None.

PriceRangeSeq2

integer

None.

ReturnMonthlyAverages

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "AccessProfileID": 1,
  "MarketAreaID": 2,
  "PropertyTypeID": 3,
  "TypeCode1": "sample string 4",
  "DurationCode1": "sample string 5",
  "SfRangeSeq1": 6,
  "PriceRangeSeq1": 7,
  "TypeCode2": "sample string 8",
  "DurationCode2": "sample string 9",
  "SfRangeSeq2": 10,
  "PriceRangeSeq2": 11,
  "ReturnMonthlyAverages": true
}

application/xml, text/xml

Sample:
<AjaxCompareParmsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLLib.Api">
  <AccessProfileID>1</AccessProfileID>
  <DurationCode1>sample string 5</DurationCode1>
  <DurationCode2>sample string 9</DurationCode2>
  <MarketAreaID>2</MarketAreaID>
  <PriceRangeSeq1>7</PriceRangeSeq1>
  <PriceRangeSeq2>11</PriceRangeSeq2>
  <PropertyTypeID>3</PropertyTypeID>
  <ReturnMonthlyAverages>true</ReturnMonthlyAverages>
  <SfRangeSeq1>6</SfRangeSeq1>
  <SfRangeSeq2>10</SfRangeSeq2>
  <TypeCode1>sample string 4</TypeCode1>
  <TypeCode2>sample string 8</TypeCode2>
</AjaxCompareParmsModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.