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": "e4503927-137d-4f11-bf2e-c8524eb5188b",
"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": "8c18bb3a-5056-477f-b5e2-e1b9874d07be",
"STT": 1,
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}