POST api/Misc/IconLib
Request Information
URI Parameters
None.
Body Parameters
DTO_Label_Icon| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Description | string |
None. |
|
| File_Name | string |
None. |
|
| Width | integer |
None. |
|
| Height | integer |
None. |
|
| ID | string |
None. |
|
| Source_Tag | string |
None. |
|
| Source_ID | string |
None. |
|
| Path | string |
None. |
|
| Size | integer |
None. |
|
| Date_Created | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Description": "sample string 2",
"File_Name": "sample string 3",
"Width": 4,
"Height": 5,
"ID": "sample string 6",
"Source_Tag": "sample string 7",
"Source_ID": "sample string 8",
"Path": "sample string 9",
"Size": 10,
"Date_Created": "2025-12-22T04:25:45.3988856+08:00"
}
application/xml, text/xml
Sample:
<DTO_Label_Icon xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrintService.DTO"> <Date_Created>2025-12-22T04:25:45.3988856+08:00</Date_Created> <ID>sample string 6</ID> <Name i:nil="true" /> <Path>sample string 9</Path> <Size>10</Size> <Source_ID>sample string 8</Source_ID> <Source_Tag>sample string 7</Source_Tag> <Description>sample string 2</Description> <File_Name>sample string 3</File_Name> <Height>5</Height> <Name>sample string 1</Name> <Width>4</Width> </DTO_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.