GET api/KSNB_DanhMucLechPhat/GetAllDataItem

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of KSNB_DanhMucLechPhatModel
NameDescriptionTypeAdditional information
GuidID

globally unique identifier

None.

MaLech

string

None.

DienGiai

string

None.

ChangeStatus

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GuidID": "eaf9052e-ba03-4afe-bb69-86587645e30a",
    "MaLech": "sample string 2",
    "DienGiai": "sample string 3",
    "ChangeStatus": 4
  },
  {
    "GuidID": "eaf9052e-ba03-4afe-bb69-86587645e30a",
    "MaLech": "sample string 2",
    "DienGiai": "sample string 3",
    "ChangeStatus": 4
  }
]