GET api/NGUOIDUNG_THAYMATKHAU_Result
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of NGUOIDUNG_THAYMATKHAU_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| taikhoan | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"taikhoan": "sample string 1"
},
{
"taikhoan": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfNGUOIDUNG_THAYMATKHAU_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models">
<NGUOIDUNG_THAYMATKHAU_Result>
<taikhoan>sample string 1</taikhoan>
</NGUOIDUNG_THAYMATKHAU_Result>
<NGUOIDUNG_THAYMATKHAU_Result>
<taikhoan>sample string 1</taikhoan>
</NGUOIDUNG_THAYMATKHAU_Result>
</ArrayOfNGUOIDUNG_THAYMATKHAU_Result>