GET api/SetupSetLocationClassification/GetIconType
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of IconType| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | string |
None. |
|
| Text | string |
None. |
|
| IconPath | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Value": "sample string 1",
"Text": "sample string 2",
"IconPath": "sample string 3"
},
{
"Value": "sample string 1",
"Text": "sample string 2",
"IconPath": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfIconType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Setup">
<IconType>
<IconPath>sample string 3</IconPath>
<Text>sample string 2</Text>
<Value>sample string 1</Value>
</IconType>
<IconType>
<IconPath>sample string 3</IconPath>
<Text>sample string 2</Text>
<Value>sample string 1</Value>
</IconType>
</ArrayOfIconType>