- Print
- DarkLight
- PDF
Operation is used to create new Survey Point. Available from product version 2024.3.
Token issued for API consumer.
Survey Point to be created
Survey Point
Angle
Antenna height
Code
Convert code id
Line number
Geographical location
Operator id
Point number
Point type
Surface code
Survey file id
Z-coordinate
A newly created Survey Point
{
"angle": 45.0,
"antennaHeight": "9.99",
"code": "1",
"convertCode": 123,
"id": 12345,
"lineNumber": 1,
"location": "SRID=3067;POINT Z (536794.0205 7124470.9884 0)",
"operator": 123,
"pointNumber": 1,
"pointType": null,
"surfaceCode": "1",
"surveyFile": 123,
"updatedBy": "test.user",
"updatedTs": "2024-05-13T05:19:18Z",
"zCoordinate": 158.787
}
Survey Point
Angle
Antenna height
Code
Convert code id
Unique id of survey point
Line number
Geographical location
Operator id
Point number
Point type
Surface code
Survey file id
User who updated the survey point.
Last updated date and time
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 fieldname
Validation error
Authentication credentials are missing or invalid
{
"details": "Authentication credentials were not provided"
}
Detailed description of error