ContractAssetView
Asset associated with a contract
assetErpCodestring
ERP code of the asset
Default value:
##defaultExample:
ERP123assetCodestringdeprecated
Asset code (deprecated, use assetErpCode instead)
Default value:
##defaultExample:
ERP123areanumber<double>
Area of the asset in square meters
Default value:
##defaultExample:
150.5effectiveDatestring
Date when the asset was added to the contract
Default value:
##defaultExample:
2023-01-01expirationDatestring
Date when the asset will be removed from the contract
Default value:
##defaultExample:
2025-12-31initialRentnumber<double>
Initial rent amount
Default value:
##defaultExample:
1200.00actualRentnumber<double>
Current rent amount
Default value:
##defaultExample:
1250.00stonalIdentifierstring
Stonal identifier of the asset
Default value:
##defaultContractAssetView
{
"assetErpCode": "ERP123",
"area": "150.5",
"effectiveDate": "2023-01-01",
"expirationDate": "2025-12-31",
"initialRent": "1200.00",
"actualRent": "1250.00",
"stonalIdentifier": "##default"
}