POST api/KETQUA_BAUCHON/check_exist?ma_nd={ma_nd}&bauchon_id={bauchon_id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ma_nd | string |
Required |
|
bauchon_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of KETQUA_BAUCHONName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
MA_NV | string |
None. |
|
BAUCHON_ID | integer |
None. |
|
CAUHOI_ID | integer |
None. |
|
LUACHON_ID | integer |
None. |
|
LUACHON_ND | string |
None. |
|
NGAY_CN | string |
None. |
|
JSON | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": 1, "MA_NV": "sample string 2", "BAUCHON_ID": 1, "CAUHOI_ID": 1, "LUACHON_ID": 1, "LUACHON_ND": "sample string 3", "NGAY_CN": "sample string 4", "JSON": "sample string 5" }, { "ID": 1, "MA_NV": "sample string 2", "BAUCHON_ID": 1, "CAUHOI_ID": 1, "LUACHON_ID": 1, "LUACHON_ND": "sample string 3", "NGAY_CN": "sample string 4", "JSON": "sample string 5" } ]
application/xml, text/xml
Sample:
<ArrayOfKETQUA_BAUCHON xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_AUTHENTICATION.Models"> <KETQUA_BAUCHON> <BAUCHON_ID>1</BAUCHON_ID> <CAUHOI_ID>1</CAUHOI_ID> <ID>1</ID> <JSON>sample string 5</JSON> <LUACHON_ID>1</LUACHON_ID> <LUACHON_ND>sample string 3</LUACHON_ND> <MA_NV>sample string 2</MA_NV> <NGAY_CN>sample string 4</NGAY_CN> </KETQUA_BAUCHON> <KETQUA_BAUCHON> <BAUCHON_ID>1</BAUCHON_ID> <CAUHOI_ID>1</CAUHOI_ID> <ID>1</ID> <JSON>sample string 5</JSON> <LUACHON_ID>1</LUACHON_ID> <LUACHON_ND>sample string 3</LUACHON_ND> <MA_NV>sample string 2</MA_NV> <NGAY_CN>sample string 4</NGAY_CN> </KETQUA_BAUCHON> </ArrayOfKETQUA_BAUCHON>