POST updatedanhsachbu_luong
Request Information
URI Parameters
None.
Body Parameters
Collection of 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
},
{
"id": 1,
"macb": 2,
"chucvu": "sample string 3",
"mucluongcoban": 4,
"mucluong": 5.1,
"sothang": 6,
"thang": 7,
"nam": 8
}
]
application/xml, text/xml
Sample:
<ArrayOfbu_luong xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
<bu_luong>
<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>
<bu_luong>
<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>
</ArrayOfbu_luong>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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. |
Response 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>