POST apiwba/bataxi/route

Request Information

URI Parameters

None.

Body Parameters

JsonTaxiRouteI
NameDescriptionTypeAdditional information
VehiclePlate

string

None.

StartTime

date

None.

EndTime

date

None.

XNCode

integer

None.

Key

string

None.

Request Formats

application/json, text/json

Sample:
{
  "VehiclePlate": "sample string 1",
  "StartTime": "2026-04-04T18:18:29.154621+07:00",
  "EndTime": "2026-04-04T18:18:29.154621+07:00",
  "XNCode": 4,
  "Key": "sample string 5"
}

application/xml, text/xml

Sample:
<JsonTaxiRouteI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model.Taxi.Ba">
  <Key xmlns="http://schemas.datacontract.org/2004/07/API.Model">sample string 5</Key>
  <XNCode xmlns="http://schemas.datacontract.org/2004/07/API.Model">4</XNCode>
  <EndTime>2026-04-04T18:18:29.154621+07:00</EndTime>
  <StartTime>2026-04-04T18:18:29.154621+07:00</StartTime>
  <VehiclePlate>sample string 1</VehiclePlate>
</JsonTaxiRouteI>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonTaxiRouteO
NameDescriptionTypeAdditional information
Data

Collection of TaxiRoute

None.

MessageResult

string

None.

IsSucceed

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "Time": "2026-04-04T18:18:29.154621+07:00",
      "Lat": 2.1,
      "Lng": 3.1,
      "VelocityGPS": 4,
      "VelocityMeter": 5,
      "AccumulatedKm": 6.1,
      "IsOverSpeed": true,
      "IsLostGPS": true,
      "IsLostGSM": true,
      "IsStoped": true,
      "IsHasGuest": true,
      "IsMachineOff": true,
      "IsAirConditionerOn": true,
      "Address": "sample string 14"
    },
    {
      "Time": "2026-04-04T18:18:29.154621+07:00",
      "Lat": 2.1,
      "Lng": 3.1,
      "VelocityGPS": 4,
      "VelocityMeter": 5,
      "AccumulatedKm": 6.1,
      "IsOverSpeed": true,
      "IsLostGPS": true,
      "IsLostGSM": true,
      "IsStoped": true,
      "IsHasGuest": true,
      "IsMachineOff": true,
      "IsAirConditionerOn": true,
      "Address": "sample string 14"
    }
  ],
  "MessageResult": "sample string 1",
  "IsSucceed": true
}

application/xml, text/xml

Sample:
<JsonTaxiRouteO 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 xmlns:d2p1="http://schemas.datacontract.org/2004/07/API.Model">
    <d2p1:TaxiRoute>
      <d2p1:AccumulatedKm>6.1</d2p1:AccumulatedKm>
      <d2p1:Address>sample string 14</d2p1:Address>
      <d2p1:IsAirConditionerOn>true</d2p1:IsAirConditionerOn>
      <d2p1:IsHasGuest>true</d2p1:IsHasGuest>
      <d2p1:IsLostGPS>true</d2p1:IsLostGPS>
      <d2p1:IsLostGSM>true</d2p1:IsLostGSM>
      <d2p1:IsMachineOff>true</d2p1:IsMachineOff>
      <d2p1:IsOverSpeed>true</d2p1:IsOverSpeed>
      <d2p1:IsStoped>true</d2p1:IsStoped>
      <d2p1:Lat>2.1</d2p1:Lat>
      <d2p1:Lng>3.1</d2p1:Lng>
      <d2p1:Time>2026-04-04T18:18:29.154621+07:00</d2p1:Time>
      <d2p1:VelocityGPS>4</d2p1:VelocityGPS>
      <d2p1:VelocityMeter>5</d2p1:VelocityMeter>
    </d2p1:TaxiRoute>
    <d2p1:TaxiRoute>
      <d2p1:AccumulatedKm>6.1</d2p1:AccumulatedKm>
      <d2p1:Address>sample string 14</d2p1:Address>
      <d2p1:IsAirConditionerOn>true</d2p1:IsAirConditionerOn>
      <d2p1:IsHasGuest>true</d2p1:IsHasGuest>
      <d2p1:IsLostGPS>true</d2p1:IsLostGPS>
      <d2p1:IsLostGSM>true</d2p1:IsLostGSM>
      <d2p1:IsMachineOff>true</d2p1:IsMachineOff>
      <d2p1:IsOverSpeed>true</d2p1:IsOverSpeed>
      <d2p1:IsStoped>true</d2p1:IsStoped>
      <d2p1:Lat>2.1</d2p1:Lat>
      <d2p1:Lng>3.1</d2p1:Lng>
      <d2p1:Time>2026-04-04T18:18:29.154621+07:00</d2p1:Time>
      <d2p1:VelocityGPS>4</d2p1:VelocityGPS>
      <d2p1:VelocityMeter>5</d2p1:VelocityMeter>
    </d2p1:TaxiRoute>
  </Data>
</JsonTaxiRouteO>