Create new circuit location
  • 28 Aug 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Create new circuit location

  • Dark
    Light
  • PDF

Article summary

Post
/circuitlocations/

Operation is used to create new circuit location. Available from product version 3.2.2.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Body parameters

circuit location to be created

object
apartment
integer Required

apartment of the location id

circuit
integer Required

Circuit of the location id

installationType
integer Required

Circuit location installation type

Responses
201

created circuit location data

object
apartment
integer

apartment of the location id

circuit
integer

Circuit of the location id

id
integer

Primary key

installationType
integer

Circuit location installation type

400

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

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


Was this article helpful?