GET api/luong_nd19/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
luong_nd19| Name | Description | Type | Additional 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_uudai | decimal number |
None. |
|
| pc_uudai1 | decimal number |
None. |
|
| sothang | integer |
None. |
|
| thang | integer |
None. |
|
| nam | integer |
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,
"pc_uudai": 1.0,
"pc_uudai1": 1.0,
"sothang": 4,
"thang": 5,
"nam": 6,
"sothang1": 1
}
application/xml, text/xml
Sample:
<luong_nd19 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models"> <PC_chucvu>1</PC_chucvu> <hesoluong>1</hesoluong> <id>1</id> <macb>2</macb> <mucluongcoban>3</mucluongcoban> <nam>6</nam> <pc_thamnienvuotkhung>1</pc_thamnienvuotkhung> <pc_uudai>1</pc_uudai> <pc_uudai1>1</pc_uudai1> <sothang>4</sothang> <sothang1>1</sothang1> <thang>5</thang> </luong_nd19>