Update telecom manhole partially
  • 28 Oct 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Update telecom manhole partially

  • Dark
    Light
  • PDF

Article summary

Patch
/manholes/{id}/

Operation is used to update specific fields in existing telecom manhole. Available from product version 3.2.8.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of telecom manhole to update

Body parameters

Manhole attributes and values to be updated

object

information of a telecom manhole object

address
integer

id of manhole address apartments

angle
number (float)

Manhole's angle

diagramConfirm
integer

Diagram confirmed id

heightAccuracy
integer

Height Accuracy id

historyDate
string (date)

history date

identification
string Required

Name of manhole. Checked based on Identification Uniqueness Rule

installYear
integer

Installation year

location
string (ewkt)

Geographical location. Available from product version 3.2.16.

location_accuracy
integer

Location accuracy id

mapper
string

mapper name

mappingMethod
integer

Mapping method id

owner
integer

Owner id

plan
integer

id of manhole plan

remarks
string

Remarks

rentPaid
boolean

Is rent paid or not

renter
integer

Renter id

safetyDistance
integer

Safety distance id. Available from product version 3.6.4.

scale
number (float)

Scale

surveyAmount
integer

unknown

telecomArea
integer

Telecom area id

type
integer Required

id of Manhole type

usageState
integer Required

Usage state id

Responses
200

Object was updated successfully

object

information of a telecom manhole object

address
integer

id of manhole address apartments

angle
number (float)

Manhole's angle

createdBy
string

creator

createdTs
string (date-time)

Creation date and time

diagramConfirm
integer

Diagram confirmed id

heightAccuracy
integer

Height Accuracy id

historyDate
string (date)

history date

id
integer

Manhole primary key

identification
string

Name of manhole. Checked based on Identification Uniqueness Rule

installYear
integer

Installation year

location
string (ewkt)

Geographical location. Available from product version 3.2.16.

location_accuracy
integer

Location accuracy id

mapper
string

mapper name

mappingMethod
integer

Mapping method id

owner
integer

Owner id

plan
integer

id of manhole plan

remarks
string

Remarks

rentPaid
boolean

Is rent paid or not

renter
integer

Renter id

safetyDistance
integer

Safety distance id. Available from product version 3.6.4.

scale
number (float)

Scale

surveyAmount
integer

unknown

telecomArea
integer

Telecom area id

type
integer

id of Manhole type

updatedBy
string

Last updater

updatedTs
string (date-time)

Last update date time

usageState
integer

Usage state id

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?