POST api/TestOnline/SP_GetRamDomCauHoi

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
[
  {},
  {}
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of SP_GetRamDomCauHoiModel
NameDescriptionTypeAdditional information
i

integer

None.

CauHoi

string

None.

TraLoi

boolean

None.

ID

integer

None.

NoiDungCauHoi

string

None.

GhiChu

string

None.

TenNhom

string

None.

IDNhomCauHoi

integer

None.

HinhThucTL

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "i": 1,
    "CauHoi": "sample string 1",
    "TraLoi": true,
    "ID": 1,
    "NoiDungCauHoi": "sample string 2",
    "GhiChu": "sample string 3",
    "TenNhom": "sample string 4",
    "IDNhomCauHoi": 1,
    "HinhThucTL": "sample string 5"
  },
  {
    "i": 1,
    "CauHoi": "sample string 1",
    "TraLoi": true,
    "ID": 1,
    "NoiDungCauHoi": "sample string 2",
    "GhiChu": "sample string 3",
    "TenNhom": "sample string 4",
    "IDNhomCauHoi": 1,
    "HinhThucTL": "sample string 5"
  }
]