POST api/FaceHandSet/TotalReport/Out
获取出场统计
Request Information
URI Parameters
None.
Body Parameters
CSHLHY_FujicaTotalReportParm| Name | Description | Type | Additional 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": "2025-10-29T09:49:31.5288253+08:00",
"endTime": "2025-10-29T09:49:31.5288253+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>2025-10-29T09:49:31.5288253+08:00</beginTime>
<endTime>2025-10-29T09:49:31.5288253+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_FujicaReportOutContent| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | Collection of CSHLHY_FujicaReportOutContent |
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,
"HandCount": 7,
"TotalCount": 8
},
{
"Amount": 1.0,
"CarTypeTempACount": 2,
"CarTypeTempBCount": 3,
"CarTypeTempCCount": 4,
"CarTypeTempDCount": 5,
"CarMonthCount": 6,
"HandCount": 7,
"TotalCount": 8
}
]
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfCSHLHY_FujicaReportOutContentdEqWmk6k 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_FujicaReportOutContent>
<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:HandCount>7</d2p1:HandCount>
<d2p1:TotalCount>8</d2p1:TotalCount>
</d2p1:CSHLHY_FujicaReportOutContent>
<d2p1:CSHLHY_FujicaReportOutContent>
<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:HandCount>7</d2p1:HandCount>
<d2p1:TotalCount>8</d2p1:TotalCount>
</d2p1:CSHLHY_FujicaReportOutContent>
</tag>
</CommonOperationResultWithTagOfArrayOfCSHLHY_FujicaReportOutContentdEqWmk6k>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.