GET api/DM_NguonKhachHang
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DM_NguonKhachHang| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| Ten | string |
None. |
|
| SuDung | boolean |
None. |
|
| MaCongTy | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RefID": "2f931433-d168-4426-821c-0a9c72dc2218",
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
},
{
"RefID": "2f931433-d168-4426-821c-0a9c72dc2218",
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}
]