[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator

DistributorDiscountContractDetails

Response Model for details of Distributor Discount Contracts


Properties

string
billingEngineDiscountContractId Optional

Billing Engine Discount Contract ID


commitmentBreakup Optional

Commitment breakup of Billing Engine Discount Contract


string
currency Optional

Currency of Billing Engine Discount Contract


discountContractCustomerRef Optional

Customer information for Billing Engine Discount Contract


discountContractTypeRef Optional

Type of Billing Engine Discount Contract such as VMC or VMC-U


discountDetails Optional

Details about CAB discount percent, cab value and channelDiscountPercentage


string
endDate Optional

Commitment end date of Billing Engine Discount Contract


boolean
hasSubscriptions Optional

Indicates whether or not subscriptions are created against this discount contract Id


array of DiscountGroup
rcdDiscount Optional

Discount Groups linked with the contract


resellerRef Optional

Reference object containing minimal details of a reseller


string
startDate Optional

Commitment start date of Billing Engine Discount Contract


string
status Optional

Status of Billing Engine Discount Contract

Possible values are: ACTIVEINACTIVE

JSON Example

{
	"billingEngineDiscountContractId": "string",
	"commitmentBreakup": {
		"currentYear": {
			"commitment": 0,
			"endDate": "string",
			"overage": 0,
			"remaining": 0,
			"spent": 0,
			"spentPercent": 0,
			"startDate": "string"
		},
		"term": [
			{
				"commitment": 0,
				"endDate": "string",
				"overage": 0,
				"rank": 0,
				"remaining": 0,
				"spent": 0,
				"spentPercent": 0,
				"startDate": "string"
			}
		],
		"totalYears": {
			"commitment": 0,
			"endDate": "string",
			"overage": 0,
			"remaining": 0,
			"spent": 0,
			"spentPercent": 0,
			"startDate": "string"
		}
	},
	"currency": "string",
	"discountContractCustomerRef": {
		"cspOrgId": "string",
		"cspOrgName": "string",
		"customerName": "string",
		"sfdcAccountId": "string"
	},
	"discountContractTypeRef": {
		"contractType": "VMC",
		"contractTypeIcon": "string"
	},
	"discountDetails": {
		"cabDiscountPercentage": 0,
		"cabValue": 0,
		"channelDiscountPercentage": 0
	},
	"endDate": "string",
	"hasSubscriptions": false,
	"rcdDiscount": [
		{
			"discountPercent": 0,
			"groupCode": "string",
			"groupName": "string"
		}
	],
	"resellerRef": {
		"name": "string",
		"orgId": "string",
		"partnerId": "string"
	},
	"startDate": "string",
	"status": "ACTIVE"
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Returned By

Get Distributor Discount Contract Details

Feedback

Was this page helpful?