Update Gas Other Node data partially
  • 17 Jan 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Update Gas Other Node data partially

  • Dark
    Light
  • PDF

Article summary

Patch
/gas-other-node/{id}/

Operation is used to update specific fields in existing Gas Other Node data.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of Gas Other Node to update

Body parameters

Gas Other Node attributes and values to be updated

object

Gas other node object. Flat version for patch and post methods

Plan
integer

Plan id

accuracy_id
integer

Accuracy id

angle
number (float)

Angle

area
integer

Area id

construction_year
integer

Construction year

created_by
string

Created by

created_ts
string (date-time)

Date created

h_accuracy_id
integer

Height accuracy id

history_date
string (date)

Mapping date

id
integer

Primary key

identification
string

Identification

lbl_angle_exp
string

Export label angle

lbl_color_exp
string

Export label color

lbl_size_exp
string

Export size color

location
string (ewkt)

Geographical location

location_accuracy
integer

Location accuracy id

mapper
string

Survey amount

mapping_method_id
integer

Mapping method id

network_id
integer Required

Network id

scale
number (float)

Scale

state_id
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

type_id
integer Required

Gas node type id

updated_by
string

Updated by

updated_ts
string (date-time)

Date updated

z_coord
number (float)

Coordinate

Responses
200

Object was updated successfully

object

Gas other node object. Flat version for patch and post methods

Plan
integer

Plan id

accuracy_id
integer

Accuracy id

angle
number (float)

Angle

area
integer

Area id

construction_year
integer

Construction year

created_by
string

Created by

created_ts
string (date-time)

Date created

h_accuracy_id
integer

Height accuracy id

history_date
string (date)

Mapping date

id
integer

Primary key

identification
string

Identification

lbl_angle_exp
string

Export label angle

lbl_color_exp
string

Export label color

lbl_size_exp
string

Export size color

location
string (ewkt)

Geographical location

location_accuracy
integer

Location accuracy id

mapper
string

Survey amount

mapping_method_id
integer

Mapping method id

network_id
integer

Network id

scale
number (float)

Scale

state_id
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

type_id
integer

Gas node type id

updated_by
string

Updated by

updated_ts
string (date-time)

Date updated

z_coord
number (float)

Coordinate

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?