- Print
- DarkLight
- PDF
Create new duct link for electric duct and electric cable
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
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
id
integer
Primary key
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
401
Authentication credentials are missing or invalid
{
"details": "Authentication credentials were not provided"
}
object
details
string
Detailed description of error
Was this article helpful?