POST api/TONG_HOP_TONTAI_Result
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"BaoDuong_Id": 1,
"TieuChi": "sample string 2",
"GiaTriHong": "sample string 3",
"STT": 1
}
application/xml, text/xml
Sample:
<TONG_HOP_TONTAI_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models"> <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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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
}
application/xml, text/xml
Sample:
<TONG_HOP_TONTAI_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models"> <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>