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": "7d63a561-3979-4866-85c4-c16dc8774293",
"MaCongTy": "sample string 2",
"MaChiNhanh": "sample string 3",
"TenMayTinh": "sample string 4",
"MACAdress": "sample string 5",
"NgayDangNhap": "2026-03-02T17:11:24.0378289+07:00",
"IPAddress": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.