POST api/Statistics/GetTAStatisticsIndex

专项活动首页统计

Request Information

URI Parameters

None.

Body Parameters

TAStatisticsIndexSearcher
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

None.

RType

integer

None.

GType

integer

None.

GLType

integer

None.

DateB

date

None.

DateE

date

None.

TimeFlag

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "RType": 3,
  "GType": 4,
  "GLType": 5,
  "DateB": "2026-01-26T06:17:33.2111807+08:00",
  "DateE": "2026-01-26T06:17:33.2111807+08:00",
  "TimeFlag": 8
}

application/xml, text/xml

Sample:
<TAStatisticsIndexSearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.Area">
  <DateB>2026-01-26T06:17:33.2111807+08:00</DateB>
  <DateE>2026-01-26T06:17:33.2111807+08:00</DateE>
  <GLType>5</GLType>
  <GType>4</GType>
  <ID>1</ID>
  <Name>sample string 2</Name>
  <RType>3</RType>
  <TimeFlag>8</TimeFlag>
</TAStatisticsIndexSearcher>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.