POST api/TestOnline/GetXepHang
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
CauHinhXepLoaiBaiThiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Ten | string |
None. |
|
| TuDiem | decimal number |
None. |
|
| DenDiem | decimal number |
None. |
|
| ThongBao | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Ten": "sample string 2",
"TuDiem": 1.1,
"DenDiem": 1.1,
"ThongBao": "sample string 3"
}