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

ResellerSubscription

Response Model for all Subscriptions provisioned by a Reseller


Properties

string
billingEngineSubscriptionId Optional

The underlying billing engine subscription id.


string
currency Optional

Currency used while placing order


string
customerOrgId Optional

Organization ID of the customer in CSP


customerRef Optional

Reference object containing minimal details of a customer


string
id Optional

Subscription ID generated in CSP


string
orderSourceType Optional

Source Type of order placed

Possible values are: MARKETPLACE_2TVMWAREPARTNER_2T


string
renewalPreference Optional

Renewal preference of a subscription

Possible values are: MANUALAUTOCANCELNOT_SELECTED


array of ServiceRef
serviceRefs Optional

Minimal details of the service for which subscription is created


string
status Optional

Current Status of a subscription

Possible values are: SUBMITTEDCREATEDACTIVESUSPENDEDCANCELLEDTERMINATEDERRORPENDING_EXPIRYEXPIRED


string
subscriptionEndDate Optional

End Date of a subscription in ISO 8601 format


string
subscriptionGroupId Optional

Subscription Group ID generated in CSP


string
subscriptionStartDate Optional

Start Date of a subscription in ISO 8601 format


string
subscriptionType Optional

Type of subscription. Could be COMMIT/ONDEMAND

Possible values are: COMMITONDEMAND

JSON Example

{
	"billingEngineSubscriptionId": "string",
	"currency": "string",
	"customerOrgId": "string",
	"customerRef": {
		"name": "string",
		"orgId": "string",
		"orgName": "string"
	},
	"id": "string",
	"orderSourceType": "MARKETPLACE_2T",
	"renewalPreference": "MANUAL",
	"serviceRefs": [
		{
			"id": "string",
			"name": "string",
			"serviceIcon": "string"
		}
	],
	"status": "SUBMITTED",
	"subscriptionEndDate": "string",
	"subscriptionGroupId": "string",
	"subscriptionStartDate": "string",
	"subscriptionType": "COMMIT"
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Property Of

ResellerSubscriptionPage

Feedback

Was this page helpful?