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
0stakeholders 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
en{
"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
}
},
"stakeholders": [
{
"name": "Acme Corporation",
"code": "STK789",
"uid": "33333333-3333-3333-3333-333333333333",
"externalCode": "EXT123"
}
],
"effectiveDate": "2024-07-29",
"endDate": "2024-07-29",
"terminationDate": "2024-07-29",
"deadlines": [
{
"value": "2024-07-29"
}
],
"assets": [
{
"assetErpCode": "ERP123",
"area": 150.5,
"effectiveDate": "2023-01-01",
"expirationDate": "2025-12-31",
"initialRent": 1200,
"actualRent": 1250,
"stonalIdentifier": "string"
}
],
"integrationDate": "2024-07-29T15:51:28.071Z",
"label": "string",
"equipments": [
{
"code": "EQUIPMENT",
"names": [
{
"singular": "Building",
"plural": "Buildings",
"language": "en"
}
]
}
]
}
]
}