DistributorDiscountContractDetails
Response Model for details of Distributor Discount Contracts
Properties
Billing Engine Discount Contract ID
Commitment breakup of Billing Engine Discount Contract
Currency of Billing Engine Discount Contract
Customer information for Billing Engine Discount Contract
Type of Billing Engine Discount Contract such as VMC or VMC-U
Details about CAB discount percent, cab value and channelDiscountPercentage
Commitment end date of Billing Engine Discount Contract
Indicates whether or not subscriptions are created against this discount contract Id
Commitment start date of Billing Engine Discount Contract
Status of Billing Engine Discount Contract
Possible values are: ACTIVE , INACTIVE
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"
}
Returned By
Get Distributor Discount Contract Details