PUT api/bu_luong/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
bu_luong| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| macb | integer |
None. |
|
| chucvu | string |
None. |
|
| mucluongcoban | integer |
None. |
|
| mucluong | decimal number |
None. |
|
| sothang | integer |
None. |
|
| thang | integer |
None. |
|
| nam | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"macb": 2,
"chucvu": "sample string 3",
"mucluongcoban": 4,
"mucluong": 5.1,
"sothang": 6,
"thang": 7,
"nam": 8
}
application/xml, text/xml
Sample:
<bu_luong xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models"> <chucvu>sample string 3</chucvu> <id>1</id> <macb>2</macb> <mucluong>5.1</mucluong> <mucluongcoban>4</mucluongcoban> <nam>8</nam> <sothang>6</sothang> <thang>7</thang> </bu_luong>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.