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