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": "9059f533-2da8-4cfa-9ab7-c1ef8288c38f",
"STT": 1,
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
},
{
"RefID": "9059f533-2da8-4cfa-9ab7-c1ef8288c38f",
"STT": 1,
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}
]