ContractView
Contract information
Organization code
##defaultORG123Contract code
##defaultCONT456contractType object
Type of contract
Organization code
##defaultORG123Code of the holder type
##defaultBUILDINGType category
##defaultASSETNature of the holder type (PHYSICAL, LOGICAL, PROPERTY_DYNAMIC)
##defaultPHYSICALnames object[]
Localized names for this holder type
Singular form of the name
##defaultBuildingPlural form of the name
##defaultBuildingsLanguage code
##defaultenNumber of assets of this holder type
##default42importErrors object
Information about import errors
Number of duplicate entries
##default0Number of other errors
##default0stakeholders object[]
List of stakeholders involved in the contract
Name of the stakeholder
##defaultAcme CorporationCode identifying the stakeholder
##defaultSTK789Date when the contract becomes effective
##defaultEnd date of the contract
##defaultTermination date if contract was terminated early
##defaultdeadlines object[]
Important deadlines in the contract lifecycle
The deadline date
##defaultassets object[]
Assets associated with this contract
ERP code of the asset
##defaultERP123Asset code (deprecated, use assetErpCode instead)
##defaultERP123Area of the asset in square meters
##default150.5Date when the asset was added to the contract
##default2023-01-01Date when the asset will be removed from the contract
##default2025-12-31Initial rent amount
##default1200.00Current rent amount
##default1250.00Stonal identifier of the asset
##defaultDate when contract was integrated into the system
##defaultLabel of the contract
##defaultequipments object[]
List of equipments linked to the contract
Equipment code
##defaultEQUIPMENTnames object[]
List of names for the equipment
Singular form of the name
##defaultBuildingPlural form of the name
##defaultBuildingsLanguage code
##defaulten{
"organizationCode": "ORG123",
"code": "CONT456",
"contractType": {
"organizationCode": "ORG123",
"code": "BUILDING",
"type": "ASSET",
"nature": "PHYSICAL",
"names": [
{
"singular": "Building",
"plural": "Buildings",
"language": "en"
}
],
"numberOfAssets": 42,
"importErrors": {
"duplicates": 0,
"others": 0
}
},
"stakeholders": [
{
"name": "Acme Corporation",
"code": "STK789"
}
],
"effectiveDate": "##default",
"endDate": "##default",
"terminationDate": "##default",
"deadlines": [
{
"value": "##default"
}
],
"assets": [
{
"assetErpCode": "ERP123",
"area": "150.5",
"effectiveDate": "2023-01-01",
"expirationDate": "2025-12-31",
"initialRent": "1200.00",
"actualRent": "1250.00",
"stonalIdentifier": "##default"
}
],
"integrationDate": "##default",
"label": "##default",
"equipments": [
{
"code": "EQUIPMENT",
"names": [
{
"singular": "Building",
"plural": "Buildings",
"language": "en"
}
]
}
]
}