Get Distributor Discount Contract Details
DescriptionRetrieves data about a specified discount contract within a Distributor organization.
Request
URLURL
Path Parameters
Path Parameters
ID of the partner organization in CSP
Billing Engine Discount Contract ID
Authentication
Response
Response BodyResponse Body
200 OK
{
"billingEngineDiscountContractId": "CBCID-001",
"commitmentBreakup": {
"currentYear": {
"commitment": 150.8,
"endDate": "1/20/2021",
"overage": 0,
"remaining": 30.3,
"spent": 120.5,
"startDate": "1/20/2020"
},
"term": [
{
"commitment": 150.8,
"endDate": "1/20/2021",
"overage": 0,
"rank": 0,
"remaining": 30.3,
"spent": 120.5,
"spentPercent": 0,
"startDate": "1/20/2020"
}
],
"totalYears": {
"commitment": 150.8,
"endDate": "1/20/2021",
"overage": 0,
"remaining": 30.3,
"spent": 120.5,
"spentPercent": 0,
"startDate": "1/20/2020"
}
},
"discountContractTypeRef": {
"contractType": "VMC",
"contractTypeIcon": "string",
"currency": "USD",
"discountContractCustomerRef": {
"cspOrgId": "ORG1",
"cspOrgName": "Coke Org",
"customerName": "Coke",
"sfdcAccountId": "123456"
},
"endDate": "1/20/2021",
"startDate": "1/20/2020"
},
"discountDetails": {
"cabDiscountPercentage": 10.2,
"cabValue": 10000,
"channelDiscountPercentage": 0.5
},
"rcdDiscount": [
{
"groupCode": "G003",
"percent": 0
}
],
"resellerRef": {
"name": "Soft Choice",
"orgId": "234-134-1234-12334",
"partnerId": "112341234"
},
"status": "ACTIVE"
}
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
Errors
Bad Request - The request is either incomplete or incorrect
Unauthorized - The request requires user authentication
Forbidden - User does not have permission for this operation
Not Found - The requested resource does not exist
Internal Server Error - Please contact support