- Print
- DarkLight
- PDF
Update circuit location partially
Article summary
Did you find this summary helpful?
Thank you for your feedback
Patch
/circuitlocations/{id}/
Operation is used to update specific fields in existing circuit location. Available from product version 3.2.2.
Security
API Key
Header parameter nameAuthorization
Token issued for API consumer.
Path parameters
id
integerRequired
Id of circuit location to update
Body parameters
circuit location attributes and values to be updated
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
200
Object was updated successfully
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
401
Authentication credentials are missing or invalid
{
"details": "Authentication credentials were not provided"
}
object
details
string
Detailed description of error
404
Object was not found
{
"details": "Not found."
}
object
details
string
Detailed description of error
Was this article helpful?