POST apiwba/all/nd10/department/getlistvehicleforwardimages
Request Information
URI Parameters
None.
Body Parameters
GetListVehicleForwardImagesInput| Name | Description | Type | Additional information |
|---|---|---|---|
| LastSyncStr | string |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LastSyncStr": "sample string 1",
"Username": "sample string 2",
"Password": "sample string 3"
}
application/xml, text/xml
Sample:
<GetListVehicleForwardImagesInput 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 3</Password> <Username xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 2</Username> <LastSyncStr>sample string 1</LastSyncStr> </GetListVehicleForwardImagesInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetListVehicleForwardImagesRs| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of BgtVehicleSendImage |
None. |
|
| ProcessErrorType | integer |
None. |
|
| ProcessErrorDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"Plate": "sample string 1",
"XNCode": 2,
"BgtProvinceID": 1,
"BgtProvinceName": "sample string 3",
"Channels": 4,
"Frequency": 5
},
{
"Plate": "sample string 1",
"XNCode": 2,
"BgtProvinceID": 1,
"BgtProvinceName": "sample string 3",
"Channels": 4,
"Frequency": 5
}
],
"ProcessErrorType": 1,
"ProcessErrorDescription": "sample string 2"
}
application/xml, text/xml
Sample:
<GetListVehicleForwardImagesRs 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:BgtVehicleSendImage>
<d2p1:BgtProvinceID>1</d2p1:BgtProvinceID>
<d2p1:BgtProvinceName>sample string 3</d2p1:BgtProvinceName>
<d2p1:Channels>4</d2p1:Channels>
<d2p1:Frequency>5</d2p1:Frequency>
<d2p1:Plate>sample string 1</d2p1:Plate>
<d2p1:XNCode>2</d2p1:XNCode>
</d2p1:BgtVehicleSendImage>
<d2p1:BgtVehicleSendImage>
<d2p1:BgtProvinceID>1</d2p1:BgtProvinceID>
<d2p1:BgtProvinceName>sample string 3</d2p1:BgtProvinceName>
<d2p1:Channels>4</d2p1:Channels>
<d2p1:Frequency>5</d2p1:Frequency>
<d2p1:Plate>sample string 1</d2p1:Plate>
<d2p1:XNCode>2</d2p1:XNCode>
</d2p1:BgtVehicleSendImage>
</Data>
</GetListVehicleForwardImagesRs>