Create new Dh Manhole Link Connection

Prev Next
Post
/dh-manholelinkconnections/
Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Body parameters

Dh Manhole Link Connection to be created

object

DhManholeLinkConnection

ContentType
integer Required

Type of link connection

manhole
integer Required

id of the manhole connected to

object_id
integer Required

id of the link connection

Responses
201

A newly created Dh Manhole Link Connection

{
  "ContentType": [
    "509"
  ],
  "Created_by": [
    "user@keypro.fi"
  ],
  "Created_ts": [
    "2022-12-21T09:32:03.784Z"
  ],
  "manhole": [
    "86601"
  ],
  "object_id": [
    "123456"
  ]
}
object

DhManholeLinkConnection

ContentType
integer

Type of link connection

created_by
string

Account name of the link connection creator

created_ts
string (date-time)

Timestamp when the link connection was created

id
integer

Primary key

manhole
integer

id of the manhole connected to

object_id
integer

id of the link connection

400

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

{
  "ContentType": [
    "This field is required."
  ],
  "manhole": [
    "This field is required."
  ],
  "object_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