GET api/product/getquycach/{masp}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
masp

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Quycachsanpham
NameDescriptionTypeAdditional information
Id

integer

None.

Masp

string

None.

Maqc

string

None.

Tenqc

string

None.

Hesoqd

integer

None.

Dvtinh

string

None.

Dongia

decimal number

None.

Ngayapdung

date

None.

Apdung

boolean

None.

Hienthi

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Masp": "sample string 2",
    "Maqc": "sample string 3",
    "Tenqc": "sample string 4",
    "Hesoqd": 1,
    "Dvtinh": "sample string 5",
    "Dongia": 1.0,
    "Ngayapdung": "2026-04-17T20:59:45.6930043+07:00",
    "Apdung": true,
    "Hienthi": true
  },
  {
    "Id": 1,
    "Masp": "sample string 2",
    "Maqc": "sample string 3",
    "Tenqc": "sample string 4",
    "Hesoqd": 1,
    "Dvtinh": "sample string 5",
    "Dongia": 1.0,
    "Ngayapdung": "2026-04-17T20:59:45.6930043+07:00",
    "Apdung": true,
    "Hienthi": true
  }
]