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