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

DistributorDiscountContracts

Distributor discount contracts response model


Properties

integer as int32
current Optional

First result on the current page


integer as int32
next Optional

First result on the next page


results Optional

List of discount contracts for Distributor


integer as int32
totalResultsCount Optional

The total number of results

JSON Example

{
	"current": 0,
	"next": 0,
	"results": [
		{
			"billingAccountId": "string",
			"billingEngineDiscountContractId": "string",
			"currency": "string",
			"currentYear": {
				"commitment": 0,
				"endDate": "string",
				"overage": 0,
				"remaining": 0,
				"spent": 0,
				"spentPercent": 0,
				"startDate": "string"
			},
			"customerName": "string",
			"expiring": false,
			"resellerName": "string",
			"status": "ACTIVE",
			"totalYears": {
				"commitment": 0,
				"endDate": "string",
				"overage": 0,
				"remaining": 0,
				"spent": 0,
				"spentPercent": 0,
				"startDate": "string"
			}
		}
	],
	"totalResultsCount": 0
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Property Of

DistributorDiscountContractsPage

Feedback

Was this page helpful?