Skip to main content

ContractAssetView

Asset associated with a contract

assetErpCodestringrequired

ERP code of the asset

Example: ERP123
assetCodestringrequireddeprecated

Asset code (deprecated, use assetErpCode instead)

Example: ERP123
areadoublenullable

Area of the asset in square meters

Example: 150.5
effectiveDatestringrequired

Date when the asset was added to the contract

Example: 2023-01-01
expirationDatestringrequired

Date when the asset will be removed from the contract

Example: 2025-12-31
initialRentdoublenullable

Initial rent amount

Example: 1200
actualRentdoublenullable

Current rent amount

Example: 1250
stonalIdentifierstring | 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"
}