POST apiwba/bataxi/tracking
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
JsonTaxiTrackingO| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of TaxiTracking |
None. |
|
| MessageResult | string |
None. |
|
| IsSucceed | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"VehiclePlate": "sample string 1",
"PrivateCode": "sample string 2",
"Latitude": 3.1,
"Longitude": 4.1,
"VehicleTime": "2026-04-08T17:27:04.6303064+07:00",
"VelocityGPS": 6,
"VelocityMechanical": 7,
"AirConditionerState": true,
"Stopped": 9.1,
"MinuteOfManchineOnWhenStop": 10,
"MachineState": true,
"CustomerState": true,
"KmHasGuest": 13.1,
"KmEmpty": 14.1,
"TotalMoney": 15.1,
"TripCount": 16,
"HasTripOnline": true,
"CurrentKmHasGuest": 18.1,
"CurrentEmptyKm": 19.1,
"CurrentMoney": 20.1,
"CurrentTimeHasGuest": "2026-04-08T17:27:04.6303064+07:00",
"CurrentWaitingTime": 22,
"Address": "sample string 23",
"VehicleTypeName": "sample string 24",
"LandMarkName": "sample string 25",
"MeterName": "sample string 26",
"DriverLicense": "sample string 27",
"DriverName": "sample string 28",
"ListTemperatures": [
1.1,
2.1
]
},
{
"VehiclePlate": "sample string 1",
"PrivateCode": "sample string 2",
"Latitude": 3.1,
"Longitude": 4.1,
"VehicleTime": "2026-04-08T17:27:04.6303064+07:00",
"VelocityGPS": 6,
"VelocityMechanical": 7,
"AirConditionerState": true,
"Stopped": 9.1,
"MinuteOfManchineOnWhenStop": 10,
"MachineState": true,
"CustomerState": true,
"KmHasGuest": 13.1,
"KmEmpty": 14.1,
"TotalMoney": 15.1,
"TripCount": 16,
"HasTripOnline": true,
"CurrentKmHasGuest": 18.1,
"CurrentEmptyKm": 19.1,
"CurrentMoney": 20.1,
"CurrentTimeHasGuest": "2026-04-08T17:27:04.6303064+07:00",
"CurrentWaitingTime": 22,
"Address": "sample string 23",
"VehicleTypeName": "sample string 24",
"LandMarkName": "sample string 25",
"MeterName": "sample string 26",
"DriverLicense": "sample string 27",
"DriverName": "sample string 28",
"ListTemperatures": [
1.1,
2.1
]
}
],
"MessageResult": "sample string 1",
"IsSucceed": true
}
application/xml, text/xml
Sample:
<JsonTaxiTrackingO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model.Taxi.Ba">
<IsSucceed xmlns="http://schemas.datacontract.org/2004/07/API.Model">true</IsSucceed>
<MessageResult xmlns="http://schemas.datacontract.org/2004/07/API.Model">sample string 1</MessageResult>
<Data>
<TaxiTracking>
<Address>sample string 23</Address>
<AirConditionerState>true</AirConditionerState>
<CurrentEmptyKm>19.1</CurrentEmptyKm>
<CurrentKmHasGuest>18.1</CurrentKmHasGuest>
<CurrentMoney>20.1</CurrentMoney>
<CurrentTimeHasGuest>2026-04-08T17:27:04.6303064+07:00</CurrentTimeHasGuest>
<CurrentWaitingTime>22</CurrentWaitingTime>
<CustomerState>true</CustomerState>
<DriverLicense>sample string 27</DriverLicense>
<DriverName>sample string 28</DriverName>
<HasTripOnline>true</HasTripOnline>
<KmEmpty>14.1</KmEmpty>
<KmHasGuest>13.1</KmHasGuest>
<LandMarkName>sample string 25</LandMarkName>
<Latitude>3.1</Latitude>
<ListTemperatures xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:double>1.1</d4p1:double>
<d4p1:double>2.1</d4p1:double>
</ListTemperatures>
<Longitude>4.1</Longitude>
<MachineState>true</MachineState>
<MeterName>sample string 26</MeterName>
<MinuteOfManchineOnWhenStop>10</MinuteOfManchineOnWhenStop>
<PrivateCode>sample string 2</PrivateCode>
<Stopped>9.1</Stopped>
<TotalMoney>15.1</TotalMoney>
<TripCount>16</TripCount>
<VehiclePlate>sample string 1</VehiclePlate>
<VehicleTime>2026-04-08T17:27:04.6303064+07:00</VehicleTime>
<VehicleTypeName>sample string 24</VehicleTypeName>
<VelocityGPS>6</VelocityGPS>
<VelocityMechanical>7</VelocityMechanical>
</TaxiTracking>
<TaxiTracking>
<Address>sample string 23</Address>
<AirConditionerState>true</AirConditionerState>
<CurrentEmptyKm>19.1</CurrentEmptyKm>
<CurrentKmHasGuest>18.1</CurrentKmHasGuest>
<CurrentMoney>20.1</CurrentMoney>
<CurrentTimeHasGuest>2026-04-08T17:27:04.6303064+07:00</CurrentTimeHasGuest>
<CurrentWaitingTime>22</CurrentWaitingTime>
<CustomerState>true</CustomerState>
<DriverLicense>sample string 27</DriverLicense>
<DriverName>sample string 28</DriverName>
<HasTripOnline>true</HasTripOnline>
<KmEmpty>14.1</KmEmpty>
<KmHasGuest>13.1</KmHasGuest>
<LandMarkName>sample string 25</LandMarkName>
<Latitude>3.1</Latitude>
<ListTemperatures xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:double>1.1</d4p1:double>
<d4p1:double>2.1</d4p1:double>
</ListTemperatures>
<Longitude>4.1</Longitude>
<MachineState>true</MachineState>
<MeterName>sample string 26</MeterName>
<MinuteOfManchineOnWhenStop>10</MinuteOfManchineOnWhenStop>
<PrivateCode>sample string 2</PrivateCode>
<Stopped>9.1</Stopped>
<TotalMoney>15.1</TotalMoney>
<TripCount>16</TripCount>
<VehiclePlate>sample string 1</VehiclePlate>
<VehicleTime>2026-04-08T17:27:04.6303064+07:00</VehicleTime>
<VehicleTypeName>sample string 24</VehicleTypeName>
<VelocityGPS>6</VelocityGPS>
<VelocityMechanical>7</VelocityMechanical>
</TaxiTracking>
</Data>
</JsonTaxiTrackingO>