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