GET api/PDT_CauHinhXepLoaiBaiThi/GetXepHang?TongDiem={TongDiem}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TongDiem | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PDT_CauHinhXepLoaiBaiThiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| Ten | string |
None. |
|
| TuDiem | decimal number |
None. |
|
| DenDiem | decimal number |
None. |
|
| ThongBao | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"GuidID": "b745af93-817c-4e2e-aae3-c0bd2150dd24",
"Ten": "sample string 2",
"TuDiem": 1.1,
"DenDiem": 1.1,
"ThongBao": "sample string 3"
}