GET api/PDT_TestOnline_Mobile/PDT_LanThi_XoaLanThi?LanThiID={LanThiID}&PrivateKey={PrivateKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LanThiID | string |
Required |
|
| PrivateKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PDT_LanThiMessageModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IDLanThi | globally unique identifier |
None. |
|
| MessCode | string |
None. |
|
| MessageContent | string |
None. |
|
| ThoiGianConLai | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"IDLanThi": "8067a422-daef-4040-b4ba-a7a172f7632d",
"MessCode": "sample string 2",
"MessageContent": "sample string 3",
"ThoiGianConLai": 4
}