GET api/ViTriCuaHangGanNhau/GetAllDataItem?CurrLoc={CurrLoc}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrLoc | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ViTriCuaHangGanNhauModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MaCH | string |
None. |
|
| MaCH_Gan | string |
None. |
|
| ThuTuUuTien | integer |
None. |
|
| TenCH | string |
None. |
|
| ASM | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MaCH": "sample string 1",
"MaCH_Gan": "sample string 2",
"ThuTuUuTien": 3,
"TenCH": "sample string 4",
"ASM": "sample string 5"
},
{
"MaCH": "sample string 1",
"MaCH_Gan": "sample string 2",
"ThuTuUuTien": 3,
"TenCH": "sample string 4",
"ASM": "sample string 5"
}
]