DELETE api/CH_ClientMayTinh/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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. |
Response Formats
application/json, text/json
Sample:
{
"RefId": "3e3507bc-5498-4aae-b2b1-ec5df5c114bc",
"MaCongTy": "sample string 2",
"MaChiNhanh": "sample string 3",
"TenMayTinh": "sample string 4",
"MACAdress": "sample string 5",
"NgayDangNhap": "2026-03-02T17:12:04.6972096+07:00",
"IPAddress": "sample string 6"
}