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