Update Dh Valve data partially
  • 17 Jan 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Update Dh Valve data partially

  • Dark
    Light
  • PDF

Article summary

Patch
/dh-valve/{id}/

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

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of Dh Valve to update

Body parameters

Dh Valve attributes and values to be updated

object
Address
integer

Apartment id

Plan
integer

Plan id

accuracy_id
integer

Accuracy id

angle
number (float)

Angle

created_by
string

Created by

created_ts
string (date-time)

Date created

diameter
integer

Integer

dn_size_id
integer

Manhole size id

h_accuracy_id
integer

Height accuracy id

history_date
string (date)

Mapping date

install_year
integer

Install year

location
string (ewkt)

Geographical location

location_accuracy
integer

Location accuracy id

manhole_id
integer

Manhole id

manufacturer_id
integer

Manufacturer id

mapper
string

Mapper

mapping_method_id
integer

Mapping method id

model_id
integer Required

Model id

mslink
integer

Primary key

net_type_id
integer

Network type id

network_id
integer Required

Network id

note
string

Additional details

open_state
integer

Open state id

owner_id
integer Required

Owner id

rotation
integer

Rotation

scale
number (float)

Scale

state_id
integer Required

Usage state id

survey_amount
string

Survey amount

t_area_id
integer

Area id

type_id
integer Required

Type id

updated_by
string

Updated by

updated_ts
string (date-time)

Date updated

valve_diameter
integer

Valve diameter

valve_id
string

Identification

z_coord1
number (float)

Lid elevation

z_coord1_estimated
boolean

If lid elevation estimated or not

Responses
200

Object was updated successfully

object
Address
integer

Apartment id

Plan
integer

Plan id

accuracy_id
integer

Accuracy id

angle
number (float)

Angle

created_by
string

Created by

created_ts
string (date-time)

Date created

diameter
integer

Integer

dn_size_id
integer

Manhole size id

h_accuracy_id
integer

Height accuracy id

history_date
string (date)

Mapping date

install_year
integer

Install year

location
string (ewkt)

Geographical location

location_accuracy
integer

Location accuracy id

manhole_id
integer

Manhole id

manufacturer_id
integer

Manufacturer id

mapper
string

Mapper

mapping_method_id
integer

Mapping method id

model_id
integer

Model id

mslink
integer

Primary key

net_type_id
integer

Network type id

network_id
integer

Network id

note
string

Additional details

open_state
integer

Open state id

owner_id
integer

Owner id

rotation
integer

Rotation

scale
number (float)

Scale

state_id
integer

Usage state id

survey_amount
string

Survey amount

t_area_id
integer

Area id

type_id
integer

Type id

updated_by
string

Updated by

updated_ts
string (date-time)

Date updated

valve_diameter
integer

Valve diameter

valve_id
string

Identification

z_coord1
number (float)

Lid elevation

z_coord1_estimated
boolean

If lid elevation estimated or not

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?