GET api/NHANVIEN_SELECT_HINHAN_Result/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
NHANVIEN_SELECT_HINHAN_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| BaoDuongID | integer |
None. |
|
| HangMucID | integer |
None. |
|
| ImageFile | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"BaoDuongID": 1,
"HangMucID": 1,
"ImageFile": "sample string 2"
}
application/xml, text/xml
Sample:
<NHANVIEN_SELECT_HINHAN_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models"> <BaoDuongID>1</BaoDuongID> <HangMucID>1</HangMucID> <ID>1</ID> <ImageFile>sample string 2</ImageFile> </NHANVIEN_SELECT_HINHAN_Result>