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": "b5e9c184-f0ca-4b11-ac37-47865e21f959",
  "RefID_HoSoKhachHang": "92185930-35e0-4b55-8d77-808a811aa3ec",
  "NgayGio": "2025-12-10T21:14:31.3838013+07:00",
  "NgayHen": "2025-12-10T21:14:31.3838013+07:00",
  "UserID_NhanVienHen": "ee039318-f826-4f67-91b5-0866cd19f19f",
  "UserID_NhanVienTao": "f22faedc-003d-4e30-8ff4-8bb5a98ab0f1",
  "NoiDung": "sample string 4",
  "GhiChu": "sample string 5",
  "TrangThai": 1,
  "SoDienThoai": "sample string 6",
  "RefID_CH_ChiNhanh": "48ceece7-caf7-43e4-be89-d49e97b1d23b",
  "MaCongTy": "sample string 8",
  "MaNghiepVu": "sample string 9",
  "RefID_NghiepVu": "0042913f-d73b-4cb9-a554-3dc9b8ca90a7",
  "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.