POST api/NHANVIEN_SELECT_DONVU_Result
Request Information
URI Parameters
None.
Body Parameters
NHANVIEN_SELECT_DONVU_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Donvi_Id | integer |
None. |
|
| Ten_DV | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Donvi_Id": 1,
"Ten_DV": "sample string 2"
}
application/xml, text/xml
Sample:
<NHANVIEN_SELECT_DONVU_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> <Ten_DV>sample string 2</Ten_DV> </NHANVIEN_SELECT_DONVU_Result>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NHANVIEN_SELECT_DONVU_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Donvi_Id | integer |
None. |
|
| Ten_DV | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Donvi_Id": 1,
"Ten_DV": "sample string 2"
}
application/xml, text/xml
Sample:
<NHANVIEN_SELECT_DONVU_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> <Ten_DV>sample string 2</Ten_DV> </NHANVIEN_SELECT_DONVU_Result>