GET api/BAU_CHON/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BAU_CHONName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
MA_BAUCHON | string |
None. |
|
TEN_BAUCHON | string |
None. |
|
MO_TA | string |
None. |
|
TIME_BATDAU | date |
None. |
|
TIME_KETTHUC | date |
None. |
|
TRANG_THAI | boolean |
None. |
|
MA_NV | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "MA_BAUCHON": "sample string 2", "TEN_BAUCHON": "sample string 3", "MO_TA": "sample string 4", "TIME_BATDAU": "2025-01-11T16:55:58.4593792+07:00", "TIME_KETTHUC": "2025-01-11T16:55:58.4593792+07:00", "TRANG_THAI": true, "MA_NV": "sample string 5" }
application/xml, text/xml
Sample:
<BAU_CHON xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_AUTHENTICATION.Models"> <ID>1</ID> <MA_BAUCHON>sample string 2</MA_BAUCHON> <MA_NV>sample string 5</MA_NV> <MO_TA>sample string 4</MO_TA> <TEN_BAUCHON>sample string 3</TEN_BAUCHON> <TIME_BATDAU>2025-01-11T16:55:58.4593792+07:00</TIME_BATDAU> <TIME_KETTHUC>2025-01-11T16:55:58.4593792+07:00</TIME_KETTHUC> <TRANG_THAI>true</TRANG_THAI> </BAU_CHON>