- Print
- DarkLight
- PDF
Operation is used to create new Survey Line String. Available from product version 2024.3.
Token issued for API consumer.
Survey Line String to be created
Survey Line String
Code
Convert code id
Geographical location
Operator id
Survey file id
User who last updated the survey line string
Last updated timestamp
Z-coordinate
A newly created Survey Line String
{
"code": "1",
"convertCode": 123,
"id": 12345,
"length": 3249561.75,
"location": "SRID=3067;LINESTRING Z (3456547.07 3459682.38 0, 3453230.823499599 4109586.977452887 0, 3449932.760790034 4759479.258695772 0, 3446616.958516677 5409380.733360291 0, 3443319.812677186 6059275.473638145 0, 3439984.16 6709201.92 0)",
"operator": 123,
"surveyFile": 123,
"updatedBy": "test.user",
"updatedTs": "2024-05-13T12:05:10Z",
"zCoord": "123.456"
}
Survey Line String
Code
Convert code id
Unique identifier of survey line string
Length of the survey line string
Geographical location
Operator id
Survey file id
User who last updated the survey line string
Last updated timestamp
Z-coordinate
There was an error in request. Usually field validation failed.
{
"surveyFile": [
"This field is required."
]
}
Fields which failed validation
List of validation errors for this field name
Validation error
Authentication credentials are missing or invalid
{
"details": "Authentication credentials were not provided"
}
Detailed description of error