POST api/PlaneAdjust/QuasiStableChainageAdjust

Documentation for 'QuasiStableChainageAdjust'.

Request Information

Parameters

NameDescriptionAdditional information
pAdjData
Documentation for 'pAdjData'.

Define this parameter in the request body.

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"
}