GET api/GetCSHT_By_MaCSHT_Result?macsht={macsht}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| macsht | string |
Required |
Body Parameters
None.
Response Information
Resource Description
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"
}
application/xml, text/xml
Sample:
<GetCSHT_By_MaCSHT_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models"> <CSHT_Id>1</CSHT_Id> <MaCSHT>sample string 2</MaCSHT> <TenCSHT>sample string 3</TenCSHT> </GetCSHT_By_MaCSHT_Result>