Skip to main content

ContractLinkedView

idstringrequired

Id of the contract

typestringrequired

Type of the contract

Example: LEASE
codestringrequired

Code of the contract

labelstring | nullnullable

Label of the contract

assetUidsstring[]nullable

Asset stonal ids linked of the contract

ContractLinkedView
{
"id": "string",
"type": "LEASE",
"code": "string",
"label": "string",
"assetUids": "Unknown Type: array,null"
}