CCTVService


Click here for a complete list of operations.

Get_01

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /CCTVService.asmx HTTP/1.1
Host: 123.26.250.181
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/Get_01"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Get_01 xmlns="http://tempuri.org/">
      <dkTimKiem>
        <HOTEN>string</HOTEN>
        <NGAYSINH>string</NGAYSINH>
        <CMT_SO>string</CMT_SO>
        <LOAIGIAY>string</LOAIGIAY>
        <SOGCN>string</SOGCN>
        <NGAYGCN1>string</NGAYGCN1>
        <NGAYGCN2>string</NGAYGCN2>
        <TRANGTHAI>string</TRANGTHAI>
        <PAGE>string</PAGE>
        <PAGESIZE>string</PAGESIZE>
        <SORTBY>string</SORTBY>
      </dkTimKiem>
      <formatDateTime>string</formatDateTime>
      <idservice>string</idservice>
      <pw>string</pw>
    </Get_01>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Get_01Response xmlns="http://tempuri.org/">
      <Get_01Result>
        <VBCC_Get>
          <MAGIAY>long</MAGIAY>
          <LOAIGIAY>int</LOAIGIAY>
          <THOIHAN>int</THOIHAN>
          <SOGCN>string</SOGCN>
          <SOGCN_STT>int</SOGCN_STT>
          <NGAYGCN>dateTime</NGAYGCN>
          <NGAYHH>dateTime</NGAYHH>
          <LANCAP>int</LANCAP>
          <HOTEN>string</HOTEN>
          <NGAYSINH>dateTime</NGAYSINH>
          <GIOITINH>char</GIOITINH>
          <NOISINH>string</NOISINH>
          <NOISINH_MATINH>string</NOISINH_MATINH>
          <NOISINH_TENTINH>string</NOISINH_TENTINH>
          <MAQT>string</MAQT>
          <TENQT>string</TENQT>
          <CMT_SO>string</CMT_SO>
          <CMT_NGAYCAP>dateTime</CMT_NGAYCAP>
          <CMT_NOICAP>string</CMT_NOICAP>
          <MAN_ID>guid</MAN_ID>
          <TRANGTHAI>int</TRANGTHAI>
          <CAPLAI>int</CAPLAI>
          <NGAYKHOA>dateTime</NGAYKHOA>
          <ANHCHUP>base64Binary</ANHCHUP>
          <ANHCHUP_FN>string</ANHCHUP_FN>
          <GHICHU>string</GHICHU>
          <NGUOICN>string</NGUOICN>
          <NGAYCN>dateTime</NGAYCN>
        </VBCC_Get>
        <VBCC_Get>
          <MAGIAY>long</MAGIAY>
          <LOAIGIAY>int</LOAIGIAY>
          <THOIHAN>int</THOIHAN>
          <SOGCN>string</SOGCN>
          <SOGCN_STT>int</SOGCN_STT>
          <NGAYGCN>dateTime</NGAYGCN>
          <NGAYHH>dateTime</NGAYHH>
          <LANCAP>int</LANCAP>
          <HOTEN>string</HOTEN>
          <NGAYSINH>dateTime</NGAYSINH>
          <GIOITINH>char</GIOITINH>
          <NOISINH>string</NOISINH>
          <NOISINH_MATINH>string</NOISINH_MATINH>
          <NOISINH_TENTINH>string</NOISINH_TENTINH>
          <MAQT>string</MAQT>
          <TENQT>string</TENQT>
          <CMT_SO>string</CMT_SO>
          <CMT_NGAYCAP>dateTime</CMT_NGAYCAP>
          <CMT_NOICAP>string</CMT_NOICAP>
          <MAN_ID>guid</MAN_ID>
          <TRANGTHAI>int</TRANGTHAI>
          <CAPLAI>int</CAPLAI>
          <NGAYKHOA>dateTime</NGAYKHOA>
          <ANHCHUP>base64Binary</ANHCHUP>
          <ANHCHUP_FN>string</ANHCHUP_FN>
          <GHICHU>string</GHICHU>
          <NGUOICN>string</NGUOICN>
          <NGAYCN>dateTime</NGAYCN>
        </VBCC_Get>
      </Get_01Result>
    </Get_01Response>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /CCTVService.asmx HTTP/1.1
