POST api/CH_ClientMayTinh
Request Information
URI Parameters
None.
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": "55d2d818-4485-4a82-af77-6a94c8bb9937",
"MaCongTy": "sample string 2",
"MaChiNhanh": "sample string 3",
"TenMayTinh": "sample string 4",
"MACAdress": "sample string 5",
"NgayDangNhap": "2026-03-02T17:09:56.6404807+07:00",
"IPAddress": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
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": "a019b75b-ba1c-4efb-9664-c4d16c2e0928",
"MaCongTy": "sample string 2",
"MaChiNhanh": "sample string 3",
"TenMayTinh": "sample string 4",
"MACAdress": "sample string 5",
"NgayDangNhap": "2026-03-02T17:09:56.6404807+07:00",
"IPAddress": "sample string 6"
}