POST api/DM_PhanLoaiDichVu
Request Information
URI Parameters
None.
Body Parameters
DM_PhanLoaiDichVu| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| STT | integer |
None. |
|
| Ten | string |
None. |
|
| SuDung | boolean |
None. |
|
| MaCongTy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RefID": "55890382-c601-44a1-91c3-719eab1e9f7c",
"STT": 1,
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
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": "b7e5479e-ea5b-4898-9bc6-0d5fb0313e24",
"STT": 1,
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}