Update Survey Line String partially
  • 28 Aug 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Update Survey Line String partially

  • Dark
    Light
  • PDF

Article summary

Patch
/survey-lines/{id}/

Operation is used to update specific fields in existing Survey Line String. Available from product version 2024.3.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

ID of Survey Line String to update

Body parameters

Survey Line String properties and values to be updated

object

Survey Line String

code
string

Code

convertCode
integer

Convert code id

location
string (ewkt)

Geographical location

operator
integer

Operator id

surveyFile
integer Required

Survey file id

updatedBy
string

User who last updated the survey line string

updatedTs
string (date-time)

Last updated timestamp

zCoord
string

Z-coordinate

Responses
200

Object was updated successfully

object

Survey Line String

code
string

Code

convertCode
integer

Convert code id

id
integer

Unique identifier of survey line string

length
number (float)

Length of the survey line string

location
string (ewkt)

Geographical location

operator
integer

Operator id

surveyFile
integer

Survey file id

updatedBy
string

User who last updated the survey line string

updatedTs
string (date-time)

Last updated timestamp

zCoord
string

Z-coordinate

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object
details
string

Detailed description of error

404

Object was not found

{
  "details": "Not found."
}
object
details
string

Detailed description of error


Was this article helpful?