Update electric conduit partially

Prev Next
Patch
/el_conduits/{id}/

Operation is used to update specific fields in existing electric conduit. Available from product version 3.2.2.

Security
API Key: Token
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of electric conduit to update

Body parameters

Electric Conduit attributes and values to be updated

object
cables
Array of string

Electric Cables in the conduit

string (url)
depth_class
integer

Electric Conduit depth class id

duct_count
integer

Electric Conduit duct count

ducts
Array of string

Electric Ducts in the conduit

string (url)
height_accuracy
integer

Height accuracy id

identification
string

Identification

length
number (float)

Electric Conduit length

location
string (ewkt)

Geographical location

location_accuracy
integer

Location accuracy id

mapper
string

mapper name

mapping_date
string (date-time)

mapping date

mapping_method
integer

Mapping method id

measure
integer

Electric Conduit measure id

network_area
integer

Network area id

plan
integer

Plan id

profile_status
integer

Electric Conduit profile status id

remarks
string

Remarks. Available from product version 3.2.14.

safety_distance
integer

Safety Distance id. Available from product version 3.6.4

survey_amount
integer

unknown

type
integer Required

Electric Conduit type id

usage_state
integer Required

Electric Conduit usage state id

width
number (float)

Electric Conduit width

Responses
200

Object was updated successfully

object
cables
Array of string

Electric Cables in the conduit

string (url)
creation_date
string (date-time)

Creation date and time

creator
string

creator

depth_class
integer

Electric Conduit depth class id

duct_count
integer

Electric Conduit duct count

ducts
Array of string

Electric Ducts in the conduit

string (url)
height_accuracy
integer

Height accuracy id

id
integer

Primary key

identification
string

Identification

length
number (float)

Electric Conduit length

location
string (ewkt)

Geographical location

location_accuracy
integer

Location accuracy id

mapper
string

mapper name

mapping_date
string (date-time)

mapping date

mapping_method
integer

Mapping method id

measure
integer

Electric Conduit measure id

network_area
integer

Network area id

plan
integer

Plan id

profile_status
integer

Electric Conduit profile status id

remarks
string

Remarks. Available from product version 3.2.14.

safety_distance
integer

Safety Distance id. Available from product version 3.6.4

survey_amount
integer

unknown

type
integer

Electric Conduit type id

update_date
string (date-time)

Last update date time

updated_by
string

Last updater

usage_state
integer

Electric Conduit usage state id

width
number (float)

Electric 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