Update Water Other Node data partially
  • 17 Jan 2024
  • 2 Minutes to read
  • Contributors
  • Dark
    Light
  • PDF

Update Water Other Node data partially

  • Dark
    Light
  • PDF

Article summary

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

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

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of Water Other Node to update

Body parameters

Water Other Node attributes and values to be updated

object

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

Address
integer

Address id

Plan
integer

Plan id

branch_type
integer

Branch type id

build_year
integer

Build year

created_by
string

Username of the user created the node

created_ts
string (date)

Date created

fault_code
integer

Fault code id

feature
string Required

Feature

fireplug_type
integer

Fireplug type id

firewaterstationtypes
integer

Fire water station type id

height_accuracy
integer

Height accuracy id

history_date
string (date)

History date

hydrant_type
integer

Hydrant type id

internal_node_id
integer

Internal node id

lbl_angle
string

Label angle

lbl_angle_exp
string

Export label angle

lbl_color
string

Label color

lbl_color_exp
string

Export label color

lbl_size
string

Label size

lbl_size_exp
string

Export label size

lid_type
integer

Lid type id

location
string (ewkt)

Geographical location

location_accuracy
integer

Location accuracy id

manhole
integer

SnManhole type id

manhole_type
integer

Aqua manhole type id

mapper
string

Mapper

mapping_method
integer

Mapping method id

measuringpoint_type
integer

Measuring point type id

mslink
integer

Primary key

node_type
string

Node type

note
string

Additional details

object_type
integer Required

Object type id

owner
integer

Owner Id

plan_date
string (date)

Plan date

plan_number
string

Plan number

position
string

Position

pump_type
integer

Pump type id

removal_year
integer

Removal year

status
integer

Status id

status_info
integer

State information Id

survey_number
integer

Survey number

sym_angle
string

Symbol angle

sym_angle_exp
string

Export symbol angle

sym_color
string

Symbol color

sym_color_exp
string

Export symbol color

sym_name
string

Symbol name

sym_name_exp
string

Export symbol name

sym_size
string

Symbol size

sym_size_exp
string

Export symbol size

sym_text
string

Symbol text

sym_text_exp
string

Export symbol text

sym_width
string

Symbol width

sym_width_exp
string

Export symbol width

updated_by
string

Username of the user updated the node

updated_ts
string (date)

Date updated

usage_state
integer Required

Usage state id

user_id
string

User id

valve_type
integer

Valve type id

watersource_type
integer

Water source type id

watertank_type
integer

Water tank type id

z_coord1
number (float)

Lid elevation

z_coord1_estimated
boolean

Lid elevation estimated

z_coord2
number (float)

Bottom elevation

z_coord2_estimated
boolean

Bottom elevation estimated

Responses
200

Object was updated successfully

object

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

Address
integer

Address id

Plan
integer

Plan id

branch_type
integer

Branch type id

build_year
integer

Build year

created_by
string

Username of the user created the node

created_ts
string (date)

Date created

fault_code
integer

Fault code id

feature
string

Feature

fireplug_type
integer

Fireplug type id

firewaterstationtypes
integer

Fire water station type id

height_accuracy
integer

Height accuracy id

history_date
string (date)

History date

hydrant_type
integer

Hydrant type id

internal_node_id
integer

Internal node id

lbl_angle
string

Label angle

lbl_angle_exp
string

Export label angle

lbl_color
string

Label color

lbl_color_exp
string

Export label color

lbl_size
string

Label size

lbl_size_exp
string

Export label size

lid_type
integer

Lid type id

location
string (ewkt)

Geographical location

location_accuracy
integer

Location accuracy id

manhole
integer

SnManhole type id

manhole_type
integer

Aqua manhole type id

mapper
string

Mapper

mapping_method
integer

Mapping method id

measuringpoint_type
integer

Measuring point type id

mslink
integer

Primary key

node_type
string

Node type

note
string

Additional details

object_type
integer

Object type id

owner
integer

Owner Id

plan_date
string (date)

Plan date

plan_number
string

Plan number

position
string

Position

pump_type
integer

Pump type id

removal_year
integer

Removal year

status
integer

Status id

status_info
integer

State information Id

survey_number
integer

Survey number

sym_angle
string

Symbol angle

sym_angle_exp
string

Export symbol angle

sym_color
string

Symbol color

sym_color_exp
string

Export symbol color

sym_name
string

Symbol name

sym_name_exp
string

Export symbol name

sym_size
string

Symbol size

sym_size_exp
string

Export symbol size

sym_text
string

Symbol text

sym_text_exp
string

Export symbol text

sym_width
string

Symbol width

sym_width_exp
string

Export symbol width

updated_by
string

Username of the user updated the node

updated_ts
string (date)

Date updated

usage_state
integer

Usage state id

user_id
string

User id

valve_type
integer

Valve type id

watersource_type
integer

Water source type id

watertank_type
integer

Water tank type id

z_coord1
number (float)

Lid elevation

z_coord1_estimated
boolean

Lid elevation estimated

z_coord2
number (float)

Bottom elevation

z_coord2_estimated
boolean

Bottom elevation estimated

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?