POST api/TestOnline/SP_CauHinhNhomCauHoi
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of SP_CauHinhNhomCauHoiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| TenNhom | string |
None. |
|
| SLCauHoi | integer |
None. |
|
| IDCapDo | integer |
None. |
|
| TenCapDo | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"TenNhom": "sample string 2",
"SLCauHoi": 1,
"IDCapDo": 1,
"TenCapDo": "sample string 3"
},
{
"ID": 1,
"TenNhom": "sample string 2",
"SLCauHoi": 1,
"IDCapDo": 1,
"TenCapDo": "sample string 3"
}
]