GET api/tb/getbyma/{matb}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
matb

string

Required

Body Parameters

None.

Response Information

Resource Description

tb_tb
NameDescriptionTypeAdditional information
id

integer

None.

matb

string

None.

tentb

string

None.

loaitb

string

None.

phongban

string

None.

canhan

string

None.

ghichu

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "matb": "sample string 2",
  "tentb": "sample string 3",
  "loaitb": "sample string 4",
  "phongban": "sample string 5",
  "canhan": "sample string 6",
  "ghichu": "sample string 7"
}