PUT rest/Tables/{id}/QuickFilter
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
QuickFilterUpdateInput| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1
}
text/xml
Sample:
<TablesController.QuickFilterUpdateInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Navigator.API.Controllers"> <ID>1</ID> </TablesController.QuickFilterUpdateInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.