PUT api/Label/Template/{Template_ID}/Item/Paged
Query Items by given template ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Template_ID | string |
Required |
Body Parameters
Ft_Item| Name | Description | Type | Additional information |
|---|---|---|---|
| RowsPerPage | integer |
None. |
|
| CurrentPage | integer |
None. |
|
| SkipRows | integer |
None. |
|
| Template_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Template_ID": "sample string 1",
"RowsPerPage": 1,
"CurrentPage": 2,
"SkipRows": 1
}
application/xml, text/xml
Sample:
<Ft_Item xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrintService.DTO"> <CurrentPage>2</CurrentPage> <RowsPerPage>1</RowsPerPage> <Template_ID>sample string 1</Template_ID> </Ft_Item>
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.