OPTIONS ext/Statistic

Request Information

URI Parameters

None.

Body Parameters

StatisticalModel
NameDescriptionTypeAdditional information
StatisticType

integer

None.

Id

globally unique identifier

None.

Count

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "StatisticType": 1,
  "Id": "fa85454d-d77b-4b4e-8c38-6862d82c8afc",
  "Count": 2
}

application/xml, text/xml

Sample:
<StatisticalModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EvoShare.IService.Models.Api">
  <Count>2</Count>
  <Id>fa85454d-d77b-4b4e-8c38-6862d82c8afc</Id>
  <StatisticType>1</StatisticType>
</StatisticalModel>

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.