Create new Duct Condition Detail

Prev Next
Post
/keyaqua-duct-conditions/
Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Body parameters

Duct Condition Detail to be created

object

Duct condition detail object. Flat version for post method

condition_index
integer

Calculated condition index

fault_code
integer

Fault code

functional_condition
integer

Functional condition of a duct

selected
boolean

Marks the selected row

sewer_duct_id
integer

Reference to sewer duct

significance
integer

Significance

source
integer

Source id

structural_condition
integer

Structural condition of a duct

water_duct_id
integer

Reference to water duct

Responses
201

A newly created Duct Condition Detail

object

Duct condition detail object. Flat version for post method

condition_index
integer

Calculated condition index

fault_code
integer

Fault code

functional_condition
integer

Functional condition of a duct

id
integer

Primary key

selected
boolean

Marks the selected row

sewer_duct_id
integer

Reference to sewer duct

significance
integer

Significance

source
integer

Source id

structural_condition
integer

Structural condition of a duct

water_duct_id
integer

Reference to water duct

400

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

{
  "flow_number": [
    "This field is required."
  ],
  "install_date": [
    "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