GET 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": "d44813ac-54a3-4e14-99af-3817f08387a3",
"MaCongTy": "sample string 2",
"MaChiNhanh": "sample string 3",
"TenMayTinh": "sample string 4",
"MACAdress": "sample string 5",
"NgayDangNhap": "2025-12-10T21:14:31.8995368+07:00",
"IPAddress": "sample string 6"
}