GET api/luong_nd54/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

luong_nd54
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.

thoigianhuongpc

string

None.

pc_thamniennghe

decimal number

None.

sothang

integer

None.

thang

integer

None.

nam

integer

None.

ghichu

string

None.

sothang1

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "macb": 2,
  "hesoluong": 1.0,
  "PC_chucvu": 1.0,
  "mucluongcoban": 3,
  "pc_thamnienvuotkhung": 1.0,
  "thoigianhuongpc": "sample string 4",
  "pc_thamniennghe": 1.0,
  "sothang": 5,
  "thang": 6,
  "nam": 7,
  "ghichu": "sample string 8",
  "sothang1": 1
}

application/xml, text/xml

Sample:
<luong_nd54 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <PC_chucvu>1</PC_chucvu>
  <ghichu>sample string 8</ghichu>
  <hesoluong>1</hesoluong>
  <id>1</id>
  <macb>2</macb>
  <mucluongcoban>3</mucluongcoban>
  <nam>7</nam>
  <pc_thamniennghe>1</pc_thamniennghe>
  <pc_thamnienvuotkhung>1</pc_thamnienvuotkhung>
  <sothang>5</sothang>
  <sothang1>1</sothang1>
  <thang>6</thang>
  <thoigianhuongpc>sample string 4</thoigianhuongpc>
</luong_nd54>