POST api/LevelAdjust/CalculateCloseError
Documentation for 'CalculateCloseError'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| lAdjData | Documentation for 'lAdjData'. |
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"
}