POST apiwba/all/vehicle/v1/findinfoforbad

Request Information

URI Parameters

None.

Body Parameters

FindInfoVehicleForBadI
NameDescriptionTypeAdditional information
VehiclePlates

Collection of string

None.

Username

string

None.

Password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "VehiclePlates": [
    "sample string 1",
    "sample string 2"
  ],
  "Username": "sample string 1",
  "Password": "sample string 2"
}

application/xml, text/xml

Sample:
<FindInfoVehicleForBadI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model">
  <Password xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 2</Password>
  <Username xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 1</Username>
  <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>
</FindInfoVehicleForBadI>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

FindInfoVehicleForBadO
NameDescriptionTypeAdditional information
MessageResult

string

None.

IsSucceed

boolean

None.

Data

Collection of FindInfoVehicleForBadItem

None.

Response Formats

application/json, text/json

Sample:
{
  "MessageResult": "sample string 1",
  "IsSucceed": true,
  "Data": [
    {
      "VehiclePlate": "sample string 1",
      "XNCode": 2,
      "Imei": "sample string 3",
      "VehicleTime": "2026-04-04T18:17:06.7400261+07:00",
      "VehicleState": 5,
      "SystemName": "sample string 6"
    },
    {
      "VehiclePlate": "sample string 1",
      "XNCode": 2,
      "Imei": "sample string 3",
      "VehicleTime": "2026-04-04T18:17:06.7400261+07:00",
      "VehicleState": 5,
      "SystemName": "sample string 6"
    }
  ]
}

application/xml, text/xml

Sample:
<FindInfoVehicleForBadO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Entities.Common">
    <d2p1:FindInfoVehicleForBadItem>
      <d2p1:Imei>sample string 3</d2p1:Imei>
      <d2p1:SystemName>sample string 6</d2p1:SystemName>
      <d2p1:VehiclePlate>sample string 1</d2p1:VehiclePlate>
      <d2p1:VehicleState>5</d2p1:VehicleState>
      <d2p1:VehicleTime>2026-04-04T18:17:06.7400261+07:00</d2p1:VehicleTime>
      <d2p1:XNCode>2</d2p1:XNCode>
    </d2p1:FindInfoVehicleForBadItem>
    <d2p1:FindInfoVehicleForBadItem>
      <d2p1:Imei>sample string 3</d2p1:Imei>
      <d2p1:SystemName>sample string 6</d2p1:SystemName>
      <d2p1:VehiclePlate>sample string 1</d2p1:VehiclePlate>
      <d2p1:VehicleState>5</d2p1:VehicleState>
      <d2p1:VehicleTime>2026-04-04T18:17:06.7400261+07:00</d2p1:VehicleTime>
      <d2p1:XNCode>2</d2p1:XNCode>
    </d2p1:FindInfoVehicleForBadItem>
  </Data>
  <IsSucceed>true</IsSucceed>
  <MessageResult>sample string 1</MessageResult>
</FindInfoVehicleForBadO>