POST apiwba/all/getgeneralinfosbyxnplate
Request Information
URI Parameters
None.
Body Parameters
GeneralInfosByXnPlateInput| Name | Description | Type | Additional information |
|---|---|---|---|
| XNCode | integer |
None. |
|
| VehiclePlate | string |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"XNCode": 1,
"VehiclePlate": "sample string 2",
"Username": "sample string 3",
"Password": "sample string 4"
}
application/xml, text/xml
Sample:
<GeneralInfosByXnPlateInput 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 4</Password> <Username xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 3</Username> <VehiclePlate>sample string 2</VehiclePlate> <XNCode>1</XNCode> </GeneralInfosByXnPlateInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GeneralInfosByXnPlateResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | GeneralInfosByXnPlate |
None. |
|
| MessageResult | string |
None. |
|
| MessageInternalResult | string |
None. |
|
| ErrorType | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"XNCode": 1,
"VehiclePlate": "sample string 2",
"MessageBapId": 1,
"MessageBapName": "sample string 3",
"MCExpried": "2026-04-04T18:17:32.7581532+07:00",
"Users": [
{
"Username": "sample string 1"
},
{
"Username": "sample string 1"
}
],
"LoginUrl": "sample string 4",
"IsBGTForward": true,
"IsBGTForwardImage": true,
"FK_TransportTypeID": 1,
"Seat": 1,
"Payload": 1,
"ChassicNumber": "sample string 5"
},
"MessageResult": "sample string 1",
"MessageInternalResult": "sample string 2",
"ErrorType": 3
}
application/xml, text/xml
Sample:
<GeneralInfosByXnPlateResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model">
<ErrorType xmlns="http://schemas.datacontract.org/2004/07/ApiEntities.GPS.BCA">3</ErrorType>
<MessageInternalResult xmlns="http://schemas.datacontract.org/2004/07/ApiEntities.GPS.BCA">sample string 2</MessageInternalResult>
<MessageResult xmlns="http://schemas.datacontract.org/2004/07/ApiEntities.GPS.BCA">sample string 1</MessageResult>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/DataAccess.Entities.Areas.Vehicles">
<d2p1:ChassicNumber>sample string 5</d2p1:ChassicNumber>
<d2p1:FK_TransportTypeID>1</d2p1:FK_TransportTypeID>
<d2p1:IsBGTForward>true</d2p1:IsBGTForward>
<d2p1:IsBGTForwardImage>true</d2p1:IsBGTForwardImage>
<d2p1:LoginUrl>sample string 4</d2p1:LoginUrl>
<d2p1:MCExpried>2026-04-04T18:17:32.7581532+07:00</d2p1:MCExpried>
<d2p1:MessageBapId>1</d2p1:MessageBapId>
<d2p1:MessageBapName>sample string 3</d2p1:MessageBapName>
<d2p1:Payload>1</d2p1:Payload>
<d2p1:Seat>1</d2p1:Seat>
<d2p1:Users xmlns:d3p1="http://schemas.datacontract.org/2004/07/DataAccess.Entities.BAP">
<d3p1:UserBase>
<d3p1:Username>sample string 1</d3p1:Username>
</d3p1:UserBase>
<d3p1:UserBase>
<d3p1:Username>sample string 1</d3p1:Username>
</d3p1:UserBase>
</d2p1:Users>
<d2p1:VehiclePlate>sample string 2</d2p1:VehiclePlate>
<d2p1:XNCode>1</d2p1:XNCode>
</Data>
</GeneralInfosByXnPlateResult>