POST api/FaceHandSet/TotalReport/In

获取入场统计

Request Information

URI Parameters

None.

Body Parameters

CSHLHY_FujicaTotalReportParm
NameDescriptionTypeAdditional information
beginTime

开始时间 可为空,默认当天

date

None.

endTime

截止时间 可为空,默认当天

date

None.

CarType

车辆类型 可为空,默认所有

Collection of string

None.

OperatorName

操作员 默认不筛选

Collection of string

None.

TerminalName

收费工作站 可为空,默认不筛选

Collection of string

None.

TotalType

不可为空 1入场 2出场 3收费

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "beginTime": "2024-10-06T08:35:20.3973012+08:00",
  "endTime": "2024-10-06T08:35:20.3973012+08:00",
  "CarType": [
    "sample string 1",
    "sample string 2"
  ],
  "OperatorName": [
    "sample string 1",
    "sample string 2"
  ],
  "TerminalName": [
    "sample string 1",
    "sample string 2"
  ],
  "TotalType": 3
}

application/xml, text/xml

Sample:
<CSHLHY_FujicaTotalReportParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.NonStandard">
  <CarType xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </CarType>
  <OperatorName xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </OperatorName>
  <TerminalName xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </TerminalName>
  <TotalType>3</TotalType>
  <beginTime>2024-10-06T08:35:20.3973012+08:00</beginTime>
  <endTime>2024-10-06T08:35:20.3973012+08:00</endTime>
</CSHLHY_FujicaTotalReportParm>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

获取入场统计

CommonOperationResultWithTagOfIEnumerableOfCSHLHY_FujicaReportInContent
NameDescriptionTypeAdditional information
errcode

integer

None.

errmsg

string

None.

tag

Collection of CSHLHY_FujicaReportInContent

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": [
    {
      "Amount": 1.0,
      "CarTypeTempACount": 2,
      "CarTypeTempBCount": 3,
      "CarTypeTempCCount": 4,
      "CarTypeTempDCount": 5,
      "CarMonthCount": 6,
      "TotalCount": 7
    },
    {
      "Amount": 1.0,
      "CarTypeTempACount": 2,
      "CarTypeTempBCount": 3,
      "CarTypeTempCCount": 4,
      "CarTypeTempDCount": 5,
      "CarMonthCount": 6,
      "TotalCount": 7
    }
  ]
}

application/xml, text/xml

Sample:
<CommonOperationResultWithTagOfArrayOfCSHLHY_FujicaReportInContentdEqWmk6k xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer">
  <errcode>1</errcode>
  <errmsg>sample string 2</errmsg>
  <tag xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result.NonStandard">
    <d2p1:CSHLHY_FujicaReportInContent>
      <d2p1:Amount>1</d2p1:Amount>
      <d2p1:CarMonthCount>6</d2p1:CarMonthCount>
      <d2p1:CarTypeTempACount>2</d2p1:CarTypeTempACount>
      <d2p1:CarTypeTempBCount>3</d2p1:CarTypeTempBCount>
      <d2p1:CarTypeTempCCount>4</d2p1:CarTypeTempCCount>
      <d2p1:CarTypeTempDCount>5</d2p1:CarTypeTempDCount>
      <d2p1:TotalCount>7</d2p1:TotalCount>
    </d2p1:CSHLHY_FujicaReportInContent>
    <d2p1:CSHLHY_FujicaReportInContent>
      <d2p1:Amount>1</d2p1:Amount>
      <d2p1:CarMonthCount>6</d2p1:CarMonthCount>
      <d2p1:CarTypeTempACount>2</d2p1:CarTypeTempACount>
      <d2p1:CarTypeTempBCount>3</d2p1:CarTypeTempBCount>
      <d2p1:CarTypeTempCCount>4</d2p1:CarTypeTempCCount>
      <d2p1:CarTypeTempDCount>5</d2p1:CarTypeTempDCount>
      <d2p1:TotalCount>7</d2p1:TotalCount>
    </d2p1:CSHLHY_FujicaReportInContent>
  </tag>
</CommonOperationResultWithTagOfArrayOfCSHLHY_FujicaReportInContentdEqWmk6k>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.