POST api/Vehicle/GetParkingPointList
Request Information
URI Parameters
None.
Body Parameters
VehicleHistorySearchConditionName | Description | Type | Additional information |
---|---|---|---|
plateNumber | string |
None. |
|
btime | string |
None. |
|
etime | string |
None. |
|
interval | integer |
None. |
|
PlateNumber | string |
None. |
|
BeginTime | string |
None. |
|
EndTime | string |
None. |
|
Interval | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "plateNumber": "sample string 1", "btime": "sample string 2", "etime": "sample string 3", "interval": 4, "PlateNumber": "sample string 5", "BeginTime": "sample string 6", "EndTime": "sample string 7", "Interval": 8 }
application/xml, text/xml
Sample:
<VehicleHistorySearchCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WisdomMobileCar.Model"> <BeginTime>sample string 6</BeginTime> <EndTime>sample string 7</EndTime> <Interval>8</Interval> <PlateNumber>sample string 5</PlateNumber> <btime>sample string 2</btime> <etime>sample string 3</etime> <interval>4</interval> <plateNumber>sample string 1</plateNumber> </VehicleHistorySearchCondition>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiInfoEntityOfObjectName | Description | Type | Additional information |
---|---|---|---|
data | Object |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": {}, "code": 2, "msg": "sample string 3" }
application/xml, text/xml
Sample:
<ApiInfoEntityOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WisdomMobileCar.Model"> <Code>2</Code> <Message>sample string 3</Message> <Data /> </ApiInfoEntityOfanyType>