ContractsGetResultResponse
data object[]required
Organization code
ORG123Contract code
CONT456contractType objectrequired
Type of contract
Organization code
ORG123Code of the holder type
BUILDINGType category
ASSETNature of the holder type (PHYSICAL, LOGICAL, PROPERTY_DYNAMIC)
PHYSICALEquipment destination classification
WALLnames object[]required
Localized names for this holder type
Singular form of the name
BuildingPlural form of the name
BuildingsLanguage code
enNumber of assets of this holder type
42importErrors object
- ImportErrors
- null
Number of duplicate entries
0Number of other errors
0Codes of properties recommended for this holder type
["PROP_AREA","PROP_HEIGHT"]Codes of properties mandatory for this holder type
["PROP_REFERENCE"]stakeholders object[]required
List of stakeholders involved in the contract
Name of the stakeholder
Acme CorporationCode identifying the stakeholder
STK789Unique identifier of the stakeholder
33333333-3333-3333-3333-333333333333External code of the stakeholder
EXT123Date when the contract becomes effective
End date of the contract
Termination date if contract was terminated early
deadlines object[]required
Important deadlines in the contract lifecycle
The deadline date
assets object[]required
Assets associated with this contract
ERP code of the asset
ERP123Asset code (deprecated, use assetErpCode instead)
ERP123Area of the asset in square meters
150.5Date when the asset was added to the contract
2023-01-01Date when the asset will be removed from the contract
2025-12-31Initial rent amount
1200Current rent amount
1250Stonal identifier of the asset
Date when contract was integrated into the system
Label of the contract
equipments object[]required
List of equipments linked to the contract
Equipment code
EQUIPMENTnames object[]required
List of names for the equipment
Singular form of the name
BuildingPlural form of the name
BuildingsLanguage code
enNotice period in months
data object | null
Property data values for the contract, keyed by property code. Populated only when ?include=data is set on the request.
property name* object[]
Organization code
ORG123Property code
SURFACEData value (type depends on the property)
150.5Raw string representation of the value
150.5Holder code
ASSET456Type of holder
Possible values: [ASSET, LEASE, CONTRACT, PARTIAL, UNKNOWN]
BUILDINGsource objectrequired
Source information
Source details
Manually enteredSource type
USERSource value
Manually enteredSource document id when applicable (DOCUMENT)
185b19bd-cd1c-45ed-8f92-6b1641c72d0cinterval objectrequired
Validity interval of the data
Date when the data becomes valid
Date when the data ceases to be valid
Unique identifier of the data
42paginate objectrequired
Number of results
Possible values: <= 2000
50A marker indicating the position in a dataset, used to determine where to continue fetching results in paginated data
0{
"data": [
{
"organizationCode": "ORG123",
"code": "CONT456",
"contractType": {
"organizationCode": "ORG123",
"code": "BUILDING",
"type": "ASSET",
"nature": "PHYSICAL",
"equipmentDestination": "WALL",
"names": [
{
"singular": "Building",
"plural": "Buildings",
"language": "en"
}
],
"numberOfAssets": 42,
"importErrors": {
"duplicates": 0,
"others": 0
},
"recommendedPropertyCodes": [
"PROP_AREA",
"PROP_HEIGHT"
],
"mandatoryPropertyCodes": [
"PROP_REFERENCE"
]
},
"stakeholders": [
{
"name": "Acme Corporation",
"code": "STK789",
"uid": "33333333-3333-3333-3333-333333333333",
"externalCode": "EXT123"
}
],
"effectiveDate": "",
"endDate": "",
"terminationDate": "",
"deadlines": [
{
"value": ""
}
],
"assets": [
{
"assetErpCode": "ERP123",
"area": 150.5,
"effectiveDate": "2023-01-01",
"expirationDate": "2025-12-31",
"initialRent": 1200,
"actualRent": 1250,
"stonalIdentifier": ""
}
],
"integrationDate": "",
"label": "",
"equipments": [
{
"code": "EQUIPMENT",
"names": [
{
"singular": "Building",
"plural": "Buildings",
"language": "en"
}
]
}
],
"notice": "",
"data": ""
}
],
"paginate": {
"size": 50,
"cursor": "0"
}
}