POST api/PlaneAdjust/QuasiStableAdjust
Documentation for 'QuasiStableAdjust'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| qsAdjData | Documentation for 'qsAdjData'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"QSPointNames": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"JobCodes": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"KnownPointIds": [
1,
2,
3
]
}
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"
}