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