GET api/DM_PhanLoaiDichVu
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DM_PhanLoaiDichVu| 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": "751125f2-ac50-46ed-939c-d5cd609098b3",
"STT": 1,
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
},
{
"RefID": "751125f2-ac50-46ed-939c-d5cd609098b3",
"STT": 1,
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}
]