POST api/TestOnline/SP_GetDapAnTraLoi

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_GetDapAnTraLoiModel
NameDescriptionTypeAdditional information
IDDapAn

integer

None.

NoiDungDapAn

string

None.

Chon

boolean

None.

Diem

decimal number

None.

GhiChu

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "IDDapAn": 1,
    "NoiDungDapAn": "sample string 1",
    "Chon": true,
    "Diem": 1.1,
    "GhiChu": "sample string 2"
  },
  {
    "IDDapAn": 1,
    "NoiDungDapAn": "sample string 1",
    "Chon": true,
    "Diem": 1.1,
    "GhiChu": "sample string 2"
  }
]