Update contract link data partially
  • 28 Oct 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Update contract link data partially

  • Dark
    Light
  • PDF

Article summary

Patch
/contract-links/{id}/

Operation is used to update specific fields in existing contract link data. Available from product version 3.2.24.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of contract link to update

Body parameters

Contract link attributes and values to be updated

object
amount
integer

Contract Link amount

cable
integer

Contract Link cable id

circuit
integer

Contract Link circuit id

componentIdentifier
string

Contract Link price

conduit
integer

Contract Link conduit id

contract
integer Required

Contract Link contract id

duct
integer

Contract Link duct id

endPoint
string

Contract Link end point

manhole
integer

Contract Link manhole id

pointValue
string

Contract Link point value

premise
integer

Contract Link telecom premise id

price
string

Contract Link price

product
integer

Contract Link product id

splice
integer

Contract Link splice id

startPoint
string

Contract Link start point

terminal
integer

Contract Link terminal id

Responses
200

Object was updated successfully

object
amount
integer

Contract Link amount

cable
integer

Contract Link cable id

circuit
integer

Contract Link circuit id

componentIdentifier
string

Contract Link price

conduit
integer

Contract Link conduit id

contract
integer

Contract Link contract id

duct
integer

Contract Link duct id

endPoint
string

Contract Link end point

id
integer

Primary key

manhole
integer

Contract Link manhole id

pointValue
string

Contract Link point value

premise
integer

Contract Link telecom premise id

price
string

Contract Link price

product
integer

Contract Link product id

splice
integer

Contract Link splice id

startPoint
string

Contract Link start point

terminal
integer

Contract Link terminal id

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?