GET api/PDT_TestOnline_Mobile/PDT_LanThi_UpdateThoiGianRaThi?LanThiID={LanThiID}&PrivateKey={PrivateKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LanThiID

string

Required

PrivateKey

string

Required

Body Parameters

None.

Response Information

Resource Description

PDT_LanThiMessageModel
NameDescriptionTypeAdditional information
IDLanThi

globally unique identifier

None.

MessCode

string

None.

MessageContent

string

None.

ThoiGianConLai

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "IDLanThi": "948b660b-1144-472a-8d4a-007159fc4a88",
  "MessCode": "sample string 2",
  "MessageContent": "sample string 3",
  "ThoiGianConLai": 4
}