Newer Version Available
Asset State Period Input
Asset state period input consumed by Customer Asset Lifecycle
Management. The asset state period represents the current quantity, amount, and monthly
recurring revenue for a lifecycle-managed asset during a period. You create asset state
periods to represent the creation of an asset, asset changes, and asset cancellations. When
the current date reaches the start date of the next asset state period, the asset’s quantity,
amount, and monthly recurring revenue fields are updated on the basis of the now-current asset
state period.
- JSON example
-
1"assetStatePeriod": { 2 "startDate": "2020-07-01T09:00:00+08:00", 3 "endDate": "2020-09-30T08:59:59+08:00", 4 "quantity": 20, 5 "mrr": 200, 6 "amount": 600 7 } - Properties
-
Name Type Description Required or Optional Available Version amount Double Amount of revenue allocated for the time defined by the asset state period. Required 50.0 endDate String Service end date for the asset state period. Optional 50.0 mrr Double Monthly recurring revenue for the time defined by the asset state period. Required 50.0 quantity Double Quantity of the asset during the asset state period. Required 50.0 startDate String Service start date for the asset state period. Required 50.0