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.

ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "RefID": "90de28e6-fba3-488f-90f8-e61e4727714a",
  "MaPhieu": "sample string 2",
  "RefID_CH_ChiNhanh": "844a67b8-82e4-40d7-8276-c0095728a31d",
  "MaCongTy": "sample string 4",
  "UserID_NguoiTao": "9f9c10fc-9ef5-48b9-9e5c-789720a3dfb9",
  "SoTien": 1.0,
  "LyDo": "sample string 6",
  "HinhThuc": 1,
  "DoiTuong": "sample string 7",
  "MaNghiepVu": "sample string 8",
  "NgayGio": "2026-03-02T17:12:04.6972096+07:00",
  "ID": 9
}

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.