PUT api/Misc/IconLib
Request Information
URI Parameters
None.
Body Parameters
Ft_Label_Icon| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Description | string |
None. |
|
| ID | string |
None. |
|
| RowsPerPage | integer |
None. |
|
| CurrentPage | integer |
None. |
|
| SkipRows | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Description": "sample string 2",
"ID": "sample string 3",
"RowsPerPage": 4,
"CurrentPage": 5,
"SkipRows": 16
}
application/xml, text/xml
Sample:
<Ft_Label_Icon xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrintService.DTO"> <CurrentPage>5</CurrentPage> <RowsPerPage>4</RowsPerPage> <Description>sample string 2</Description> <ID>sample string 3</ID> <Name>sample string 1</Name> </Ft_Label_Icon>
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.