POST api/FaceHandSet/TotalReport/Charge
获取收费统计
Request Information
URI Parameters
None.
Body Parameters
CSHLHY_FujicaTotalReportParmName | 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-01-22T01:04:19.1356748+08:00", "endTime": "2025-01-22T01:04:19.1356748+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-01-22T01:04:19.1356748+08:00</beginTime> <endTime>2025-01-22T01:04:19.1356748+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_FujicaReportChargeContentName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | Collection of CSHLHY_FujicaReportChargeContent |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": [ { "WXAmount": 1.0, "AliAmount": 2.0, "eAmount": 3.0, "ETCAmount": 4.0, "CCBAmount": 5.0, "CMBAmount": 6.0, "CMBCAmount": 7.0, "ABCAmount": 8.0, "CIBAmount": 9.0, "FNAmount": 10.0, "TotalAmount": 11.0, "DeductionAmount": 12.0, "FreeAmount": 13.0, "Amount": 14.0 }, { "WXAmount": 1.0, "AliAmount": 2.0, "eAmount": 3.0, "ETCAmount": 4.0, "CCBAmount": 5.0, "CMBAmount": 6.0, "CMBCAmount": 7.0, "ABCAmount": 8.0, "CIBAmount": 9.0, "FNAmount": 10.0, "TotalAmount": 11.0, "DeductionAmount": 12.0, "FreeAmount": 13.0, "Amount": 14.0 } ] }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfCSHLHY_FujicaReportChargeContentdEqWmk6k 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_FujicaReportChargeContent> <d2p1:ABCAmount>8</d2p1:ABCAmount> <d2p1:AliAmount>2</d2p1:AliAmount> <d2p1:Amount>14</d2p1:Amount> <d2p1:CCBAmount>5</d2p1:CCBAmount> <d2p1:CIBAmount>9</d2p1:CIBAmount> <d2p1:CMBAmount>6</d2p1:CMBAmount> <d2p1:CMBCAmount>7</d2p1:CMBCAmount> <d2p1:DeductionAmount>12</d2p1:DeductionAmount> <d2p1:ETCAmount>4</d2p1:ETCAmount> <d2p1:FNAmount>10</d2p1:FNAmount> <d2p1:FreeAmount>13</d2p1:FreeAmount> <d2p1:TotalAmount>11</d2p1:TotalAmount> <d2p1:WXAmount>1</d2p1:WXAmount> <d2p1:eAmount>3</d2p1:eAmount> </d2p1:CSHLHY_FujicaReportChargeContent> <d2p1:CSHLHY_FujicaReportChargeContent> <d2p1:ABCAmount>8</d2p1:ABCAmount> <d2p1:AliAmount>2</d2p1:AliAmount> <d2p1:Amount>14</d2p1:Amount> <d2p1:CCBAmount>5</d2p1:CCBAmount> <d2p1:CIBAmount>9</d2p1:CIBAmount> <d2p1:CMBAmount>6</d2p1:CMBAmount> <d2p1:CMBCAmount>7</d2p1:CMBCAmount> <d2p1:DeductionAmount>12</d2p1:DeductionAmount> <d2p1:ETCAmount>4</d2p1:ETCAmount> <d2p1:FNAmount>10</d2p1:FNAmount> <d2p1:FreeAmount>13</d2p1:FreeAmount> <d2p1:TotalAmount>11</d2p1:TotalAmount> <d2p1:WXAmount>1</d2p1:WXAmount> <d2p1:eAmount>3</d2p1:eAmount> </d2p1:CSHLHY_FujicaReportChargeContent> </tag> </CommonOperationResultWithTagOfArrayOfCSHLHY_FujicaReportChargeContentdEqWmk6k>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.