POST api/TestOnline/SP_GetDapAnByCauhoi

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 DapAnModel
NameDescriptionTypeAdditional information
IDCauHoi

integer

None.

LineID

integer

None.

NoiDung

string

None.

SoDiem

decimal number

None.

DADung

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "IDCauHoi": 1,
    "LineID": 1,
    "NoiDung": "sample string 1",
    "SoDiem": 1.1,
    "DADung": true
  },
  {
    "IDCauHoi": 1,
    "LineID": 1,
    "NoiDung": "sample string 1",
    "SoDiem": 1.1,
    "DADung": true
  }
]