Host: 123.26.250.181
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <Get_01 xmlns="http://tempuri.org/">
      <dkTimKiem>
        <HOTEN>string</HOTEN>
        <NGAYSINH>string</NGAYSINH>
        <CMT_SO>string</CMT_SO>
        <LOAIGIAY>string</LOAIGIAY>
        <SOGCN>string</SOGCN>
        <NGAYGCN1>string</NGAYGCN1>
        <NGAYGCN2>string</NGAYGCN2>
        <TRANGTHAI>string</TRANGTHAI>
        <PAGE>string</PAGE>
        <PAGESIZE>string</PAGESIZE>
        <SORTBY>string</SORTBY>
      </dkTimKiem>
      <formatDateTime>string</formatDateTime>
      <idservice>string</idservice>
      <pw>string</pw>
    </Get_01>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <Get_01Response xmlns="http://tempuri.org/">
      <Get_01Result>
        <VBCC_Get>
          <MAGIAY>long</MAGIAY>
          <LOAIGIAY>int</LOAIGIAY>
          <THOIHAN>int</THOIHAN>
          <SOGCN>string</SOGCN>
          <SOGCN_STT>int</SOGCN_STT>
          <NGAYGCN>dateTime</NGAYGCN>
          <NGAYHH>dateTime</NGAYHH>
          <LANCAP>int</LANCAP>
          <HOTEN>string</HOTEN>
          <NGAYSINH>dateTime</NGAYSINH>
          <GIOITINH>char</GIOITINH>
          <NOISINH>string</NOISINH>
          <NOISINH_MATINH>string</NOISINH_MATINH>
          <NOISINH_TENTINH>string</NOISINH_TENTINH>
          <MAQT>string</MAQT>
          <TENQT>string</TENQT>
          <CMT_SO>string</CMT_SO>
          <CMT_NGAYCAP>dateTime</CMT_NGAYCAP>
          <CMT_NOICAP>string</CMT_NOICAP>
          <MAN_ID>guid</MAN_ID>
          <TRANGTHAI>int</TRANGTHAI>
          <CAPLAI>int</CAPLAI>
          <NGAYKHOA>dateTime</NGAYKHOA>
          <ANHCHUP>base64Binary</ANHCHUP>
          <ANHCHUP_FN>string</ANHCHUP_FN>
          <GHICHU>string</GHICHU>
          <NGUOICN>string</NGUOICN>
          <NGAYCN>dateTime</NGAYCN>
        </VBCC_Get>
        <VBCC_Get>
          <MAGIAY>long</MAGIAY>
          <LOAIGIAY>int</LOAIGIAY>
          <THOIHAN>int</THOIHAN>
          <SOGCN>string</SOGCN>
          <SOGCN_STT>int</SOGCN_STT>
          <NGAYGCN>dateTime</NGAYGCN>
          <NGAYHH>dateTime</NGAYHH>
          <LANCAP>int</LANCAP>
          <HOTEN>string</HOTEN>
          <NGAYSINH>dateTime</NGAYSINH>
          <GIOITINH>char</GIOITINH>
          <NOISINH>string</NOISINH>
          <NOISINH_MATINH>string</NOISINH_MATINH>
          <NOISINH_TENTINH>string</NOISINH_TENTINH>
          <MAQT>string</MAQT>
          <TENQT>string</TENQT>
          <CMT_SO>string</CMT_SO>
          <CMT_NGAYCAP>dateTime</CMT_NGAYCAP>
          <CMT_NOICAP>string</CMT_NOICAP>
          <MAN_ID>guid</MAN_ID>
          <TRANGTHAI>int</TRANGTHAI>
          <CAPLAI>int</CAPLAI>
          <NGAYKHOA>dateTime</NGAYKHOA>
          <ANHCHUP>base64Binary</ANHCHUP>
          <ANHCHUP_FN>string</ANHCHUP_FN>
          <GHICHU>string</GHICHU>
          <NGUOICN>string</NGUOICN>
          <NGAYCN>dateTime</NGAYCN>
        </VBCC_Get>
      </Get_01Result>
    </Get_01Response>
  </soap12:Body>
</soap12:Envelope>