GET apiwba/bacam/getcountbysystem

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CountCamSystem
NameDescriptionTypeAdditional information
Name

string

None.

TheoLoaiThietBiBaCam

integer

None.

TheoLoaiThietBiCam4G

integer

None.

TheoBienSoCamThuong

integer

None.

TheoBienSoCam4G

integer

None.

TheoBienSoCamKhac

integer

None.

TheoBienSo

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Name": "sample string 1",
    "TheoLoaiThietBiBaCam": 2,
    "TheoLoaiThietBiCam4G": 3,
    "TheoBienSoCamThuong": 4,
    "TheoBienSoCam4G": 5,
    "TheoBienSoCamKhac": 6,
    "TheoBienSo": 7
  },
  {
    "Name": "sample string 1",
    "TheoLoaiThietBiBaCam": 2,
    "TheoLoaiThietBiCam4G": 3,
    "TheoBienSoCamThuong": 4,
    "TheoBienSoCam4G": 5,
    "TheoBienSoCamKhac": 6,
    "TheoBienSo": 7
  }
]

application/xml, text/xml

Sample:
<ArrayOfCountCamSystem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">
  <CountCamSystem>
    <Name>sample string 1</Name>
    <TheoBienSo>7</TheoBienSo>
    <TheoBienSoCam4G>5</TheoBienSoCam4G>
    <TheoBienSoCamKhac>6</TheoBienSoCamKhac>
    <TheoBienSoCamThuong>4</TheoBienSoCamThuong>
    <TheoLoaiThietBiBaCam>2</TheoLoaiThietBiBaCam>
    <TheoLoaiThietBiCam4G>3</TheoLoaiThietBiCam4G>
  </CountCamSystem>
  <CountCamSystem>
    <Name>sample string 1</Name>
    <TheoBienSo>7</TheoBienSo>
    <TheoBienSoCam4G>5</TheoBienSoCam4G>
    <TheoBienSoCamKhac>6</TheoBienSoCamKhac>
    <TheoBienSoCamThuong>4</TheoBienSoCamThuong>
    <TheoLoaiThietBiBaCam>2</TheoLoaiThietBiBaCam>
    <TheoLoaiThietBiCam4G>3</TheoLoaiThietBiCam4G>
  </CountCamSystem>
</ArrayOfCountCamSystem>