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": "b6e09c6b-c856-4602-b7de-6bee065dc615",
  "MaCongTy": "sample string 2",
  "MaChiNhanh": "sample string 3",
  "TenMayTinh": "sample string 4",
  "MACAdress": "sample string 5",
  "NgayDangNhap": "2025-12-10T21:14:32.8995239+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.