PUT api/APIRoute
Request Information
URI Parameters
None.
Body Parameters
Ft_API_Route| Name | Description | Type | Additional information |
|---|---|---|---|
| Route_Checked | boolean |
None. |
|
| Route_Template | string |
None. |
|
| Method_Checked | boolean |
None. |
|
| Method | string |
None. |
|
| RowsPerPage | integer |
None. |
|
| CurrentPage | integer |
None. |
|
| SkipRows | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Route_Checked": true,
"Route_Template": "sample string 2",
"Method_Checked": true,
"Method": "sample string 4",
"RowsPerPage": 5,
"CurrentPage": 6,
"SkipRows": 25
}
application/xml, text/xml
Sample:
<Ft_API_Route xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrintService.DTO"> <CurrentPage>6</CurrentPage> <RowsPerPage>5</RowsPerPage> <Method>sample string 4</Method> <Method_Checked>true</Method_Checked> <Route_Checked>true</Route_Checked> <Route_Template>sample string 2</Route_Template> </Ft_API_Route>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.