DELETE api/phucap_uudai/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

phucap_uudai
NameDescriptionTypeAdditional information
id

integer

None.

magiaovien

integer

None.

thang

integer

None.

nam

integer

None.

launam_sothang

integer

None.

launam_1

decimal number

None.

launam_2

decimal number

None.

launam_3

decimal number

None.

thuhut_sothang

integer

None.

thuhut_phucap

decimal number

None.

thoigian_bhxh

string

None.

heso_244

decimal number

None.

heso_19

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "magiaovien": 2,
  "thang": 3,
  "nam": 4,
  "launam_sothang": 5,
  "launam_1": 6.1,
  "launam_2": 7.1,
  "launam_3": 8.1,
  "thuhut_sothang": 9,
  "thuhut_phucap": 10.1,
  "thoigian_bhxh": "sample string 11",
  "heso_244": 12.1,
  "heso_19": 13.1
}

application/xml, text/xml

Sample:
<phucap_uudai xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <heso_19>13.1</heso_19>
  <heso_244>12.1</heso_244>
  <id>1</id>
  <launam_1>6.1</launam_1>
  <launam_2>7.1</launam_2>
  <launam_3>8.1</launam_3>
  <launam_sothang>5</launam_sothang>
  <magiaovien>2</magiaovien>
  <nam>4</nam>
  <thang>3</thang>
  <thoigian_bhxh>sample string 11</thoigian_bhxh>
  <thuhut_phucap>10.1</thuhut_phucap>
  <thuhut_sothang>9</thuhut_sothang>
</phucap_uudai>