GET api/CH_ClientMayTinh

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CH_ClientMayTinh
NameDescriptionTypeAdditional 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": "777c55a4-6c1e-44d2-b5a9-5a1bb9be1ff8",
    "MaCongTy": "sample string 2",
    "MaChiNhanh": "sample string 3",
    "TenMayTinh": "sample string 4",
    "MACAdress": "sample string 5",
    "NgayDangNhap": "2025-12-10T21:13:51.5214311+07:00",
    "IPAddress": "sample string 6"
  },
  {
    "RefId": "777c55a4-6c1e-44d2-b5a9-5a1bb9be1ff8",
    "MaCongTy": "sample string 2",
    "MaChiNhanh": "sample string 3",
    "TenMayTinh": "sample string 4",
    "MACAdress": "sample string 5",
    "NgayDangNhap": "2025-12-10T21:13:51.5214311+07:00",
    "IPAddress": "sample string 6"
  }
]