POST api/CH_ClientMayTinh

Request Information

URI Parameters

None.

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
{
  "RefId": "b78c52a1-32bb-4543-b85d-12b06310004c",
  "MaCongTy": "sample string 2",
  "MaChiNhanh": "sample string 3",
  "TenMayTinh": "sample string 4",
  "MACAdress": "sample string 5",
  "NgayDangNhap": "2025-12-10T21:13:52.6620698+07:00",
  "IPAddress": "sample string 6"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CH_ClientMayTinh'.

Response Information

Resource Description

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": "647c7665-0869-4464-88e3-84043931bc89",
  "MaCongTy": "sample string 2",
  "MaChiNhanh": "sample string 3",
  "TenMayTinh": "sample string 4",
  "MACAdress": "sample string 5",
  "NgayDangNhap": "2025-12-10T21:13:52.6620698+07:00",
  "IPAddress": "sample string 6"
}