DELETE api/truyluong_bhxh/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

truyluong_bhxh
NameDescriptionTypeAdditional information
id

integer

None.

macb

integer

None.

hesoluong

decimal number

None.

PC_chucvu

decimal number

None.

mucluongcoban

integer

None.

pc_thamnienvuotkhung

decimal number

None.

pc_thamniennghe

decimal number

None.

hesoluong1

decimal number

None.

PC_chucvu1

decimal number

None.

pc_thamnienvuotkhung1

decimal number

None.

pc_thamniennghe1

decimal number

None.

sothang

integer

None.

thang

integer

None.

nam

integer

None.

thoigian

date

None.

sothang1

decimal number

None.

sothang2

decimal number

None.

baohiem

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "macb": 2,
  "hesoluong": 3.1,
  "PC_chucvu": 4.1,
  "mucluongcoban": 5,
  "pc_thamnienvuotkhung": 6.1,
  "pc_thamniennghe": 7.1,
  "hesoluong1": 8.1,
  "PC_chucvu1": 9.1,
  "pc_thamnienvuotkhung1": 10.1,
  "pc_thamniennghe1": 11.1,
  "sothang": 12,
  "thang": 13,
  "nam": 14,
  "thoigian": "2025-12-20T05:29:40.1905488+07:00",
  "sothang1": 1.0,
  "sothang2": 1.0,
  "baohiem": 1.0
}

application/xml, text/xml

Sample:
<truyluong_bhxh xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <PC_chucvu>4.1</PC_chucvu>
  <PC_chucvu1>9.1</PC_chucvu1>
  <baohiem>1</baohiem>
  <hesoluong>3.1</hesoluong>
  <hesoluong1>8.1</hesoluong1>
  <id>1</id>
  <macb>2</macb>
  <mucluongcoban>5</mucluongcoban>
  <nam>14</nam>
  <pc_thamniennghe>7.1</pc_thamniennghe>
  <pc_thamniennghe1>11.1</pc_thamniennghe1>
  <pc_thamnienvuotkhung>6.1</pc_thamnienvuotkhung>
  <pc_thamnienvuotkhung1>10.1</pc_thamnienvuotkhung1>
  <sothang>12</sothang>
  <sothang1>1</sothang1>
  <sothang2>1</sothang2>
  <thang>13</thang>
  <thoigian>2025-12-20T05:29:40.1905488+07:00</thoigian>
</truyluong_bhxh>