POST areas/SaveAreaConfig
Request Information
URI Parameters
None.
Body Parameters
AreaConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| AreaID | integer |
None. |
|
| AreaName | string |
None. |
|
| AreaDesc | string |
None. |
|
| AreaType | string |
None. |
|
| Parent | string |
None. |
|
| QstGroupId | integer |
None. |
|
| GroupName | string |
None. |
|
| AreaTypeId | integer |
None. |
|
| AreaPropertyLinkId | integer |
None. |
|
| IsLinked | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| IsOutsideResponse | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"AreaID": 1,
"AreaName": "sample string 2",
"AreaDesc": "sample string 3",
"AreaType": "sample string 4",
"Parent": "sample string 5",
"QstGroupId": 1,
"GroupName": "sample string 6",
"AreaTypeId": 7,
"AreaPropertyLinkId": 1,
"IsLinked": true,
"IsActive": true,
"IsOutsideResponse": true
}
text/html
Sample:
{"AreaID":1,"AreaName":"sample string 2","AreaDesc":"sample string 3","AreaType":"sample string 4","Parent":"sample string 5","QstGroupId":1,"GroupName":"sample string 6","AreaTypeId":7,"AreaPropertyLinkId":1,"IsLinked":true,"IsActive":true,"IsOutsideResponse":true}
application/xml, text/xml
Sample:
<AreaConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Areas"> <AreaDesc>sample string 3</AreaDesc> <AreaID>1</AreaID> <AreaName>sample string 2</AreaName> <AreaPropertyLinkId>1</AreaPropertyLinkId> <AreaType>sample string 4</AreaType> <AreaTypeId>7</AreaTypeId> <GroupName>sample string 6</GroupName> <IsActive>true</IsActive> <IsLinked>true</IsLinked> <IsOutsideResponse>true</IsOutsideResponse> <Parent>sample string 5</Parent> <QstGroupId>1</QstGroupId> </AreaConfig>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.