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