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

ResellerDiscountContractDetails

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


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


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"
	},
	"endDate": "string",
	"hasSubscriptions": false,
	"startDate": "string",
	"status": "ACTIVE"
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Returned By

Get Reseller Discount Contract Details

Feedback

Was this page helpful?