PUT api/DM_HangHoa_DichVu/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

DM_HangHoa_DichVu
NameDescriptionTypeAdditional information
RefID

globally unique identifier

None.

Ma

string

None.

Ten

string

None.

Gia

decimal number

None.

SoThangBaoHanh

integer

None.

RefID_DM_Nhom

globally unique identifier

None.

RefID_DM_DonVi

globally unique identifier

None.

GhiChu

string

None.

SuDung

boolean

None.

MaCongTy

string

None.

RefID_DM_PhanLoai

globally unique identifier

None.

TieuHao

boolean

None.

ThueVAT

decimal number

None.

ThueTNCN

decimal number

None.

NganhNghe

string

None.

ShowAll

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "RefID": "057ea5dd-392d-4c38-87a6-7835752c6c24",
  "Ma": "sample string 2",
  "Ten": "sample string 3",
  "Gia": 4.0,
  "SoThangBaoHanh": 1,
  "RefID_DM_Nhom": "d6e0c56c-6e87-4760-b2fb-a98ffb12ccbd",
  "RefID_DM_DonVi": "aa11d09f-d158-4ac8-b67f-590aa24016bf",
  "GhiChu": "sample string 5",
  "SuDung": true,
  "MaCongTy": "sample string 6",
  "RefID_DM_PhanLoai": "1ffadc51-dd1b-46f0-8e07-2575f7e3b5da",
  "TieuHao": true,
  "ThueVAT": 1.0,
  "ThueTNCN": 1.0,
  "NganhNghe": "sample string 8",
  "ShowAll": true
}

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

Response Information

Resource Description

None.