ContractAssetView
Asset associated with a contract
assetErpCodestringrequired
ERP code of the asset
Example:
ERP123assetCodestringrequireddeprecated
Asset code (deprecated, use assetErpCode instead)
Example:
ERP123areadoublenullable
Area of the asset in square meters
Example:
150.5effectiveDatestringrequired
Date when the asset was added to the contract
Example:
2023-01-01expirationDatestringrequired
Date when the asset will be removed from the contract
Example:
2025-12-31initialRentdoublenullable
Initial rent amount
Example:
1200actualRentdoublenullable
Current rent amount
Example:
1250stonalIdentifierstring | nullnullable
Stonal identifier of the asset
ContractAssetView
{
"assetErpCode": "ERP123",
"area": 150.5,
"effectiveDate": "2023-01-01",
"expirationDate": "2025-12-31",
"initialRent": 1200,
"actualRent": 1250,
"stonalIdentifier": "string"
}