PUT api/CH_ClientMayTinh/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
CH_ClientMayTinh| Name | Description | Type | Additional information |
|---|---|---|---|
| RefId | globally unique identifier |
None. |
|
| MaCongTy | string |
None. |
|
| MaChiNhanh | string |
None. |
|
| TenMayTinh | string |
None. |
|
| MACAdress | string |
None. |
|
| NgayDangNhap | date |
None. |
|
| IPAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RefId": "b6e09c6b-c856-4602-b7de-6bee065dc615",
"MaCongTy": "sample string 2",
"MaChiNhanh": "sample string 3",
"TenMayTinh": "sample string 4",
"MACAdress": "sample string 5",
"NgayDangNhap": "2025-12-10T21:14:32.8995239+07:00",
"IPAddress": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.