GET api/NHANVIEN_SELECT_TRAM_Result
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of NHANVIEN_SELECT_TRAM_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| TramVT_Id | integer |
None. |
|
| Donvi_Id | integer |
None. |
|
| Ma_Tram | string |
None. |
|
| Ten_Tram | string |
None. |
|
| Ghichu | string |
None. |
|
| NguoiQL | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TramVT_Id": 1,
"Donvi_Id": 1,
"Ma_Tram": "sample string 2",
"Ten_Tram": "sample string 3",
"Ghichu": "sample string 4",
"NguoiQL": "sample string 5"
},
{
"TramVT_Id": 1,
"Donvi_Id": 1,
"Ma_Tram": "sample string 2",
"Ten_Tram": "sample string 3",
"Ghichu": "sample string 4",
"NguoiQL": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfNHANVIEN_SELECT_TRAM_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models">
<NHANVIEN_SELECT_TRAM_Result>
<Donvi_Id>1</Donvi_Id>
<Ghichu>sample string 4</Ghichu>
<Ma_Tram>sample string 2</Ma_Tram>
<NguoiQL>sample string 5</NguoiQL>
<Ten_Tram>sample string 3</Ten_Tram>
<TramVT_Id>1</TramVT_Id>
</NHANVIEN_SELECT_TRAM_Result>
<NHANVIEN_SELECT_TRAM_Result>
<Donvi_Id>1</Donvi_Id>
<Ghichu>sample string 4</Ghichu>
<Ma_Tram>sample string 2</Ma_Tram>
<NguoiQL>sample string 5</NguoiQL>
<Ten_Tram>sample string 3</Ten_Tram>
<TramVT_Id>1</TramVT_Id>
</NHANVIEN_SELECT_TRAM_Result>
</ArrayOfNHANVIEN_SELECT_TRAM_Result>