Terminating Assets
You can invoke this global method for asset cancellation.
API |
Signature |
---|---|
cancelAssets |
static Apttus_Config2.CPQStruct.CancelAssetsResponseDO cancelAssets(Apttus_Config2.CPQStruct.CancelAssetsRequestDO request) |
Parameters |
||
---|---|---|
Name |
Type |
Description |
request | Apttus_Config2.CPQStruct.CancelAssetsRequestDO |
Request object invoked by the method |
Request Data Object - Apttus_Config2.CPQStruct.CancelAssetsRequestDO |
||
---|---|---|
Name |
Type |
Description |
CancelDate | Date |
The termination date of the Asset |
AssetIds | List<ID> |
List of asset ids to terminate. |
CartId | ID |
The id of Cart for which an asset is being canceled. |
Response Data Object - Apttus_Config2.CPQStruct.CancelAssetsResponseDO |
||
---|---|---|
Field |
Type |
Description |
LineItemMap | Map <ID, Apttus_Config2__LineItem__c> |
Line Items that are to be terminated. |
Code Sample
The code sample below helps you terminate Assets based on the Termination Date.