ContractLinkedView
idstringrequired
Id of the contract
typestringrequired
Type of the contract
Example:
LEASEcodestringrequired
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"
}