Asset Action Source Input

Asset action source input consumed by Customer Asset Lifecycle Management. The asset action source is an optional asset action child object for tracking a Salesforce order product, a work order line item, or an external reference to a change. You can provide multiple asset action sources for a single asset action.
JSON example
1"assetActionSource": {
2      "transactionDate": "2020-10-01T14:00:00+08:00",
3      "startDate": "2020-10-01T09:00:00+08:00",
4      "endDate": "2020-12-31T08:59:59+08:00",
5      "quantity": 5,
6      "productAmount": 150,
7      "referenceEntityItem": "1WLB00000003geJOAQ"
8    }
Properties
Name Type Description Required or Optional Available Version
actualTax Double Actual tax. Optional 50.0
adjustmentAmount Double Adjustment amount. Optional 50.0
endDate String End date. Optional 50.0
estimatedTax Double Estimated tax. Optional 50.0
externalReference String ID of an external object that caused the asset action. Optional 50.0
externalReference​DataSource String Data source for an external object that caused the asset action. Optional 50.0
productAmount Double Product amount. Optional 50.0
quantity Double Quantity. Optional 50.0
referenceEntity​Item String ID of the Salesforce object that caused the asset action. Supported Salesforce objects: Order Product and Work Order Line Item. Optional 50.0
startDate String Start date. Optional 50.0
transactionDate String Date of the transaction related to the asset action. Optional 50.0