Create new contract link

Prev Next
Post
/contract-links/

Operation is used to create new contract. Available from product version 3.2.24.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Body parameters

contract link to be created

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
201

created contract link data

{
  "amount": 556,
  "cable": 563930,
  "componentIdentifier": "test",
  "conduit": null,
  "contract": 5330,
  "duct": null,
  "id": 103890,
  "manhole": null,
  "pointValue": "12332",
  "premise": null,
  "price": "44",
  "splice": null,
  "terminal": null
}
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

400

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

{
  "contract": [
    "This field is required."
  ]
}
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