[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
DistributorSubscriptionPage
Response Model for Distributor Subscription Page
Properties
integer as int32
current
Optional
First result on the current page
integer as int32
next
Optional
First result on the next page
array of
DistributorSubscription
results
Optional
Paginated list of subscription list for Distributor
integer as int32
totalResultsCount
Optional
The total number of results
JSON Example
{
"current": 0,
"next": 0,
"results": [
{
"billingEngineSubscriptionId": "string",
"currency": "string",
"customerOrgId": "string",
"customerRef": {
"name": "string",
"orgId": "string",
"orgName": "string"
},
"id": "string",
"orderSourceType": "MARKETPLACE_2T",
"renewalPreference": "MANUAL",
"resellerRef": {
"name": "string",
"orgId": "string",
"partnerId": "string"
},
"serviceRefs": [
{
"id": "string",
"name": "string",
"serviceIcon": "string"
}
],
"status": "SUBMITTED",
"subscriptionEndDate": "string",
"subscriptionGroupId": "string",
"subscriptionStartDate": "string",
"subscriptionType": "COMMIT"
}
],
"totalResultsCount": 0
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Returned By
Get Distributor Subscriptions