POST api/bacam/getpackagebyxnplate
Request Information
URI Parameters
None.
Body Parameters
BacamPackageGetByXnCodePlateInput| 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:
<BacamPackageGetByXnCodePlateInput 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>
</BacamPackageGetByXnCodePlateInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BacamPackageGetByXnCodePlateOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of BacamPackageGetByXnCodePlateData |
None. |
|
| ProcessErrorType | integer |
None. |
|
| ProcessErrorDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"XNCode": 1,
"VehiclePlate": "sample string 2",
"IMEI": "sample string 3",
"ServerServiceInfo": "sample string 4",
"ServerServiceInfoEnt": {
"Code": "sample string 1",
"Frequency": 2,
"IncludeQcvn31": true,
"HasImageCapture": true,
"HasVideoStream": true,
"Channel": 64,
"CamCount": 64,
"StorageTime": 8
},
"SimCardServiceInfo": "sample string 5",
"SimCardServiceInfoEnt": {
"Code": "sample string 1",
"Network": "sample string 2",
"Capacity": 3,
"Bandwidth": 4,
"SmsCount": 5,
"Notice": "sample string 6"
},
"CloudServiceInfo": "sample string 6",
"CloudServiceInfoInfoEnt": {
"Code": "sample string 1",
"Days": 2,
"Channels": 3
},
"TCDBServiceInfo": "sample string 7",
"TCDBServiceInfoEnt": {
"code": "sample string 1",
"frequency": 2
}
},
{
"XNCode": 1,
"VehiclePlate": "sample string 2",
"IMEI": "sample string 3",
"ServerServiceInfo": "sample string 4",
"ServerServiceInfoEnt": {
"Code": "sample string 1",
"Frequency": 2,
"IncludeQcvn31": true,
"HasImageCapture": true,
"HasVideoStream": true,
"Channel": 64,
"CamCount": 64,
"StorageTime": 8
},
"SimCardServiceInfo": "sample string 5",
"SimCardServiceInfoEnt": {
"Code": "sample string 1",
"Network": "sample string 2",
"Capacity": 3,
"Bandwidth": 4,
"SmsCount": 5,
"Notice": "sample string 6"
},
"CloudServiceInfo": "sample string 6",
"CloudServiceInfoInfoEnt": {
"Code": "sample string 1",
"Days": 2,
"Channels": 3
},
"TCDBServiceInfo": "sample string 7",
"TCDBServiceInfoEnt": {
"code": "sample string 1",
"frequency": 2
}
}
],
"ProcessErrorType": 1,
"ProcessErrorDescription": "sample string 2"
}
application/xml, text/xml
Sample:
<BacamPackageGetByXnCodePlateOutput 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/Entities.Common">
<d2p1:BacamPackageGetByXnCodePlateData>
<d2p1:CloudServiceInfo>sample string 6</d2p1:CloudServiceInfo>
<d2p1:CloudServiceInfoInfoEnt>
<d2p1:Channels>3</d2p1:Channels>
<d2p1:Code>sample string 1</d2p1:Code>
<d2p1:Days>2</d2p1:Days>
</d2p1:CloudServiceInfoInfoEnt>
<d2p1:IMEI>sample string 3</d2p1:IMEI>
<d2p1:ServerServiceInfo>sample string 4</d2p1:ServerServiceInfo>
<d2p1:ServerServiceInfoEnt>
<d2p1:CamCount>64</d2p1:CamCount>
<d2p1:Channel>64</d2p1:Channel>
<d2p1:Code>sample string 1</d2p1:Code>
<d2p1:Frequency>2</d2p1:Frequency>
<d2p1:HasImageCapture>true</d2p1:HasImageCapture>
<d2p1:HasVideoStream>true</d2p1:HasVideoStream>
<d2p1:IncludeQcvn31>true</d2p1:IncludeQcvn31>
<d2p1:StorageTime>8</d2p1:StorageTime>
</d2p1:ServerServiceInfoEnt>
<d2p1:SimCardServiceInfo>sample string 5</d2p1:SimCardServiceInfo>
<d2p1:SimCardServiceInfoEnt>
<d2p1:Bandwidth>4</d2p1:Bandwidth>
<d2p1:Capacity>3</d2p1:Capacity>
<d2p1:Code>sample string 1</d2p1:Code>
<d2p1:Network>sample string 2</d2p1:Network>
<d2p1:Notice>sample string 6</d2p1:Notice>
<d2p1:SmsCount>5</d2p1:SmsCount>
</d2p1:SimCardServiceInfoEnt>
<d2p1:TCDBServiceInfo>sample string 7</d2p1:TCDBServiceInfo>
<d2p1:TCDBServiceInfoEnt>
<d2p1:Code>sample string 1</d2p1:Code>
<d2p1:Frequency>2</d2p1:Frequency>
</d2p1:TCDBServiceInfoEnt>
<d2p1:VehiclePlate>sample string 2</d2p1:VehiclePlate>
<d2p1:XNCode>1</d2p1:XNCode>
</d2p1:BacamPackageGetByXnCodePlateData>
<d2p1:BacamPackageGetByXnCodePlateData>
<d2p1:CloudServiceInfo>sample string 6</d2p1:CloudServiceInfo>
<d2p1:CloudServiceInfoInfoEnt>
<d2p1:Channels>3</d2p1:Channels>
<d2p1:Code>sample string 1</d2p1:Code>
<d2p1:Days>2</d2p1:Days>
</d2p1:CloudServiceInfoInfoEnt>
<d2p1:IMEI>sample string 3</d2p1:IMEI>
<d2p1:ServerServiceInfo>sample string 4</d2p1:ServerServiceInfo>
<d2p1:ServerServiceInfoEnt>
<d2p1:CamCount>64</d2p1:CamCount>
<d2p1:Channel>64</d2p1:Channel>
<d2p1:Code>sample string 1</d2p1:Code>
<d2p1:Frequency>2</d2p1:Frequency>
<d2p1:HasImageCapture>true</d2p1:HasImageCapture>
<d2p1:HasVideoStream>true</d2p1:HasVideoStream>
<d2p1:IncludeQcvn31>true</d2p1:IncludeQcvn31>
<d2p1:StorageTime>8</d2p1:StorageTime>
</d2p1:ServerServiceInfoEnt>
<d2p1:SimCardServiceInfo>sample string 5</d2p1:SimCardServiceInfo>
<d2p1:SimCardServiceInfoEnt>
<d2p1:Bandwidth>4</d2p1:Bandwidth>
<d2p1:Capacity>3</d2p1:Capacity>
<d2p1:Code>sample string 1</d2p1:Code>
<d2p1:Network>sample string 2</d2p1:Network>
<d2p1:Notice>sample string 6</d2p1:Notice>
<d2p1:SmsCount>5</d2p1:SmsCount>
</d2p1:SimCardServiceInfoEnt>
<d2p1:TCDBServiceInfo>sample string 7</d2p1:TCDBServiceInfo>
<d2p1:TCDBServiceInfoEnt>
<d2p1:Code>sample string 1</d2p1:Code>
<d2p1:Frequency>2</d2p1:Frequency>
</d2p1:TCDBServiceInfoEnt>
<d2p1:VehiclePlate>sample string 2</d2p1:VehiclePlate>
<d2p1:XNCode>1</d2p1:XNCode>
</d2p1:BacamPackageGetByXnCodePlateData>
</Data>
</BacamPackageGetByXnCodePlateOutput>