POST api/LevelGrosErrorDetect/FreeNetAdjust?limitError={limitError}

Documentation for 'FreeNetAdjust'.

Request Information

Parameters

NameDescriptionAdditional information
lAdjData
Documentation for 'lAdjData'.

Define this parameter in the request body.

limitError
Documentation for 'limitError'.

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