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