DELETE api/NV_ToaThuoc/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

NV_ToaThuoc
NameDescriptionTypeAdditional information
RefID

globally unique identifier

None.

RefID_NV_HoSoKhachHang

globally unique identifier

None.

NgayGio

date

None.

ChanDoan

string

None.

UserID_NguoiTao

globally unique identifier

None.

GhiChu

string

None.

MaCongTy

string

None.

UserID_Bacsi

globally unique identifier

None.

SID

integer

None.

NV_ToaThuoc_CT

Collection of NV_ToaThuoc_CT

None.

Response Formats

application/json, text/json

Sample:
{
  "RefID": "a490faae-9ab3-4bbc-9bf4-81a24620f56e",
  "RefID_NV_HoSoKhachHang": "dd6a83b7-eb14-4d68-97ca-6f3d24d10078",
  "NgayGio": "2026-03-02T17:11:55.7434017+07:00",
  "ChanDoan": "sample string 2",
  "UserID_NguoiTao": "0cabe38e-ba93-46cb-805e-4745c6c9b7c8",
  "GhiChu": "sample string 3",
  "MaCongTy": "sample string 4",
  "UserID_Bacsi": "837583ed-eb1e-407a-a8a2-290a05fdd34c",
  "SID": 5,
  "NV_ToaThuoc_CT": [
    {
      "RefID": "942ed877-4a5d-4afd-8758-f1946eb9c7cc",
      "RefID_NVToaThuoc": "e030cf71-dd57-4928-846f-8cfb5d628581",
      "RefID_DMHangHoa_DichVu": "db3067a0-fd9a-4bdd-8af3-e4935f09c450",
      "SoLuong": 1.0,
      "CachDung": "sample string 2",
      "STT": 3
    },
    {
      "RefID": "942ed877-4a5d-4afd-8758-f1946eb9c7cc",
      "RefID_NVToaThuoc": "e030cf71-dd57-4928-846f-8cfb5d628581",
      "RefID_DMHangHoa_DichVu": "db3067a0-fd9a-4bdd-8af3-e4935f09c450",
      "SoLuong": 1.0,
      "CachDung": "sample string 2",
      "STT": 3
    }
  ]
}