PUT api/Label/Template
Query template by pages
Request Information
URI Parameters
None.
Body Parameters
filters
Ft_Label_Template| Name | Description | Type | Additional information |
|---|---|---|---|
| Name_Checked | boolean |
None. |
|
| Name | 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",
"ID_Checked": true,
"ID": "sample string 4",
"RowsPerPage": 5,
"CurrentPage": 6,
"SkipRows": 25
}
application/xml, text/xml
Sample:
<Ft_Label_Template xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrintService.DTO"> <CurrentPage>6</CurrentPage> <RowsPerPage>5</RowsPerPage> <ID>sample string 4</ID> <ID_Checked>true</ID_Checked> <Name>sample string 2</Name> <Name_Checked>true</Name_Checked> </Ft_Label_Template>
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.