POST api/HeatMap/CreateHeatMapLog
Request Information
URI Parameters
None.
Body Parameters
CreateHeatMap| Name | Description | Type | Additional information |
|---|---|---|---|
| SurveyID | integer |
None. |
|
| QuestionID | integer |
None. |
|
| Type | string |
None. |
|
| Imgurl | string |
None. |
|
| IsLike | string |
None. |
|
| FilterID | integer |
None. |
|
| DotFilterType | integer |
None. |
|
| Range | integer |
None. |
|
| Percentage | integer |
None. |
|
| DotSize | integer |
None. |
|
| MergedSurvey | boolean |
None. |
|
| MergedSurveyId | integer |
None. |
|
| GUID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SurveyID": 1,
"QuestionID": 2,
"Type": "sample string 3",
"Imgurl": "sample string 4",
"IsLike": "sample string 5",
"FilterID": 1,
"DotFilterType": 1,
"Range": 1,
"Percentage": 1,
"DotSize": 6,
"MergedSurvey": true,
"MergedSurveyId": 8,
"GUID": "sample string 9"
}
text/plain
Sample:
{"SurveyID":1,"QuestionID":2,"Type":"sample string 3","Imgurl":"sample string 4","IsLike":"sample string 5","FilterID":1,"DotFilterType":1,"Range":1,"Percentage":1,"DotSize":6,"MergedSurvey":true,"MergedSurveyId":8,"GUID":"sample string 9"}
application/xml, text/xml
Sample:
<CreateHeatMap xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rtr.Entities.Model"> <DotFilterType>1</DotFilterType> <DotSize>6</DotSize> <FilterID>1</FilterID> <GUID>sample string 9</GUID> <Imgurl>sample string 4</Imgurl> <IsLike>sample string 5</IsLike> <MergedSurvey>true</MergedSurvey> <MergedSurveyId>8</MergedSurveyId> <Percentage>1</Percentage> <QuestionID>2</QuestionID> <Range>1</Range> <SurveyID>1</SurveyID> <Type>sample string 3</Type> </CreateHeatMap>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json, text/plain
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>