PUT api/NV_DatKham/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

NV_DatKham
NameDescriptionTypeAdditional information
RefID

globally unique identifier

None.

RefID_HoSoKhachHang

globally unique identifier

None.

NgayGio

date

None.

NgayHen

date

None.

UserID_NhanVienHen

globally unique identifier

None.

UserID_NhanVienTao

globally unique identifier

None.

NoiDung

string

None.

GhiChu

string

None.

TrangThai

integer

None.

SoDienThoai

string

None.

RefID_CH_ChiNhanh

globally unique identifier

None.

MaCongTy

string

None.

MaNghiepVu

string

None.

RefID_NghiepVu

globally unique identifier

None.

TenKhachHang

string

None.

SendZALO

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "RefID": "79408227-e4a3-4972-bba9-771068cf8b9d",
  "RefID_HoSoKhachHang": "f69d3393-1f22-42b3-9715-7d5973bc28de",
  "NgayGio": "2026-03-02T17:09:36.8421324+07:00",
  "NgayHen": "2026-03-02T17:09:36.8421324+07:00",
  "UserID_NhanVienHen": "6486f069-e4f6-4d15-bb4f-3f44d722412b",
  "UserID_NhanVienTao": "4e9c351f-ea46-4517-84a5-c9bd772bb801",
  "NoiDung": "sample string 4",
  "GhiChu": "sample string 5",
  "TrangThai": 1,
  "SoDienThoai": "sample string 6",
  "RefID_CH_ChiNhanh": "9840c482-3346-4cac-9816-a19c9594b0f4",
  "MaCongTy": "sample string 8",
  "MaNghiepVu": "sample string 9",
  "RefID_NghiepVu": "5e6fc83b-fb9f-43bf-b150-37d7a13041db",
  "TenKhachHang": "sample string 10",
  "SendZALO": true
}

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 'NV_DatKham'.

Response Information

Resource Description

None.