- Print
- DarkLight
- PDF
Create new Keydh Connection
Article summary
Did you find this summary helpful?
Thank you for your feedback
Post
/keydh-connection/
Security
API Key
Header parameter nameAuthorization
Token issued for API consumer.
Body parameters
Keydh Connection to be created
object
FlatKeydhConnection
cable
integer
Cable ID
cable_direction
string
Direction of the cable
conduit
integer
Conduit ID
id
integer
Primary key
manhole
integer
Manhole ID
node
integer
Node ID
valve
integer
Valve ID
Responses
201
A newly created Keydh Connection
{
"cable": [
"5361"
],
"cable_direction": [
"E"
],
"conduit": [
"8740"
],
"id": [
"123456"
],
"manhole": [
"2021"
],
"node": [
"290"
],
"valve": [
"20178002"
]
}
object
FlatKeydhConnection
cable
integer
Cable ID
cable_direction
string
Direction of the cable
conduit
integer
Conduit ID
id
integer
Primary key
manhole
integer
Manhole ID
node
integer
Node ID
valve
integer
Valve ID
400
There was an error in request. Usually field validation failed.
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?