CreateTermBasedPricing
Creates term-based pricing terms for a specified contract request line item in the SAP Ariba solution.
Procedure-Specific Information
The following input can accept either a temporary table name or an API JSON aggregate as a value.
- PricingTiers references the ContractRequestLineItemTermPricingTiers.rsd temporary table.
ContractRequestLineItemTermPricingTiers Temporary Table Columns
| Column Name | Type | Description |
| StartDate | Datetime | Start date for this pricing tier period. |
| DiscountPercent | Decimal | Discount percentage applied during this time period. |
| DiscountedPriceAmount | Decimal | Discounted price amount for this time period. |
| DiscountedPriceCurrencyName | String | Currency name for the discounted price. |
| DiscountedPriceCurrencyUniqueName | String | Unique identifier of the currency for the discounted price. |
Input
| Name | Type | Description |
| Realm | String | SAP Ariba realm identifier for the tenant. |
| ContractRequestUniqueName | String | The unique identifier of the contract request that contains the line item. |
| LineItemNumberInCollection | Int | The line item number within the contract request collection. |
| PricingTiers | String | Term-based pricing tier data with time periods and discount values. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether or not the operation was successful. |
| Details | String | Any extra details on the operation's execution. |