POST Web/planningtool/generateclusters
Request Information
URI Parameters
None.
Body Parameters
InputPayloadforCluster| Name | Description | Type | Additional information |
|---|---|---|---|
| featureJsonText | string |
None. |
|
| blockId | integer |
None. |
|
| actring | integer |
None. |
|
| maxPointsPerCluster | integer |
None. |
|
| minPointsPerCluster | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"featureJsonText": "sample string 1",
"blockId": 2,
"actring": 3,
"maxPointsPerCluster": 4,
"minPointsPerCluster": 5
}
text/html
Sample:
{"featureJsonText":"sample string 1","blockId":2,"actring":3,"maxPointsPerCluster":4,"minPointsPerCluster":5}
application/xml, text/xml
Sample:
<WebPlanningToolController.InputPayloadforCluster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tracking.Api.Controllers"> <actring>3</actring> <blockId>2</blockId> <featureJsonText>sample string 1</featureJsonText> <maxPointsPerCluster>4</maxPointsPerCluster> <minPointsPerCluster>5</minPointsPerCluster> </WebPlanningToolController.InputPayloadforCluster>
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.