POST api/TongHopKiemKe/TongHopKiemKe_GetKhoMatHang
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of TongHopKiemKe_KhoMatHang| Name | Description | Type | Additional information |
|---|---|---|---|
| MHCODE | string |
None. |
|
| MHTEN | string |
None. |
|
| GIABANLE | decimal number |
None. |
|
| Priority | integer |
None. |
|
| Starting_Date | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MHCODE": "sample string 1",
"MHTEN": "sample string 2",
"GIABANLE": 3.0,
"Priority": 4,
"Starting_Date": "2026-01-29T18:25:28.6040491+07:00"
},
{
"MHCODE": "sample string 1",
"MHTEN": "sample string 2",
"GIABANLE": 3.0,
"Priority": 4,
"Starting_Date": "2026-01-29T18:25:28.6040491+07:00"
}
]