POST api/BaoHanhNX/UpdateBaoCaoDichVuSanPhamThayTheDuKien

Request Information

URI Parameters

None.

Body Parameters

BaoCaoDichVuSanPhamThayTheDuKienInfo
NameDescriptionTypeAdditional information
BaoCaoDichVuSanPhamThayTheDuKienID

integer

None.

MaSanPham

string

None.

TenSanPham

string

None.

Serial

string

None.

GhiChu

string

None.

SoLuong

string

None.

BaoCaoDichVuID

integer

None.

NguoiSuaCuoi

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BaoCaoDichVuSanPhamThayTheDuKienID": 1,
  "MaSanPham": "sample string 2",
  "TenSanPham": "sample string 3",
  "Serial": "sample string 4",
  "GhiChu": "sample string 5",
  "SoLuong": "sample string 6",
  "BaoCaoDichVuID": 7,
  "NguoiSuaCuoi": "sample string 8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseInfo
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "Data": {}
}