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

DistributorRedemptionPage

Distributor Redemption Summary 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

Redemption data for a distributor. The data is paginated.


integer as int32
totalResultsCount Optional

The total number of results

JSON Example

{
	"current": 0,
	"next": 0,
	"results": [
		{
			"arInvoiceNumber": "string",
			"billDocNumber": "string",
			"billingEngineDiscountContractId": "string",
			"billingFrequency": "string",
			"billingTerm": "string",
			"currency": "string",
			"customerName": "string",
			"distributorId": "string",
			"distributorName": "string",
			"extendedPrice": 0,
			"netPrice": 0,
			"offerType": "ONDEMAND",
			"orgId": "string",
			"orgName": "string",
			"productFamily": "string",
			"quantity": 0,
			"redeemedDate": "string",
			"resellerId": "string",
			"resellerName": "string",
			"sku": "string",
			"skuDescription": "string",
			"subscriptionId": "string"
		}
	],
	"totalResultsCount": 0
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Returned By

Get Distributor Redemptions

Feedback

Was this page helpful?