POST api/DM_NhomDichVu
Request Information
URI Parameters
None.
Body Parameters
DM_NhomDichVu| 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": "af6698d3-8f1d-4224-b5c8-aa0ec58dbb56",
"STT": 1,
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
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": "46e77fcd-fef9-44ee-b5e8-43e2e133acb8",
"STT": 1,
"Ten": "sample string 2",
"SuDung": true,
"MaCongTy": "sample string 3"
}