POST Web/planningtool/generateclusters

Request Information

URI Parameters

None.

Body Parameters

InputPayloadforCluster
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'InputPayloadforCluster'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.