Setting Incentives for Cart
You can use this API to set the incentives for a cart.
API |
Signature |
---|---|
setIncentivesForCart |
webService static Apttus_CPQApi.CPQ.SetIncentivesForCartResponseDO setIncentivesForCart(Apttus_CPQApi.CPQ.SetIncentivesForCartRequestDO request) |
Request Parameter |
||
---|---|---|
Name |
Type |
Description |
request | Apttus_CPQApi.CPQ.SetIncentivesForCartRequestDO |
The Set Incentive request data object. |
Request Data Object - Apttus_CPQApi.CPQ.SetIncentivesForCartRequestDO |
||
---|---|---|
Name |
Type |
Description |
CartId | Id |
The ID of the cart for which you want to set the incentives. |
IncentiveCodes | List |
The list incentives code that you want to set for cart or line item. |
LineItemId | Id |
The ID of the line item for which you want to set the incentive. |
Data Object - Apttus_CPQApi.CPQApi.CPQ.SetIncentivesForCartResponseDO |
||
---|---|---|
Name |
Type |
Description |
IsSuccess | Boolean |
Indicates whether the incentives were successfully set on the cart or line item. |
Code Sample
The sample code below enables you to set incentives for a cart or a line item.