PUT api/NV_PhieuThuChi/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
{
  "RefID": "ea8395c2-82d2-4edb-b5fd-0a95c67dda9f",
  "MaPhieu": "sample string 2",
  "RefID_CH_ChiNhanh": "ebfed24d-8b8a-4825-bad3-e687c586e7c2",
  "MaCongTy": "sample string 4",
  "UserID_NguoiTao": "1c9cfdc1-78e3-4f89-b880-1a5b4cd02a26",
  "SoTien": 1.0,
  "LyDo": "sample string 6",
  "HinhThuc": 1,
  "DoiTuong": "sample string 7",
  "MaNghiepVu": "sample string 8",
  "NgayGio": "2025-12-10T21:16:25.8152658+07:00"
}

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

Response Information

Resource Description

None.