POST apiwba/all/vehicle/v1/getinfobadbyplate
Request Information
URI Parameters
None.
Body Parameters
GetInfoVehicleByPlateI| Name | Description | Type | Additional information |
|---|---|---|---|
| VehiclePlate | string |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"VehiclePlate": "sample string 1",
"Username": "sample string 2",
"Password": "sample string 3"
}
application/xml, text/xml
Sample:
<GetInfoVehicleByPlateI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities.Common"> <Password>sample string 3</Password> <Username>sample string 2</Username> <VehiclePlate>sample string 1</VehiclePlate> </GetInfoVehicleByPlateI>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetInfoVehicleByPlateO| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of VehicleBad |
None. |
|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"SysName": "sample string 1",
"XNCode": 2,
"FK_CompanyID": 3,
"PK_VehicleID": 4,
"VehiclePlate": "sample string 5",
"DeviceType": "sample string 6",
"IMEI": "sample string 7",
"GpsTime": "2026-04-04T18:17:06.7087733+07:00",
"DbTime": "2026-04-04T18:17:06.7087733+07:00",
"VehicleTime": "2026-04-04T18:17:06.7087733+07:00",
"Latitude": 11.1,
"Longitude": 12.1,
"VelocityGPS": 13,
"VelocityMechanical": 14,
"VehicleState": 15,
"ExtendData": "sample string 16",
"MessageIdBAP": 17,
"MCExpried": "2026-04-04T18:17:06.7087733+07:00",
"MCExtend": "2026-04-04T18:17:06.7087733+07:00",
"ServerServiceInfoStr": "sample string 20",
"LogfileProcessModules": 21,
"CancelErrorOptions": 22,
"IsMachineOn": true,
"IsAirConditionerOn": true,
"IsDumpLift": true,
"CraneLift": true,
"IsDoorOpen": true,
"IsConcretePump": true,
"Fuels": [
1.1,
2.1
],
"LitersVoltageArr": {
"1": [
{
"Voltage": 1,
"NumberOfLiters": 2
},
{
"Voltage": 1,
"NumberOfLiters": 2
}
],
"2": [
{
"Voltage": 1,
"NumberOfLiters": 2
},
{
"Voltage": 1,
"NumberOfLiters": 2
}
]
},
"Temperatures": [
1.1,
1.1
]
},
{
"SysName": "sample string 1",
"XNCode": 2,
"FK_CompanyID": 3,
"PK_VehicleID": 4,
"VehiclePlate": "sample string 5",
"DeviceType": "sample string 6",
"IMEI": "sample string 7",
"GpsTime": "2026-04-04T18:17:06.7087733+07:00",
"DbTime": "2026-04-04T18:17:06.7087733+07:00",
"VehicleTime": "2026-04-04T18:17:06.7087733+07:00",
"Latitude": 11.1,
"Longitude": 12.1,
"VelocityGPS": 13,
"VelocityMechanical": 14,
"VehicleState": 15,
"ExtendData": "sample string 16",
"MessageIdBAP": 17,
"MCExpried": "2026-04-04T18:17:06.7087733+07:00",
"MCExtend": "2026-04-04T18:17:06.7087733+07:00",
"ServerServiceInfoStr": "sample string 20",
"LogfileProcessModules": 21,
"CancelErrorOptions": 22,
"IsMachineOn": true,
"IsAirConditionerOn": true,
"IsDumpLift": true,
"CraneLift": true,
"IsDoorOpen": true,
"IsConcretePump": true,
"Fuels": [
1.1,
2.1
],
"LitersVoltageArr": {
"1": [
{
"Voltage": 1,
"NumberOfLiters": 2
},
{
"Voltage": 1,
"NumberOfLiters": 2
}
],
"2": [
{
"Voltage": 1,
"NumberOfLiters": 2
},
{
"Voltage": 1,
"NumberOfLiters": 2
}
]
},
"Temperatures": [
1.1,
1.1
]
}
],
"IsSuccess": true,
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<GetInfoVehicleByPlateO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">
<IsSuccess>true</IsSuccess>
<Message>sample string 2</Message>
<Data>
<VehicleBad>
<CancelErrorOptions>22</CancelErrorOptions>
<CraneLift>true</CraneLift>
<DbTime>2026-04-04T18:17:06.7087733+07:00</DbTime>
<DeviceType>sample string 6</DeviceType>
<ExtendData>sample string 16</ExtendData>
<FK_CompanyID>3</FK_CompanyID>
<Fuels xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:double>1.1</d4p1:double>
<d4p1:double>2.1</d4p1:double>
</Fuels>
<GpsTime>2026-04-04T18:17:06.7087733+07:00</GpsTime>
<IMEI>sample string 7</IMEI>
<IsAirConditionerOn>true</IsAirConditionerOn>
<IsConcretePump>true</IsConcretePump>
<IsDoorOpen>true</IsDoorOpen>
<IsDumpLift>true</IsDumpLift>
<IsMachineOn>true</IsMachineOn>
<Latitude>11.1</Latitude>
<LitersVoltageArr xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfintArrayOfLitersVoltagej01HimN0>
<d4p1:Key>1</d4p1:Key>
<d4p1:Value xmlns:d6p1="http://schemas.datacontract.org/2004/07/ApiEntities.Api">
<d6p1:LitersVoltage>
<d6p1:NumberOfLiters>2</d6p1:NumberOfLiters>
<d6p1:Voltage>1</d6p1:Voltage>
</d6p1:LitersVoltage>
<d6p1:LitersVoltage>
<d6p1:NumberOfLiters>2</d6p1:NumberOfLiters>
<d6p1:Voltage>1</d6p1:Voltage>
</d6p1:LitersVoltage>
</d4p1:Value>
</d4p1:KeyValueOfintArrayOfLitersVoltagej01HimN0>
<d4p1:KeyValueOfintArrayOfLitersVoltagej01HimN0>
<d4p1:Key>2</d4p1:Key>
<d4p1:Value xmlns:d6p1="http://schemas.datacontract.org/2004/07/ApiEntities.Api">
<d6p1:LitersVoltage>
<d6p1:NumberOfLiters>2</d6p1:NumberOfLiters>
<d6p1:Voltage>1</d6p1:Voltage>
</d6p1:LitersVoltage>
<d6p1:LitersVoltage>
<d6p1:NumberOfLiters>2</d6p1:NumberOfLiters>
<d6p1:Voltage>1</d6p1:Voltage>
</d6p1:LitersVoltage>
</d4p1:Value>
</d4p1:KeyValueOfintArrayOfLitersVoltagej01HimN0>
</LitersVoltageArr>
<LogfileProcessModules>21</LogfileProcessModules>
<Longitude>12.1</Longitude>
<MCExpried>2026-04-04T18:17:06.7087733+07:00</MCExpried>
<MCExtend>2026-04-04T18:17:06.7087733+07:00</MCExtend>
<MessageIdBAP>17</MessageIdBAP>
<PK_VehicleID>4</PK_VehicleID>
<ServerServiceInfoStr>sample string 20</ServerServiceInfoStr>
<SysName>sample string 1</SysName>
<Temperatures xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:double>1.1</d4p1:double>
<d4p1:double>1.1</d4p1:double>
</Temperatures>
<VehiclePlate>sample string 5</VehiclePlate>
<VehicleState>15</VehicleState>
<VehicleTime>2026-04-04T18:17:06.7087733+07:00</VehicleTime>
<VelocityGPS>13</VelocityGPS>
<VelocityMechanical>14</VelocityMechanical>
<XNCode>2</XNCode>
</VehicleBad>
<VehicleBad>
<CancelErrorOptions>22</CancelErrorOptions>
<CraneLift>true</CraneLift>
<DbTime>2026-04-04T18:17:06.7087733+07:00</DbTime>
<DeviceType>sample string 6</DeviceType>
<ExtendData>sample string 16</ExtendData>
<FK_CompanyID>3</FK_CompanyID>
<Fuels xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:double>1.1</d4p1:double>
<d4p1:double>2.1</d4p1:double>
</Fuels>
<GpsTime>2026-04-04T18:17:06.7087733+07:00</GpsTime>
<IMEI>sample string 7</IMEI>
<IsAirConditionerOn>true</IsAirConditionerOn>
<IsConcretePump>true</IsConcretePump>
<IsDoorOpen>true</IsDoorOpen>
<IsDumpLift>true</IsDumpLift>
<IsMachineOn>true</IsMachineOn>
<Latitude>11.1</Latitude>
<LitersVoltageArr xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfintArrayOfLitersVoltagej01HimN0>
<d4p1:Key>1</d4p1:Key>
<d4p1:Value xmlns:d6p1="http://schemas.datacontract.org/2004/07/ApiEntities.Api">
<d6p1:LitersVoltage>
<d6p1:NumberOfLiters>2</d6p1:NumberOfLiters>
<d6p1:Voltage>1</d6p1:Voltage>
</d6p1:LitersVoltage>
<d6p1:LitersVoltage>
<d6p1:NumberOfLiters>2</d6p1:NumberOfLiters>
<d6p1:Voltage>1</d6p1:Voltage>
</d6p1:LitersVoltage>
</d4p1:Value>
</d4p1:KeyValueOfintArrayOfLitersVoltagej01HimN0>
<d4p1:KeyValueOfintArrayOfLitersVoltagej01HimN0>
<d4p1:Key>2</d4p1:Key>
<d4p1:Value xmlns:d6p1="http://schemas.datacontract.org/2004/07/ApiEntities.Api">
<d6p1:LitersVoltage>
<d6p1:NumberOfLiters>2</d6p1:NumberOfLiters>
<d6p1:Voltage>1</d6p1:Voltage>
</d6p1:LitersVoltage>
<d6p1:LitersVoltage>
<d6p1:NumberOfLiters>2</d6p1:NumberOfLiters>
<d6p1:Voltage>1</d6p1:Voltage>
</d6p1:LitersVoltage>
</d4p1:Value>
</d4p1:KeyValueOfintArrayOfLitersVoltagej01HimN0>
</LitersVoltageArr>
<LogfileProcessModules>21</LogfileProcessModules>
<Longitude>12.1</Longitude>
<MCExpried>2026-04-04T18:17:06.7087733+07:00</MCExpried>
<MCExtend>2026-04-04T18:17:06.7087733+07:00</MCExtend>
<MessageIdBAP>17</MessageIdBAP>
<PK_VehicleID>4</PK_VehicleID>
<ServerServiceInfoStr>sample string 20</ServerServiceInfoStr>
<SysName>sample string 1</SysName>
<Temperatures xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:double>1.1</d4p1:double>
<d4p1:double>1.1</d4p1:double>
</Temperatures>
<VehiclePlate>sample string 5</VehiclePlate>
<VehicleState>15</VehicleState>
<VehicleTime>2026-04-04T18:17:06.7087733+07:00</VehicleTime>
<VelocityGPS>13</VelocityGPS>
<VelocityMechanical>14</VelocityMechanical>
<XNCode>2</XNCode>
</VehicleBad>
</Data>
</GetInfoVehicleByPlateO>