PUT api/DmMangLuoi?ma={ma}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ma | string |
Required |
Body Parameters
DmMangLuoi| Name | Description | Type | Additional information |
|---|---|---|---|
| MaDiem | string |
None. |
|
| MaMatHang | string |
None. |
|
| TenMatHang | string |
None. |
|
| GiaKyTruoc | decimal number |
None. |
|
| Username | string |
None. |
|
| Status | byte |
None. |
|
| MaTinh | string |
None. |
|
| MaKhuVuc | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedDate | date |
None. |
|
| ModifiedBy | string |
None. |
|
| bosungmoi | byte |
None. |
|
| Action | byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"maDiem": "sample string 1",
"maMatHang": "sample string 2",
"tenMatHang": "sample string 3",
"giaKyTruoc": 1.0,
"username": "sample string 4",
"status": 64,
"maTinh": "sample string 5",
"maKhuVuc": "sample string 6",
"createdDate": "2025-10-27T11:01:08.0297818+07:00",
"createdBy": "sample string 7",
"modifiedDate": "2025-10-27T11:01:08.0297818+07:00",
"modifiedBy": "sample string 8",
"bosungmoi": 64,
"action": 64
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |