POST api/Average

Request Information

URI Parameters

None.

Body Parameters

AverageRequest
NameDescriptionTypeAdditional information
ExchangeId

string

None.

ContractId

string

None.

IntervalStartTime

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ExchangeId": "sample string 1",
  "ContractId": "sample string 2",
  "IntervalStartTime": "sample string 3"
}

application/xml, text/xml

Sample:
<AverageRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TradingLicenseManagerAPI.Models">
  <ContractId>sample string 2</ContractId>
  <ExchangeId>sample string 1</ExchangeId>
  <IntervalStartTime>sample string 3</IntervalStartTime>
</AverageRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

decimal number

Response Formats

application/json, text/json

Sample:
1.0

application/xml, text/xml

Sample:
<decimal xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</decimal>