POST apiwba/gps/rptfeestation

Request Information

URI Parameters

None.

Body Parameters

JsonGpsApiInput
NameDescriptionTypeAdditional information
VehiclePlate

string

None.

FromDate

date

None.

ToDate

date

None.

WithDriverInfo

boolean

None.

CustomerCode

string

None.

Key

string

None.

Request Formats

application/json, text/json

Sample:
{
  "VehiclePlate": "sample string 1",
  "FromDate": "2026-04-04T18:18:28.7952179+07:00",
  "ToDate": "2026-04-04T18:18:28.7952179+07:00",
  "WithDriverInfo": true,
  "CustomerCode": "sample string 5",
  "Key": "sample string 6"
}

application/xml, text/xml

Sample:
<JsonGpsApiInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model">
  <CustomerCode>sample string 5</CustomerCode>
  <Key>sample string 6</Key>
  <FromDate>2026-04-04T18:18:28.7952179+07:00</FromDate>
  <ToDate>2026-04-04T18:18:28.7952179+07:00</ToDate>
  <VehiclePlate>sample string 1</VehiclePlate>
  <WithDriverInfo>true</WithDriverInfo>
</JsonGpsApiInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonGpsApiRsVehicleFeeBots
NameDescriptionTypeAdditional information
MessageResult

string

None.

IsSucceed

boolean

None.

ListFees

Collection of JsonApiVehicleFeeBot

None.

Response Formats

application/json, text/json

Sample:
{
  "MessageResult": "sample string 1",
  "IsSucceed": true,
  "ListFees": [
    {
      "VehiclePlate": "sample string 1",
      "PrivateCode": "sample string 2",
      "VehicleTypeName": "sample string 3",
      "BotName": "sample string 4",
      "StageName": "sample string 5",
      "InName": "sample string 6",
      "InTime": "2026-04-04T18:18:28.7952179+07:00",
      "OutName": "sample string 8",
      "OutTime": "2026-04-04T18:18:28.7952179+07:00",
      "CheckName": "sample string 10",
      "CheckTime": "2026-04-04T18:18:28.7952179+07:00",
      "KmOnStage": 12.1,
      "Fee": 13.1,
      "Note": "sample string 14"
    },
    {
      "VehiclePlate": "sample string 1",
      "PrivateCode": "sample string 2",
      "VehicleTypeName": "sample string 3",
      "BotName": "sample string 4",
      "StageName": "sample string 5",
      "InName": "sample string 6",
      "InTime": "2026-04-04T18:18:28.7952179+07:00",
      "OutName": "sample string 8",
      "OutTime": "2026-04-04T18:18:28.7952179+07:00",
      "CheckName": "sample string 10",
      "CheckTime": "2026-04-04T18:18:28.7952179+07:00",
      "KmOnStage": 12.1,
      "Fee": 13.1,
      "Note": "sample string 14"
    }
  ]
}

application/xml, text/xml

Sample:
<JsonGpsApiRsVehicleFeeBots xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model">
  <IsSucceed>true</IsSucceed>
  <ListFees>
    <JsonApiVehicleFeeBot>
      <BotName>sample string 4</BotName>
      <CheckName>sample string 10</CheckName>
      <CheckTime>2026-04-04T18:18:28.7952179+07:00</CheckTime>
      <Fee>13.1</Fee>
      <InName>sample string 6</InName>
      <InTime>2026-04-04T18:18:28.7952179+07:00</InTime>
      <KmOnStage>12.1</KmOnStage>
      <Note>sample string 14</Note>
      <OutName>sample string 8</OutName>
      <OutTime>2026-04-04T18:18:28.7952179+07:00</OutTime>
      <PrivateCode>sample string 2</PrivateCode>
      <StageName>sample string 5</StageName>
      <VehiclePlate>sample string 1</VehiclePlate>
      <VehicleTypeName>sample string 3</VehicleTypeName>
    </JsonApiVehicleFeeBot>
    <JsonApiVehicleFeeBot>
      <BotName>sample string 4</BotName>
      <CheckName>sample string 10</CheckName>
      <CheckTime>2026-04-04T18:18:28.7952179+07:00</CheckTime>
      <Fee>13.1</Fee>
      <InName>sample string 6</InName>
      <InTime>2026-04-04T18:18:28.7952179+07:00</InTime>
      <KmOnStage>12.1</KmOnStage>
      <Note>sample string 14</Note>
      <OutName>sample string 8</OutName>
      <OutTime>2026-04-04T18:18:28.7952179+07:00</OutTime>
      <PrivateCode>sample string 2</PrivateCode>
      <StageName>sample string 5</StageName>
      <VehiclePlate>sample string 1</VehiclePlate>
      <VehicleTypeName>sample string 3</VehicleTypeName>
    </JsonApiVehicleFeeBot>
  </ListFees>
  <MessageResult>sample string 1</MessageResult>
</JsonGpsApiRsVehicleFeeBots>