PUT api/Service/List
Query Service
Request Information
URI Parameters
None.
Body Parameters
Filters
Ft_Print_Service| Name | Description | Type | Additional information |
|---|---|---|---|
| Name_Checked | boolean |
None. |
|
| Name | string |
None. |
|
| Printer_Checked | boolean |
None. |
|
| Printer_ID | string |
None. |
|
| Template_Checked | boolean |
None. |
|
| Template_ID | string |
None. |
|
| ID_Checked | boolean |
None. |
|
| ID | string |
None. |
|
| RowsPerPage | integer |
None. |
|
| CurrentPage | integer |
None. |
|
| SkipRows | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name_Checked": true,
"Name": "sample string 2",
"Printer_Checked": true,
"Printer_ID": "sample string 4",
"Template_Checked": true,
"Template_ID": "sample string 6",
"ID_Checked": true,
"ID": "sample string 8",
"RowsPerPage": 9,
"CurrentPage": 10,
"SkipRows": 81
}
application/xml, text/xml
Sample:
<Ft_Print_Service xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrintService.DTO"> <CurrentPage>10</CurrentPage> <RowsPerPage>9</RowsPerPage> <ID>sample string 8</ID> <ID_Checked>true</ID_Checked> <Name>sample string 2</Name> <Name_Checked>true</Name_Checked> <Printer_Checked>true</Printer_Checked> <Printer_ID>sample string 4</Printer_ID> <Template_Checked>true</Template_Checked> <Template_ID>sample string 6</Template_ID> </Ft_Print_Service>
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.