POST api/DM_KhoanMucPhi

Request Information

URI Parameters

None.

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": "25c353f2-847a-47f2-9dad-b84d01e96225",
  "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

DM_KhoanMucPhi
NameDescriptionTypeAdditional information
RefID

globally unique identifier

None.

STT

integer

None.

Ten

string

None.

SuDung

boolean

None.

MaCongTy

string

None.

PhanLoai

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "RefID": "ef65d965-ca93-4862-a675-8b94f3de4ac9",
  "STT": 1,
  "Ten": "sample string 2",
  "SuDung": true,
  "MaCongTy": "sample string 3",
  "PhanLoai": 1
}