POST apiwba/gps/vehicleviolatev2

Request Information

URI Parameters

None.

Body Parameters

ApiReportInputBase
NameDescriptionTypeAdditional information
FromDate

date

None.

ToDate

date

None.

VehiclePlates

Collection of string

None.

CustomerCode

string

None.

Key

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FromDate": "2026-04-08T17:02:10.7098323+07:00",
  "ToDate": "2026-04-08T17:02:10.7098323+07:00",
  "VehiclePlates": [
    "sample string 1",
    "sample string 2"
  ],
  "CustomerCode": "sample string 3",
  "Key": "sample string 4"
}

application/xml, text/xml

Sample:
<ApiReportInputBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model.Gps">
  <CustomerCode xmlns="http://schemas.datacontract.org/2004/07/API.Model">sample string 3</CustomerCode>
  <Key xmlns="http://schemas.datacontract.org/2004/07/API.Model">sample string 4</Key>
  <FromDate>2026-04-08T17:02:10.7098323+07:00</FromDate>
  <ToDate>2026-04-08T17:02:10.7098323+07:00</ToDate>
  <VehiclePlates xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </VehiclePlates>
</ApiReportInputBase>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ReportVehicleViolateGlsOV2
NameDescriptionTypeAdditional information
MessageResult

string

None.

IsSucceed

boolean

None.

Data

Collection of ReportVehicleViolateGlsEntV2

None.

Response Formats

application/json, text/json

