GET api/KhachHangGis?iDDiemdo={iDDiemdo}&makv={makv}&TuNgay={TuNgay}&DenNgay={DenNgay}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iDDiemdo | string |
Required |
|
| makv | string |
Required |
|
| TuNgay | date |
Required |
|
| DenNgay | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of datalogger| Name | Description | Type | Additional information |
|---|---|---|---|
| NgayGio | string |
None. |
|
| P | decimal number |
None. |
|
| Q | decimal number |
None. |
|
| H | decimal number |
None. |
|
| Ph | decimal number |
None. |
|
| Pd | decimal number |
None. |
|
| Pt | decimal number |
None. |
|
| Ps | decimal number |
None. |
|
| P800 | decimal number |
None. |
|
| P630 | decimal number |
None. |
|
| H3000 | decimal number |
None. |
|
| H4000 | decimal number |
None. |
|
| LLTL | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"NgayGio": "sample string 1",
"P": 2.1,
"Q": 3.1,
"H": 4.1,
"Ph": 5.1,
"Pd": 6.1,
"Pt": 7.1,
"Ps": 8.1,
"P800": 9.1,
"P630": 10.1,
"H3000": 11.1,
"H4000": 12.1,
"LLTL": 13.1
},
{
"NgayGio": "sample string 1",
"P": 2.1,
"Q": 3.1,
"H": 4.1,
"Ph": 5.1,
"Pd": 6.1,
"Pt": 7.1,
"Ps": 8.1,
"P800": 9.1,
"P630": 10.1,
"H3000": 11.1,
"H4000": 12.1,
"LLTL": 13.1
}
]
application/xml, text/xml
Sample:
<ArrayOfdatalogger xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EOSCRM.APIGIS.Models">
<datalogger>
<H>4.1</H>
<H3000>11.1</H3000>
<H4000>12.1</H4000>
<LLTL>13.1</LLTL>
<NgayGio>sample string 1</NgayGio>
<P>2.1</P>
<P630>10.1</P630>
<P800>9.1</P800>
<Pd>6.1</Pd>
<Ph>5.1</Ph>
<Ps>8.1</Ps>
<Pt>7.1</Pt>
<Q>3.1</Q>
</datalogger>
<datalogger>
<H>4.1</H>
<H3000>11.1</H3000>
<H4000>12.1</H4000>
<LLTL>13.1</LLTL>
<NgayGio>sample string 1</NgayGio>
<P>2.1</P>
<P630>10.1</P630>
<P800>9.1</P800>
<Pd>6.1</Pd>
<Ph>5.1</Ph>
<Ps>8.1</Ps>
<Pt>7.1</Pt>
<Q>3.1</Q>
</datalogger>
</ArrayOfdatalogger>