GET api/DM_NhomDichVu
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DM_NhomDichVu| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| STT | integer |
None. |
|
| Ten | string |
None. |
|
| SuDung | boolean |
None. |
|
| MaCongTy | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RefID": "72089411-bbbe-47a1-92c6-f1b89551a8e8",
"STT": 1,
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
},
{
"RefID": "72089411-bbbe-47a1-92c6-f1b89551a8e8",
"STT": 1,
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}
]