Update Electric pole partially
  • 29 Aug 2023
  • 2 Minutes to read
  • Contributors
  • Dark
    Light
  • PDF

Update Electric pole partially

  • Dark
    Light
  • PDF

Article summary

Patch
/el_poles/{id}/

Operation is used to update specific fields in existing Electric pole. Available from product version 3.2.2.

Security
API Key
Header parameter nameAuthorization
Token issued for API consumer.
Path parameters
id
integer Required

Id of Electric pole to update

Body parameters

Electric Pole attributes and values to be updated

object
address
integer

Id of address

base_change_date
string

Base change date

base_manufacturer
integer

Id of base manufacturer

base_material
integer

Id of base material

base_type
integer

Id of base type

change_date
string

Change data

checkout_year
integer

Checkout year

coating
integer

Id of coating

contractor
integer

Id of contractor

created_by
string

Created by

created_ts
string

Created timestamp

decay_class
integer

Id of decay class

engineering_fit
integer

Id of engineering fit

hatch_count
integer

Hatch count

height_accuracy
integer

Id of height accuracy

id
integer

Primary key

install_date
string

Install date

install_year
integer

Install year

length
number

Electric Pole length

location
string

Locatin of pole in EWKT

location_accuracy
integer

Id of location accuracy

mapper
string

Survey mapper

mapping_date
string

Mapping date

mapping_method
integer

Id of mapping method

material
integer

Id of material

net_type
integer

Id of net type

network_area
integer

Id of network area

owner
integer

Id of owner

plan
integer

Id of plan

pole_manufacturer
integer

Id of electric pole manufacturer

pole_number
string

Electric Pole number

pole_type
integer Required

Id of electric pole type

remarks
string

Remarks. Available from product version 3.2.14.

renter
integer

Id of renter

safety_class
integer

Id of safety class

shade
integer

Id of shade

stanchion
integer

Id of stanchion

streetname
string

Street name

survey_amount
string

Survey amount

trunk
integer

Id of trunk

type_drawing
string

Type drawing

updated_by
string

Last updated by

updated_ts
string

Last updated timestamp

usage_state
integer Required

Id of state

warranty_exp_date
string

Warranty expiration date

warranty_period
integer

Warranty period in months

Responses
200

Object was updated successfully

object
address
integer

Id of address

base_change_date
string

Base change date

base_manufacturer
integer

Id of base manufacturer

base_material
integer

Id of base material

base_type
integer

Id of base type

change_date
string

Change data

checkout_year
integer

Checkout year

coating
integer

Id of coating

contractor
integer

Id of contractor

created_by
string

Created by

created_ts
string

Created timestamp

decay_class
integer

Id of decay class

engineering_fit
integer

Id of engineering fit

hatch_count
integer

Hatch count

height_accuracy
integer

Id of height accuracy

id
integer

Primary key

install_date
string

Install date

install_year
integer

Install year

length
number

Electric Pole length

location
string

Locatin of pole in EWKT

location_accuracy
integer

Id of location accuracy

mapper
string

Survey mapper

mapping_date
string

Mapping date

mapping_method
integer

Id of mapping method

material
integer

Id of material

net_type
integer

Id of net type

network_area
integer

Id of network area

owner
integer

Id of owner

plan
integer

Id of plan

pole_manufacturer
integer

Id of electric pole manufacturer

pole_number
string

Electric Pole number

pole_type
integer

Id of electric pole type

remarks
string

Remarks. Available from product version 3.2.14.

renter
integer

Id of renter

safety_class
integer

Id of safety class

shade
integer

Id of shade

stanchion
integer

Id of stanchion

streetname
string

Street name

survey_amount
string

Survey amount

trunk
integer

Id of trunk

type_drawing
string

Type drawing

updated_by
string

Last updated by

updated_ts
string

Last updated timestamp

usage_state
integer

Id of state

warranty_exp_date
string

Warranty expiration date

warranty_period
integer

Warranty period in months

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?