POST api/TestOnline/SP_ChiTietKQThiCuaNV
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_ChiTietKQThiCuaNVModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| IDCauHoi | integer |
None. |
|
| CH | string |
None. |
|
| NDDapAn | string |
None. |
|
| IDDapAn | integer |
None. |
|
| HVChon | boolean |
None. |
|
| DADung | boolean |
None. |
|
| GhiChu | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"IDCauHoi": 1,
"CH": "sample string 1",
"NDDapAn": "sample string 2",
"IDDapAn": 1,
"HVChon": true,
"DADung": true,
"GhiChu": "sample string 3"
},
{
"ID": 1,
"IDCauHoi": 1,
"CH": "sample string 1",
"NDDapAn": "sample string 2",
"IDDapAn": 1,
"HVChon": true,
"DADung": true,
"GhiChu": "sample string 3"
}
]