DELETE api/UPDATE_CODIEN_DIEUHOA_Result/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

UPDATE_CODIEN_DIEUHOA_Result
NameDescriptionTypeAdditional information
Baoduong_Id

integer

None.

DH1_Nhanhieu

string

None.

DH1_Ngayld

date

None.

DH2_Nhanhieu

string

None.

DH2_Ngayld

date

None.

DH3_Nhanhieu

string

None.

DH3_Ngayld

date

None.

DH_Tinhtrang

string

None.

DH_Luanphien

string

None.

DH_Vesinh

date

None.

DH_Nhietdo

integer

None.

DH_Chedo

integer

None.

DH_cucnonglanh

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Baoduong_Id": 1,
  "DH1_Nhanhieu": "sample string 1",
  "DH1_Ngayld": "2025-12-06T11:35:15.9609375+07:00",
  "DH2_Nhanhieu": "sample string 2",
  "DH2_Ngayld": "2025-12-06T11:35:15.9609375+07:00",
  "DH3_Nhanhieu": "sample string 3",
  "DH3_Ngayld": "2025-12-06T11:35:15.9609375+07:00",
  "DH_Tinhtrang": "sample string 4",
  "DH_Luanphien": "sample string 5",
  "DH_Vesinh": "2025-12-06T11:35:15.9609375+07:00",
  "DH_Nhietdo": 1,
  "DH_Chedo": 1,
  "DH_cucnonglanh": 1
}

application/xml, text/xml

Sample:
<UPDATE_CODIEN_DIEUHOA_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models">
  <Baoduong_Id>1</Baoduong_Id>
  <DH1_Ngayld>2025-12-06T11:35:15.9609375+07:00</DH1_Ngayld>
  <DH1_Nhanhieu>sample string 1</DH1_Nhanhieu>
  <DH2_Ngayld>2025-12-06T11:35:15.9609375+07:00</DH2_Ngayld>
  <DH2_Nhanhieu>sample string 2</DH2_Nhanhieu>
  <DH3_Ngayld>2025-12-06T11:35:15.9609375+07:00</DH3_Ngayld>
  <DH3_Nhanhieu>sample string 3</DH3_Nhanhieu>
  <DH_Chedo>1</DH_Chedo>
  <DH_Luanphien>sample string 5</DH_Luanphien>
  <DH_Nhietdo>1</DH_Nhietdo>
  <DH_Tinhtrang>sample string 4</DH_Tinhtrang>
  <DH_Vesinh>2025-12-06T11:35:15.9609375+07:00</DH_Vesinh>
  <DH_cucnonglanh>1</DH_cucnonglanh>
</UPDATE_CODIEN_DIEUHOA_Result>