Sample:
{
  "MessageResult": "sample string 1",
  "IsSucceed": true,
  "Data": [
    {
      "Date": "2026-04-08T17:02:10.7098323+07:00",
      "VehiclePlate": "sample string 2",
      "PrivateCode": "sample string 3",
      "DriverName": "sample string 4",
      "DriverLicense": "sample string 5",
      "TotalKm": 6.1,
      "ActivityTime": 7.1,
      "Violate4Hours": [
        {
          "StartTime": "2026-04-08T17:02:10.7098323+07:00",
          "StartLatitude": 2.1,
          "StartLongitude": 3.1,
          "StartAddress": "sample string 4",
          "EndTime": "2026-04-08T17:02:10.7098323+07:00",
          "EndLatitude": 6.1,
          "EndLongitude": 7.1,
          "EndAddress": "sample string 8",
          "SecondsViolate": 9
        },
        {
          "StartTime": "2026-04-08T17:02:10.7098323+07:00",
          "StartLatitude": 2.1,
          "StartLongitude": 3.1,
          "StartAddress": "sample string 4",
          "EndTime": "2026-04-08T17:02:10.7098323+07:00",
          "EndLatitude": 6.1,
          "EndLongitude": 7.1,
          "EndAddress": "sample string 8",
          "SecondsViolate": 9
        }
      ],
      "Violate10Hours": {
        "StartTime": "2026-04-08T17:02:10.7098323+07:00",
        "StartLatitude": 2.1,
        "StartLongitude": 3.1,
        "StartAddress": "sample string 4",
        "EndTime": "2026-04-08T17:02:10.7098323+07:00",
        "EndLatitude": 6.1,
        "EndLongitude": 7.1,
        "EndAddress": "sample string 8",
        "SecondsViolate": 9
      },
      "ViolateSpeedOver": [
        {
          "StartTime": "2026-04-08T17:02:10.7098323+07:00",
          "StartLatitude": 2.1,
          "StartLongitude": 3.1,
          "StartAddress": "sample string 4",
          "EndTime": "2026-04-08T17:02:10.7098323+07:00",
          "EndLatitude": 6.1,
          "EndLongitude": 7.1,
          "EndAddress": "sample string 8",
          "MaxSpeed": 9.1,
          "AllowSpeed": 10.1
        },
        {
          "StartTime": "2026-04-08T17:02:10.7098323+07:00",
          "StartLatitude": 2.1,
          "StartLongitude": 3.1,
          "StartAddress": "sample string 4",
          "EndTime": "2026-04-08T17:02:10.7098323+07:00",
          "EndLatitude": 6.1,
          "EndLongitude": 7.1,
          "EndAddress": "sample string 8",
          "MaxSpeed": 9.1,
          "AllowSpeed": 10.1
        }
      ],
      "ViolateBrake": [
        {
          "StartTime": "2026-04-08T17:02:10.7098323+07:00",
          "StartLatitude": 2.1,
          "StartLongitude": 3.1,
          "StartAddress": "sample string 4",
          "StartSpeed": 5.1,
          "EndTime": "2026-04-08T17:02:10.7098323+07:00",
          "EndLatitude": 7.1,
          "EndLongitude": 8.1,
          "EndAddress": "sample string 9",
          "EndSpeed": 10.1
        },
        {
          "StartTime": "2026-04-08T17:02:10.7098323+07:00",
          "StartLatitude": 2.1,
          "StartLongitude": 3.1,
          "StartAddress": "sample string 4",
          "StartSpeed": 5.1,
          "EndTime": "2026-04-08T17:02:10.7098323+07:00",
          "EndLatitude": 7.1,
          "EndLongitude": 8.1,
          "EndAddress": "sample string 9",
          "EndSpeed": 10.1
        }
      ],
      "ViolateSpeedup": [
        {
          "StartTime": "2026-04-08T17:02:10.7098323+07:00",
          "StartLatitude": 2.1,
          "StartLongitude": 3.1,
          "StartAddress": "sample string 4",
          "StartSpeed": 5.1,
          "EndTime": "2026-04-08T17:02:10.7098323+07:00",
          "EndLatitude": 7.1,
          "EndLongitude": 8.1,
          "EndAddress": "sample string 9",
          "EndSpeed": 10.1
        },
        {
          "StartTime": "2026-04-08T17:02:10.7098323+07:00",
          "StartLatitude": 2.1,
          "StartLongitude": 3.1,
          "StartAddress": "sample string 4",
          "StartSpeed": 5.1,
          "EndTime": "2026-04-08T17:02:10.7098323+07:00",
          "EndLatitude": 7.1,
          "EndLongitude": 8.1,
          "EndAddress": "sample string 9",
          "EndSpeed": 10.1
        }
      ],
      "SharpTurn": [
        {
          "ViolateTime": "2026-04-08T17:02:10.7098323+07:00",
          "Latitude": 2.1,
          "Longitude": 3.1,
          "Address": "sample string 4"
        },
        {
          "ViolateTime": "2026-04-08T17:02:10.7098323+07:00",
          "Latitude": 2.1,
          "Longitude": 3.1,
          "Address": "sample string 4"
        }
      ]
    },
    {
      "Date": "2026-04-08T17:02:10.7098323+07:00",
      "VehiclePlate": "sample string 2",
      "PrivateCode": "sample string 3",
      "DriverName": "sample string 4",
      "DriverLicense": "sample string 5",
      "TotalKm": 6.1,
      "ActivityTime": 7.1,
      "Violate4Hours": [
        {
          "StartTime": "2026-04-08T17:02:10.7098323+07:00",
          "StartLatitude": 2.1,
          "StartLongitude": 3.1,
          "StartAddress": "sample string 4",
          "EndTime": "2026-04-08T17:02:10.7098323+07:00",
          "EndLatitude": 6.1,
          "EndLongitude": 7.1,
          "EndAddress": "sample string 8",
          "SecondsViolate": 9
        },
        {
          "StartTime": "2026-04-08T17:02:10.7098323+07:00",
          "StartLatitude": 2.1,
          "StartLongitude": 3.1,
          "StartAddress": "sample string 4",
          "EndTime": "2026-04-08T17:02:10.7098323+07:00",
          "EndLatitude": 6.1,
          "EndLongitude": 7.1,
          "EndAddress": "sample string 8",
          "SecondsViolate": 9
        }
      ],
      "Violate10Hours": {
        "StartTime": "2026-04-08T17:02:10.7098323+07:00",
        "StartLatitude": 2.1,
        "StartLongitude": 3.1,
        "StartAddress": "sample string 4",
        "EndTime": "2026-04-08T17:02:10.7098323+07:00",
        "EndLatitude": 6.1,
        "EndLongitude": 7.1,
        "EndAddress": "sample string 8",
        "SecondsViolate": 9
      },
      "ViolateSpeedOver": [
        {
          "StartTime": "2026-04-08T17:02:10.7098323+07:00",
          "StartLatitude": 2.1,
          "StartLongitude": 3.1,
          "StartAddress": "sample string 4",
          "EndTime": "2026-04-08T17:02:10.7098323+07:00",
          "EndLatitude": 6.1,
          "EndLongitude": 7.1,
          "EndAddress": "sample string 8",
          "MaxSpeed": 9.1,
          "AllowSpeed": 10.1
        },
        {
          "StartTime": "2026-04-08T17:02:10.7098323+07:00",
          "StartLatitude": 2.1,
          "StartLongitude": 3.1,
          "StartAddress": "sample string 4",
          "EndTime": "2026-04-08T17:02:10.7098323+07:00",
          "EndLatitude": 6.1,
          "EndLongitude": 7.1,
          "EndAddress": "sample string 8",
          "MaxSpeed": 9.1,
          "AllowSpeed": 10.1
        }
      ],
      "ViolateBrake": [
        {
          "StartTime": "2026-04-08T17:02:10.7098323+07:00",
          "StartLatitude": 2.1,
          "StartLongitude": 3.1,
          "StartAddress": "sample string 4",
          "StartSpeed": 5.1,
          "EndTime": "2026-04-08T17:02:10.7098323+07:00",
          "EndLatitude": 7.1,
          "EndLongitude": 8.1,
          "EndAddress": "sample string 9",
          "EndSpeed": 10.1
        },
        {
          "StartTime": "2026-04-08T17:02:10.7098323+07:00",
          "StartLatitude": 2.1,
          "StartLongitude": 3.1,
          "StartAddress": "sample string 4",
          "StartSpeed": 5.1,
          "EndTime": "2026-04-08T17:02:10.7098323+07:00",
          "EndLatitude": 7.1,
          "EndLongitude": 8.1,
          "EndAddress": "sample string 9",
          "EndSpeed": 10.1
        }
      ],
      "ViolateSpeedup": [
        {
          "StartTime": "2026-04-08T17:02:10.7098323+07:00",
          "StartLatitude": 2.1,
          "StartLongitude": 3.1,
          "StartAddress": "sample string 4",
          "StartSpeed": 5.1,
          "EndTime": "2026-04-08T17:02:10.7098323+07:00",
          "EndLatitude": 7.1,
          "EndLongitude": 8.1,
          "EndAddress": "sample string 9",
          "EndSpeed": 10.1
        },
        {
          "StartTime": "2026-04-08T17:02:10.7098323+07:00",
          "StartLatitude": 2.1,
          "StartLongitude": 3.1,
          "StartAddress": "sample string 4",
          "StartSpeed": 5.1,
          "EndTime": "2026-04-08T17:02:10.7098323+07:00",
          "EndLatitude": 7.1,
          "EndLongitude": 8.1,
          "EndAddress": "sample string 9",
          "EndSpeed": 10.1
        }
      ],
      "SharpTurn": [
        {
          "ViolateTime": "2026-04-08T17:02:10.7098323+07:00",
          "Latitude": 2.1,
          "Longitude": 3.1,
          "Address": "sample string 4"
        },
        {
          "ViolateTime": "2026-04-08T17:02:10.7098323+07:00",
          "Latitude": 2.1,
          "Longitude": 3.1,
          "Address": "sample string 4"
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<ReportVehicleViolateGlsOV2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model.Gps">
  <Data>
    <ReportVehicleViolateGlsEntV2>
      <ActivityTime>7.1</ActivityTime>
      <Date>2026-04-08T17:02:10.7098323+07:00</Date>
      <DriverLicense>sample string 5</DriverLicense>
      <DriverName>sample string 4</DriverName>
      <PrivateCode>sample string 3</PrivateCode>
      <SharpTurn>
        <ViolateSharpTurnGls>
          <Address>sample string 4</Address>
          <Latitude>2.1</Latitude>
          <Longitude>3.1</Longitude>
          <ViolateTime>2026-04-08T17:02:10.7098323+07:00</ViolateTime>
        </ViolateSharpTurnGls>
        <ViolateSharpTurnGls>
          <Address>sample string 4</Address>
          <Latitude>2.1</Latitude>
          <Longitude>3.1</Longitude>
          <ViolateTime>2026-04-08T17:02:10.7098323+07:00</ViolateTime>
        </ViolateSharpTurnGls>
      </SharpTurn>
      <TotalKm>6.1</TotalKm>
      <VehiclePlate>sample string 2</VehiclePlate>
      <Violate10Hours>
        <EndAddress>sample string 8</EndAddress>
        <EndLatitude>6.1</EndLatitude>
        <EndLongitude>7.1</EndLongitude>
        <EndTime>2026-04-08T17:02:10.7098323+07:00</EndTime>
        <SecondsViolate>9</SecondsViolate>
        <StartAddress>sample string 4</StartAddress>
        <StartLatitude>2.1</StartLatitude>
        <StartLongitude>3.1</StartLongitude>
        <StartTime>2026-04-08T17:02:10.7098323+07:00</StartTime>
      </Violate10Hours>
      <Violate4Hours>
        <ViolateHoursGls>
          <EndAddress>sample string 8</EndAddress>
          <EndLatitude>6.1</EndLatitude>
          <EndLongitude>7.1</EndLongitude>
          <EndTime>2026-04-08T17:02:10.7098323+07:00</EndTime>
          <SecondsViolate>9</SecondsViolate>
          <StartAddress>sample string 4</StartAddress>
          <StartLatitude>2.1</StartLatitude>
          <StartLongitude>3.1</StartLongitude>
          <StartTime>2026-04-08T17:02:10.7098323+07:00</StartTime>
        </ViolateHoursGls>
        <ViolateHoursGls>
          <EndAddress>sample string 8</EndAddress>
          <EndLatitude>6.1</EndLatitude>
          <EndLongitude>7.1</EndLongitude>
          <EndTime>2026-04-08T17:02:10.7098323+07:00</EndTime>
          <SecondsViolate>9</SecondsViolate>
          <StartAddress>sample string 4</StartAddress>
          <StartLatitude>2.1</StartLatitude>
          <StartLongitude>3.1</StartLongitude>
          <StartTime>2026-04-08T17:02:10.7098323+07:00</StartTime>
        </ViolateHoursGls>
      </Violate4Hours>
      <ViolateBrake>
        <ViolateBrakeSpeedupGls>
          <EndAddress>sample string 9</EndAddress>
          <EndLatitude>7.1</EndLatitude>
          <EndLongitude>8.1</EndLongitude>
          <EndSpeed>10.1</EndSpeed>
          <EndTime>2026-04-08T17:02:10.7098323+07:00</EndTime>
          <StartAddress>sample string 4</StartAddress>
          <StartLatitude>2.1</StartLatitude>
          <StartLongitude>3.1</StartLongitude>
          <StartSpeed>5.1</StartSpeed>
          <StartTime>2026-04-08T17:02:10.7098323+07:00</StartTime>
        </ViolateBrakeSpeedupGls>
        <ViolateBrakeSpeedupGls>
          <EndAddress>sample string 9</EndAddress>
          <EndLatitude>7.1</EndLatitude>
          <EndLongitude>8.1</EndLongitude>
          <EndSpeed>10.1</EndSpeed>
          <EndTime>2026-04-08T17:02:10.7098323+07:00</EndTime>
          <StartAddress>sample string 4</StartAddress>
          <StartLatitude>2.1</StartLatitude>
          <StartLongitude>3.1</StartLongitude>
          <StartSpeed>5.1</StartSpeed>
          <StartTime>2026-04-08T17:02:10.7098323+07:00</StartTime>
        </ViolateBrakeSpeedupGls>
      </ViolateBrake>
      <ViolateSpeedOver>
        <ViolateSpeedOverGls>
          <AllowSpeed>10.1</AllowSpeed>
          <EndAddress>sample string 8</EndAddress>
          <EndLatitude>6.1</EndLatitude>
          <EndLongitude>7.1</EndLongitude>
          <EndTime>2026-04-08T17:02:10.7098323+07:00</EndTime>
          <MaxSpeed>9.1</MaxSpeed>
          <StartAddress>sample string 4</StartAddress>
          <StartLatitude>2.1</StartLatitude>
          <StartLongitude>3.1</StartLongitude>
          <StartTime>2026-04-08T17:02:10.7098323+07:00</StartTime>
        </ViolateSpeedOverGls>
        <ViolateSpeedOverGls>
          <AllowSpeed>10.1</AllowSpeed>
          <EndAddress>sample string 8</EndAddress>
          <EndLatitude>6.1</EndLatitude>
          <EndLongitude>7.1</EndLongitude>
          <EndTime>2026-04-08T17:02:10.7098323+07:00</EndTime>
          <MaxSpeed>9.1</MaxSpeed>
          <StartAddress>sample string 4</StartAddress>
          <StartLatitude>2.1</StartLatitude>
          <StartLongitude>3.1</StartLongitude>
          <StartTime>2026-04-08T17:02:10.7098323+07:00</StartTime>
        </ViolateSpeedOverGls>
      </ViolateSpeedOver>
      <ViolateSpeedup>
        <ViolateBrakeSpeedupGls>
          <EndAddress>sample string 9</EndAddress>
          <EndLatitude>7.1</EndLatitude>
          <EndLongitude>8.1</EndLongitude>
          <EndSpeed>10.1</EndSpeed>
          <EndTime>2026-04-08T17:02:10.7098323+07:00</EndTime>
          <StartAddress>sample string 4</StartAddress>
          <StartLatitude>2.1</StartLatitude>
          <StartLongitude>3.1</StartLongitude>
          <StartSpeed>5.1</StartSpeed>
          <StartTime>2026-04-08T17:02:10.7098323+07:00</StartTime>
        </ViolateBrakeSpeedupGls>
        <ViolateBrakeSpeedupGls>
          <EndAddress>sample string 9</EndAddress>
          <EndLatitude>7.1</EndLatitude>
          <EndLongitude>8.1</EndLongitude>
          <EndSpeed>10.1</EndSpeed>
          <EndTime>2026-04-08T17:02:10.7098323+07:00</EndTime>
          <StartAddress>sample string 4</StartAddress>
          <StartLatitude>2.1</StartLatitude>
          <StartLongitude>3.1</StartLongitude>
          <StartSpeed>5.1</StartSpeed>
          <StartTime>2026-04-08T17:02:10.7098323+07:00</StartTime>
        </ViolateBrakeSpeedupGls>
      </ViolateSpeedup>
    </ReportVehicleViolateGlsEntV2>
    <ReportVehicleViolateGlsEntV2>
      <ActivityTime>7.1</ActivityTime>
      <Date>2026-04-08T17:02:10.7098323+07:00</Date>
      <DriverLicense>sample string 5</DriverLicense>
      <DriverName>sample string 4</DriverName>
      <PrivateCode>sample string 3</PrivateCode>
      <SharpTurn>
        <ViolateSharpTurnGls>
          <Address>sample string 4</Address>
          <Latitude>2.1</Latitude>
          <Longitude>3.1</Longitude>
          <ViolateTime>2026-04-08T17:02:10.7098323+07:00</ViolateTime>
        </ViolateSharpTurnGls>
        <ViolateSharpTurnGls>
          <Address>sample string 4</Address>
          <Latitude>2.1</Latitude>
          <Longitude>3.1</Longitude>
          <ViolateTime>2026-04-08T17:02:10.7098323+07:00</ViolateTime>
        </ViolateSharpTurnGls>
      </SharpTurn>
      <TotalKm>6.1</TotalKm>
      <VehiclePlate>sample string 2</VehiclePlate>
      <Violate10Hours>
        <EndAddress>sample string 8</EndAddress>
        <EndLatitude>6.1</EndLatitude>
        <EndLongitude>7.1</EndLongitude>
        <EndTime>2026-04-08T17:02:10.7098323+07:00</EndTime>
        <SecondsViolate>9</SecondsViolate>
        <StartAddress>sample string 4</StartAddress>
        <StartLatitude>2.1</StartLatitude>
        <StartLongitude>3.1</StartLongitude>
        <StartTime>2026-04-08T17:02:10.7098323+07:00</StartTime>
      </Violate10Hours>
      <Violate4Hours>
        <ViolateHoursGls>
          <EndAddress>sample string 8</EndAddress>
          <EndLatitude>6.1</EndLatitude>
          <EndLongitude>7.1</EndLongitude>
          <EndTime>2026-04-08T17:02:10.7098323+07:00</EndTime>
          <SecondsViolate>9</SecondsViolate>
          <StartAddress>sample string 4</StartAddress>
          <StartLatitude>2.1</StartLatitude>
          <StartLongitude>3.1</StartLongitude>
          <StartTime>2026-04-08T17:02:10.7098323+07:00</StartTime>
        </ViolateHoursGls>
        <ViolateHoursGls>
          <EndAddress>sample string 8</EndAddress>
          <EndLatitude>6.1</EndLatitude>
          <EndLongitude>7.1</EndLongitude>
          <EndTime>2026-04-08T17:02:10.7098323+07:00</EndTime>
          <SecondsViolate>9</SecondsViolate>
          <StartAddress>sample string 4</StartAddress>
          <StartLatitude>2.1</StartLatitude>
          <StartLongitude>3.1</StartLongitude>
          <StartTime>2026-04-08T17:02:10.7098323+07:00</StartTime>
        </ViolateHoursGls>
      </Violate4Hours>
      <ViolateBrake>
        <ViolateBrakeSpeedupGls>
          <EndAddress>sample string 9</EndAddress>
          <EndLatitude>7.1</EndLatitude>
          <EndLongitude>8.1</EndLongitude>
          <EndSpeed>10.1</EndSpeed>
          <EndTime>2026-04-08T17:02:10.7098323+07:00</EndTime>
          <StartAddress>sample string 4</StartAddress>
          <StartLatitude>2.1</StartLatitude>
          <StartLongitude>3.1</StartLongitude>
          <StartSpeed>5.1</StartSpeed>
          <StartTime>2026-04-08T17:02:10.7098323+07:00</StartTime>
        </ViolateBrakeSpeedupGls>
        <ViolateBrakeSpeedupGls>
          <EndAddress>sample string 9</EndAddress>
          <EndLatitude>7.1</EndLatitude>
          <EndLongitude>8.1</EndLongitude>
          <EndSpeed>10.1</EndSpeed>
          <EndTime>2026-04-08T17:02:10.7098323+07:00</EndTime>
          <StartAddress>sample string 4</StartAddress>
          <StartLatitude>2.1</StartLatitude>
          <StartLongitude>3.1</StartLongitude>
          <StartSpeed>5.1</StartSpeed>
          <StartTime>2026-04-08T17:02:10.7098323+07:00</StartTime>
        </ViolateBrakeSpeedupGls>
      </ViolateBrake>
      <ViolateSpeedOver>
        <ViolateSpeedOverGls>
          <AllowSpeed>10.1</AllowSpeed>
          <EndAddress>sample string 8</EndAddress>
          <EndLatitude>6.1</EndLatitude>
          <EndLongitude>7.1</EndLongitude>
          <EndTime>2026-04-08T17:02:10.7098323+07:00</EndTime>
          <MaxSpeed>9.1</MaxSpeed>
          <StartAddress>sample string 4</StartAddress>
          <StartLatitude>2.1</StartLatitude>
          <StartLongitude>3.1</StartLongitude>
          <StartTime>2026-04-08T17:02:10.7098323+07:00</StartTime>
        </ViolateSpeedOverGls>
        <ViolateSpeedOverGls>
          <AllowSpeed>10.1</AllowSpeed>
          <EndAddress>sample string 8</EndAddress>
          <EndLatitude>6.1</EndLatitude>
          <EndLongitude>7.1</EndLongitude>
          <EndTime>2026-04-08T17:02:10.7098323+07:00</EndTime>
          <MaxSpeed>9.1</MaxSpeed>
          <StartAddress>sample string 4</StartAddress>
          <StartLatitude>2.1</StartLatitude>
          <StartLongitude>3.1</StartLongitude>
          <StartTime>2026-04-08T17:02:10.7098323+07:00</StartTime>
        </ViolateSpeedOverGls>
      </ViolateSpeedOver>
      <ViolateSpeedup>
        <ViolateBrakeSpeedupGls>
          <EndAddress>sample string 9</EndAddress>
          <EndLatitude>7.1</EndLatitude>
          <EndLongitude>8.1</EndLongitude>
          <EndSpeed>10.1</EndSpeed>
          <EndTime>2026-04-08T17:02:10.7098323+07:00</EndTime>
          <StartAddress>sample string 4</StartAddress>
          <StartLatitude>2.1</StartLatitude>
          <StartLongitude>3.1</StartLongitude>
          <StartSpeed>5.1</StartSpeed>
          <StartTime>2026-04-08T17:02:10.7098323+07:00</StartTime>
        </ViolateBrakeSpeedupGls>
        <ViolateBrakeSpeedupGls>
          <EndAddress>sample string 9</EndAddress>
          <EndLatitude>7.1</EndLatitude>
          <EndLongitude>8.1</EndLongitude>
          <EndSpeed>10.1</EndSpeed>
          <EndTime>2026-04-08T17:02:10.7098323+07:00</EndTime>
          <StartAddress>sample string 4</StartAddress>
          <StartLatitude>2.1</StartLatitude>
          <StartLongitude>3.1</StartLongitude>
          <StartSpeed>5.1</StartSpeed>
          <StartTime>2026-04-08T17:02:10.7098323+07:00</StartTime>
        </ViolateBrakeSpeedupGls>
      </ViolateSpeedup>
    </ReportVehicleViolateGlsEntV2>
  </Data>
  <IsSucceed>true</IsSucceed>
  <MessageResult>sample string 1</MessageResult>
</ReportVehicleViolateGlsOV2>