Create new Duct Condition Detail
  • 17 Jan 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Create new Duct Condition Detail

  • Dark
    Light
  • PDF

Article summary

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

Token issued for API consumer.

Body parameters

Duct Condition Detail to be created

structural_condition
integer

abc

functional_condition
integer

abc

leak_condition
integer

abc

leak_index
integer

abc

significance
integer

abc

fault_code
integer

abc

condition_index
integer

abc

selected
integer

abc

source
string

abc

water_duct_id
integer

abc

sewer_duct_id
integer

abc

id
integer

Primary key

Responses
201

A newly created Duct Condition Detail

structural_condition
integer

abc

functional_condition
integer

abc

leak_condition
integer

abc

leak_index
integer

abc

significance
integer

abc

fault_code
integer

abc

condition_index
integer

abc

selected
integer

abc

source
string

abc

water_duct_id
integer

abc

sewer_duct_id
integer

abc

id
integer

Primary key

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


Was this article helpful?