Post
/el_ductlinks/
Operation is used to create new duct link for electric duct and electric cable. Available from product version 3.2.2.
Security
API Key: Token
Header parameter nameAuthorization
Token issued for API consumer.
Body parameters
Electric Duct Link to be created
object
cable
integer Required
Linked Electric Cable id
duct
integer Required
Linked Electric Duct id
Responses
201
A created electric duct link
{
"cable": 60900,
"duct": 411,
"id": 1381,
"subduct_no": 0
}object
cable
integer
Linked Electric Cable id
duct
integer
Linked Electric Duct id
id
integer
Primary key
400
There was an error in request. Usually field validation failed.
{
"cable": [
"This field is required."
],
"duct": [
"This field is required."
]
}object
Fields which failed validation
property*
Array of string additionalProperties
List of validation errors for this fieldname
string
Validation error
401
Authentication credentials are missing or invalid
{
"details": "Authentication credentials were not provided"
}object
details
string
Detailed description of error