DELETE api/NV_PhieuThuChi/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

NV_PhieuThuChi
NameDescriptionTypeAdditional information
RefID

globally unique identifier

None.

MaPhieu

string

None.

RefID_CH_ChiNhanh

globally unique identifier

None.

MaCongTy

string

None.

UserID_NguoiTao

globally unique identifier

None.

SoTien

decimal number

None.

LyDo

string

None.

HinhThuc

integer

None.

DoiTuong

string

None.

MaNghiepVu

string

None.

NgayGio

date

None.

Response Formats

application/json, text/json

Sample:
{
  "RefID": "d195ab43-6913-445e-b47a-d0c01bf4fc3f",
  "MaPhieu": "sample string 2",
  "RefID_CH_ChiNhanh": "9589c45b-5426-49aa-a480-9c94ef64d481",
  "MaCongTy": "sample string 4",
  "UserID_NguoiTao": "6418176b-3e43-4c87-ad34-a1f64a516800",
  "SoTien": 1.0,
  "LyDo": "sample string 6",
  "HinhThuc": 1,
  "DoiTuong": "sample string 7",
  "MaNghiepVu": "sample string 8",
  "NgayGio": "2025-12-10T21:16:48.3954729+07:00"
}