POST api/QualityCheck/GetControlNetByChainage?limit={limit}

Documentation for 'GetControlNetByChainage'.

Request Information

Parameters

NameDescriptionAdditional information
pAdjData
Documentation for 'pAdjData'.

Define this parameter in the request body.

limit
Documentation for 'limit'.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "KnownPointIds": [
    1,
    2,
    3
  ],
  "LineCode": "sample string 1",
  "StartDK": 1.1,
  "EndDK": 1.1,
  "TravelType": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Code": 0,
  "Msg": "sample string 1",
  "Data": {},
  "Href": "sample string 3"
}