POST api/EcoCar/Busi/Driver/Today/Summary

当前用户当天的概要情况统计,包括当天的开行班次数,合计售票数等。

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

当前用户当天的概要情况统计,包括当天的开行班次数,合计售票数等。

CommonOperationResultWithTagOfEcoCarUserTodaySummayResult
NameDescriptionTypeAdditional information
errcode

integer

None.

errmsg

string

None.

tag

EcoCarUserTodaySummayResult

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": {
    "classcount": 1,
    "firstclassstarttime": "sample string 2",
    "lastclassendtime": "sample string 3",
    "passengercount": 4,
    "totalsummay": 5.0,
    "currentcalssid": "sample string 6"
  }
}

application/xml, text/xml

Sample:
<CommonOperationResultWithTagOfEcoCarUserTodaySummayResultguOp_Pzk_S 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.EcoCar">
    <d2p1:classcount>1</d2p1:classcount>
    <d2p1:currentcalssid>sample string 6</d2p1:currentcalssid>
    <d2p1:firstclassstarttime>sample string 2</d2p1:firstclassstarttime>
    <d2p1:lastclassendtime>sample string 3</d2p1:lastclassendtime>
    <d2p1:passengercount>4</d2p1:passengercount>
    <d2p1:totalsummay>5</d2p1:totalsummay>
  </tag>
</CommonOperationResultWithTagOfEcoCarUserTodaySummayResultguOp_Pzk_S>

application/bson

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