POST api/bacam/getiscambyxnplate
Request Information
URI Parameters
None.
Body Parameters
BacamGetIsCamXnCodePlateInput| Name | Description | Type | Additional information |
|---|---|---|---|
| LstPlate | Collection of string |
None. |
|
| XNCode | integer |
None. |
|
| System | string |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LstPlate": [
"sample string 1",
"sample string 2"
],
"XNCode": 1,
"System": "sample string 2",
"Username": "sample string 3",
"Password": "sample string 4"
}
application/xml, text/xml
Sample:
<BacamGetIsCamXnCodePlateInput 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>
<System>sample string 2</System>
<LstPlate xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</LstPlate>
<XNCode>1</XNCode>
</BacamGetIsCamXnCodePlateInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BacamGetIsCamXnCodePlateOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of BacamGetIsCamXnCodePlateEnt |
None. |
|
| ProcessErrorType | integer |
None. |
|
| ProcessErrorDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"VehicleId": 1,
"VehiclePlate": "sample string 2",
"PrivateCode": "sample string 3",
"Imei": "sample string 4"
},
{
"VehicleId": 1,
"VehiclePlate": "sample string 2",
"PrivateCode": "sample string 3",
"Imei": "sample string 4"
}
],
"ProcessErrorType": 1,
"ProcessErrorDescription": "sample string 2"
}
application/xml, text/xml
Sample:
<BacamGetIsCamXnCodePlateOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model">
<ProcessErrorDescription xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 2</ProcessErrorDescription>
<ProcessErrorType xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">1</ProcessErrorType>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/DataAccess.Entities.BaCam">
<d2p1:BacamGetIsCamXnCodePlateEnt>
<d2p1:Imei>sample string 4</d2p1:Imei>
<d2p1:PrivateCode>sample string 3</d2p1:PrivateCode>
<d2p1:VehicleId>1</d2p1:VehicleId>
<d2p1:VehiclePlate>sample string 2</d2p1:VehiclePlate>
</d2p1:BacamGetIsCamXnCodePlateEnt>
<d2p1:BacamGetIsCamXnCodePlateEnt>
<d2p1:Imei>sample string 4</d2p1:Imei>
<d2p1:PrivateCode>sample string 3</d2p1:PrivateCode>
<d2p1:VehicleId>1</d2p1:VehicleId>
<d2p1:VehiclePlate>sample string 2</d2p1:VehiclePlate>
</d2p1:BacamGetIsCamXnCodePlateEnt>
</Data>
</BacamGetIsCamXnCodePlateOutput>