POST api/bataxi/tripcheckerdetails

Request Information

URI Parameters

None.

Body Parameters

GetTripCheckerDetailsI
NameDescriptionTypeAdditional information
FromDate

date

None.

ToDate

date

None.

IsFilterErrorTrip

boolean

None.

XNCode

integer

None.

Key

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FromDate": "2026-04-08T17:43:18.4182089+07:00",
  "ToDate": "2026-04-08T17:43:18.4182089+07:00",
  "IsFilterErrorTrip": true,
  "XNCode": 4,
  "Key": "sample string 5"
}

application/xml, text/xml

Sample:
<GetTripCheckerDetailsI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model">
  <Key>sample string 5</Key>
  <XNCode>4</XNCode>
  <FromDate>2026-04-08T17:43:18.4182089+07:00</FromDate>
  <IsFilterErrorTrip>true</IsFilterErrorTrip>
  <ToDate>2026-04-08T17:43:18.4182089+07:00</ToDate>
</GetTripCheckerDetailsI>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetTripCheckerDetailsO
NameDescriptionTypeAdditional information
Data

Collection of TripCheckerDetailEnt

None.

MessageResult

string

None.

IsSucceed

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "PrivateCode": "sample string 1",
      "VehiclePlate": "sample string 2",
      "StartTimeGPS": "2026-04-08T17:43:18.4182089+07:00",
      "EndTimeGPS": "2026-04-08T17:43:18.4182089+07:00",
      "StartLatitude": 5.1,
      "StartLongitude": 6.1,
      "StartAddress": "sample string 7",
      "EndLatitude": 8.1,
      "EndLongitude": 9.1,
      "EndAddress": "sample string 10",
      "KmEmpty": 11.1,
      "KmHasGuest": 12.1,
      "WaitTime": 13,
      "MoneyOnMeter": 14,
      "MoneyReceiver": 15,
      "CheckerDateTime": "2026-04-08T17:43:18.4182089+07:00",
      "DriverName": "sample string 17",
      "DriverLicense": "sample string 18"
    },
    {
      "PrivateCode": "sample string 1",
      "VehiclePlate": "sample string 2",
      "StartTimeGPS": "2026-04-08T17:43:18.4182089+07:00",
      "EndTimeGPS": "2026-04-08T17:43:18.4182089+07:00",
      "StartLatitude": 5.1,
      "StartLongitude": 6.1,
      "StartAddress": "sample string 7",
      "EndLatitude": 8.1,
      "EndLongitude": 9.1,
      "EndAddress": "sample string 10",
      "KmEmpty": 11.1,
      "KmHasGuest": 12.1,
      "WaitTime": 13,
      "MoneyOnMeter": 14,
      "MoneyReceiver": 15,
      "CheckerDateTime": "2026-04-08T17:43:18.4182089+07:00",
      "DriverName": "sample string 17",
      "DriverLicense": "sample string 18"
    }
  ],
  "MessageResult": "sample string 1",
  "IsSucceed": true
}

application/xml, text/xml

Sample:
<GetTripCheckerDetailsO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model">
  <IsSucceed>true</IsSucceed>
  <MessageResult>sample string 1</MessageResult>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/DataAccess.Entities.Reports.Taxi">
    <d2p1:TripCheckerDetailEnt>
      <d2p1:CheckerDateTime>2026-04-08T17:43:18.4182089+07:00</d2p1:CheckerDateTime>
      <d2p1:DriverLicense>sample string 18</d2p1:DriverLicense>
      <d2p1:DriverName>sample string 17</d2p1:DriverName>
      <d2p1:EndAddress>sample string 10</d2p1:EndAddress>
      <d2p1:EndLatitude>8.1</d2p1:EndLatitude>
      <d2p1:EndLongitude>9.1</d2p1:EndLongitude>
      <d2p1:EndTimeGPS>2026-04-08T17:43:18.4182089+07:00</d2p1:EndTimeGPS>
      <d2p1:KmEmpty>11.1</d2p1:KmEmpty>
      <d2p1:KmHasGuest>12.1</d2p1:KmHasGuest>
      <d2p1:MoneyOnMeter>14</d2p1:MoneyOnMeter>
      <d2p1:MoneyReceiver>15</d2p1:MoneyReceiver>
      <d2p1:PrivateCode>sample string 1</d2p1:PrivateCode>
      <d2p1:StartAddress>sample string 7</d2p1:StartAddress>
      <d2p1:StartLatitude>5.1</d2p1:StartLatitude>
      <d2p1:StartLongitude>6.1</d2p1:StartLongitude>
      <d2p1:StartTimeGPS>2026-04-08T17:43:18.4182089+07:00</d2p1:StartTimeGPS>
      <d2p1:VehiclePlate>sample string 2</d2p1:VehiclePlate>
      <d2p1:WaitTime>13</d2p1:WaitTime>
    </d2p1:TripCheckerDetailEnt>
    <d2p1:TripCheckerDetailEnt>
      <d2p1:CheckerDateTime>2026-04-08T17:43:18.4182089+07:00</d2p1:CheckerDateTime>
      <d2p1:DriverLicense>sample string 18</d2p1:DriverLicense>
      <d2p1:DriverName>sample string 17</d2p1:DriverName>
      <d2p1:EndAddress>sample string 10</d2p1:EndAddress>
      <d2p1:EndLatitude>8.1</d2p1:EndLatitude>
      <d2p1:EndLongitude>9.1</d2p1:EndLongitude>
      <d2p1:EndTimeGPS>2026-04-08T17:43:18.4182089+07:00</d2p1:EndTimeGPS>
      <d2p1:KmEmpty>11.1</d2p1:KmEmpty>
      <d2p1:KmHasGuest>12.1</d2p1:KmHasGuest>
      <d2p1:MoneyOnMeter>14</d2p1:MoneyOnMeter>
      <d2p1:MoneyReceiver>15</d2p1:MoneyReceiver>
      <d2p1:PrivateCode>sample string 1</d2p1:PrivateCode>
      <d2p1:StartAddress>sample string 7</d2p1:StartAddress>
      <d2p1:StartLatitude>5.1</d2p1:StartLatitude>
      <d2p1:StartLongitude>6.1</d2p1:StartLongitude>
      <d2p1:StartTimeGPS>2026-04-08T17:43:18.4182089+07:00</d2p1:StartTimeGPS>
      <d2p1:VehiclePlate>sample string 2</d2p1:VehiclePlate>
      <d2p1:WaitTime>13</d2p1:WaitTime>
    </d2p1:TripCheckerDetailEnt>
  </Data>
</GetTripCheckerDetailsO>