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

Update telecom conduit partially

  • Dark
    Light
  • PDF

Article summary

Patch
/conduits/{id}

Operation is used to update specific fields in existing telecom conduit. Available from 3.2.12 product version.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of telecom conduit to update

Body parameters

Telecom Conduit attributes and values to be updated

object
autoSecondaryLength
boolean

automatically generate secondaryLength. Subject to separate order.

cables
Array of string

telecom Cables in the conduit

string (url)
categoryId
integer

Telecom Conduit category Id

conduitType
integer

conduit type id

ductCount
integer

Telecom Conduit duct count

ducts
Array of string

telecom Ducts in the conduit

string (url)
heightAccuracy
integer

height accuracy id

identification
string

Identification

length
number (float)

Telecom Conduit length

location
string (ewkt)

Geographical location

locationAccuracy
integer

location accuracy id

mapper
string

mapper name

mappingDate
string (date-time)

mapping date

mappingMethod
integer

mapping method id

measure
integer

measure id

plan
integer

Plan id

profileStatus
integer

profile status id

remarks
string

remarks on the Telecom conduit

safetyDistance
integer

Safety distance id. Available from product version 3.6.4.

secondaryLength
number (float)

Conduit secondary length. Subject to separate order.

surfaceType
integer

surface type id. Available from product version 3.2.24.

surveyAmount
integer

unknown

telecomArea
integer

telecom area id

usageState
integer Required

usage state id. Will be set to a default value when not given.

width
number (float)

Telecom Conduit width

Responses
200

Object was updated successfully

object
autoSecondaryLength
boolean

automatically generate secondaryLength. Subject to separate order.

cables
Array of string

telecom Cables in the conduit

string (url)
categoryId
integer

Telecom Conduit category Id

conduitType
integer

conduit type id

createdBy
string

creator

createdTs
string (date-time)

Creation date and time

ductCount
integer

Telecom Conduit duct count

ducts
Array of string

telecom Ducts in the conduit

string (url)
heightAccuracy
integer

height accuracy id

id
integer

Primary key

identification
string

Identification

length
number (float)

Telecom Conduit length

location
string (ewkt)

Geographical location

locationAccuracy
integer

location accuracy id

mapper
string

mapper name

mappingDate
string (date-time)

mapping date

mappingMethod
integer

mapping method id

measure
integer

measure id

plan
integer

Plan id

profileStatus
integer

profile status id

remarks
string

remarks on the Telecom conduit

safetyDistance
integer

Safety distance id. Available from product version 3.6.4.

secondaryLength
number (float)

Conduit secondary length. Subject to separate order.

surfaceType
integer

surface type id. Available from product version 3.2.24.

surveyAmount
integer

unknown

telecomArea
integer

telecom area id

updatedBy
string

Last updater

updatedTs
string (date-time)

Last update date time

usageState
integer

usage state id. Will be set to a default value when not given.

width
number (float)

Telecom Conduit width

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?