GET api/product/getall
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Product| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Masp | string |
None. |
|
| Tensp | string |
None. |
|
| Mota | string |
None. |
|
| Hinhanh | string |
None. |
|
| Hienthi | boolean |
None. |
|
| Spmoi | boolean |
None. |
|
| Sphot | boolean |
None. |
|
| Idnhomsp | integer |
None. |
|
| Tennhomsp | string |
None. |
|
| Maqc | string |
None. |
|
| Tenqc | string |
None. |
|
| Dvtinh | string |
None. |
|
| Hesoqd | integer |
None. |
|
| Dongia | decimal number |
None. |
|
| IsShow | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Masp": "sample string 2",
"Tensp": "sample string 3",
"Mota": "sample string 4",
"Hinhanh": "sample string 5",
"Hienthi": true,
"Spmoi": true,
"Sphot": true,
"Idnhomsp": 6,
"Tennhomsp": "sample string 7",
"Maqc": "sample string 8",
"Tenqc": "sample string 9",
"Dvtinh": "sample string 10",
"Hesoqd": 1,
"Dongia": 1.0,
"IsShow": true
},
{
"Id": 1,
"Masp": "sample string 2",
"Tensp": "sample string 3",
"Mota": "sample string 4",
"Hinhanh": "sample string 5",
"Hienthi": true,
"Spmoi": true,
"Sphot": true,
"Idnhomsp": 6,
"Tennhomsp": "sample string 7",
"Maqc": "sample string 8",
"Tenqc": "sample string 9",
"Dvtinh": "sample string 10",
"Hesoqd": 1,
"Dongia": 1.0,
"IsShow": true
}
]