Update telecom splice partially
  • 28 Oct 2024
  • 3 Minutes to read
  • Contributors
  • Dark
    Light
  • PDF

Update telecom splice partially

  • Dark
    Light
  • PDF

Article summary

Patch
/splices/{id}

Operation is used to update specific fields in existing telecom splice. Available from product version 3.2.8.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of telecom splice to update

Body parameters

splice attributes and values to be updated

object

Information of a telecom splice object

address
integer

id of splice address apartments.

angle
integer

Angle. Available from product version 3.2.24

attenuation
integer

Attenuation. Available from product version 3.2.24

createdBy
string

Creator. Available from product version 3.2.24

createdTs
string (date-time)

Creation date time. Available from product version 3.2.24

heightAccuracy
integer

id of splice height accuracy. Available from product version 3.2.24

historyDate
string (date)

Mapping date. Available from product version 3.2.24

id
integer

Splice primary key

identification
string

Splice identification. Checked based on Identification Uniqueness Rule

installYear
integer

Install year. Available from product version 3.6.8.

location
string (ewkt)

Geographical location. Available from product version 3.2.24

locationAccuracy
integer

id of splice location accuracy. Available from product version 3.2.24

manhole
integer

id of splice manhole. Available from product version 3.2.24

mapper
string

Mapper. Available from product version 3.2.24

mappingMethod
integer

id of splice mapping method. Available from product version 3.2.24

owner
integer

Owner id. Available from product version 3.2.24

placement
integer

id of splice placement. Available from product version 3.2.24

plan
integer

id of splice plan

productName
integer

id of splice product name. Available from product version 3.2.24

remarks
string

Remarks. Available from product version 3.2.24

renter
integer

Renter id. Available from product version 3.2.24

safetyDistance
integer

Safety distance id. Available from product version 3.6.4.

scale
integer

Scale. Available from product version 3.2.24

survey_amount
string (number)

Survey amount. Available from product version 3.2.24

telecomArea
integer

id of splice telecom area. Available from product version 3.2.24

telecomPremise
integer

id of splice telecom premise. Available from product version 3.2.24

type
integer

id of telecom Splice type.

updatedBy
string

Last updater. Available from product version 3.2.24

updatedTs
string (date-time)

Last update date time. Available from product version 3.2.24

usageState
integer

id of splice usage state. Available from product version 3.2.24

Responses
200

Object was updated successfully

object

Information of a telecom splice object

address
integer

id of splice address apartments.

angle
integer

Angle. Available from product version 3.2.24

attenuation
integer

Attenuation. Available from product version 3.2.24

createdBy
string

Creator. Available from product version 3.2.24

createdTs
string (date-time)

Creation date time. Available from product version 3.2.24

heightAccuracy
integer

id of splice height accuracy. Available from product version 3.2.24

historyDate
string (date)

Mapping date. Available from product version 3.2.24

id
integer

Splice primary key

identification
string

Splice identification. Checked based on Identification Uniqueness Rule

installYear
integer

Install year. Available from product version 3.6.8.

location
string (ewkt)

Geographical location. Available from product version 3.2.24

locationAccuracy
integer

id of splice location accuracy. Available from product version 3.2.24

manhole
integer

id of splice manhole. Available from product version 3.2.24

mapper
string

Mapper. Available from product version 3.2.24

mappingMethod
integer

id of splice mapping method. Available from product version 3.2.24

owner
integer

Owner id. Available from product version 3.2.24

placement
integer

id of splice placement. Available from product version 3.2.24

plan
integer

id of splice plan

productName
integer

id of splice product name. Available from product version 3.2.24

remarks
string

Remarks. Available from product version 3.2.24

renter
integer

Renter id. Available from product version 3.2.24

safetyDistance
integer

Safety distance id. Available from product version 3.6.4.

scale
integer

Scale. Available from product version 3.2.24

survey_amount
string (number)

Survey amount. Available from product version 3.2.24

telecomArea
integer

id of splice telecom area. Available from product version 3.2.24

telecomPremise
integer

id of splice telecom premise. Available from product version 3.2.24

type
integer

id of telecom Splice type.

updatedBy
string

Last updater. Available from product version 3.2.24

updatedTs
string (date-time)

Last update date time. Available from product version 3.2.24

usageState
integer

id of splice usage state. Available from product version 3.2.24

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?