POST updatedsbangluongketqua

Request Information

URI Parameters

None.

Body Parameters

Collection of bangluongketqua
NameDescriptionTypeAdditional information
id

integer

None.

tongheso

decimal number

None.

thucnhan

decimal number

None.

baohiem

decimal number

None.

hesotinhbaohiem

decimal number

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "tongheso": 1.0,
    "thucnhan": 1.0,
    "baohiem": 1.0,
    "hesotinhbaohiem": 1.0
  },
  {
    "id": 1,
    "tongheso": 1.0,
    "thucnhan": 1.0,
    "baohiem": 1.0,
    "hesotinhbaohiem": 1.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfbangluongketqua xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <bangluongketqua>
    <baohiem>1</baohiem>
    <hesotinhbaohiem>1</hesotinhbaohiem>
    <id>1</id>
    <thucnhan>1</thucnhan>
    <tongheso>1</tongheso>
  </bangluongketqua>
  <bangluongketqua>
    <baohiem>1</baohiem>
    <hesotinhbaohiem>1</hesotinhbaohiem>
    <id>1</id>
    <thucnhan>1</thucnhan>
    <tongheso>1</tongheso>
  </bangluongketqua>
</ArrayOfbangluongketqua>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

bangluongketqua
NameDescriptionTypeAdditional information
id

integer

None.

tongheso

decimal number

None.

thucnhan

decimal number

None.

baohiem

decimal number

None.

hesotinhbaohiem

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "tongheso": 1.0,
  "thucnhan": 1.0,
  "baohiem": 1.0,
  "hesotinhbaohiem": 1.0
}

application/xml, text/xml

Sample:
<bangluongketqua xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <baohiem>1</baohiem>
  <hesotinhbaohiem>1</hesotinhbaohiem>
  <id>1</id>
  <thucnhan>1</thucnhan>
  <tongheso>1</tongheso>
</bangluongketqua>