POST api/NHANVIEN_SELECT_TRAM_Result
Request Information
URI Parameters
None.
Body Parameters
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. |
Request 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"
}
application/xml, text/xml
Sample:
<NHANVIEN_SELECT_TRAM_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models"> <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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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"
}
application/xml, text/xml
Sample:
<NHANVIEN_SELECT_TRAM_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models"> <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>