POST api/TestOnline/GetCauHinhDeThi
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 CauHinhDeThiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| MienID | globally unique identifier |
None. |
|
| Ten | string |
None. |
|
| GhiChu | string |
None. |
|
| IDLoaiDeThi | integer |
None. |
|
| ThoiGian | integer |
None. |
|
| AnKetQuaBaiThi | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"MienID": "8e684c55-ce26-41f1-b88b-9ecb407b2b3a",
"Ten": "sample string 2",
"GhiChu": "sample string 3",
"IDLoaiDeThi": 1,
"ThoiGian": 1,
"AnKetQuaBaiThi": true
},
{
"ID": 1,
"MienID": "8e684c55-ce26-41f1-b88b-9ecb407b2b3a",
"Ten": "sample string 2",
"GhiChu": "sample string 3",
"IDLoaiDeThi": 1,
"ThoiGian": 1,
"AnKetQuaBaiThi": true
}
]