PUT api/DM_KhoanMucPhi/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

DM_KhoanMucPhi
NameDescriptionTypeAdditional information
RefID

globally unique identifier

None.

STT

integer

None.

Ten

string

None.

SuDung

boolean

None.

MaCongTy

string

None.

PhanLoai

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "RefID": "dffbeed1-6512-44a8-acb5-e29a003f99f7",
  "STT": 1,
  "Ten": "sample string 2",
  "SuDung": true,
  "MaCongTy": "sample string 3",
  "PhanLoai": 1
}

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

Response Information

Resource Description

None.