GET api/KhachHangGis?matuyen={matuyen}&thang={thang}&nam={nam}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
matuyen | string |
Required |
|
thang | integer |
Required |
|
nam | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of tuyenName | Description | Type | Additional information |
---|---|---|---|
TYLETT | decimal number |
None. |
|
THATTHOAT | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "TYLETT": 1.0, "THATTHOAT": 2.0 }, { "TYLETT": 1.0, "THATTHOAT": 2.0 } ]
application/xml, text/xml
Sample:
<ArrayOftuyen xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EOSCRM.APIGIS.Models"> <tuyen> <THATTHOAT>2</THATTHOAT> <TYLETT>1</TYLETT> </tuyen> <tuyen> <THATTHOAT>2</THATTHOAT> <TYLETT>1</TYLETT> </tuyen> </ArrayOftuyen>