PUT api/CH_ClientMayTinh/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "7d63a561-3979-4866-85c4-c16dc8774293",
  "MaCongTy": "sample string 2",
  "MaChiNhanh": "sample string 3",
  "TenMayTinh": "sample string 4",
  "MACAdress": "sample string 5",
  "NgayDangNhap": "2026-03-02T17:11:24.0378289+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

None.