Update Dh Conduit data partially
  • 17 Jan 2024
  • 2 Minutes to read
  • Contributors
  • Dark
    Light
  • PDF

Update Dh Conduit data partially

  • Dark
    Light
  • PDF

Article summary

Patch
/dh-conduit/{id}/

Operation is used to update specific fields in existing Dh Conduit data.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of Dh Conduit to update

Body parameters

Dh Conduit attributes and values to be updated

object

Dh conduit object. Flat version for patch and post methods

Plan
integer

Plan id

accuracy_id
integer

Accuracy id

begin_z_coord
number (float)

Begin elevation

begin_z_estimated
boolean

If begin elevation estimated or not

conduit_profile_status
integer

Conduit profile status id

conduit_type
integer Required

Conduit type id

created_by
string

Created by

created_ts
string (date-time)

Date created

duct_count
integer

Duct count

ducts
integer

Duct id

end_z_coord
number (float)

End elevation

end_z_estimated
boolean

If end elevation estimated or not

h_accuracy_id
integer

Height accuracy id

history_date
string (date)

History date

identification
string

Identification

info
string

Information

install_year
integer

Install year

lbl_angle_exp
string

Export label angle

lbl_color_exp
string

Export label color

lbl_size_exp
string

Export label size

length
number (float)

Length 3d

length_2d
number (float)

Length 2d

location
string (ewkt)

Geographical location

location_accuracy
integer

Location accuracy id

location_id
integer Required

Conduit location id

mapper
string

Mapper

mapping_method_id
integer

Mapping method id

mslink
integer

Primary key

nightly_update
integer

Nightly job

note
string

Additional details

owner
integer Required

Owner id

shell_id
integer Required

Shell id

state
integer Required

Usage state id

survey_amount
string

Survey amount

sym_angle_exp
string

Export symbol angle

sym_code_gt
string

Symbol code

sym_color_exp
string

Export symbol color

sym_name_exp
string

Export symbol name

sym_size_exp
string

Export symbol size

sym_text_exp
string

Export symbol text

sym_width_exp
string

Export symbol width

t_area_id
integer

Network area id

type_id
integer

Type id

updated_by
string

Updated by

updated_ts
string (date-time)

Date updated

url
string

Url

volume
number (float)

Volume

width
number (float)

Width

Responses
200

Object was updated successfully

object

Dh conduit object. Flat version for patch and post methods

Plan
integer

Plan id

accuracy_id
integer

Accuracy id

begin_z_coord
number (float)

Begin elevation

begin_z_estimated
boolean

If begin elevation estimated or not

conduit_profile_status
integer

Conduit profile status id

conduit_type
integer

Conduit type id

created_by
string

Created by

created_ts
string (date-time)

Date created

duct_count
integer

Duct count

ducts
integer

Duct id

end_z_coord
number (float)

End elevation

end_z_estimated
boolean

If end elevation estimated or not

h_accuracy_id
integer

Height accuracy id

history_date
string (date)

History date

identification
string

Identification

info
string

Information

install_year
integer

Install year

lbl_angle_exp
string

Export label angle

lbl_color_exp
string

Export label color

lbl_size_exp
string

Export label size

length
number (float)

Length 3d

length_2d
number (float)

Length 2d

location
string (ewkt)

Geographical location

location_accuracy
integer

Location accuracy id

location_id
integer

Conduit location id

mapper
string

Mapper

mapping_method_id
integer

Mapping method id

mslink
integer

Primary key

nightly_update
integer

Nightly job

note
string

Additional details

owner
integer

Owner id

shell_id
integer

Shell id

state
integer

Usage state id

survey_amount
string

Survey amount

sym_angle_exp
string

Export symbol angle

sym_code_gt
string

Symbol code

sym_color_exp
string

Export symbol color

sym_name_exp
string

Export symbol name

sym_size_exp
string

Export symbol size

sym_text_exp
string

Export symbol text

sym_width_exp
string

Export symbol width

t_area_id
integer

Network area id

type_id
integer

Type id

updated_by
string

Updated by

updated_ts
string (date-time)

Date updated

url
string

Url

volume
number (float)

Volume

width
number (float)

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?