Create new Keydh Node
  • 17 Jan 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Create new Keydh Node

  • Dark
    Light
  • PDF

Article summary

Post
/keydh-node/
Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Body parameters

Keydh Node to be created

object

KeydhNode

Address
integer

Apartment id

Plan
integer

Plan id

accuracy_id
integer

Accuracy id

angle
number (float)

Angle

area
integer

Keydh 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)

History date

id
integer

Primary key

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

Mapper

mapping_method_id
integer

Mapping method id

network_id
integer Required

Network id

note
string

Additional details

owner_id
integer

Owner id

position_id
string

Position id

scale
number (float)

Scale

state_id
integer Required

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

Type id

updated_by
string

Updated by

updated_ts
string (date-time)

Date updated

z_coord
string (float)

z-coordinate

Responses
201

A newly created Keydh Node

{
  "id": [
    "123456"
  ],
  "install_year": [
    "2021"
  ],
  "network_id": [
    "20178002"
  ],
  "owner_id": [
    "8740"
  ],
  "state_id": [
    "290"
  ],
  "type_id": [
    "5361"
  ]
}
object

KeydhNode

Address
integer

Apartment id

Plan
integer

Plan id

accuracy_id
integer

Accuracy id

angle
number (float)

Angle

area
integer

Keydh 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)

History date

id
integer

Primary key

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

Mapper

mapping_method_id
integer

Mapping method id

network_id
integer

Network id

note
string

Additional details

owner_id
integer

Owner id

position_id
string

Position id

scale
number (float)

Scale

state_id
integer

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

Type id

updated_by
string

Updated by

updated_ts
string (date-time)

Date updated

z_coord
string (float)

z-coordinate

400

There was an error in request. Usually field validation failed.

{
  "network_id": [
    "This field is required."
  ],
  "owner_id": [
    "This field is required."
  ],
  "state_id": [
    "This field is required."
  ],
  "type_id": [
    "This field is required."
  ]
}

Fields which failed validation

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object
details
string

Detailed description of error


Was this article helpful?