GET api/TONG_HOP_TONTAI_Result
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TONG_HOP_TONTAI_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| BaoDuong_Id | integer |
None. |
|
| TieuChi | string |
None. |
|
| GiaTriHong | string |
None. |
|
| STT | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"BaoDuong_Id": 1,
"TieuChi": "sample string 2",
"GiaTriHong": "sample string 3",
"STT": 1
},
{
"Id": 1,
"BaoDuong_Id": 1,
"TieuChi": "sample string 2",
"GiaTriHong": "sample string 3",
"STT": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfTONG_HOP_TONTAI_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models">
<TONG_HOP_TONTAI_Result>
<BaoDuong_Id>1</BaoDuong_Id>
<GiaTriHong>sample string 3</GiaTriHong>
<Id>1</Id>
<STT>1</STT>
<TieuChi>sample string 2</TieuChi>
</TONG_HOP_TONTAI_Result>
<TONG_HOP_TONTAI_Result>
<BaoDuong_Id>1</BaoDuong_Id>
<GiaTriHong>sample string 3</GiaTriHong>
<Id>1</Id>
<STT>1</STT>
<TieuChi>sample string 2</TieuChi>
</TONG_HOP_TONTAI_Result>
</ArrayOfTONG_HOP_TONTAI_Result>