GET api/GetPrfSettings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SysPrfSetting| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| FieldName | string |
None. |
|
| Description | string |
None. |
|
| Label | string |
None. |
|
| Show | boolean |
None. |
|
| Page | string |
None. |
|
| Section | string |
None. |
|
| Info | string |
None. |
|
| Alert | string |
None. |
|
| AlertType | integer |
None. |
|
| Required | boolean |
None. |
|
| OrderNumber | integer |
None. |
|
| Type | integer |
None. |
|
| ParentID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"FieldName": "sample string 2",
"Description": "sample string 3",
"Label": "sample string 4",
"Show": true,
"Page": "sample string 6",
"Section": "sample string 7",
"Info": "sample string 8",
"Alert": "sample string 9",
"AlertType": 10,
"Required": true,
"OrderNumber": 12,
"Type": 13,
"ParentID": 1
},
{
"ID": 1,
"FieldName": "sample string 2",
"Description": "sample string 3",
"Label": "sample string 4",
"Show": true,
"Page": "sample string 6",
"Section": "sample string 7",
"Info": "sample string 8",
"Alert": "sample string 9",
"AlertType": 10,
"Required": true,
"OrderNumber": 12,
"Type": 13,
"ParentID": 1
}
]
application/octet-stream, multipart/form-data
Sample:
[{"ID":1,"FieldName":"sample string 2","Description":"sample string 3","Label":"sample string 4","Show":true,"Page":"sample string 6","Section":"sample string 7","Info":"sample string 8","Alert":"sample string 9","AlertType":10,"Required":true,"OrderNumber":12,"Type":13,"ParentID":1},{"ID":1,"FieldName":"sample string 2","Description":"sample string 3","Label":"sample string 4","Show":true,"Page":"sample string 6","Section":"sample string 7","Info":"sample string 8","Alert":"sample string 9","AlertType":10,"Required":true,"OrderNumber":12,"Type":13,"ParentID":1}]
application/xml, text/xml
Sample:
<ArrayOfSysPrfSetting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HTMW">
<SysPrfSetting>
<Alert>sample string 9</Alert>
<AlertType>10</AlertType>
<Description>sample string 3</Description>
<FieldName>sample string 2</FieldName>
<ID>1</ID>
<Info>sample string 8</Info>
<Label>sample string 4</Label>
<OrderNumber>12</OrderNumber>
<Page>sample string 6</Page>
<ParentID>1</ParentID>
<Required>true</Required>
<Section>sample string 7</Section>
<Show>true</Show>
<Type>13</Type>
</SysPrfSetting>
<SysPrfSetting>
<Alert>sample string 9</Alert>
<AlertType>10</AlertType>
<Description>sample string 3</Description>
<FieldName>sample string 2</FieldName>
<ID>1</ID>
<Info>sample string 8</Info>
<Label>sample string 4</Label>
<OrderNumber>12</OrderNumber>
<Page>sample string 6</Page>
<ParentID>1</ParentID>
<Required>true</Required>
<Section>sample string 7</Section>
<Show>true</Show>
<Type>13</Type>
</SysPrfSetting>
</ArrayOfSysPrfSetting>